| Commit message (Expand) | Author | Age | Files | Lines |
* | Version 56 | Kaz Kylheku | 2012-02-05 | 1 | -0/+12 |
* | * parser.l: Allow semicolon terminator on hex and octal | Kaz Kylheku | 2012-02-05 | 1 | -0/+10 |
* | * utf8.c (utf8_from_uc, utf8_decode): Some cascaded if tests converted | Kaz Kylheku | 2012-02-05 | 1 | -0/+8 |
* | * utf8.c (utf8_from_uc): Bugfix: incorrect condition in character | Kaz Kylheku | 2012-02-04 | 1 | -0/+8 |
* | * eval.c (rest_s, op_s): New variables. | Kaz Kylheku | 2012-02-03 | 1 | -0/+29 |
* | * utf8.c (utf8_from_uc, utf8_decode): Use upper case for hex constants. | Kaz Kylheku | 2012-02-02 | 1 | -0/+8 |
* | * utf8.c (utf8_to_uc, utf8_encode): Do not encode surrogate code | Kaz Kylheku | 2012-02-02 | 1 | -0/+8 |
* | * txr.1: UTF-8 handling clarified. | Kaz Kylheku | 2012-02-02 | 1 | -0/+4 |
* | * utf8.c (utf8_from_uc, utf8_decode): Impose a minium value on the | Kaz Kylheku | 2012-02-02 | 1 | -0/+12 |
* | * txr.vim: Move error match before other cases and simplify. | Kaz Kylheku | 2012-02-02 | 1 | -0/+5 |
* | This test case would have caught the prior regression. | Kaz Kylheku | 2012-02-02 | 1 | -0/+12 |
* | * match.c (format_field): Regression. Was not handling modifiers | Kaz Kylheku | 2012-02-02 | 1 | -0/+6 |
* | * eval.c (lookup_sym_lisp1): New function. | Kaz Kylheku | 2012-02-01 | 1 | -0/+16 |
* | * txr.vim: More color categories. More accurate matching of @ elements. | Kaz Kylheku | 2012-01-29 | 1 | -0/+4 |
* | * parser.l: Support hex and octal escapes in string and quasiliterals, | Kaz Kylheku | 2012-01-27 | 1 | -0/+8 |
* | * txr.vim: Properly show @[...] inside quasiliteral. | Kaz Kylheku | 2012-01-27 | 1 | -0/+4 |
* | * eval.c (dwim_loc, op_dwim): Relax the requirement on hash | Kaz Kylheku | 2012-01-27 | 1 | -0/+6 |
* | * hash.c (hash_begin): Missing type check added, otherwise | Kaz Kylheku | 2012-01-27 | 1 | -0/+9 |
* | * eval.c (op_modplace): Fix warning caught by gcc, but not g++.txr-55 | Kaz Kylheku | 2012-01-26 | 1 | -0/+6 |
* | Version 55txr-055 | Kaz Kylheku | 2012-01-26 | 1 | -0/+12 |
* | * lib.c (replace_list): Always convert the input items to a list, | Kaz Kylheku | 2012-01-26 | 1 | -0/+12 |
* | * arith.c (plus, minus): Better wording in error messages. | Kaz Kylheku | 2012-01-26 | 1 | -0/+20 |
* | * lib.c (listref, listref_l): Negative indices must have semantics | Kaz Kylheku | 2012-01-26 | 1 | -0/+5 |
* | * lib.c (cat_str): Throw error if one of the list elements | Kaz Kylheku | 2012-01-26 | 1 | -0/+5 |
* | * txr.1: More discussion of ranges. | Kaz Kylheku | 2012-01-26 | 1 | -0/+4 |
* | * match.c (format_field): Removed useless use of cat_str (no longer | Kaz Kylheku | 2012-01-26 | 1 | -0/+10 |
* | * eval.c (dwim_loc, dwim_op): Eliminated redundant re-evaluation | Kaz Kylheku | 2012-01-26 | 1 | -0/+18 |
* | * eval.c (dwim_loc): Handles full responsibility for assigning | Kaz Kylheku | 2012-01-25 | 1 | -0/+11 |
* | * arith.c (zerop): Misspelling in error message. | Kaz Kylheku | 2012-01-25 | 1 | -0/+9 |
* | * eval.c (eval_init): New functions registered. | Kaz Kylheku | 2012-01-25 | 1 | -0/+20 |
* | * txr.vim (txr_chr): Fix for highlighting named characters | Kaz Kylheku | 2012-01-25 | 1 | -0/+5 |
* | * eval.c (dwim_s): New symbol variable. | Kaz Kylheku | 2012-01-25 | 1 | -0/+31 |
* | Version 54txr-54 | Kaz Kylheku | 2012-01-21 | 1 | -0/+12 |
* | * debug.c (help): Added missing help for w command. | Kaz Kylheku | 2012-01-21 | 1 | -0/+21 |
* | * debug.c (last_command): Do not initialize with lit(); | Kaz Kylheku | 2012-01-21 | 1 | -0/+6 |
* | * debug.c (help): Filled in. | Kaz Kylheku | 2012-01-21 | 1 | -0/+5 |
* | * match.c (v_fun): Removing all debugging instrumentation. | Kaz Kylheku | 2012-01-21 | 1 | -0/+8 |
* | Improved debugging. Debug nesting depth counter maintained | Kaz Kylheku | 2012-01-21 | 1 | -0/+39 |
* | * debug.c (last_command): Initialize to empty string rather | Kaz Kylheku | 2012-01-19 | 1 | -0/+14 |
* | * lib.c (car_l, cdr_l): Bugfix: do not call the lazy cons | Kaz Kylheku | 2012-01-19 | 1 | -0/+5 |
* | * eval.c (eval_init): Make lazy_appendv function | Kaz Kylheku | 2012-01-12 | 1 | -0/+7 |
* | Before releasing 53, there is this.txr-53 | Kaz Kylheku | 2012-01-11 | 1 | -0/+9 |
* | Version 53 | Kaz Kylheku | 2012-01-11 | 1 | -0/+12 |
* | TXR Lisp regression in C global variables. | Kaz Kylheku | 2012-01-11 | 1 | -0/+13 |
* | * eval.c (each_s, each_star_s, collect_each_s, collect_each_star_s): | Kaz Kylheku | 2012-01-11 | 1 | -0/+12 |
* | * eval.c (eval_init): list_str registered. | Kaz Kylheku | 2012-01-11 | 1 | -0/+12 |
* | * eval.c (generate): Bugfix: do not call gen_fun before | Kaz Kylheku | 2012-01-10 | 1 | -0/+5 |
* | * eval.c (tostring, tostringp): New static functions. | Kaz Kylheku | 2012-01-10 | 1 | -0/+9 |
* | Spat of new features having to do with lazy processing. | Kaz Kylheku | 2012-01-10 | 1 | -0/+26 |
* | Non-broken way to achieve intent of previous commit. | Kaz Kylheku | 2012-01-09 | 1 | -0/+16 |