summaryrefslogtreecommitdiffstats
path: root/txr.c
Commit message (Expand)AuthorAgeFilesLines
* txr/doc: refer to arguments not data-files.Kaz Kylheku2021-05-211-1/+1
* txr: match help text wording to doc.Kaz Kylheku2021-05-211-6/+6
* bug: broken path handling on LIT_ALIGN == 2.Kaz Kylheku2021-04-201-1/+1
* repl: fix typo in plain mode banner.Paul A. Patience2021-04-131-1/+1
* Copyright year bump 2021.Kaz Kylheku2021-01-141-2/+2
* Different banner text for plain mode.Kaz Kylheku2020-07-241-2/+6
* More reasonable fallback for self path: revisited.Kaz Kylheku2020-07-141-0/+5
* c_num: now takes self argument.Kaz Kylheku2020-06-291-3/+3
* Replace trivial format(nil, ...) with simpler ops.Kaz Kylheku2020-05-301-9/+7
* internals: rename misnamed curry_* functions.Kaz Kyheku2020-03-171-1/+1
* Copyright year bump 2020.Kaz Kylheku2019-12-311-2/+2
* lib: streamline interning slightly.Kaz Kylheku2019-08-201-1/+1
* txr: regression: lack of file name in error messages.Kaz Kylheku2019-07-221-1/+1
* bugfix: source lineno off by one under hash bang.Kaz Kylheku2019-04-211-3/+8
* parser: always use stream-associated parser for parse_once.Kaz Kylheku2019-04-211-6/+8
* debugger: initial backtrace support.Kaz Kylheku2019-04-161-1/+14
* cmdline: intercept errors from compiled files.Kaz Kylheku2019-04-161-1/+9
* cmdline: use handler instead of catch for errors.Kaz Kylheku2019-04-161-3/+2
* repl: groundwork for recursive listener invocation.Kaz Kylheku2019-04-081-1/+1
* sysrooting: trailing slash needed on directory.Kaz Kylheku2019-02-161-0/+4
* txr-exe-path: New variable.Kaz Kylheku2019-02-151-0/+1
* command line: support -f in Hash Bang Null Hack.Kaz Kylheku2019-01-281-3/+5
* command line: improve -c option diagnostic.Kaz Kylheku2019-01-281-2/+2
* command line: better diagnosis for --args and --eargsKaz Kylheku2019-01-281-3/+15
* Copyright year bump 2019.Kaz Kylheku2019-01-161-1/+1
* Drastically reduce inclusion of <dirent.h>.Kaz Kylheku2018-12-111-1/+0
* 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