summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Separator expression in @(cat) evaluated as Lisp.Kaz Kylheku2016-06-261-1/+1
* Use Lisp eval for :var inits in collect and gather.Kaz Kylheku2016-06-261-1/+1
* Wrong section macro on from-list.Kaz Kylheku2016-06-171-1/+1
* Bugfix: unsafe num_fast in repeat/rep :counter code.Kaz Kylheku2016-06-171-6/+6
* Address silly uses of fixnump.Kaz Kylheku2016-06-171-26/+22
* Rename EXTRA_DEBUGGING to CONFIG_EXTRA_DEBUGGING.Kaz Kylheku2016-06-174-10/+10
* Print valgrind backtraces for break_obj.Kaz Kylheku2016-06-171-2/+28
* Useful assertion in make_obj.Kaz Kylheku2016-06-171-0/+1
* Tidy up some vector object initializations.Kaz Kylheku2016-06-171-7/+7
* gc bugfix: maintain free_tail properly.Kaz Kylheku2016-06-161-5/+6
* Remove more vestiges of the mark_makefresh hack.Kaz Kylheku2016-06-161-16/+3
* Bogus gc marking code in syslog module.Kaz Kylheku2016-06-151-2/+0
* Replace most TXR eval with Lisp eval.Kaz Kylheku2016-06-143-45/+72
* Rename Lisp eval wrappers and change arg order.Kaz Kylheku2016-06-131-41/+32
* defsymacro must remove special marking.Kaz Kylheku2016-06-112-1/+23
* Implement :counter in collect/coll.Kaz Kylheku2016-06-092-4/+104
* Restructure documentation of collect keywords.Kaz Kylheku2016-06-091-44/+73
* Fix broken place delete semantics of symbol-value.Kaz Kylheku2016-06-081-1/+1
* Rewriting documentation for binding accessors.Kaz Kylheku2016-06-081-14/+47
* Fixing semantics of makunbound.Kaz Kylheku2016-06-083-34/+124
* Fix memory leak in dgram socket streams.Kaz Kylheku2016-06-081-0/+1
* Fix out-of-bounds memory access in bit.Kaz Kylheku2016-06-081-1/+1
* Do not leave COBJ-ified mp_int uninitialized.Kaz Kylheku2016-06-082-0/+6
* Fix leaks in use of MPI and within MPI.Kaz Kylheku2016-06-082-17/+6
* Fix syslog stream leak.Kaz Kylheku2016-06-071-1/+1
* Fix memory leak in parser object.Kaz Kylheku2016-06-071-0/+1
* New --free-all option for freeing memory on exit.Kaz Kylheku2016-06-0710-14/+88
* Handle sequence structs in length.Kaz Kylheku2016-06-061-0/+2
* Handle sequence structs in toseq.Kaz Kylheku2016-06-061-0/+4
* Handle sequence better in index list case of replace.Kaz Kylheku2016-06-061-14/+9
* Handle structs in list collection operations.Kaz Kylheku2016-06-061-0/+10
* Use local var in list_collect_{nconc,append}.Kaz Kylheku2016-06-061-10/+12
* Fix useless tolist over COBJ objects.Kaz Kylheku2016-06-061-1/+1
* Note that txr-path includes trailing slash.Kaz Kylheku2016-06-051-3/+4
* Fix error messages in internal function scat.Kaz Kylheku2016-06-051-2/+2
* The stdlib variable gets a trailing slash.Kaz Kylheku2016-06-053-16/+28
* Allow empty @(catch) and @(finally).Kaz Kylheku2016-06-051-12/+3
* Version 143.txr-143Kaz Kylheku2016-06-046-680/+710
* Allow @(repeat) to see variables in more places.Kaz Kylheku2016-06-041-3/+30
* Fixes in field formatting diagnostics.Kaz Kylheku2016-06-041-5/+6
* Incorrect repeat directive example.Kaz Kylheku2016-06-031-1/+1
* @(output) evaluates destination as Lisp.Kaz Kylheku2016-06-032-7/+23
* Mistake in remq*, reqml* and remqual heading.Kaz Kylheku2016-06-031-1/+1
* Drop between TXR and Lisp syms in HTML Doc.Kaz Kylheku2016-06-031-20/+9
* Topic disambiguation "sub-pages" in HTML doc.Kaz Kylheku2016-06-031-3/+33
* Adding special function from-list.Kaz Kylheku2016-06-012-1/+51
* Describe special structure methods in new section.Kaz Kylheku2016-06-011-114/+158
* ldiff uses equal for all non-list arguments.Kaz Kylheku2016-06-012-9/+8
* Methods for turning objects into sequences.Kaz Kylheku2016-06-015-2/+85
* Print method on objects.Kaz Kylheku2016-06-012-1/+18