summaryrefslogtreecommitdiffstats
path: root/parser.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improved ~/.txr_profile checks, with security.Kaz Kylheku2015-09-181-6/+15
* Change how error locations are reported in REPL.Kaz Kylheku2015-09-171-2/+2
* Whitespace fix.Kaz Kylheku2015-09-171-1/+1
* Listener configuration variables.Kaz Kylheku2015-09-171-0/+12
* Implement ~/.txr_profile mechanism.Kaz Kylheku2015-09-131-0/+34
* Don't supply trivial completion which matches prefix.Kaz Kylheku2015-09-131-0/+3
* Treat comment lines in repl, and plug memory leak.Kaz Kylheku2015-09-111-2/+14
* New :read command in repl for direct stdin parse.Kaz Kylheku2015-09-111-1/+23
* Better EOF check in read-eval stream function.Kaz Kylheku2015-09-111-1/+10
* Quit if input form is :quit not its value.Kaz Kylheku2015-09-111-2/+2
* Don't pass char to <ctype.h> function.Kaz Kylheku2015-09-101-2/+4
* Completion doesn't iterate over all packages.Kaz Kylheku2015-09-101-10/+3
* No completion on symbol in nonexistent package.Kaz Kylheku2015-09-101-0/+2
* C++: need conversions in return value from alloca.Kaz Kylheku2015-09-091-2/+2
* C++: avoid the compl identifier.Kaz Kylheku2015-09-091-5/+5
* alloca needs to be declared.Kaz Kylheku2015-09-091-0/+1
* Refinement in linenoise eof/intr handling.Kaz Kylheku2015-09-081-3/+10
* Bugfix: underrun on empty line tab completion.Kaz Kylheku2015-09-081-1/+4
* Load and save repl history.Kaz Kylheku2015-09-071-0/+14
* Print exceptions with proper indenting.Kaz Kylheku2015-09-071-9/+7
* Better message for caught exceptions.Kaz Kylheku2015-09-071-1/+1
* Store exception in repl variable.Kaz Kylheku2015-09-071-2/+3
* Reset flex scanner if exception thrown during read.Kaz Kylheku2015-09-061-1/+22
* Repl will print something for syntax error exceptions.Kaz Kylheku2015-09-061-1/+1
* Allow evaluation from repl to be interrupted.Kaz Kylheku2015-09-061-0/+7
* Distinguish interrupt indication from linenoise.Kaz Kylheku2015-09-061-2/+6