summaryrefslogtreecommitdiffstats
path: root/txr.c
Commit message (Expand)AuthorAgeFilesLines
* load: new *load-hooks* feature.Kaz Kylheku2021-09-021-1/+2
* configure: implement full-repl option.Kaz Kylheku2021-08-201-8/+8
* listener: unbundle from termios.Kaz Kylheku2021-08-201-33/+11
* license: reformat to fit 80 columns.Kaz Kylheku2021-08-161-12/+13
* lazy-stream-cons: control close throwing behavior.Kaz Kylheku2021-08-071-1/+1
* listener: print banner only if stdin is a tty.Kaz Kylheku2021-08-031-3/+7
* txr: fix inappropriate "takes no argument".Kaz Kylheku2021-07-111-5/+43
* New: build-id feature.Kaz Kylheku2021-07-111-0/+12
* main: revise error-ignore strategy for Lisp file.Kaz Kylheku2021-07-051-8/+5
* doc: fix various issues.Paul A. Patience2021-07-031-13/+13
* main: maintain -b option.Kaz Kylheku2021-07-011-13/+21
* file layout: moving share/txr/stdlib to stdlib.Kaz Kylheku2021-06-241-3/+7
* c_str now takes a self argument.Kaz Kylheku2021-06-231-3/+4
* listener: new --noprofile option.Kaz Kylheku2021-06-161-0/+5
* parser: gc bug in token.Kaz Kylheku2021-05-311-0/+1
* 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