| Commit message (Expand) | Author | Age | Files | Lines |
* | listener: fix buffer overflow reading external file. | Kaz Kylheku | 2019-02-15 | 1 | -6/+1 |
* | Optimize hash operation with unsafe car/cdr. | Kaz Kylheku | 2019-02-14 | 1 | -3/+3 |
* | gethash_c: review uses and improve or replace. | Kaz Kylheku | 2019-02-14 | 1 | -8/+8 |
* | Copyright year bump 2019. | Kaz Kylheku | 2019-01-16 | 1 | -1/+1 |
* | Eliminate ALLOCA_H. | Kaz Kylheku | 2018-12-31 | 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 | -23/+28 |
* | compiler: optimize dwim. | Kaz Kylheku | 2018-11-04 | 1 | -1/+1 |
* | listener: use temp file when saving history. | Kaz Kylheku | 2018-11-02 | 1 | -2/+8 |
* | listener: avoid unnecessary string duplication. | Kaz Kylheku | 2018-11-02 | 1 | -2/+1 |
* | repl: bugfix: abort on window size change. | Kaz Kylheku | 2018-10-31 | 1 | -3/+21 |
* | repl: allocate the "catch all" exception list once. | Kaz Kylheku | 2018-10-31 | 1 | -5/+3 |
* | compiler: use symtab caching for global lexicals. | Kaz Kylheku | 2018-10-26 | 1 | -1/+1 |
* | load: do not record source location for compiled files. | Kaz Kylheku | 2018-06-21 | 1 | -1/+6 |
* | bugfix: fatal exception on missing .txr_history. | Kaz Kylheku | 2018-05-27 | 1 | -2/+10 |
* | listener: Cygwin fix. | Kaz Kylheku | 2018-05-18 | 1 | -6/+10 |
* | linenoise: switch to wide characters, support Unicode. | Kaz Kylheku | 2015-09-22 | 1 | -58/+165 |
* | compiler: tighter code for quasiliterals. | Kaz Kylheku | 2018-04-21 | 1 | -2/+2 |
* | compiler: bump object file version. | Kaz Kylheku | 2018-04-18 | 1 | -2/+2 |
* | compile-file: need endian mark in .tlo files. | Kaz Kylheku | 2018-04-12 | 1 | -1/+8 |
* | load: fix vm gc issue. | Kaz Kylheku | 2018-04-10 | 1 | -0/+1 |
* | listener: completion: wrong use of package fallback. | Kaz Kylheku | 2018-04-08 | 1 | -3/+3 |
* | compile-file: handle gensyms and such. | Kaz Kylheku | 2018-04-05 | 1 | -7/+10 |
* | compile-file/load: add version to files. | Kaz Kylheku | 2018-04-05 | 1 | -1/+9 |
* | load: remove hack for loading compiler.tlo. | Kaz Kylheku | 2018-04-04 | 1 | -2/+1 |
* | parser: don't generate special lits outside quasiquote. | Kaz Kylheku | 2018-04-04 | 1 | -0/+1 |
* | Implement compiled file loading. | Kaz Kylheku | 2018-04-04 | 1 | -7/+41 |
* | compiler: first cut compile-file implementation. | Kaz Kylheku | 2018-04-03 | 1 | -0/+3 |
* | listener: fix poor regex handling in balance check. | Kaz Kylheku | 2018-03-17 | 1 | -1/+33 |
* | New listener feature: greedy evaluation feature. | Kaz Kylheku | 2018-02-17 | 1 | -2/+16 |
* | Copyright year bump 2018. | Kaz Kylheku | 2018-02-15 | 1 | -1/+1 |
* | New listener variable: *listener-pprint-s*. | Kaz Kylheku | 2018-02-12 | 1 | -1/+6 |
* | Use rplaca and rplacd instead of set over car_l/cdr_l. | Kaz Kylheku | 2018-01-01 | 1 | -1/+1 |
* | read, iread: source location recording now conditional. | Kaz Kylheku | 2017-12-29 | 1 | -4/+20 |
* | listener: handle incomplete buf literals. | Kaz Kylheku | 2017-07-30 | 1 | -1/+23 |
* | listener: inform linenoise of incomplete syntax. | Kaz Kylheku | 2017-06-16 | 1 | -1/+151 |
* | Refactoring hash bang support; hash bang null hack. | Kaz Kylheku | 2017-05-30 | 1 | -12/+2 |
* | cobj: rename poorly named default operation. | Kaz Kylheku | 2017-05-15 | 1 | -1/+1 |
* | listener: :p and :prompt commands. | Kaz Kylheku | 2017-04-06 | 1 | -0/+8 |
* | Connect -n option to linenoise noninteractive mode. | Kaz Kylheku | 2017-04-04 | 1 | -0/+3 |
* | listener: completion sensitive for slots and methods. | Kaz Kylheku | 2017-03-21 | 1 | -8/+19 |
* | Rename badly named default_bool_arg | Kaz Kylheku | 2017-03-17 | 1 | -4/+4 |
* | Better way for releasing deferred warnings. | Kaz Kylheku | 2017-02-10 | 1 | -1/+1 |
* | Bump copyright year to 2017. | Kaz Kylheku | 2017-01-23 | 1 | -1/+1 |
* | Dump deferred warnings in eval_intrinsic. | Kaz Kylheku | 2017-01-15 | 1 | -2/+9 |
* | Rebind *stderr* on entry into repl. | Kaz Kylheku | 2017-01-15 | 1 | -0/+4 |
* | Deferred warnings. | Kaz Kylheku | 2017-01-13 | 1 | -3/+11 |
* | parser: fix problems at EOF involving #; syntax. | Kaz Kylheku | 2016-12-06 | 1 | -10/+29 |
* | Expander warns about unbound variables. | Kaz Kylheku | 2016-11-26 | 1 | -0/+12 |
* | bugfix: reading hash literals with circ notation. | Kaz Kylheku | 2016-11-23 | 1 | -1/+12 |