summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 046txr-046Kaz Kylheku2011-12-065-4/+39
* * stream.c (find_char): New function.Kaz Kylheku2011-12-062-3/+28
* * eval.c (op_unwind_protect): Fixed uninitialized variableKaz Kylheku2011-12-069-22/+152
* 2011-12-06 Kaz Kylheku <kaz@kylheku.com>Kaz Kylheku2011-12-061-2/+2
* Merge branch 'master' of ssh://webserver/git/txrKaz Kylheku2011-12-060-0/+0
|\
| * Whitespace.Kaz Kylheku2011-12-051-1/+1
* | 2011-12-06 Kaz Kylheku <kaz@kylheku.com>Kaz Kylheku2011-12-062-2/+7
* | Whitespace.Kaz Kylheku2011-12-051-1/+1
|/
* Version 045txr-045Kaz Kylheku2011-12-055-7/+19
* * eval.c (op_cond): Fixed behavior for singleton clauses.Kaz Kylheku2011-12-055-12/+235
* * parser.y (force_regular_quotes): Function removed.Kaz Kylheku2011-12-044-47/+51
* RELNOTES: Preparing for 045.Kaz Kylheku2011-12-041-0/+16
* * eval.c (op_qquote_error, op_unquote_error): New static functions.Kaz Kylheku2011-12-044-39/+78
* Expose lazy lists in TXR Lisp.Kaz Kylheku2011-12-035-12/+74
* * eval.c (uw_protect_s, return_s, return_from_s): New symbolKaz Kylheku2011-12-033-5/+82
* * lib.c (split_str, split_str_set): Bugfix: access beyond the end ofKaz Kylheku2011-12-032-2/+17
* * eval.c (eval_init): String and character functionsKaz Kylheku2011-12-033-3/+78
* * txr.1: Added stub sections for new functions.Kaz Kylheku2011-12-022-0/+21
* * eval.c: Symbol related intrinsic functions and variables madeKaz Kylheku2011-12-023-1/+19
* * parser.y (list): unquote and splice actions look inside theKaz Kylheku2011-12-023-2/+45
* * eval.c (expand_qquote): Bugfix: removed bogus recognitionKaz Kylheku2011-12-022-2/+7
* Version 044txr-044Kaz Kylheku2011-12-015-6/+20
* * txr.1: Started Lisp documentation. Updated description ofKaz Kylheku2011-12-012-11/+402
* * lib.c (int_str): Return nil rather than 0 if no digits are extractedKaz Kylheku2011-12-012-1/+9
* * match.c (h_skip, h_coll, v_skip, v_collect): Evaluate the arguments.Kaz Kylheku2011-12-012-18/+27
* * match.c (v_skip): Bugfix: Nov 12 commit caused regression:Kaz Kylheku2011-12-013-2/+11
* Dropping the silly cons return value from txeval.Kaz Kylheku2011-12-012-39/+64
* * match.c (eval_form): Function renamed to txeval so its isKaz Kylheku2011-12-012-17/+24
* Update.Kaz Kylheku2011-12-011-1/+11
* * lib.h (or2): Restore macro version of or2, because we needKaz Kylheku2011-11-308-1/+37
* Removing useless hash table.Kaz Kylheku2011-11-304-5/+15
* * configure (extra_debugging): New variable. EXTRA_DEBUGGINGKaz Kylheku2011-11-305-0/+58
* * hash.c (hash_process_weak): Fix regression caused by a mistakeKaz Kylheku2011-11-302-1/+10
* * 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