summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Version 60Kaz Kylheku2012-03-041-0/+23
* * eval.c (eval_init): Expose remq, remql and remqual.Kaz Kylheku2012-03-031-0/+6
* * lib.c (sub_str): Removed second check for lazy string thatKaz Kylheku2012-03-031-0/+17
* * match.c (search_form): search_form works with relative positions now,Kaz Kylheku2012-03-011-0/+8
* * match.c (sem_error, file_err): Bugfix: pull text formatted sourceKaz Kylheku2012-03-011-0/+5
* * match.c (v_load): Check for errors during the parse and throw an exception.Kaz Kylheku2012-03-011-0/+1
* * match.c (v_load): Fixed broken functionality. Failing to evaluateKaz Kylheku2012-03-011-0/+5
* Fixing two instances of unintentional O(n*n) behavior and poor memory useKaz Kylheku2012-03-011-0/+14
* * match.c (do_match_line): Function takes new argument, "completely".Kaz Kylheku2012-02-281-0/+17
* * match.c (consume_prefix): This memory optimization should onlyKaz Kylheku2012-02-281-0/+7
* * lib.c (numberp): Fix bad type check: null pointer dereference whenKaz Kylheku2012-02-281-0/+11
* Bugfix: rlcp function was incorrect for new way of storingKaz Kylheku2012-02-281-0/+10
* * debug.c (help, debug): New g command for tweaking log level.Kaz Kylheku2012-02-281-0/+4
* * debug.c: Missing d command implemented.Kaz Kylheku2012-02-281-0/+11
* Version 59txr-59Kaz Kylheku2012-02-281-0/+12
* * lib.c (sub_list, replace_list, lazy_sub_str, sub_str, replace_str,Kaz Kylheku2012-02-281-0/+6
* * txr.vim: Recognize backslash-newline break in regexes.Kaz Kylheku2012-02-271-0/+4
* * txr.vim: Substantially revised for better lexical accuracyKaz Kylheku2012-02-271-0/+5
* * match.c (extract): Check for negative value of opt_nobindings,Kaz Kylheku2012-02-271-0/+12
* Fix the issue properly, once and for all, of how to determineKaz Kylheku2012-02-271-0/+17
* Fixing long-time (pre-GIT) bug. The object (nil) was stupidly used toKaz Kylheku2012-02-261-0/+22
* Bug #35625Kaz Kylheku2012-02-261-0/+24
* * arith.c: Updated copyright year.Kaz Kylheku2012-02-251-0/+56
* * tests/008/filtenv.expected: New file.Kaz Kylheku2012-02-251-0/+6
* Bug #34652Kaz Kylheku2012-02-251-0/+10
* * eval.c (eval_init): New put-byte function interned.Kaz Kylheku2012-02-251-0/+12
* * parser.l (num_esc): Skip octal indicator 'o' if present.Kaz Kylheku2012-02-251-0/+8
* Version 58txr-58Kaz Kylheku2012-02-251-0/+19
* * parser.l (source_loc_str): Missing function re-written.Kaz Kylheku2012-02-251-0/+9
* * parser.y (clause): "Doh" moment. We don't need the specialKaz Kylheku2012-02-251-0/+9
* * debug.c (debug): Use new way of getting line number.Kaz Kylheku2012-02-241-0/+16
* * match.c (v_load): Sanity checking on target path.Kaz Kylheku2012-02-241-0/+6
* * match.c (h_var): Eliminated uses of rl function, in favor ofKaz Kylheku2012-02-241-0/+5
* First cut at @(load) directive. Incomplete: debug location infoKaz Kylheku2012-02-241-0/+25
* * tests/010/seq.txr: New file.Kaz Kylheku2012-02-221-0/+6
* * lib.c (sub_list, replace_list, lazy_sub_str, sub_str,Kaz Kylheku2012-02-221-0/+10
* * eval.c (dwim_loc): del operator's return value is theKaz Kylheku2012-02-221-0/+9
* * lib.c (quicksort): Incorrect pivot selection.Kaz Kylheku2012-02-221-0/+4
* * eval.c (del_s): New symbol variable.Kaz Kylheku2012-02-221-0/+20
* * lib.c (init): Hash bugfix: added missing call to hash_init.Kaz Kylheku2012-02-221-0/+6
* * hash.c (remhash): Rewrote buggy function.Kaz Kylheku2012-02-221-0/+8
* * eval.c (eval_init): Intrinsic bindings for sub, ref, refsetKaz Kylheku2012-02-221-0/+17
* * eval.c (eval_init): Third argument of gethash becomes optional.Kaz Kylheku2012-02-211-0/+4
* Introducing optional arguments.Kaz Kylheku2012-02-211-0/+77
* * txr.1: Corrected misleading text in description of outputKaz Kylheku2012-02-191-0/+6
* * lib.c (sub, ref, replace): New functions.Kaz Kylheku2012-02-191-0/+12
* * match.c (extract_vars): If a brace var is actually anKaz Kylheku2012-02-181-0/+7
* Allow braced output variables to actually be arbitrary substitutions.Kaz Kylheku2012-02-181-0/+16
* * parser.y (o_var): Remove productions from grammar by using exprs_opt.Kaz Kylheku2012-02-181-0/+4
* Reimplementation of how TXR decides whether to dump bindingsKaz Kylheku2012-02-171-0/+16