summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Check .metn similarly to .codn and fix.Kaz Kylheku2016-04-262-30/+31
* Change .meta to single-argument.Kaz Kylheku2016-04-262-10/+10
* Check that arg 2 of .codn starts with punctuation.Kaz Kylheku2016-04-262-5/+8
* Change .codn and .code to fixed arity.Kaz Kylheku2016-04-262-427/+471
* Fix errors found by new checkman.txr.Kaz Kylheku2016-04-261-21/+21
* Adding manual page checker.Kaz Kylheku2016-04-262-1/+80
* Check man page for errors when generating PDF.Kaz Kylheku2016-04-261-1/+1
* Pretty print filename in assertion.Kaz Kylheku2016-04-251-2/+2
* Version 139.txr-139Kaz Kylheku2016-04-226-428/+471
* Spring cleaning: find wrong wrong troff macros.Kaz Kylheku2016-04-221-60/+61
* Recycle temporary list-of-lists in mapping functions.Kaz Kylheku2016-04-221-3/+9
* Support list of paths in ftw.Kaz Kylheku2016-04-222-0/+59
* Optimization in path-private-to-me-p.Kaz Kylheku2016-04-221-8/+8
* Don't quote path in load and @(load) diagnostics.Kaz Kylheku2016-04-222-6/+6
* Strengthen against resource leaks upon exceptions.Kaz Kylheku2016-04-216-23/+44
* Rename misleadingly named out_str_pretty function.Kaz Kylheku2016-04-211-5/+5
* Harmonize rules for string and character printing.Kaz Kylheku2016-04-211-9/+24
* Handle non-UTF-8 byte in regex scanned from string.Kaz Kylheku2016-04-211-0/+6
* Regex syntax errors trigger exception.Kaz Kylheku2016-04-211-1/+5
* Diagnose out-of-range char to UTF-8 conversion.Kaz Kylheku2016-04-211-1/+3
* Better job of diagnosing out-of-range char escapes.Kaz Kylheku2016-04-211-2/+9
* Integrating fnmatch.Kaz Kylheku2016-04-203-0/+127
* linenoise: g++ signed/unsigned warnings.Kaz Kylheku2016-04-201-4/+5
* ftw.c affected by g++/glibc issue __USE_GNU is defined.Kaz Kylheku2016-04-201-0/+2
* Recycle conses in unget-char and read-until-match.Kaz Kylheku2016-04-203-5/+9
* Mechanism for recycling conses outside of GC.Kaz Kylheku2016-04-203-2/+52
* Bugfix: optional arg defaulting in get-string.Kaz Kylheku2016-04-201-1/+2
* read-until-match can optionally keep matched text.Kaz Kylheku2016-04-205-38/+50
* Fix broken read_until_match.Kaz Kylheku2016-04-191-17/+51
* Allow unlimited character pushback in unget-char.Kaz Kylheku2016-04-193-22/+25
* Incorrect format args in string stream code.Kaz Kylheku2016-04-191-1/+1
* Fix broken unget_char over string input streams.Kaz Kylheku2016-04-191-1/+1
* Bugfix: allow newline in regex parsing from string.Kaz Kylheku2016-04-181-1/+7
* Trailing whitespace.Kaz Kylheku2016-04-181-1/+1
* Bugfix: @(if expr) not macro-expanding expr.Kaz Kylheku2016-04-181-2/+2
* Fix inconsistency of Lisp var visibility in TXR.Kaz Kylheku2016-04-172-41/+69
* Bugfix: @(output) not expanding some Lisp exprs.Kaz Kylheku2016-04-171-1/+1
* Valgrind support in continuations.Kaz Kylheku2016-04-161-1/+18
* Put notes into cadr sources that they are generated.Kaz Kylheku2016-04-164-0/+12
* Version 138.txr-138Kaz Kylheku2016-04-166-318/+391
* Improve sock-peer documentation.Kaz Kylheku2016-04-161-19/+20
* Block absconds across foreign frames.Kaz Kylheku2016-04-161-0/+4
* Doc for sys:abscond* references nonexistent sym.Kaz Kylheku2016-04-161-1/+1
* Notes on glob and exceptions.Kaz Kylheku2016-04-151-0/+19
* Fix internal error: bug in data stream opening logic.Kaz Kylheku2016-04-151-2/+3
* Glob-related variables wrongly documented as special.Kaz Kylheku2016-04-151-1/+1
* Close source files after parsing.Kaz Kylheku2016-04-154-2/+17
* glob bugfix: always clear callback global.Kaz Kylheku2016-04-151-2/+2
* Adding ftw function.Kaz Kylheku2016-04-156-0/+444
* Expose stat_to_struct outside of sysif.Kaz Kylheku2016-04-152-1/+5