| Commit message (Expand) | Author | Age | Files | Lines |
* | The cmdwrap sh.exe hack is no longer needed. | Kaz Kylheku | 2016-06-30 | 3 | -23/+0 |
* | Dynamically determine whether shell is cmd.exe. | Kaz Kylheku | 2016-06-30 | 1 | -1/+18 |
* | Version 144.txr-144 | Kaz Kylheku | 2016-06-29 | 6 | -644/+686 |
* | Fix command spawning on Cygwin-based standalone image. | Kaz Kylheku | 2016-06-29 | 3 | -0/+23 |
* | We would like the Windows port of TXR to open files in text | Kaz Kylheku | 2016-06-28 | 2 | -0/+9 |
* | Update compatibility notes. | Kaz Kylheku | 2016-06-28 | 1 | -0/+3 |
* | Handle two possible home dir locations on Cygwin. | Kaz Kylheku | 2016-06-27 | 1 | -1/+27 |
* | Handle nonexistent HOME env var in repl. | Kaz Kylheku | 2016-06-27 | 1 | -3/+3 |
* | Re-target Windows installer to Cygwin. | Kaz Kylheku | 2016-06-27 | 1 | -0/+8 |
* | Preparations for bundling Cygwin library. | Kaz Kylheku | 2016-06-27 | 3 | -11/+33 |
* | Consistent capitalization of (C). | Kaz Kylheku | 2016-06-27 | 1 | -2/+2 |
* | Revamp documentation of expressions in pattern language. | Kaz Kylheku | 2016-06-26 | 1 | -104/+341 |
* | Separator expression in @(cat) evaluated as Lisp. | Kaz Kylheku | 2016-06-26 | 1 | -1/+1 |
* | Use Lisp eval for :var inits in collect and gather. | Kaz Kylheku | 2016-06-26 | 1 | -1/+1 |
* | Wrong section macro on from-list. | Kaz Kylheku | 2016-06-17 | 1 | -1/+1 |
* | Bugfix: unsafe num_fast in repeat/rep :counter code. | Kaz Kylheku | 2016-06-17 | 1 | -6/+6 |
* | Address silly uses of fixnump. | Kaz Kylheku | 2016-06-17 | 1 | -26/+22 |
* | Rename EXTRA_DEBUGGING to CONFIG_EXTRA_DEBUGGING. | Kaz Kylheku | 2016-06-17 | 4 | -10/+10 |
* | Print valgrind backtraces for break_obj. | Kaz Kylheku | 2016-06-17 | 1 | -2/+28 |
* | Useful assertion in make_obj. | Kaz Kylheku | 2016-06-17 | 1 | -0/+1 |
* | Tidy up some vector object initializations. | Kaz Kylheku | 2016-06-17 | 1 | -7/+7 |
* | gc bugfix: maintain free_tail properly. | Kaz Kylheku | 2016-06-16 | 1 | -5/+6 |
* | Remove more vestiges of the mark_makefresh hack. | Kaz Kylheku | 2016-06-16 | 1 | -16/+3 |
* | Bogus gc marking code in syslog module. | Kaz Kylheku | 2016-06-15 | 1 | -2/+0 |
* | Replace most TXR eval with Lisp eval. | Kaz Kylheku | 2016-06-14 | 3 | -45/+72 |
* | Rename Lisp eval wrappers and change arg order. | Kaz Kylheku | 2016-06-13 | 1 | -41/+32 |
* | defsymacro must remove special marking. | Kaz Kylheku | 2016-06-11 | 2 | -1/+23 |
* | Implement :counter in collect/coll. | Kaz Kylheku | 2016-06-09 | 2 | -4/+104 |
* | Restructure documentation of collect keywords. | Kaz Kylheku | 2016-06-09 | 1 | -44/+73 |
* | Fix broken place delete semantics of symbol-value. | Kaz Kylheku | 2016-06-08 | 1 | -1/+1 |
* | Rewriting documentation for binding accessors. | Kaz Kylheku | 2016-06-08 | 1 | -14/+47 |
* | Fixing semantics of makunbound. | Kaz Kylheku | 2016-06-08 | 3 | -34/+124 |
* | Fix memory leak in dgram socket streams. | Kaz Kylheku | 2016-06-08 | 1 | -0/+1 |
* | Fix out-of-bounds memory access in bit. | Kaz Kylheku | 2016-06-08 | 1 | -1/+1 |
* | Do not leave COBJ-ified mp_int uninitialized. | Kaz Kylheku | 2016-06-08 | 2 | -0/+6 |
* | Fix leaks in use of MPI and within MPI. | Kaz Kylheku | 2016-06-08 | 2 | -17/+6 |
* | Fix syslog stream leak. | Kaz Kylheku | 2016-06-07 | 1 | -1/+1 |
* | Fix memory leak in parser object. | Kaz Kylheku | 2016-06-07 | 1 | -0/+1 |
* | New --free-all option for freeing memory on exit. | Kaz Kylheku | 2016-06-07 | 10 | -14/+88 |
* | Handle sequence structs in length. | Kaz Kylheku | 2016-06-06 | 1 | -0/+2 |
* | Handle sequence structs in toseq. | Kaz Kylheku | 2016-06-06 | 1 | -0/+4 |
* | Handle sequence better in index list case of replace. | Kaz Kylheku | 2016-06-06 | 1 | -14/+9 |
* | Handle structs in list collection operations. | Kaz Kylheku | 2016-06-06 | 1 | -0/+10 |
* | Use local var in list_collect_{nconc,append}. | Kaz Kylheku | 2016-06-06 | 1 | -10/+12 |
* | Fix useless tolist over COBJ objects. | Kaz Kylheku | 2016-06-06 | 1 | -1/+1 |
* | Note that txr-path includes trailing slash. | Kaz Kylheku | 2016-06-05 | 1 | -3/+4 |
* | Fix error messages in internal function scat. | Kaz Kylheku | 2016-06-05 | 1 | -2/+2 |
* | The stdlib variable gets a trailing slash. | Kaz Kylheku | 2016-06-05 | 3 | -16/+28 |
* | Allow empty @(catch) and @(finally). | Kaz Kylheku | 2016-06-05 | 1 | -12/+3 |
* | Version 143.txr-143 | Kaz Kylheku | 2016-06-04 | 6 | -680/+710 |