| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bugfix: place-form-p must expand place macros. | Kaz Kylheku | 2015-07-24 | 3 | -7/+18 |
* | * txr.1: Clarifications in ifa description. | Kaz Kylheku | 2015-07-24 | 1 | -5/+5 |
* | * eval.c (op_quote): Improved diagnostic. | Kaz Kylheku | 2015-07-24 | 2 | -1/+5 |
* | Set up blank top_srcdir if building in source directory. | Kaz Kylheku | 2015-07-23 | 3 | -19/+48 |
* | Split off test macros from ifa.tl into common file. | Kaz Kylheku | 2015-07-23 | 4 | -18/+30 |
* | Fixes for building in separate dir. | Kaz Kylheku | 2015-07-23 | 2 | -11/+28 |
* | * parser.l (grammar): Do not allow unescaped newline in | Kaz Kylheku | 2015-07-23 | 3 | -7/+48 |
* | * genvim.txr: Scan cadr.c, cadr.tl, with-resources.tl, txr-case.tl. | Kaz Kylheku | 2015-07-23 | 2 | -7/+12 |
* | Adding with-resources macro. | Kaz Kylheku | 2015-07-23 | 4 | -0/+114 |
* | Adding nthcdr as accessor. | Kaz Kylheku | 2015-07-22 | 6 | -0/+109 |
* | * txr.1: Delete accidentally introduced bogus text. | Kaz Kylheku | 2015-07-22 | 1 | -2/+1 |
* | Improve bad argument diagnosis for place macros. | Kaz Kylheku | 2015-07-22 | 4 | -3/+48 |
* | Implementing second through tenth as places. | Kaz Kylheku | 2015-07-22 | 6 | -22/+96 |
* | * lisplib.c (place_set_entries): Add *place-macro* and | Kaz Kylheku | 2015-07-22 | 4 | -16/+85 |
* | * lib.c (obj_print, obj_pprint): Bugfix: incorrect | Kaz Kylheku | 2015-07-22 | 2 | -2/+10 |
* | * share/txr/stdlib/place.tl: Indentation. | Kaz Kylheku | 2015-07-22 | 1 | -20/+20 |
* | Implementing caar, cadr, cdar and friends. | Kaz Kylheku | 2015-07-21 | 10 | -6/+1903 |
* | * share/txr/stdlib/place.tl (defplace cdr): Change deletion | Kaz Kylheku | 2015-07-21 | 3 | -8/+41 |
* | * eval.c (eval_init): Register new split function. | Kaz Kylheku | 2015-07-21 | 5 | -2/+155 |
* | * txr.1: Fixes in description of partition. | Kaz Kylheku | 2015-07-21 | 1 | -8/+10 |
* | * txr.1: Document place binding behavior of ifa. | Kaz Kylheku | 2015-07-20 | 1 | -5/+13 |
* | * parser.c (open_txr_file): Bugfix: the name of the parsed | Kaz Kylheku | 2015-07-13 | 2 | -1/+7 |
* | * share/txr/stdlib/ifa.tl (ifa): Use placelet to | Kaz Kylheku | 2015-07-12 | 2 | -4/+20 |
* | * share/txr/stdlib/place.tl (place-form-p): New function. | Kaz Kylheku | 2015-07-12 | 3 | -0/+12 |
* | 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 |