summaryrefslogtreecommitdiffstats
path: root/txr.c
Commit message (Expand)AuthorAgeFilesLines
* Better identify functions that misuse COBJ-s and hashes.Kaz Kylheku2018-11-071-4/+5
* bugfix: error on empty script file.Kaz Kylheku2018-11-051-8/+12
* Hide deprecated, undocumented variables.Kaz Kylheku2018-10-301-1/+2
* initialization: use self_path_s instead of re-interning.Kaz Kylheku2018-10-301-1/+1
* Replace informality in command line help.Kaz Kylheku2018-05-241-1/+1
* More reasonable fallback for self path.Kaz Kylheku2018-05-041-9/+1
* bugfix: correcly obtain self path on Solaris.Kaz Kylheku2018-05-041-0/+8
* Mac-OS: replace nonworking method of getting self-path.Kaz Kylheku2018-05-041-0/+13
* Application code is now in a package called pub.Kaz Kylheku2018-04-091-1/+2
* Implement compiled file loading.Kaz Kylheku2018-04-041-2/+10
* Eliminate always false expression.Kaz Kylheku2018-02-161-1/+1
* Copyright year bump 2018.Kaz Kylheku2018-02-151-1/+1
* tprint and -t option: handle infinite list.Kaz Kylheku2017-10-121-3/+9
* txr -i honored despite parse-time exception.Kaz Kylheku2017-09-061-7/+25
* Revising out-of-memory handling.Kaz Kylheku2017-08-181-14/+1
* Update banner to inform about cheatsheet command.Kaz Kylheku2017-06-141-1/+1
* Refactoring hash bang support; hash bang null hack.Kaz Kylheku2017-05-301-64/+65
* command line: --eargs semantics change.Kaz Kylheku2017-05-301-3/+2
* New variable: *args-eff*.Kaz Kylheku2017-05-301-3/+19
* Adding base-name and dir-name functions.Kaz Kylheku2017-05-211-7/+1
* Connect -n option to linenoise noninteractive mode.Kaz Kylheku2017-04-041-0/+2
* Bugfix: missing warnings when main file is .txr.Kaz Kylheku2017-03-221-2/+2
* Better way for releasing deferred warnings.Kaz Kylheku2017-02-101-2/+2
* Suppress undef warnings in command line file.Kaz Kylheku2017-01-291-0/+3
* Bump copyright year to 2017.Kaz Kylheku2017-01-231-2/+2
* Enable unbound warnings when expanding TXR code.Kaz Kylheku2017-01-221-0/+4
* Streamline repeated intern call in txr_main.Kaz Kylheku2017-01-221-3/+4
* Deferred warnings.Kaz Kylheku2017-01-131-0/+2
* Fix some C style casts to use casting macros.Kaz Kylheku2016-12-071-1/+1
* Expose compat option value as sys:compat variable.Kaz Kylheku2016-11-291-0/+2
* Revive -b option for binding Lisp variables.Kaz Kylheku2016-11-201-3/+21
* Switch to user package before entering repl.Kaz Kylheku2016-11-141-0/+1
* Synchronize license comments with LICENSE.Kaz Kylheku2016-10-011-16/+17
* Overhaul of self-load-path mechanism.Kaz Kylheku2016-09-261-2/+4
* Change misleading missing license diagnostic.Kaz Kylheku2016-09-261-3/+3
* Bugfix: -Dvar=val not seen in some Lisp code.Kaz Kylheku2016-09-231-0/+5
* Address -c not working with --lisp.Kaz Kylheku2016-09-011-0/+6
* Preparations for bundling Cygwin library.Kaz Kylheku2016-06-271-11/+25
* New --free-all option for freeing memory on exit.Kaz Kylheku2016-06-071-3/+19
* The stdlib variable gets a trailing slash.Kaz Kylheku2016-06-051-1/+9
* Stand-alone application support.Kaz Kylheku2016-05-251-18/+43
* New variable: txr-path.Kaz Kylheku2016-05-251-0/+7
* Bugfix: strange diagostic for -B-c.Kaz Kylheku2016-05-231-2/+7
* Few more drop_privilege calls in txr_main.Kaz Kylheku2016-05-231-0/+2
* Help text upkeep.Kaz Kylheku2016-05-181-0/+7
* 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