| Commit message (Expand) | Author | Age | Files | Lines |
* | load: new *load-hooks* feature. | Kaz Kylheku | 2021-09-02 | 1 | -1/+2 |
* | configure: implement full-repl option. | Kaz Kylheku | 2021-08-20 | 1 | -8/+8 |
* | listener: unbundle from termios. | Kaz Kylheku | 2021-08-20 | 1 | -33/+11 |
* | license: reformat to fit 80 columns. | Kaz Kylheku | 2021-08-16 | 1 | -12/+13 |
* | lazy-stream-cons: control close throwing behavior. | Kaz Kylheku | 2021-08-07 | 1 | -1/+1 |
* | listener: print banner only if stdin is a tty. | Kaz Kylheku | 2021-08-03 | 1 | -3/+7 |
* | txr: fix inappropriate "takes no argument". | Kaz Kylheku | 2021-07-11 | 1 | -5/+43 |
* | New: build-id feature. | Kaz Kylheku | 2021-07-11 | 1 | -0/+12 |
* | main: revise error-ignore strategy for Lisp file. | Kaz Kylheku | 2021-07-05 | 1 | -8/+5 |
* | doc: fix various issues. | Paul A. Patience | 2021-07-03 | 1 | -13/+13 |
* | main: maintain -b option. | Kaz Kylheku | 2021-07-01 | 1 | -13/+21 |
* | file layout: moving share/txr/stdlib to stdlib. | Kaz Kylheku | 2021-06-24 | 1 | -3/+7 |
* | c_str now takes a self argument. | Kaz Kylheku | 2021-06-23 | 1 | -3/+4 |
* | listener: new --noprofile option. | Kaz Kylheku | 2021-06-16 | 1 | -0/+5 |
* | parser: gc bug in token. | Kaz Kylheku | 2021-05-31 | 1 | -0/+1 |
* | txr/doc: refer to arguments not data-files. | Kaz Kylheku | 2021-05-21 | 1 | -1/+1 |
* | txr: match help text wording to doc. | Kaz Kylheku | 2021-05-21 | 1 | -6/+6 |
* | bug: broken path handling on LIT_ALIGN == 2. | Kaz Kylheku | 2021-04-20 | 1 | -1/+1 |
* | repl: fix typo in plain mode banner. | Paul A. Patience | 2021-04-13 | 1 | -1/+1 |
* | Copyright year bump 2021. | Kaz Kylheku | 2021-01-14 | 1 | -2/+2 |
* | Different banner text for plain mode. | Kaz Kylheku | 2020-07-24 | 1 | -2/+6 |
* | More reasonable fallback for self path: revisited. | Kaz Kylheku | 2020-07-14 | 1 | -0/+5 |
* | c_num: now takes self argument. | Kaz Kylheku | 2020-06-29 | 1 | -3/+3 |
* | Replace trivial format(nil, ...) with simpler ops. | Kaz Kylheku | 2020-05-30 | 1 | -9/+7 |
* | internals: rename misnamed curry_* functions. | Kaz Kyheku | 2020-03-17 | 1 | -1/+1 |
* | Copyright year bump 2020. | Kaz Kylheku | 2019-12-31 | 1 | -2/+2 |
* | lib: streamline interning slightly. | Kaz Kylheku | 2019-08-20 | 1 | -1/+1 |
* | txr: regression: lack of file name in error messages. | Kaz Kylheku | 2019-07-22 | 1 | -1/+1 |
* | bugfix: source lineno off by one under hash bang. | Kaz Kylheku | 2019-04-21 | 1 | -3/+8 |
* | parser: always use stream-associated parser for parse_once. | Kaz Kylheku | 2019-04-21 | 1 | -6/+8 |
* | debugger: initial backtrace support. | Kaz Kylheku | 2019-04-16 | 1 | -1/+14 |
* | cmdline: intercept errors from compiled files. | Kaz Kylheku | 2019-04-16 | 1 | -1/+9 |
* | cmdline: use handler instead of catch for errors. | Kaz Kylheku | 2019-04-16 | 1 | -3/+2 |
* | repl: groundwork for recursive listener invocation. | Kaz Kylheku | 2019-04-08 | 1 | -1/+1 |
* | sysrooting: trailing slash needed on directory. | Kaz Kylheku | 2019-02-16 | 1 | -0/+4 |
* | txr-exe-path: New variable. | Kaz Kylheku | 2019-02-15 | 1 | -0/+1 |
* | command line: support -f in Hash Bang Null Hack. | Kaz Kylheku | 2019-01-28 | 1 | -3/+5 |
* | command line: improve -c option diagnostic. | Kaz Kylheku | 2019-01-28 | 1 | -2/+2 |
* | command line: better diagnosis for --args and --eargs | Kaz Kylheku | 2019-01-28 | 1 | -3/+15 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | Drastically reduce inclusion of <dirent.h>. | Kaz Kylheku | 2018-12-11 | 1 | -1/+0 |
* | Better identify functions that misuse COBJ-s and hashes. | Kaz Kylheku | 2018-11-07 | 1 | -4/+5 |
* | bugfix: error on empty script file. | Kaz Kylheku | 2018-11-05 | 1 | -8/+12 |
* | Hide deprecated, undocumented variables. | Kaz Kylheku | 2018-10-30 | 1 | -1/+2 |
* | initialization: use self_path_s instead of re-interning. | Kaz Kylheku | 2018-10-30 | 1 | -1/+1 |
* | Replace informality in command line help. | Kaz Kylheku | 2018-05-24 | 1 | -1/+1 |
* | More reasonable fallback for self path. | Kaz Kylheku | 2018-05-04 | 1 | -9/+1 |
* | bugfix: correcly obtain self path on Solaris. | Kaz Kylheku | 2018-05-04 | 1 | -0/+8 |
* | Mac-OS: replace nonworking method of getting self-path. | Kaz Kylheku | 2018-05-04 | 1 | -0/+13 |
* | Application code is now in a package called pub. | Kaz Kylheku | 2018-04-09 | 1 | -1/+2 |