summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * eval.c (op_modplace): Bugfix: conflation of new value andKaz Kylheku2011-11-303-4/+22
* * txr.vim: New operators added.Kaz Kylheku2011-11-302-2/+7
* * eval.c (bindings_helper): Fix uninitialized variable.Kaz Kylheku2011-11-292-0/+6
* * eval.c (dohash_s): New symbol variable.Kaz Kylheku2011-11-292-2/+52
* * eval.c (eval_init): hashp and maphash functions registered.Kaz Kylheku2011-11-294-0/+20
* * eval.c (expand_vars): Bugfix: was not handling varsKaz Kylheku2011-11-292-0/+11
* Support assignment to (car ...) and (cdr ...).Kaz Kylheku2011-11-293-15/+53
* * eval.c (let_star_s, for_s, for_star_s): New symbols.Kaz Kylheku2011-11-282-12/+99
* * eval.c (eval_init): More functions.Kaz Kylheku2011-11-283-0/+31
* Adding streams functions to Lisp evaluator.Kaz Kylheku2011-11-287-35/+244
* mapcar, mappend and apply functions.Kaz Kylheku2011-11-282-17/+105
* Added evaluation support for quote and quasiquote with unquotes.Kaz Kylheku2011-11-288-58/+379
* * parser.y (expr): Set source location info on elements.Kaz Kylheku2011-11-262-7/+17
* * match.c (subst_vars): Handle expr_s, so thatKaz Kylheku2011-11-263-7/+28
* Task #11436Kaz Kylheku2011-11-2616-169/+1360
* * match.c (h_coll): Use getplist_f to distinguishKaz Kylheku2011-11-241-2/+3
* * lib.c (getplist_f): New function.Kaz Kylheku2011-11-246-3/+38
* * match.c (match_funcall): Set source location info forKaz Kylheku2011-11-242-0/+6
* * parser.y (texts, elem): Fixed incorrect use of rl ratherKaz Kylheku2011-11-243-4/+20
* Version 043txr-043Kaz Kylheku2011-11-235-8/+19
* * txr.c (remove_hash_bang_line): Recognize multipleKaz Kylheku2011-11-232-8/+20
* Optimization: if all the elements of (text ...) areKaz Kylheku2011-11-232-1/+19
* * lib.c (plus, minus): Fixed wrong assertion which would incorrectlyKaz Kylheku2011-11-234-3/+19
* Semantics change. If a variable is followed by a mixtureKaz Kylheku2011-11-237-37/+119
* * configure: Fix environ test case for C++.Kaz Kylheku2011-11-222-0/+6
* * match.c (search_form): Bugfix: we must search to one characterKaz Kylheku2011-11-224-2/+39
* Set release date.txr-042Kaz Kylheku2011-11-201-1/+1
* Version 042Kaz Kylheku2011-11-204-4/+14
* * parser.y (char_from_name): const on wchar_t *.Kaz Kylheku2011-11-202-2/+6
* * RELNOTES: Retroactively added 041 relnotes and reformatted.Kaz Kylheku2011-11-201-1/+47
* * RELNOTES: Updated.txr-93txr-60Kaz Kylheku2011-11-202-0/+4
* Bug #34630Kaz Kylheku2011-11-202-2/+11
* Relaxing :vars in collect/coll a little bit.Kaz Kylheku2011-11-204-4/+36
* * Makefile (tests/008/soundex.ok): New test case.Kaz Kylheku2011-11-194-0/+95
* * RELNOTES: New file.Kaz Kylheku2011-11-192-0/+62
* Bug #34866Kaz Kylheku2011-11-193-2/+17
* * match.c (v_deffilter): Even better. Just evaluateKaz Kylheku2011-11-193-15/+21
* deffilter grows in power: it can take quasistrings.Kaz Kylheku2011-11-195-19/+89
* * parser.y (yybadtoken): Use ~a to print bad character rather than #\Kaz Kylheku2011-11-192-1/+6
* * parser.y: Regression IDENT, '{' and '}'Kaz Kylheku2011-11-182-2/+8
* * gc.c (mark_mem_region): Use the Valgrind API only to markKaz Kylheku2011-11-183-2/+17
* Added a JSON parsing test case. This flushed out a bug which crashedKaz Kylheku2011-11-187-2/+175
* Task #11598.Kaz Kylheku2011-11-175-10/+124
* Adding quote and unquote read syntax to list forms, resemblingKaz Kylheku2011-11-175-2/+38
* * match.c (h_fun, v_fun): Bugfix! copy_list should be used for copyingKaz Kylheku2011-11-173-14/+53
* * parser.y: Bugfix: precedence of { } must be low, close to that ofKaz Kylheku2011-11-172-1/+7
* Allow directives after variable to be a kind of negative match.Kaz Kylheku2011-11-164-44/+142
* Variable matches can span over function calls.Kaz Kylheku2011-11-164-33/+88
* * txr.vim: Update for new character constant syntax.Kaz Kylheku2011-11-152-1/+6
* * match.c (h_var): when manipulating specline, propagate theKaz Kylheku2011-11-154-31/+67