summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Adding streams functions to Lisp evaluator.Kaz Kylheku2011-11-281-0/+29
* mapcar, mappend and apply functions.Kaz Kylheku2011-11-281-0/+19
* Added evaluation support for quote and quasiquote with unquotes.Kaz Kylheku2011-11-281-0/+39
* * parser.y (expr): Set source location info on elements.Kaz Kylheku2011-11-261-0/+5
* * match.c (subst_vars): Handle expr_s, so thatKaz Kylheku2011-11-261-0/+12
* Task #11436Kaz Kylheku2011-11-261-0/+90
* * lib.c (getplist_f): New function.Kaz Kylheku2011-11-241-0/+15
* * match.c (match_funcall): Set source location info forKaz Kylheku2011-11-241-0/+5
* * parser.y (texts, elem): Fixed incorrect use of rl ratherKaz Kylheku2011-11-241-0/+7
* Version 043txr-043Kaz Kylheku2011-11-231-0/+12
* * txr.c (remove_hash_bang_line): Recognize multipleKaz Kylheku2011-11-231-0/+7
* Optimization: if all the elements of (text ...) areKaz Kylheku2011-11-231-0/+9
* * lib.c (plus, minus): Fixed wrong assertion which would incorrectlyKaz Kylheku2011-11-231-0/+10
* Semantics change. If a variable is followed by a mixtureKaz Kylheku2011-11-231-0/+32
* * configure: Fix environ test case for C++.Kaz Kylheku2011-11-221-0/+4
* * match.c (search_form): Bugfix: we must search to one characterKaz Kylheku2011-11-221-0/+11
* Version 042Kaz Kylheku2011-11-201-0/+10
* * parser.y (char_from_name): const on wchar_t *.Kaz Kylheku2011-11-201-0/+4
* * RELNOTES: Updated.txr-93txr-60Kaz Kylheku2011-11-201-0/+2
* Bug #34630Kaz Kylheku2011-11-201-0/+7
* Relaxing :vars in collect/coll a little bit.Kaz Kylheku2011-11-201-0/+15
* * Makefile (tests/008/soundex.ok): New test case.Kaz Kylheku2011-11-191-0/+9
* * RELNOTES: New file.Kaz Kylheku2011-11-191-0/+4
* Bug #34866Kaz Kylheku2011-11-191-0/+9
* * match.c (v_deffilter): Even better. Just evaluateKaz Kylheku2011-11-191-0/+9
* deffilter grows in power: it can take quasistrings.Kaz Kylheku2011-11-191-0/+18
* * parser.y (yybadtoken): Use ~a to print bad character rather than #\Kaz Kylheku2011-11-191-0/+5
* * parser.y: Regression IDENT, '{' and '}'Kaz Kylheku2011-11-181-0/+7
* * gc.c (mark_mem_region): Use the Valgrind API only to markKaz Kylheku2011-11-181-0/+13
* Added a JSON parsing test case. This flushed out a bug which crashedKaz Kylheku2011-11-181-0/+19
* Task #11598.Kaz Kylheku2011-11-171-0/+15
* Adding quote and unquote read syntax to list forms, resemblingKaz Kylheku2011-11-171-0/+17
* * match.c (h_fun, v_fun): Bugfix! copy_list should be used for copyingKaz Kylheku2011-11-171-0/+15
* * parser.y: Bugfix: precedence of { } must be low, close to that ofKaz Kylheku2011-11-171-0/+5
* Allow directives after variable to be a kind of negative match.Kaz Kylheku2011-11-161-0/+17
* Variable matches can span over function calls.Kaz Kylheku2011-11-161-0/+13
* * txr.vim: Update for new character constant syntax.Kaz Kylheku2011-11-151-0/+4
* * match.c (h_var): when manipulating specline, propagate theKaz Kylheku2011-11-151-0/+18
* Changing read syntax for character literals, because we are going toKaz Kylheku2011-11-151-0/+29
* Bugfix: horizontal directives were being treated as vertical,Kaz Kylheku2011-11-141-0/+22
* * debug.c (debug): Eliminated duplicate code.Kaz Kylheku2011-11-131-0/+5
* Adding a debugger. This is an experimental prototype.Kaz Kylheku2011-11-131-0/+39
* Fix regression in earlier commit:Kaz Kylheku2011-11-131-0/+11
* * match.c: Removed <assert.h>Kaz Kylheku2011-11-131-0/+6
* Bug #34813Kaz Kylheku2011-11-131-0/+8
* * parser.y: Correctly record line number info for regex.Kaz Kylheku2011-11-121-0/+4
* Improved line number reporting in errors and debug traces.Kaz Kylheku2011-11-121-0/+10
* Eliminate line numbers from the abstract syntaxKaz Kylheku2011-11-121-0/+58
* Infrastructure for storing line number informationKaz Kylheku2011-11-121-0/+58
* Bug #34799: errors in horizontal functionsKaz Kylheku2011-11-101-0/+12