summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * eval.c (lookup_sym_lisp1): New function.Kaz Kylheku2012-02-014-23/+125
* * txr.vim: More color categories. More accurate matching of @ elements.Kaz Kylheku2012-01-292-13/+22
* typo.Kaz Kylheku2012-01-281-1/+1
* * parser.l: Support hex and octal escapes in string and quasiliterals,Kaz Kylheku2012-01-273-2/+20
* * txr.vim: Properly show @[...] inside quasiliteral.Kaz Kylheku2012-01-272-5/+11
* * eval.c (dwim_loc, op_dwim): Relax the requirement on hashKaz Kylheku2012-01-272-4/+10
* * hash.c (hash_begin): Missing type check added, otherwiseKaz Kylheku2012-01-273-4/+15
* * 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