| Commit message (Expand) | Author | Age | Files | Lines |
* | Expand away sys:lisp1-value based on lexical info. | Kaz Kylheku | 2015-07-11 | 2 | -2/+37 |
* | Let's have placelet and placelet*. | Kaz Kylheku | 2015-07-11 | 4 | -8/+46 |
* | * share/txr/stdlib/place.tl (defplace dwim): Eliminate | Kaz Kylheku | 2015-07-11 | 2 | -8/+14 |
* | * eval.c (eval_init): Register bindable as intrinsic. | Kaz Kylheku | 2015-07-10 | 3 | -1/+27 |
* | New placelet macro. | Kaz Kylheku | 2015-07-10 | 4 | -11/+134 |
* | Handle setting of parse name through prime_parser. | Kaz Kylheku | 2015-07-10 | 4 | -7/+22 |
* | Fix wrong name reported for errors in first top-level form. | Kaz Kylheku | 2015-07-10 | 2 | -1/+9 |
* | Fix off by one error line numbers for .tl files. | Kaz Kylheku | 2015-07-10 | 2 | -3/+14 |
* | Remove unused "primer" member from parser_t. | Kaz Kylheku | 2015-07-10 | 3 | -9/+18 |
* | Bugfix: lexer loses unmatched "hold char" between top-level forms. | Kaz Kylheku | 2015-07-10 | 5 | -11/+39 |
* | * stream.c (byte_in_unget_byte): Wrong function name in error message. | Kaz Kylheku | 2015-07-10 | 2 | -1/+5 |
* | Fix unget-byte and unget-char on catenated streams. | Kaz Kylheku | 2015-07-10 | 2 | -2/+9 |
* | Parser cleanup: embed scanner in parser. | Kaz Kylheku | 2015-07-09 | 5 | -28/+72 |
* | Bugfix: define-modify-macro not registered for auto-loading. | Kaz Kylheku | 2015-08-08 | 2 | -1/+8 |
* | * genvim.txr (chesc): Include space among escaped characters. | Kaz Kylheku | 2015-07-07 | 1 | -1/+1 |
* | Bugfix: allow @1 in brace variables. | Kaz Kylheku | 2015-06-07 | 2 | -1/+10 |
* | Improved printing of stream objects. | Kaz Kylheku | 2015-07-07 | 4 | -26/+74 |
* | * txr.1: Replace callf example under mapf. | Kaz Kylheku | 2015-07-06 | 1 | -3/+2 |
* | * txr.1: three incorrect .metn/.meta uses | Kaz Kylheku | 2015-07-06 | 1 | -3/+3 |
* | Bugfix in printed rep of stdio stream. | Kaz Kylheku | 2015-07-06 | 2 | -2/+11 |
* | Clarify clear-error and flush return value. | Kaz Kylheku | 2015-07-06 | 3 | -17/+25 |
* | Tightening behavior for unimplemented stream ops. | Kaz Kylheku | 2015-07-06 | 4 | -26/+247 |
* | Reduce regex duplication in genvim.txr. | Kaz Kylheku | 2015-07-04 | 2 | -30/+50 |
* | Syntax highlighting fixes: characters, variables, identifers. | Kaz Kylheku | 2015-07-03 | 2 | -6/+15 |
* | * txr.1: wrap* syntax fix | Kaz Kylheku | 2015-07-03 | 1 | -1/+1 |
* | * genman.txr: Simplify double plass over BODY into single pass. | Kaz Kylheku | 2015-07-03 | 2 | -30/+32 |
* | Allow op arguments like @1 to be places. | Kaz Kylheku | 2015-07-03 | 2 | -0/+15 |
* | Support trailing semicolon after hex/octal characters. | Kaz Kylheku | 2015-07-02 | 4 | -6/+47 |
* | Hash-bang support for .tl files. | Kaz Kylheku | 2015-07-02 | 6 | -5/+32 |
* | * txr.1: Replace wrong use of .coSS | Kaz Kylheku | 2015-07-02 | 1 | -1/+1 |
* | Handle escapes accurately in Vim syntax highlighting. | Kaz Kylheku | 2015-07-02 | 2 | -5/+25 |
* | * genman.txr: Take advantage of \@ escape in quasilit. | Kaz Kylheku | 2015-07-01 | 3 | -2/+13 |
* | * genman.txr: Bugfix: reproduce the correct opening bracket | Kaz Kylheku | 2015-07-01 | 2 | -1/+7 |
* | * txr.1: avoid term "regular macro". | Kaz Kylheku | 2015-07-01 | 1 | -2/+2 |
* | Fix issues in configure found by ShellCheck. | Kaz Kylheku | 2015-06-27 | 2 | -8/+13 |
* | Fix TXR 97 regression in quasiliterals. | Kaz Kylheku | 2015-06-27 | 2 | -1/+12 |
* | Third round of quasiliteral-related fixes. | Kaz Kylheku | 2015-06-26 | 2 | -5/+13 |
* | Third round of quasiliteral-related fixes. | Kaz Kylheku | 2015-06-26 | 2 | -0/+14 |
* | Second round of quasiliteral-related fixes. | Kaz Kylheku | 2015-06-26 | 2 | -1/+17 |
* | First round of quasiliteral-related fixes. | Kaz Kylheku | 2015-06-26 | 3 | -25/+54 |
* | * genman.txr: New filter to add hyperlinks within code in | Kaz Kylheku | 2015-06-26 | 2 | -0/+31 |
* | * genman.txr: indentation. | Kaz Kylheku | 2015-06-26 | 1 | -10/+10 |
* | * txr.1: Spelling, grammar. | Kaz Kylheku | 2015-06-26 | 1 | -8/+8 |
* | * txr.1: partition example: wrong use of where function. | Kaz Kylheku | 2015-06-24 | 2 | -2/+6 |
* | * txr.1: Formatting fixes. | Kaz Kylheku | 2015-06-24 | 1 | -7/+16 |
* | * hash.c (hash_from_pairs, hash_list): New functions. | Kaz Kylheku | 2015-06-24 | 5 | -2/+68 |
* | Refactoring n-ary functions to use a single helper. | Kaz Kylheku | 2015-07-24 | 3 | -20/+23 |
* | Hash subset testing. | Kaz Kylheku | 2015-06-23 | 5 | -0/+86 |
* | * genman.txr: Point to hacked manutils. | Kaz Kylheku | 2015-06-22 | 1 | -4/+2 |
* | * genvim.txr: Add ifa.tl library file. | Kaz Kylheku | 2015-06-22 | 4 | -331/+337 |