summaryrefslogtreecommitdiffstats
path: root/txr.c
Commit message (Expand)AuthorAgeFilesLines
* Take advantage of substring support in regsub.Kaz Kylheku2022-07-271-4/+1
* syrooting: remove two useless checks.Kaz Kylheku2022-07-211-2/+0
* Install a txrlisp hard link.Kaz Kylheku2022-07-211-0/+5
* txr: fix --free-all crash due to atexit order.Kaz Kylheku2022-06-051-14/+13
* New options: --in-package and --compile.Kaz Kylheku2022-05-121-0/+53
* New: load can search multiple directories.Kaz Kylheku2022-04-251-2/+11
* txr: -D bugfixes.Kaz Kylheku2022-02-061-12/+25
* Use null_string throughout code base.Kaz Kylheku2022-02-051-2/+2
* txr: bind -D-valueless variables to empty string.Paul A. Patience2022-02-051-1/+1
* Copyright year bump 2022.Kaz Kylheku2022-01-111-2/+2
* help: fix preprocessor directive in macro call.Kaz Kylheku2021-12-291-3/+10
* txr: allow variable to span vertical function.Kaz Kylheku2021-12-261-0/+2
* 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