summaryrefslogtreecommitdiffstats
path: root/txr.c
Commit message (Expand)AuthorAgeFilesLines
* New feature: self-load-path symbol macro.Kaz Kylheku2016-05-181-0/+2
* *args*, *args-full* and self-path in listener.Kaz Kylheku2016-05-071-8/+10
* Copyright in --help text.Kaz Kylheku2016-05-051-1/+1
* Condense --help text.Reini Urban2016-05-051-1/+0
* Typo in --help.Reini Urban2016-05-051-1/+1
* New --reexec option.Kaz Kylheku2016-05-051-0/+8
* Fix treatment of "false" in out-of-memory handler.Kaz Kylheku2016-05-041-1/+2
* Calculate sysroot even if executable is renamed.Kaz Kylheku2016-05-041-1/+17
* Consolidate sysroot calculation.Kaz Kylheku2016-05-041-16/+19
* Implement setgid script support.Kaz Kylheku2016-05-021-2/+2
* Close source files after parsing.Kaz Kylheku2016-04-151-0/+4
* Adding --eargs mechanism.Kaz Kylheku2016-02-021-1/+22
* Support setuid operation.Kaz Kylheku2016-01-231-1/+28
* Header file cleanup.Kaz Kylheku2016-01-221-2/+0
* Copyright year bump.Kaz Kylheku2015-12-311-1/+1
* New --debug-expansion option.Kaz Kylheku2015-12-181-0/+11
* TXR_COMPAT option.Kaz Kylheku2015-11-201-0/+23
* Stop using C library setjmp/longjmp.Kaz Kylheku2015-10-251-1/+0
* Most uses of auto_str should be static_str.Kaz Kylheku2015-10-161-3/+3
* Go into listener if no arguments are given.Kaz Kylheku2015-10-131-0/+24
* Capitalization in help text.Kaz Kylheku2015-10-131-3/+3
* Bugfix: *args* not bound for command line expressions.Kaz Kylheku2015-09-101-2/+7
* Bugfix: make self-path visible to Lisp.Kaz Kylheku2015-09-101-2/+5
* C++: fix goto repl which skips initializations.Kaz Kylheku2015-09-091-3/+3
* Wrap call to repl with #if HAVE_TERMIOS.Kaz Kylheku2015-09-091-0/+2
* Go into repl after processing txr file also.Kaz Kylheku2015-09-071-2/+9
* Enter repl after processing options and loading file.Kaz Kylheku2015-09-071-3/+15
* Better stream name for command line expressions.Kaz Kylheku2015-09-061-2/+3
* Syntax errors refer to REPL line number.Kaz Kylheku2015-09-051-2/+3
* Basic REPL based on linenoise.Kaz Kylheku2015-09-051-0/+12
* Document previously undocumented command line options.Kaz Kylheku2015-08-241-0/+3
* New --yydebug option.Kaz Kylheku2015-08-241-0/+14
* Fix TEXT macro clash on Windows.Kaz Kylheku2015-08-141-0/+1
* Crafting a better parser-priming hack.Kaz Kylheku2015-08-121-0/+1
* Suppress debug stepping into auto-loaded library code.Kaz Kylheku2015-08-061-6/+22
* * txr.c (txr_main): Bugfix: debugger long option nonfunctional.Kaz Kylheku2015-08-061-1/+1
* Switching some globals to lexical and changing some names.Kaz Kylheku2015-08-031-4/+7
* * txr.c (txr_main): Bugfix: register *args-full*, the variableKaz Kylheku2015-08-031-0/+1
* Hash-bang support for .tl files.Kaz Kylheku2015-07-021-1/+1
* Adding anaphoric ifa macro.Kaz Kylheku2015-06-171-2/+5
* New --lisp option: treat unsuffixed files as Lisp.Kaz Kylheku2015-06-131-0/+4
* * txr.c (txr_main): Handle Lisp files.Kaz Kylheku2015-06-131-0/+3
* Preparing for lisp loading.Kaz Kylheku2015-06-101-2/+3
* Code simplification.Kaz Kylheku2015-06-081-10/+2
* * match.c (v_load): Call parse_once rater than parse.Kaz Kylheku2015-06-071-1/+1
* * Makefile (LISP_TO_C_STRING): Strip comments, but not comment lines,Kaz Kylheku2015-05-071-2/+2
* Move initialization calls to more suitable place.Kaz Kylheku2015-05-011-9/+0
* New -n option. New "i" mode letter in file opening functions.Kaz Kylheku2015-03-291-0/+12
* * eval.c (prinl, pprinl): Become external functions.Kaz Kylheku2015-03-281-3/+8
* * txr.c (help): Added missing documentation for -e and -p.Kaz Kylheku2015-03-171-5/+16