summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 59txr-59Kaz Kylheku2012-02-285-4/+49
* * lib.c (sub_list, replace_list, lazy_sub_str, sub_str, replace_str,Kaz Kylheku2012-02-282-7/+13
* * txr.vim: Recognize backslash-newline break in regexes.Kaz Kylheku2012-02-272-3/+7
* * txr.vim: Substantially revised for better lexical accuracyKaz Kylheku2012-02-272-15/+31
* * match.c (extract): Check for negative value of opt_nobindings,Kaz Kylheku2012-02-274-9/+33
* Fix the issue properly, once and for all, of how to determineKaz Kylheku2012-02-276-22/+44
* Fixing long-time (pre-GIT) bug. The object (nil) was stupidly used toKaz Kylheku2012-02-265-29/+88
* Bug #35625Kaz Kylheku2012-02-264-473/+547
* * arith.c: Updated copyright year.Kaz Kylheku2012-02-2528-27/+111
* * tests/008/filtenv.expected: New file.Kaz Kylheku2012-02-253-0/+13
* Bug #34652Kaz Kylheku2012-02-252-0/+16
* * eval.c (eval_init): New put-byte function interned.Kaz Kylheku2012-02-254-0/+55
* * parser.l (num_esc): Skip octal indicator 'o' if present.Kaz Kylheku2012-02-253-4/+15
* Version 58txr-58Kaz Kylheku2012-02-258-7/+88
* * parser.l (source_loc_str): Missing function re-written.Kaz Kylheku2012-02-253-2/+28
* * parser.y (clause): "Doh" moment. We don't need the specialKaz Kylheku2012-02-253-12/+14
* * debug.c (debug): Use new way of getting line number.Kaz Kylheku2012-02-248-9/+43
* * match.c (v_load): Sanity checking on target path.Kaz Kylheku2012-02-242-2/+16
* * match.c (h_var): Eliminated uses of rl function, in favor ofKaz Kylheku2012-02-242-12/+9
* Remove wrong output.Kaz Kylheku2012-02-241-1/+1
* Ensuring all arguments to .IP that contain spaces are quoted.Kaz Kylheku2012-02-241-19/+19
* Eliminating unnecessary heading and associated indentation level.Kaz Kylheku2012-02-241-2/+0
* Found more broken headings requiring quoting.Kaz Kylheku2012-02-241-2/+2
* Clarification in until/last.Kaz Kylheku2012-02-241-6/+7
* Fixed nroff errors resulting in incorrect output text.Kaz Kylheku2012-02-241-2/+2
* Fixing disappearing backslash.Kaz Kylheku2012-02-241-1/+1
* First cut at @(load) directive. Incomplete: debug location infoKaz Kylheku2012-02-247-4/+79
* * tests/010/seq.txr: New file.Kaz Kylheku2012-02-223-0/+39
* * lib.c (sub_list, replace_list, lazy_sub_str, sub_str,Kaz Kylheku2012-02-223-6/+45
* * 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