| Commit message (Expand) | Author | Age | Files | Lines |
* | Allow braced output variables to actually be arbitrary substitutions. | Kaz Kylheku | 2012-02-18 | 1 | -0/+16 |
* | * parser.y (o_var): Remove productions from grammar by using exprs_opt. | Kaz Kylheku | 2012-02-18 | 1 | -0/+4 |
* | Reimplementation of how TXR decides whether to dump bindings | Kaz Kylheku | 2012-02-17 | 1 | -0/+16 |
* | * eval.c (dwim_loc): 2012-02-13 fix didn't do it. | Kaz Kylheku | 2012-02-17 | 1 | -0/+6 |
* | * eval.c (eval_init): Register match-fun. | Kaz Kylheku | 2012-02-16 | 1 | -0/+17 |
* | * match.c (match_funcall): Function renamed to match_filter. | Kaz Kylheku | 2012-02-16 | 1 | -0/+8 |
* | * eval.c (op_catch): Treat the nil exception object as an empty | Kaz Kylheku | 2012-02-16 | 1 | -0/+10 |
* | TXR Lisp gets exception handling. | Kaz Kylheku | 2012-02-16 | 1 | -0/+19 |
* | * eval.c (rangev_func, rangev, range_star_v_func, | Kaz Kylheku | 2012-02-14 | 1 | -0/+6 |
* | * eval.c (rangev): If a descending range is specified, | Kaz Kylheku | 2012-02-14 | 1 | -0/+12 |
* | * eval.c (rangev_func): Improved termination test. The sequence | Kaz Kylheku | 2012-02-14 | 1 | -0/+5 |
* | * eval.c (dwim_loc): Allow assignment to the dwim place when it | Kaz Kylheku | 2012-02-13 | 1 | -0/+7 |
* | Version 57txr-57 | Kaz Kylheku | 2012-02-13 | 1 | -0/+12 |
* | * eval.c (subst_vars): Handle lone symbols (not wrapped | Kaz Kylheku | 2012-02-13 | 1 | -0/+13 |
* | * eval.c (dwim_loc, op_dwim): Bugfix: hash indexing requiring | Kaz Kylheku | 2012-02-13 | 1 | -0/+5 |
* | * HACKING: Added note about register save areas, which can contribute | Kaz Kylheku | 2012-02-12 | 1 | -0/+5 |
* | * debug.c (breakpoints, last_command): linkage changed to static. | Kaz Kylheku | 2012-02-12 | 1 | -0/+8 |
* | * lib.c (lazy_flatten): Bugfix: function was assuming that | Kaz Kylheku | 2012-02-12 | 1 | -0/+7 |
* | * lib.c (obj_print): Print control characters in string and | Kaz Kylheku | 2012-02-12 | 1 | -0/+18 |
* | Task #11486 | Kaz Kylheku | 2012-02-12 | 1 | -0/+6 |
* | Task #11486: continuation. Take into account base position | Kaz Kylheku | 2012-02-12 | 1 | -0/+17 |
* | Task #11486: continuation. Now able to @(skip) through | Kaz Kylheku | 2012-02-11 | 1 | -0/+21 |
* | Task #11486: preparatory refactoring. | Kaz Kylheku | 2012-02-09 | 1 | -0/+13 |
* | * lib.c (lazy_sub_str): New static function. | Kaz Kylheku | 2012-02-09 | 1 | -0/+8 |
* | * genman.txr: Updated.txr-56 | Kaz Kylheku | 2012-02-05 | 1 | -0/+8 |
* | 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 |