summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (dwim_loc): del operator's return value is theKaz Kylheku2012-02-223-10/+26
* * lib.c (quicksort): Incorrect pivot selection.Kaz Kylheku2012-02-222-1/+5
* * eval.c (del_s): New symbol variable.Kaz Kylheku2012-02-224-37/+116
* * lib.c (init): Hash bugfix: added missing call to hash_init.Kaz Kylheku2012-02-222-0/+7
* * hash.c (remhash): Rewrote buggy function.Kaz Kylheku2012-02-222-3/+17
* * eval.c (eval_init): Intrinsic bindings for sub, ref, refsetKaz Kylheku2012-02-226-8/+95
* * eval.c (eval_init): Third argument of gethash becomes optional.Kaz Kylheku2012-02-212-1/+5
* Introducing optional arguments.Kaz Kylheku2012-02-2118-203/+449
* * txr.1: Corrected misleading text in description of outputKaz Kylheku2012-02-192-16/+37
* * lib.c (sub, ref, replace): New functions.Kaz Kylheku2012-02-196-8/+76
* * match.c (extract_vars): If a brace var is actually anKaz Kylheku2012-02-182-1/+11
* Allow braced output variables to actually be arbitrary substitutions.Kaz Kylheku2012-02-186-51/+71
* * parser.y (o_var): Remove productions from grammar by using exprs_opt.Kaz Kylheku2012-02-182-10/+10
* Reimplementation of how TXR decides whether to dump bindingsKaz Kylheku2012-02-175-3/+23
* * eval.c (dwim_loc): 2012-02-13 fix didn't do it.Kaz Kylheku2012-02-172-6/+9
* * eval.c (eval_init): Register match-fun.Kaz Kylheku2012-02-168-1/+50
* * match.c (match_funcall): Function renamed to match_filter.Kaz Kylheku2012-02-164-3/+11
* * eval.c (op_catch): Treat the nil exception object as an emptyKaz Kylheku2012-02-163-2/+12
* TXR Lisp gets exception handling.Kaz Kylheku2012-02-166-1/+153
* Fix accidental mistake.Kaz Kylheku2012-02-141-1/+1
* * eval.c (rangev_func, rangev, range_star_v_func,Kaz Kylheku2012-02-142-6/+14
* * eval.c (rangev): If a descending range is specified,Kaz Kylheku2012-02-144-4/+56
* * eval.c (rangev_func): Improved termination test. The sequenceKaz Kylheku2012-02-142-5/+13
* * eval.c (dwim_loc): Allow assignment to the dwim place when itKaz Kylheku2012-02-132-3/+16
* Version 57txr-57Kaz Kylheku2012-02-135-4/+52
* * eval.c (subst_vars): Handle lone symbols (not wrappedKaz Kylheku2012-02-135-6/+37
* * eval.c (dwim_loc, op_dwim): Bugfix: hash indexing requiringKaz Kylheku2012-02-132-2/+7
* * HACKING: Added note about register save areas, which can contributeKaz Kylheku2012-02-122-1/+8
* * debug.c (breakpoints, last_command): linkage changed to static.Kaz Kylheku2012-02-122-4/+29
* * lib.c (lazy_flatten): Bugfix: function was assuming thatKaz Kylheku2012-02-122-7/+18
* * lib.c (obj_print): Print control characters in string andKaz Kylheku2012-02-125-14/+35
* Task #11486Kaz Kylheku2012-02-122-0/+8
* Oops, syntax error.Kaz Kylheku2012-02-121-1/+1
* Task #11486: continuation. Take into account base positionKaz Kylheku2012-02-125-13/+33
* Task #11486: continuation. Now able to @(skip) throughKaz Kylheku2012-02-113-26/+86
* Task #11486: preparatory refactoring.Kaz Kylheku2012-02-092-187/+181
* * lib.c (lazy_sub_str): New static function.Kaz Kylheku2012-02-092-8/+78
* * genman.txr: Updated.txr-56Kaz Kylheku2012-02-053-4/+12
* Version 56Kaz Kylheku2012-02-055-10/+68
* * parser.l: Allow semicolon terminator on hex and octalKaz Kylheku2012-02-053-13/+25
* * utf8.c (utf8_from_uc, utf8_decode): Some cascaded if tests convertedKaz Kylheku2012-02-052-16/+42
* * utf8.c (utf8_from_uc): Bugfix: incorrect condition in characterKaz Kylheku2012-02-042-3/+13
* * eval.c (rest_s, op_s): New variables.Kaz Kylheku2012-02-038-22/+211
* * utf8.c (utf8_from_uc, utf8_decode): Use upper case for hex constants.Kaz Kylheku2012-02-022-25/+37
* * utf8.c (utf8_to_uc, utf8_encode): Do not encode surrogate codeKaz Kylheku2012-02-022-8/+26
* * txr.1: UTF-8 handling clarified.Kaz Kylheku2012-02-022-12/+20
* * utf8.c (utf8_from_uc, utf8_decode): Impose a minium value on theKaz Kylheku2012-02-023-8/+38
* * txr.vim: Move error match before other cases and simplify.Kaz Kylheku2012-02-022-1/+7
* This test case would have caught the prior regression.Kaz Kylheku2012-02-025-0/+67
* * match.c (format_field): Regression. Was not handling modifiersKaz Kylheku2012-02-022-21/+25