summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 132.txr-132Kaz Kylheku2016-01-156-549/+573
* Retroactively fix recent inconsistent formatting.Kaz Kylheku2016-01-151-10/+10
* New :mandatory keyword in until/last clauses.Kaz Kylheku2016-01-154-24/+132
* Gather bugfix: support empty :vars.Kaz Kylheku2016-01-151-2/+5
* Bugfix: *print-flo-format* used for integer output.Kaz Kylheku2016-01-141-0/+2
* Improve n-ary minus like newly added division.Kaz Kylheku2016-01-141-3/+13
* Optimization in n-ary numeric functions.Kaz Kylheku2016-01-141-5/+12
* Fix omission: the / function becomes n-ary.Kaz Kylheku2016-01-134-3/+25
* bugfix: no location info for unbound var in dohash.Kaz Kylheku2016-01-131-5/+5
* The identity function gets an alias: use.Kaz Kylheku2016-01-132-1/+23
* Pastes produced using :read are now numbered.Kaz Kylheku2016-01-131-4/+6
* Support crypt function.Kaz Kylheku2016-01-133-0/+73
* Don't clobber conf_ldflags.Kaz Kylheku2016-01-131-1/+1
* Support extra linker flags.Kaz Kylheku2016-01-131-1/+1
* Version 131.txr-131Kaz Kylheku2016-01-124-4/+32
* Fix broken print of semicolon after ctrl char.Kaz Kylheku2016-01-121-1/+1
* Regex printing not escaping [ and ].Kaz Kylheku2016-01-121-1/+2
* Print control chars in regexes using \x.Kaz Kylheku2016-01-123-54/+72
* Pretty-print DEL and U+DCxx str char using \xHEX.Kaz Kylheku2016-01-121-1/+1
* regex_print: [ and ] in char class must be escaped.Kaz Kylheku2016-01-121-1/+1
* Remove redundant assert in mem allocation functions.Kaz Kylheku2016-01-101-3/+0
* Reduce scope of variable in cat_str.Kaz Kylheku2016-01-101-2/+2
* New internal function scat: variable arg cat_str.Kaz Kylheku2016-01-104-7/+88
* GC-correct order in copy_lazy_str.Kaz Kylheku2016-01-101-2/+2
* Don't record form as its own macro origin.Kaz Kylheku2016-01-091-2/+2
* Rework lazy string optimization done in TXR 118.Kaz Kylheku2016-01-091-26/+10
* Use struct instead of cons for lazy string fields.Kaz Kylheku2016-01-093-20/+37
* New internal function for copying malloced object.Kaz Kylheku2016-01-092-0/+9
* Squash compiler complaint about _BSD_SOURCE.Kaz Kylheku2016-01-081-1/+1
* Fix Valgrind integration breakage.Kaz Kylheku2016-01-071-1/+1
* Version 130.txr-130Kaz Kylheku2016-01-056-324/+372
* 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