summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix parser bug caused by wrong kind of weak hash table.Kaz Kylheku2015-08-191-1/+1
* Provide conservative marking interface.Kaz Kylheku2015-08-193-29/+28
* Fix broken @@@<n>/@@@rest references in quasiliterals.Kaz Kylheku2015-08-192-2/+6
* Quasiquote regression from 110.Kaz Kylheku2015-08-192-5/+13
* Troff formatting macros must not generate control sequences.Kaz Kylheku2015-08-191-4/+4
* Fix man page markup errors.Dave Love2015-08-171-22/+22
* Better error reporting for some indirect calls.Kaz Kylheku2015-08-181-18/+24
* Bugfix: forgotten zaps could lead to spurious retention.Kaz Kylheku2015-08-171-3/+3
* Streamlining format with new args module.Kaz Kylheku2015-08-171-66/+48
* Start of new way of handling variable arguments.Kaz Kylheku2015-08-173-1/+162
* Improved wording about auto-loading.Kaz Kylheku2015-08-161-5/+6
* Detect alloca.Kaz Kylheku2015-08-151-0/+27
* Minor dependency fix in Makefile.Kaz Kylheku2015-08-151-3/+6
* Whitespace.Kaz Kylheku2015-08-151-1/+1
* Remove include guards from MPI headers.Kaz Kylheku2015-08-152-12/+0
* Allow slashes in regex passed to regex-parse.Kaz Kylheku2015-08-152-19/+47
* Regenerate parser and scanner if config changes.Kaz Kylheku2015-08-151-3/+3
* Get Berkeley Yacc port of the parser working again.Kaz Kylheku2015-08-141-0/+7
* Formatting fix under clamp function.Kaz Kylheku2015-08-141-1/+1
* Version 112.txr-112Kaz Kylheku2015-08-146-370/+423
* Fix TEXT macro clash on Windows.Kaz Kylheku2015-08-141-0/+1
* Remove unwanted yyparse declaration from y.tab.h.Kaz Kylheku2015-08-142-1/+9
* Word splices not quite on board with consing dot handling.Kaz Kylheku2015-08-141-2/+2
* New function, clamp.Kaz Kylheku2015-08-134-0/+45
* Observe display width in format.Kaz Kylheku2015-08-132-9/+59
* Print object readably in class mismatch error.Kaz Kylheku2015-08-131-1/+1
* New display-width function.Kaz Kylheku2015-08-134-0/+51
* Floating-point constant tightening.Kaz Kylheku2015-08-122-11/+12
* Improvement in hash bang code.Kaz Kylheku2015-08-121-6/+3
* Use new pushback token priming for single regex parse.Kaz Kylheku2015-08-124-21/+38
* Fix regression in string field formatting.Kaz Kylheku2015-08-121-4/+0
* Revision to .. syntax.Kaz Kylheku2015-08-122-31/+18
* Crafting a better parser-priming hack.Kaz Kylheku2015-08-129-41/+97
* Catenated stream reads must not close last stream.Kaz Kylheku2015-08-121-6/+9
* Diagnose ambiguous floats like (a b).4 and x.y.5Kaz Kylheku2015-08-101-0/+30
* Dot with no whitespace generates qref syntax.Kaz Kylheku2015-08-105-6/+71
* Count East Asian Wide and Full Fidth chars as two columns.Kaz Kylheku2015-08-104-7/+74
* Handle abc: token syntax.Kaz Kylheku2015-08-101-2/+2
* Diagnose bad consing dot syntax like (a . b . c).Kaz Kylheku2015-08-104-9/+27
* Remove never-used member of symbol structure.Kaz Kylheku2015-08-093-3/+0
* Discontinuing ChangeLog.Kaz Kylheku2015-08-081-0/+8
* Version 111.txr-111Kaz Kylheku2015-08-087-210/+311
* C++ upkeep: conversions, clashes, warnings.Kaz Kylheku2015-08-074-5/+16
* C++ static forward issue.Kaz Kylheku2015-08-073-3/+21
* C++ upkeep: resolve multiple definitions of fun_k.Kaz Kylheku2015-08-076-7/+23
* * Makefile (SRCS): When top_srcdir is blank, elide the entireKaz Kylheku2015-08-072-1/+8
* * stream.c: Include <wctype.h> header for iswprint.Kaz Kylheku2015-08-072-0/+6
* * sysif.c (w_lstat): If we don't have S_IFLINK, implementKaz Kylheku2015-08-072-0/+9
* Change to different exception for debugger quit.Kaz Kylheku2015-08-072-1/+12
* * debug.c (help): Rearrange menu. Show missing quit command.Kaz Kylheku2015-08-062-3/+6