summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (op_modplace): Fix warning caught by gcc, but not g++.txr-55Kaz Kylheku2012-01-263-3/+9
* Version 55txr-055Kaz Kylheku2012-01-265-4/+39
* Document that source for range assignment can be a string, vector or list.Kaz Kylheku2012-01-261-3/+9
* * lib.c (replace_list): Always convert the input items to a list,Kaz Kylheku2012-01-262-13/+45
* * arith.c (plus, minus): Better wording in error messages.Kaz Kylheku2012-01-267-28/+168
* * lib.c (listref, listref_l): Negative indices must have semanticsKaz Kylheku2012-01-262-1/+9
* * lib.c (cat_str): Throw error if one of the list elementsKaz Kylheku2012-01-262-1/+7
* * txr.1: More discussion of ranges.Kaz Kylheku2012-01-262-0/+26
* * match.c (format_field): Removed useless use of cat_str (no longerKaz Kylheku2012-01-262-5/+22
* * eval.c (dwim_loc, dwim_op): Eliminated redundant re-evaluationKaz Kylheku2012-01-266-56/+146
* * eval.c (dwim_loc): Handles full responsibility for assigningKaz Kylheku2012-01-253-21/+104
* * arith.c (zerop): Misspelling in error message.Kaz Kylheku2012-01-253-16/+37
* * eval.c (eval_init): New functions registered.Kaz Kylheku2012-01-258-9/+224
* * txr.vim (txr_chr): Fix for highlighting named charactersKaz Kylheku2012-01-252-1/+6
* * eval.c (dwim_s): New symbol variable.Kaz Kylheku2012-01-258-42/+360
* Version 54txr-54Kaz Kylheku2012-01-215-4/+36
* * debug.c (help): Added missing help for w command.Kaz Kylheku2012-01-217-15/+43
* * debug.c (last_command): Do not initialize with lit();Kaz Kylheku2012-01-212-2/+8
* * debug.c (help): Filled in.Kaz Kylheku2012-01-212-5/+18
* * match.c (v_fun): Removing all debugging instrumentation.Kaz Kylheku2012-01-212-12/+15
* Improved debugging. Debug nesting depth counter maintainedKaz Kylheku2012-01-219-44/+198
* * debug.c (last_command): Initialize to empty string ratherKaz Kylheku2012-01-193-4/+44
* * lib.c (car_l, cdr_l): Bugfix: do not call the lazy consKaz Kylheku2012-01-192-2/+13
* Minor edits.Kaz Kylheku2012-01-141-12/+13
* Remove junk.Kaz Kylheku2012-01-141-2/+0
* Spelling.Kaz Kylheku2012-01-141-1/+1
* Minor fixes, and removed last vestiges of references to the obsolescentKaz Kylheku2012-01-141-8/+11
* Minor.Kaz Kylheku2012-01-141-6/+6
* Minor edits.Kaz Kylheku2012-01-121-2/+2
* Clarification.Kaz Kylheku2012-01-121-1/+3
* * eval.c (eval_init): Make lazy_appendv functionKaz Kylheku2012-01-123-7/+23
* Before releasing 53, there is this.txr-53Kaz Kylheku2012-01-112-1/+11
* Version 53Kaz Kylheku2012-01-115-3/+39
* TXR Lisp regression in C global variables.Kaz Kylheku2012-01-112-6/+47
* * eval.c (each_s, each_star_s, collect_each_s, collect_each_star_s):Kaz Kylheku2012-01-114-2/+131
* * eval.c (eval_init): list_str registered.Kaz Kylheku2012-01-116-1/+27
* * eval.c (generate): Bugfix: do not call gen_fun beforeKaz Kylheku2012-01-102-1/+6
* * eval.c (tostring, tostringp): New static functions.Kaz Kylheku2012-01-104-2/+28
* Spat of new features having to do with lazy processing.Kaz Kylheku2012-01-106-16/+451
* Non-broken way to achieve intent of previous commit.Kaz Kylheku2012-01-094-11/+34
* * eval.c (subst_vars): Evaluate theKaz Kylheku2012-01-093-1/+13
* Break up glued keywords.Kaz Kylheku2012-01-071-1/+1
* * eval.c (eval_init): Missing documented memql function registered.Kaz Kylheku2012-01-072-9/+22
* Version 52txr-52Kaz Kylheku2012-01-073-10/+59
* * match.c (fuzz_s): New symbol variable.Kaz Kylheku2012-01-063-1/+96
* * match.c (v_gather): Implemented until/last clause.Kaz Kylheku2012-01-064-2/+74
* * eval.c (eval_init): Fix regression introduced inKaz Kylheku2012-01-022-1/+7
* Make C globals in TXR Lisp properly assignable, so that for instanceKaz Kylheku2012-01-013-14/+53
* * eval.c (eval_init): New gensym function registered.Kaz Kylheku2012-01-014-0/+26
* * match.c (counter_k): New keyword symbol variable.Kaz Kylheku2011-12-306-18/+76