summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (op_unwind_protect): Fixed uninitialized variableKaz Kylheku2011-12-061-0/+33
* 2011-12-06 Kaz Kylheku <kaz@kylheku.com>Kaz Kylheku2011-12-061-0/+5
* Version 045txr-045Kaz Kylheku2011-12-051-1/+13
* * eval.c (op_cond): Fixed behavior for singleton clauses.Kaz Kylheku2011-12-051-0/+11
* * parser.y (force_regular_quotes): Function removed.Kaz Kylheku2011-12-041-0/+9
* * eval.c (op_qquote_error, op_unquote_error): New static functions.Kaz Kylheku2011-12-041-0/+14
* Expose lazy lists in TXR Lisp.Kaz Kylheku2011-12-031-0/+17
* * eval.c (uw_protect_s, return_s, return_from_s): New symbolKaz Kylheku2011-12-031-0/+15
* * lib.c (split_str, split_str_set): Bugfix: access beyond the end ofKaz Kylheku2011-12-031-0/+5
* * eval.c (eval_init): String and character functionsKaz Kylheku2011-12-031-0/+7
* * txr.1: Added stub sections for new functions.Kaz Kylheku2011-12-021-0/+4
* * eval.c: Symbol related intrinsic functions and variables madeKaz Kylheku2011-12-021-0/+7
* * parser.y (list): unquote and splice actions look inside theKaz Kylheku2011-12-021-0/+11
* * eval.c (expand_qquote): Bugfix: removed bogus recognitionKaz Kylheku2011-12-021-0/+7
* Version 044txr-044Kaz Kylheku2011-12-011-1/+13
* * txr.1: Started Lisp documentation. Updated description ofKaz Kylheku2011-12-011-0/+5
* * lib.c (int_str): Return nil rather than 0 if no digits are extractedKaz Kylheku2011-12-011-0/+5
* * match.c (h_skip, h_coll, v_skip, v_collect): Evaluate the arguments.Kaz Kylheku2011-12-011-0/+6
* * match.c (v_skip): Bugfix: Nov 12 commit caused regression:Kaz Kylheku2011-12-011-0/+7
* Dropping the silly cons return value from txeval.Kaz Kylheku2011-12-011-0/+18
* * match.c (eval_form): Function renamed to txeval so its isKaz Kylheku2011-12-011-0/+7
* * lib.h (or2): Restore macro version of or2, because we needKaz Kylheku2011-11-301-0/+21
* Removing useless hash table.Kaz Kylheku2011-11-301-0/+14
* * configure (extra_debugging): New variable. EXTRA_DEBUGGINGKaz Kylheku2011-11-301-0/+14
* * hash.c (hash_process_weak): Fix regression caused by a mistakeKaz Kylheku2011-11-301-0/+9
* * eval.c (op_modplace): Bugfix: conflation of new value andKaz Kylheku2011-11-301-0/+9
* * txr.vim: New operators added.Kaz Kylheku2011-11-301-0/+4
* * eval.c (bindings_helper): Fix uninitialized variable.Kaz Kylheku2011-11-291-0/+4
* * eval.c (dohash_s): New symbol variable.Kaz Kylheku2011-11-291-0/+8
* * eval.c (eval_init): hashp and maphash functions registered.Kaz Kylheku2011-11-291-0/+8
* * eval.c (expand_vars): Bugfix: was not handling varsKaz Kylheku2011-11-291-0/+5
* Support assignment to (car ...) and (cdr ...).Kaz Kylheku2011-11-291-0/+16
* * eval.c (let_star_s, for_s, for_star_s): New symbols.Kaz Kylheku2011-11-281-0/+14
* * eval.c (eval_init): More functions.Kaz Kylheku2011-11-281-0/+6
* 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