summaryrefslogtreecommitdiffstats
path: root/parser.c
Commit message (Expand)AuthorAgeFilesLines
* listener: completion sensitive for slots and methods.Kaz Kylheku2017-03-211-8/+19
* Rename badly named default_bool_argKaz Kylheku2017-03-171-4/+4
* Better way for releasing deferred warnings.Kaz Kylheku2017-02-101-1/+1
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-1/+1
* Dump deferred warnings in eval_intrinsic.Kaz Kylheku2017-01-151-2/+9
* Rebind *stderr* on entry into repl.Kaz Kylheku2017-01-151-0/+4
* Deferred warnings.Kaz Kylheku2017-01-131-3/+11
* parser: fix problems at EOF involving #; syntax.Kaz Kylheku2016-12-061-10/+29
* Expander warns about unbound variables.Kaz Kylheku2016-11-261-0/+12
* bugfix: reading hash literals with circ notation.Kaz Kylheku2016-11-231-1/+12
* Completion of fallback list implementation.Kaz Kylheku2016-11-161-2/+28
* Handle interpreted functions in circle printing.Kaz Kylheku2016-11-101-0/+7
* Implement *package* special var; package overhaul.Kaz Kylheku2016-11-081-2/+2
* New #; syntax for erasing following object.Kaz Kylheku2016-11-071-1/+1
* repl: don't send error trace to *stderr*.Kaz Kylheku2016-10-211-1/+1
* Check call graph circularity in circ_backpatch.Kaz Kylheku2016-10-201-7/+13
* Adding notation for cycles and shared structure.Kaz Kylheku2016-10-181-1/+176
* Detect cycles in rlcp_tree.Kaz Kylheku2016-10-181-0/+10
* listener: put each result into linenoise.Kaz Kylheku2016-10-121-0/+1
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* Overhaul of self-load-path mechanism.Kaz Kylheku2016-09-261-4/+3
* Bugfix: -Dvar=val not seen in some Lisp code.Kaz Kylheku2016-09-231-3/+7
* Check for Cygnal when deciding where user home is.Kaz Kylheku2016-07-271-19/+9
* Handle two possible home dir locations on Cygwin.Kaz Kylheku2016-06-271-1/+27
* Handle nonexistent HOME env var in repl.Kaz Kylheku2016-06-271-3/+3
* Fix memory leak in parser object.Kaz Kylheku2016-06-071-0/+1
* Implement listener variable for selection style.Kaz Kylheku2016-05-191-2/+5
* New feature: self-load-path symbol macro.Kaz Kylheku2016-05-181-0/+4
* Regex syntax errors trigger exception.Kaz Kylheku2016-04-211-1/+5
* Close source files after parsing.Kaz Kylheku2016-04-151-1/+4
* Replace all stray C style casts with macros.Kaz Kylheku2016-03-291-2/+2
* Header file cleanup.Kaz Kylheku2016-01-221-3/+0
* Pastes produced using :read are now numbered.Kaz Kylheku2016-01-131-4/+6
* New internal function scat: variable arg cat_str.Kaz Kylheku2016-01-101-3/+3
* Copyright year bump.Kaz Kylheku2015-12-311-1/+1
* Fix regression in tab completion.Kaz Kylheku2015-12-301-1/+1
* Error reports trace through layers of macroexpansion.Kaz Kylheku2015-11-281-25/+2
* Report chain of macro-expansions in errors.Kaz Kylheku2015-11-251-3/+12
* Implementing *print-base* and ~d format directive.Kaz Kylheku2015-11-141-3/+3
* New iread function.Kaz Kylheku2015-11-071-3/+27
* Fix *listener-hist-len* in ~/.txr_profile not working.Kaz Kylheku2015-10-271-3/+5
* Stop using C library setjmp/longjmp.Kaz Kylheku2015-10-251-1/+0
* Bugfix: unterminated format argument list in repl code.Kaz Kylheku2015-10-181-1/+1
* New way of handling exceptions without unwinding.Kaz Kylheku2015-10-141-1/+3
* Interactive listener: substring completion.Kaz Kylheku2015-10-031-1/+4
* Treat .( and (( context in completion.Kaz Kylheku2015-09-271-1/+3
* Fix race in ~/.txr_profile security check.Kaz Kylheku2015-09-231-8/+8
* repl: give details about source of error exception.Kaz Kylheku2015-09-231-0/+10
* Atom insert feature.Kaz Kylheku2015-09-181-0/+39
* Set the tempfile suffix.Kaz Kylheku2015-09-181-0/+1