| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Document previously undocumented command line options. | Kaz Kylheku | 2015-08-24 | 2 | -0/+24 |
* | Compatibility <= 107 allows redefinition of builtins. | Kaz Kylheku | 2015-08-24 | 2 | -1/+8 |
* | Add maze generation to test suite. | Kaz Kylheku | 2015-08-24 | 3 | -0/+154 |
* | New --yydebug option. | Kaz Kylheku | 2015-08-24 | 3 | -0/+25 |
* | New function: shuffle. | Kaz Kylheku | 2015-08-24 | 4 | -0/+66 |
* | Regression: assignment to [hash x..y] not working. | Kaz Kylheku | 2015-08-23 | 1 | -9/+7 |
* | Remove unused args_limit. | Kaz Kylheku | 2015-08-23 | 2 | -10/+0 |
* | Use of new args for function calls in interpreter. | Kaz Kylheku | 2015-08-23 | 8 | -38/+152 |
* | Large scale conversion to new way of handling arguments. | Kaz Kylheku | 2015-08-23 | 15 | -574/+775 |
* | Clarification about @rest in do/op syntax. | Kaz Kylheku | 2015-08-23 | 1 | -9/+20 |
* | Remove silly use of apply from open-files. | Kaz Kylheku | 2015-08-21 | 1 | -5/+2 |
* | Don't implement range and range* with variadic functions. | Kaz Kylheku | 2015-08-21 | 1 | -15/+14 |
* | Missing notes about global lexical variables. | Kaz Kylheku | 2015-08-20 | 1 | -8/+43 |
* | Wording in description of quasiquote. | Kaz Kylheku | 2015-08-20 | 1 | -2/+2 |
* | Version 113.txr-113 | Kaz Kylheku | 2015-08-14 | 4 | -4/+44 |
* | Remove useless member from parser structure. | Kaz Kylheku | 2015-08-19 | 2 | -3/+3 |
* | Fix parser bug caused by wrong kind of weak hash table. | Kaz Kylheku | 2015-08-19 | 1 | -1/+1 |
* | Provide conservative marking interface. | Kaz Kylheku | 2015-08-19 | 3 | -29/+28 |
* | Fix broken @@@<n>/@@@rest references in quasiliterals. | Kaz Kylheku | 2015-08-19 | 2 | -2/+6 |
* | Quasiquote regression from 110. | Kaz Kylheku | 2015-08-19 | 2 | -5/+13 |
* | Troff formatting macros must not generate control sequences. | Kaz Kylheku | 2015-08-19 | 1 | -4/+4 |
* | Fix man page markup errors. | Dave Love | 2015-08-17 | 1 | -22/+22 |
* | Better error reporting for some indirect calls. | Kaz Kylheku | 2015-08-18 | 1 | -18/+24 |
* | Bugfix: forgotten zaps could lead to spurious retention. | Kaz Kylheku | 2015-08-17 | 1 | -3/+3 |
* | Streamlining format with new args module. | Kaz Kylheku | 2015-08-17 | 1 | -66/+48 |
* | Start of new way of handling variable arguments. | Kaz Kylheku | 2015-08-17 | 3 | -1/+162 |
* | Improved wording about auto-loading. | Kaz Kylheku | 2015-08-16 | 1 | -5/+6 |
* | Detect alloca. | Kaz Kylheku | 2015-08-15 | 1 | -0/+27 |
* | Minor dependency fix in Makefile. | Kaz Kylheku | 2015-08-15 | 1 | -3/+6 |
* | Whitespace. | Kaz Kylheku | 2015-08-15 | 1 | -1/+1 |
* | Remove include guards from MPI headers. | Kaz Kylheku | 2015-08-15 | 2 | -12/+0 |
* | Allow slashes in regex passed to regex-parse. | Kaz Kylheku | 2015-08-15 | 2 | -19/+47 |
* | Regenerate parser and scanner if config changes. | Kaz Kylheku | 2015-08-15 | 1 | -3/+3 |
* | Get Berkeley Yacc port of the parser working again. | Kaz Kylheku | 2015-08-14 | 1 | -0/+7 |
* | Formatting fix under clamp function. | Kaz Kylheku | 2015-08-14 | 1 | -1/+1 |
* | Version 112.txr-112 | Kaz Kylheku | 2015-08-14 | 6 | -370/+423 |
* | Fix TEXT macro clash on Windows. | Kaz Kylheku | 2015-08-14 | 1 | -0/+1 |
* | Remove unwanted yyparse declaration from y.tab.h. | Kaz Kylheku | 2015-08-14 | 2 | -1/+9 |
* | Word splices not quite on board with consing dot handling. | Kaz Kylheku | 2015-08-14 | 1 | -2/+2 |
* | New function, clamp. | Kaz Kylheku | 2015-08-13 | 4 | -0/+45 |
* | Observe display width in format. | Kaz Kylheku | 2015-08-13 | 2 | -9/+59 |
* | Print object readably in class mismatch error. | Kaz Kylheku | 2015-08-13 | 1 | -1/+1 |
* | New display-width function. | Kaz Kylheku | 2015-08-13 | 4 | -0/+51 |
* | Floating-point constant tightening. | Kaz Kylheku | 2015-08-12 | 2 | -11/+12 |
* | Improvement in hash bang code. | Kaz Kylheku | 2015-08-12 | 1 | -6/+3 |
* | Use new pushback token priming for single regex parse. | Kaz Kylheku | 2015-08-12 | 4 | -21/+38 |
* | Fix regression in string field formatting. | Kaz Kylheku | 2015-08-12 | 1 | -4/+0 |
* | Revision to .. syntax. | Kaz Kylheku | 2015-08-12 | 2 | -31/+18 |
* | Crafting a better parser-priming hack. | Kaz Kylheku | 2015-08-12 | 9 | -41/+97 |
* | Catenated stream reads must not close last stream. | Kaz Kylheku | 2015-08-12 | 1 | -6/+9 |