| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch to user package before entering repl. | Kaz Kylheku | 2016-11-14 | 1 | -0/+1 |
* | Introducing struct instance dirty flags. | Kaz Kylheku | 2016-11-14 | 3 | -1/+119 |
* | New in-package macro. | Kaz Kylheku | 2016-11-14 | 3 | -1/+33 |
* | Version 157.txr-157 | Kaz Kylheku | 2016-11-14 | 6 | -646/+705 |
* | Fix spectacular bug in number of syntactic places. | Kaz Kylheku | 2016-11-13 | 1 | -9/+9 |
* | New functions for command or file I/O in one call. | Kaz Kylheku | 2016-11-13 | 3 | -0/+301 |
* | Introduce case{q,ql,qual}* macros which eval keys. | Kaz Kylheku | 2016-11-12 | 3 | -4/+95 |
* | New :use-from clause in defpackage. | Kaz Kylheku | 2016-11-11 | 2 | -4/+48 |
* | Clause in case{q,ql,qual} with no forms yields nil. | Kaz Kylheku | 2016-11-11 | 2 | -5/+21 |
* | Bugfix in case{q,ql,qual} macro expansion. | Kaz Kylheku | 2016-11-11 | 2 | -6/+35 |
* | vim: colorize #n= and #n#. | Kaz Kylheku | 2016-11-11 | 3 | -17/+23 |
* | Add defpackage macro. | Kaz Kylheku | 2016-11-11 | 3 | -0/+152 |
* | Streamline variable assignment operators slightly. | Kaz Kylheku | 2016-11-11 | 1 | -15/+12 |
* | Fix circular printing issue for package objects. | Kaz Kylheku | 2016-11-10 | 1 | -1/+1 |
* | Handle interpreted functions in circle printing. | Kaz Kylheku | 2016-11-10 | 2 | -0/+14 |
* | Fix some gc-unsafe mutations found by inspection. | Kaz Kylheku | 2016-11-10 | 2 | -3/+3 |
* | Check for non-package value in *package*. | Kaz Kylheku | 2016-11-10 | 1 | -1/+9 |
* | Implementing package foreign symbol concept. | Kaz Kylheku | 2016-11-10 | 5 | -57/+667 |
* | Check that name is stringp in some sym functions. | Kaz Kylheku | 2016-11-08 | 1 | -6/+18 |
* | Implement *package* special var; package overhaul. | Kaz Kylheku | 2016-11-08 | 7 | -43/+57 |
* | Don't access *print-circle* in early init. | Kaz Kylheku | 2016-11-08 | 1 | -1/+1 |
* | Deprecated undocumented *user-package* etc. | Kaz Kylheku | 2016-11-08 | 2 | -4/+6 |
* | Support #: reading for uninterned symbols. | Kaz Kylheku | 2016-11-07 | 3 | -10/+92 |
* | New #; syntax for erasing following object. | Kaz Kylheku | 2016-11-07 | 8 | -17/+165 |
* | vim syntax: support #H properly, plus #R, #S. | Kaz Kylheku | 2016-11-07 | 3 | -3/+3 |
* | parser: missing case for #R in yybadtoken. | Kaz Kylheku | 2016-11-07 | 1 | -0/+1 |
* | Fix regression: infinite loop in place expansion. | Kaz Kylheku | 2016-11-06 | 1 | -4/+6 |
* | Version 156.txr-156 | Kaz Kylheku | 2016-11-05 | 6 | -502/+565 |
* | Expose slots function. | Kaz Kylheku | 2016-11-05 | 2 | -1/+16 |
* | Fix broken tracking of place expansion origins. | Kaz Kylheku | 2016-11-04 | 1 | -14/+22 |
* | Don't track macro origin of interned objects. | Kaz Kylheku | 2016-11-04 | 1 | -1/+3 |
* | Remove spurious slash in cadr autoload pathname. | Kaz Kylheku | 2016-11-04 | 2 | -2/+2 |
* | Don't print distracting path in error trace. | Kaz Kylheku | 2016-11-04 | 1 | -2/+2 |
* | No need to track origin of entire macrolet. | Kaz Kylheku | 2016-11-04 | 1 | -4/+1 |
* | Show location of expanded form in exp-time errors. | Kaz Kylheku | 2016-11-04 | 1 | -3/+10 |
* | Support simple list arguments in getopts. | Kaz Kylheku | 2016-11-03 | 2 | -10/+40 |
* | Introducing command line option processing system. | Kaz Kylheku | 2016-11-03 | 3 | -0/+725 |
* | New negated equality test functions. | Kaz Kylheku | 2016-11-01 | 3 | -1/+54 |
* | Circ print: fix recursion from print methods. | Kaz Kylheku | 2016-11-01 | 4 | -12/+40 |
* | Flush *stdout* upon unhandled exception. | Kaz Kylheku | 2016-10-31 | 1 | -0/+1 |
* | Don't enter symbols into cycle-identifying hash. | Kaz Kylheku | 2016-10-31 | 1 | -2/+7 |
* | Use obj_print_impl for printing hash contents. | Kaz Kylheku | 2016-10-31 | 1 | -12/+18 |
* | Relax restrictions on dwim places. | Kaz Kylheku | 2016-10-31 | 5 | -46/+107 |
* | lambda-set method: treat [struct ...] as place. | Kaz Kylheku | 2016-10-30 | 6 | -53/+209 |
* | Extend symbol-function accessor to methods. | Kaz Kylheku | 2016-10-29 | 3 | -11/+56 |
* | doc: erroneous claim about symbol-function. | Kaz Kylheku | 2016-10-29 | 1 | -2/+2 |
* | doc: heading consistency in *load-path* | Kaz Kylheku | 2016-10-29 | 1 | -1/+1 |
* | doc: reference to nonexistent stream. | Kaz Kylheku | 2016-10-29 | 1 | -1/+1 |
* | Adding function tracing support. | Kaz Kylheku | 2016-10-29 | 3 | -0/+128 |
* | New awk capability: file/pipe I/O redirection. | Kaz Kylheku | 2016-10-28 | 2 | -2/+196 |