summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * match.c (format_field): Regression. Was not handling modifiersKaz Kylheku2012-02-021-0/+6
* * eval.c (lookup_sym_lisp1): New function.Kaz Kylheku2012-02-011-0/+16
* * txr.vim: More color categories. More accurate matching of @ elements.Kaz Kylheku2012-01-291-0/+4
* * parser.l: Support hex and octal escapes in string and quasiliterals,Kaz Kylheku2012-01-271-0/+8
* * txr.vim: Properly show @[...] inside quasiliteral.Kaz Kylheku2012-01-271-0/+4
* * eval.c (dwim_loc, op_dwim): Relax the requirement on hashKaz Kylheku2012-01-271-0/+6
* * hash.c (hash_begin): Missing type check added, otherwiseKaz Kylheku2012-01-271-0/+9
* * eval.c (op_modplace): Fix warning caught by gcc, but not g++.txr-55Kaz Kylheku2012-01-261-0/+6
* Version 55txr-055Kaz Kylheku2012-01-261-0/+12
* * lib.c (replace_list): Always convert the input items to a list,Kaz Kylheku2012-01-261-0/+12
* * arith.c (plus, minus): Better wording in error messages.Kaz Kylheku2012-01-261-0/+20
* * lib.c (listref, listref_l): Negative indices must have semanticsKaz Kylheku2012-01-261-0/+5
* * lib.c (cat_str): Throw error if one of the list elementsKaz Kylheku2012-01-261-0/+5
* * txr.1: More discussion of ranges.Kaz Kylheku2012-01-261-0/+4
* * match.c (format_field): Removed useless use of cat_str (no longerKaz Kylheku2012-01-261-0/+10
* * eval.c (dwim_loc, dwim_op): Eliminated redundant re-evaluationKaz Kylheku2012-01-261-0/+18
* * eval.c (dwim_loc): Handles full responsibility for assigningKaz Kylheku2012-01-251-0/+11
* * arith.c (zerop): Misspelling in error message.Kaz Kylheku2012-01-251-0/+9
* * eval.c (eval_init): New functions registered.Kaz Kylheku2012-01-251-0/+20
* * txr.vim (txr_chr): Fix for highlighting named charactersKaz Kylheku2012-01-251-0/+5
* * eval.c (dwim_s): New symbol variable.Kaz Kylheku2012-01-251-0/+31
* Version 54txr-54Kaz Kylheku2012-01-211-0/+12
* * debug.c (help): Added missing help for w command.Kaz Kylheku2012-01-211-0/+21
* * debug.c (last_command): Do not initialize with lit();Kaz Kylheku2012-01-211-0/+6
* * debug.c (help): Filled in.Kaz Kylheku2012-01-211-0/+5
* * match.c (v_fun): Removing all debugging instrumentation.Kaz Kylheku2012-01-211-0/+8
* Improved debugging. Debug nesting depth counter maintainedKaz Kylheku2012-01-211-0/+39
* * debug.c (last_command): Initialize to empty string ratherKaz Kylheku2012-01-191-0/+14
* * lib.c (car_l, cdr_l): Bugfix: do not call the lazy consKaz Kylheku2012-01-191-0/+5
* * eval.c (eval_init): Make lazy_appendv functionKaz Kylheku2012-01-121-0/+7
* Before releasing 53, there is this.txr-53Kaz Kylheku2012-01-111-0/+9
* Version 53Kaz Kylheku2012-01-111-0/+12
* TXR Lisp regression in C global variables.Kaz Kylheku2012-01-111-0/+13
* * eval.c (each_s, each_star_s, collect_each_s, collect_each_star_s):Kaz Kylheku2012-01-111-0/+12
* * eval.c (eval_init): list_str registered.Kaz Kylheku2012-01-111-0/+12
* * eval.c (generate): Bugfix: do not call gen_fun beforeKaz Kylheku2012-01-101-0/+5
* * eval.c (tostring, tostringp): New static functions.Kaz Kylheku2012-01-101-0/+9
* Spat of new features having to do with lazy processing.Kaz Kylheku2012-01-101-0/+26
* Non-broken way to achieve intent of previous commit.Kaz Kylheku2012-01-091-0/+16
* * eval.c (subst_vars): Evaluate theKaz Kylheku2012-01-091-0/+8
* Version 52txr-52Kaz Kylheku2012-01-071-0/+12
* * match.c (fuzz_s): New symbol variable.Kaz Kylheku2012-01-061-0/+9
* * match.c (v_gather): Implemented until/last clause.Kaz Kylheku2012-01-061-0/+9
* * eval.c (eval_init): Fix regression introduced inKaz Kylheku2012-01-021-0/+6
* Make C globals in TXR Lisp properly assignable, so that for instanceKaz Kylheku2012-01-011-0/+16
* * eval.c (eval_init): New gensym function registered.Kaz Kylheku2012-01-011-0/+10
* * match.c (counter_k): New keyword symbol variable.Kaz Kylheku2011-12-301-0/+21
* New functionality: mod and modlast directives in repeat and rep.Kaz Kylheku2011-12-291-0/+24
* * parser.y (repeat_rep_helper): Bugfix. Circular listsKaz Kylheku2011-12-291-0/+7
* * txr.1: Missing Description headings added.Kaz Kylheku2011-12-291-0/+1