| Commit message (Expand) | Author | Age | Files | Lines |
* | * eval.c (rest_s, op_s): New variables. | Kaz Kylheku | 2012-02-03 | 8 | -22/+211 |
* | * utf8.c (utf8_from_uc, utf8_decode): Use upper case for hex constants. | Kaz Kylheku | 2012-02-02 | 2 | -25/+37 |
* | * utf8.c (utf8_to_uc, utf8_encode): Do not encode surrogate code | Kaz Kylheku | 2012-02-02 | 2 | -8/+26 |
* | * txr.1: UTF-8 handling clarified. | Kaz Kylheku | 2012-02-02 | 2 | -12/+20 |
* | * utf8.c (utf8_from_uc, utf8_decode): Impose a minium value on the | Kaz Kylheku | 2012-02-02 | 3 | -8/+38 |
* | * txr.vim: Move error match before other cases and simplify. | Kaz Kylheku | 2012-02-02 | 2 | -1/+7 |
* | This test case would have caught the prior regression. | Kaz Kylheku | 2012-02-02 | 5 | -0/+67 |
* | * match.c (format_field): Regression. Was not handling modifiers | Kaz Kylheku | 2012-02-02 | 2 | -21/+25 |
* | * eval.c (lookup_sym_lisp1): New function. | Kaz Kylheku | 2012-02-01 | 4 | -23/+125 |
* | * txr.vim: More color categories. More accurate matching of @ elements. | Kaz Kylheku | 2012-01-29 | 2 | -13/+22 |
* | typo. | Kaz Kylheku | 2012-01-28 | 1 | -1/+1 |
* | * parser.l: Support hex and octal escapes in string and quasiliterals, | Kaz Kylheku | 2012-01-27 | 3 | -2/+20 |
* | * txr.vim: Properly show @[...] inside quasiliteral. | Kaz Kylheku | 2012-01-27 | 2 | -5/+11 |
* | * eval.c (dwim_loc, op_dwim): Relax the requirement on hash | Kaz Kylheku | 2012-01-27 | 2 | -4/+10 |
* | * hash.c (hash_begin): Missing type check added, otherwise | Kaz Kylheku | 2012-01-27 | 3 | -4/+15 |
* | * eval.c (op_modplace): Fix warning caught by gcc, but not g++.txr-55 | Kaz Kylheku | 2012-01-26 | 3 | -3/+9 |
* | Version 55txr-055 | Kaz Kylheku | 2012-01-26 | 5 | -4/+39 |
* | Document that source for range assignment can be a string, vector or list. | Kaz Kylheku | 2012-01-26 | 1 | -3/+9 |
* | * lib.c (replace_list): Always convert the input items to a list, | Kaz Kylheku | 2012-01-26 | 2 | -13/+45 |
* | * arith.c (plus, minus): Better wording in error messages. | Kaz Kylheku | 2012-01-26 | 7 | -28/+168 |
* | * lib.c (listref, listref_l): Negative indices must have semantics | Kaz Kylheku | 2012-01-26 | 2 | -1/+9 |
* | * lib.c (cat_str): Throw error if one of the list elements | Kaz Kylheku | 2012-01-26 | 2 | -1/+7 |
* | * txr.1: More discussion of ranges. | Kaz Kylheku | 2012-01-26 | 2 | -0/+26 |
* | * match.c (format_field): Removed useless use of cat_str (no longer | Kaz Kylheku | 2012-01-26 | 2 | -5/+22 |
* | * eval.c (dwim_loc, dwim_op): Eliminated redundant re-evaluation | Kaz Kylheku | 2012-01-26 | 6 | -56/+146 |
* | * eval.c (dwim_loc): Handles full responsibility for assigning | Kaz Kylheku | 2012-01-25 | 3 | -21/+104 |
* | * arith.c (zerop): Misspelling in error message. | Kaz Kylheku | 2012-01-25 | 3 | -16/+37 |
* | * eval.c (eval_init): New functions registered. | Kaz Kylheku | 2012-01-25 | 8 | -9/+224 |
* | * txr.vim (txr_chr): Fix for highlighting named characters | Kaz Kylheku | 2012-01-25 | 2 | -1/+6 |
* | * eval.c (dwim_s): New symbol variable. | Kaz Kylheku | 2012-01-25 | 8 | -42/+360 |
* | Version 54txr-54 | Kaz Kylheku | 2012-01-21 | 5 | -4/+36 |
* | * debug.c (help): Added missing help for w command. | Kaz Kylheku | 2012-01-21 | 7 | -15/+43 |
* | * debug.c (last_command): Do not initialize with lit(); | Kaz Kylheku | 2012-01-21 | 2 | -2/+8 |
* | * debug.c (help): Filled in. | Kaz Kylheku | 2012-01-21 | 2 | -5/+18 |
* | * match.c (v_fun): Removing all debugging instrumentation. | Kaz Kylheku | 2012-01-21 | 2 | -12/+15 |
* | Improved debugging. Debug nesting depth counter maintained | Kaz Kylheku | 2012-01-21 | 9 | -44/+198 |
* | * debug.c (last_command): Initialize to empty string rather | Kaz Kylheku | 2012-01-19 | 3 | -4/+44 |
* | * lib.c (car_l, cdr_l): Bugfix: do not call the lazy cons | Kaz Kylheku | 2012-01-19 | 2 | -2/+13 |
* | Minor edits. | Kaz Kylheku | 2012-01-14 | 1 | -12/+13 |
* | Remove junk. | Kaz Kylheku | 2012-01-14 | 1 | -2/+0 |
* | Spelling. | Kaz Kylheku | 2012-01-14 | 1 | -1/+1 |
* | Minor fixes, and removed last vestiges of references to the obsolescent | Kaz Kylheku | 2012-01-14 | 1 | -8/+11 |
* | Minor. | Kaz Kylheku | 2012-01-14 | 1 | -6/+6 |
* | Minor edits. | Kaz Kylheku | 2012-01-12 | 1 | -2/+2 |
* | Clarification. | Kaz Kylheku | 2012-01-12 | 1 | -1/+3 |
* | * eval.c (eval_init): Make lazy_appendv function | Kaz Kylheku | 2012-01-12 | 3 | -7/+23 |
* | Before releasing 53, there is this.txr-53 | Kaz Kylheku | 2012-01-11 | 2 | -1/+11 |
* | Version 53 | Kaz Kylheku | 2012-01-11 | 5 | -3/+39 |
* | TXR Lisp regression in C global variables. | Kaz Kylheku | 2012-01-11 | 2 | -6/+47 |
* | * eval.c (each_s, each_star_s, collect_each_s, collect_each_star_s): | Kaz Kylheku | 2012-01-11 | 4 | -2/+131 |