| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding streams functions to Lisp evaluator. | Kaz Kylheku | 2011-11-28 | 7 | -35/+244 |
* | mapcar, mappend and apply functions. | Kaz Kylheku | 2011-11-28 | 2 | -17/+105 |
* | Added evaluation support for quote and quasiquote with unquotes. | Kaz Kylheku | 2011-11-28 | 8 | -58/+379 |
* | * parser.y (expr): Set source location info on elements. | Kaz Kylheku | 2011-11-26 | 2 | -7/+17 |
* | * match.c (subst_vars): Handle expr_s, so that | Kaz Kylheku | 2011-11-26 | 3 | -7/+28 |
* | Task #11436 | Kaz Kylheku | 2011-11-26 | 16 | -169/+1360 |
* | * match.c (h_coll): Use getplist_f to distinguish | Kaz Kylheku | 2011-11-24 | 1 | -2/+3 |
* | * lib.c (getplist_f): New function. | Kaz Kylheku | 2011-11-24 | 6 | -3/+38 |
* | * match.c (match_funcall): Set source location info for | Kaz Kylheku | 2011-11-24 | 2 | -0/+6 |
* | * parser.y (texts, elem): Fixed incorrect use of rl rather | Kaz Kylheku | 2011-11-24 | 3 | -4/+20 |
* | Version 043txr-043 | Kaz Kylheku | 2011-11-23 | 5 | -8/+19 |
* | * txr.c (remove_hash_bang_line): Recognize multiple | Kaz Kylheku | 2011-11-23 | 2 | -8/+20 |
* | Optimization: if all the elements of (text ...) are | Kaz Kylheku | 2011-11-23 | 2 | -1/+19 |
* | * lib.c (plus, minus): Fixed wrong assertion which would incorrectly | Kaz Kylheku | 2011-11-23 | 4 | -3/+19 |
* | Semantics change. If a variable is followed by a mixture | Kaz Kylheku | 2011-11-23 | 7 | -37/+119 |
* | * configure: Fix environ test case for C++. | Kaz Kylheku | 2011-11-22 | 2 | -0/+6 |
* | * match.c (search_form): Bugfix: we must search to one character | Kaz Kylheku | 2011-11-22 | 4 | -2/+39 |
* | Set release date.txr-042 | Kaz Kylheku | 2011-11-20 | 1 | -1/+1 |
* | Version 042 | Kaz Kylheku | 2011-11-20 | 4 | -4/+14 |
* | * parser.y (char_from_name): const on wchar_t *. | Kaz Kylheku | 2011-11-20 | 2 | -2/+6 |
* | * RELNOTES: Retroactively added 041 relnotes and reformatted. | Kaz Kylheku | 2011-11-20 | 1 | -1/+47 |
* | * RELNOTES: Updated.txr-93txr-60 | Kaz Kylheku | 2011-11-20 | 2 | -0/+4 |
* | Bug #34630 | Kaz Kylheku | 2011-11-20 | 2 | -2/+11 |
* | Relaxing :vars in collect/coll a little bit. | Kaz Kylheku | 2011-11-20 | 4 | -4/+36 |
* | * Makefile (tests/008/soundex.ok): New test case. | Kaz Kylheku | 2011-11-19 | 4 | -0/+95 |
* | * RELNOTES: New file. | Kaz Kylheku | 2011-11-19 | 2 | -0/+62 |
* | Bug #34866 | Kaz Kylheku | 2011-11-19 | 3 | -2/+17 |
* | * match.c (v_deffilter): Even better. Just evaluate | Kaz Kylheku | 2011-11-19 | 3 | -15/+21 |
* | deffilter grows in power: it can take quasistrings. | Kaz Kylheku | 2011-11-19 | 5 | -19/+89 |
* | * parser.y (yybadtoken): Use ~a to print bad character rather than #\ | Kaz Kylheku | 2011-11-19 | 2 | -1/+6 |
* | * parser.y: Regression IDENT, '{' and '}' | Kaz Kylheku | 2011-11-18 | 2 | -2/+8 |
* | * gc.c (mark_mem_region): Use the Valgrind API only to mark | Kaz Kylheku | 2011-11-18 | 3 | -2/+17 |
* | Added a JSON parsing test case. This flushed out a bug which crashed | Kaz Kylheku | 2011-11-18 | 7 | -2/+175 |
* | Task #11598. | Kaz Kylheku | 2011-11-17 | 5 | -10/+124 |
* | Adding quote and unquote read syntax to list forms, resembling | Kaz Kylheku | 2011-11-17 | 5 | -2/+38 |
* | * match.c (h_fun, v_fun): Bugfix! copy_list should be used for copying | Kaz Kylheku | 2011-11-17 | 3 | -14/+53 |
* | * parser.y: Bugfix: precedence of { } must be low, close to that of | Kaz Kylheku | 2011-11-17 | 2 | -1/+7 |
* | Allow directives after variable to be a kind of negative match. | Kaz Kylheku | 2011-11-16 | 4 | -44/+142 |
* | Variable matches can span over function calls. | Kaz Kylheku | 2011-11-16 | 4 | -33/+88 |
* | * txr.vim: Update for new character constant syntax. | Kaz Kylheku | 2011-11-15 | 2 | -1/+6 |
* | * match.c (h_var): when manipulating specline, propagate the | Kaz Kylheku | 2011-11-15 | 4 | -31/+67 |
* | Changing read syntax for character literals, because we are going to | Kaz Kylheku | 2011-11-15 | 6 | -57/+139 |
* | Bugfix: horizontal directives were being treated as vertical, | Kaz Kylheku | 2011-11-14 | 2 | -12/+32 |
* | * debug.c (debug): Eliminated duplicate code. | Kaz Kylheku | 2011-11-13 | 2 | -12/+26 |
* | Adding a debugger. This is an experimental prototype. | Kaz Kylheku | 2011-11-13 | 11 | -8/+295 |
* | Fix regression in earlier commit: | Kaz Kylheku | 2011-11-13 | 2 | -2/+12 |
* | * match.c: Removed <assert.h> | Kaz Kylheku | 2011-11-13 | 3 | -2/+6 |
* | Bug #34813 | Kaz Kylheku | 2011-11-13 | 2 | -0/+11 |
* | * parser.y: Correctly record line number info for regex. | Kaz Kylheku | 2011-11-12 | 2 | -1/+5 |
* | Improved line number reporting in errors and debug traces. | Kaz Kylheku | 2011-11-12 | 2 | -33/+28 |