summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Bad formatting under data directive.Kaz Kylheku2016-01-051-1/+1
* Clarify same-sequence semantics of swap, rotate, shift.Kaz Kylheku2016-01-041-0/+42
* Static slots mustn't trigger instantiation.Kaz Kylheku2016-01-041-2/+3
* Revert chr-isdigit/isxdigit, provide new functions.Kaz Kylheku2016-01-044-8/+32
* defstruct: order function slots before other static slots.Kaz Kylheku2016-01-032-15/+48
* Better bad slot syntax diagnostic in defstruct.Kaz Kylheku2016-01-031-1/+4
* Bad formatting under destruct.Kaz Kylheku2016-01-021-1/+1
* Bad formatting under RangesKaz Kylheku2016-01-021-0/+3
* Wording change in error_trace.Kaz Kylheku2016-01-021-2/+2
* Use last-form-evaled mechanism for pattern language.Kaz Kylheku2016-01-023-6/+20
* Bugfix: premature open of data source.Kaz Kylheku2016-01-011-1/+1
* Handle nothrow semantics down in complex_open.Kaz Kylheku2016-01-011-37/+12
* Hacky struct fpip gone; complex_open returns stream.Kaz Kylheku2016-01-011-74/+26
* Record-delimiting stream adapter.Kaz Kylheku2016-01-015-0/+313
* Copyright year bump.Kaz Kylheku2015-12-3171-72/+72
* linenoise: submit and stay in history.Kaz Kylheku2015-12-312-0/+33
* linenoise: bugfix: Ctrl-X bails out of hist searchKaz Kylheku2015-12-311-1/+1
* C++ breakage: multiple definition of name_s.Kaz Kylheku2015-12-304-6/+5
* Fix regression in tab completion.Kaz Kylheku2015-12-303-2/+3
* Version 129.txr-129Kaz Kylheku2015-12-296-361/+482
* last_form_evaled must track argument evaluation.Kaz Kylheku2015-12-291-4/+3
* Propagate macro ancestry info across macrolet.Kaz Kylheku2015-12-291-1/+4
* Detect loop in error_trace.Kaz Kylheku2015-12-291-0/+3
* Suppress "which is located at nil".Kaz Kylheku2015-12-291-3/+9
* Don't suppress detailed error trace for eval-error.Kaz Kylheku2015-12-291-2/+2
* Don't record nil as the macro ancestor of a form.Kaz Kylheku2015-12-291-1/+2
* New variables for floating-point printing control.Kaz Kylheku2015-12-284-19/+92
* Whitespace in lazy_str_force.Kaz Kylheku2015-12-281-1/+1
* Overhaul printing of lazy strings.Kaz Kylheku2015-12-283-56/+123
* Fix exception in @(freeform) over interactive input.Kaz Kylheku2015-12-271-1/+6
* Adding with-slots macro.Kaz Kylheku2015-12-273-0/+98
* Use subtype check for eval error.Kaz Kylheku2015-12-271-1/+1
* Shocking four-year-old bug in collect/coll.Kaz Kylheku2015-12-271-2/+7
* Allow @(repeat) and @(rep) to see Lisp globals.Kaz Kylheku2015-12-261-0/+11
* TXR quasiliterals and output vars treated as Lisp.Kaz Kylheku2015-12-266-174/+209
* chr-isdigit and chr-isxdigit return value.Kaz Kylheku2015-12-232-15/+35
* Base value in :counterKaz Kylheku2015-12-232-6/+33
* Section reference correction.Kaz Kylheku2015-12-231-1/+3
* New directives @(data) and @(name)Kaz Kylheku2015-12-222-1/+154
* Allow @(line) in horizontal context.Kaz Kylheku2015-12-221-0/+1
* Don't use ~d in several match debug diagnostics.Kaz Kylheku2015-12-221-2/+2
* Syntax highlighting regression and omission.Kaz Kylheku2015-12-221-13/+14
* Version 128.txr-128Kaz Kylheku2015-12-196-507/+488
* Print some instances of qref as dot notation.Kaz Kylheku2015-12-181-0/+24
* Keep summary of place forms up-to-date.Kaz Kylheku2015-12-181-3/+15
* New condlet macro; small change to iflet/whenlet.Kaz Kylheku2015-12-184-18/+137
* Revise Conventions slightly.Kaz Kylheku2015-12-181-5/+7
* debugger: stopped at line nil of nil.Kaz Kylheku2015-12-181-4/+5
* New --debug-expansion option.Kaz Kylheku2015-12-184-1/+29
* Fix useless use of if3.Kaz Kylheku2015-12-181-2/+2