| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the issue properly, once and for all, of how to determine | Kaz Kylheku | 2012-02-27 | 6 | -22/+44 |
* | Fixing long-time (pre-GIT) bug. The object (nil) was stupidly used to | Kaz Kylheku | 2012-02-26 | 5 | -29/+88 |
* | Bug #35625 | Kaz Kylheku | 2012-02-26 | 4 | -473/+547 |
* | * arith.c: Updated copyright year. | Kaz Kylheku | 2012-02-25 | 28 | -27/+111 |
* | * tests/008/filtenv.expected: New file. | Kaz Kylheku | 2012-02-25 | 3 | -0/+13 |
* | Bug #34652 | Kaz Kylheku | 2012-02-25 | 2 | -0/+16 |
* | * eval.c (eval_init): New put-byte function interned. | Kaz Kylheku | 2012-02-25 | 4 | -0/+55 |
* | * parser.l (num_esc): Skip octal indicator 'o' if present. | Kaz Kylheku | 2012-02-25 | 3 | -4/+15 |
* | Version 58txr-58 | Kaz Kylheku | 2012-02-25 | 8 | -7/+88 |
* | * parser.l (source_loc_str): Missing function re-written. | Kaz Kylheku | 2012-02-25 | 3 | -2/+28 |
* | * parser.y (clause): "Doh" moment. We don't need the special | Kaz Kylheku | 2012-02-25 | 3 | -12/+14 |
* | * debug.c (debug): Use new way of getting line number. | Kaz Kylheku | 2012-02-24 | 8 | -9/+43 |
* | * match.c (v_load): Sanity checking on target path. | Kaz Kylheku | 2012-02-24 | 2 | -2/+16 |
* | * match.c (h_var): Eliminated uses of rl function, in favor of | Kaz Kylheku | 2012-02-24 | 2 | -12/+9 |
* | Remove wrong output. | Kaz Kylheku | 2012-02-24 | 1 | -1/+1 |
* | Ensuring all arguments to .IP that contain spaces are quoted. | Kaz Kylheku | 2012-02-24 | 1 | -19/+19 |
* | Eliminating unnecessary heading and associated indentation level. | Kaz Kylheku | 2012-02-24 | 1 | -2/+0 |
* | Found more broken headings requiring quoting. | Kaz Kylheku | 2012-02-24 | 1 | -2/+2 |
* | Clarification in until/last. | Kaz Kylheku | 2012-02-24 | 1 | -6/+7 |
* | Fixed nroff errors resulting in incorrect output text. | Kaz Kylheku | 2012-02-24 | 1 | -2/+2 |
* | Fixing disappearing backslash. | Kaz Kylheku | 2012-02-24 | 1 | -1/+1 |
* | First cut at @(load) directive. Incomplete: debug location info | Kaz Kylheku | 2012-02-24 | 7 | -4/+79 |
* | * tests/010/seq.txr: New file. | Kaz Kylheku | 2012-02-22 | 3 | -0/+39 |
* | * lib.c (sub_list, replace_list, lazy_sub_str, sub_str, | Kaz Kylheku | 2012-02-22 | 3 | -6/+45 |
* | * eval.c (dwim_loc): del operator's return value is the | Kaz Kylheku | 2012-02-22 | 3 | -10/+26 |
* | * lib.c (quicksort): Incorrect pivot selection. | Kaz Kylheku | 2012-02-22 | 2 | -1/+5 |
* | * eval.c (del_s): New symbol variable. | Kaz Kylheku | 2012-02-22 | 4 | -37/+116 |
* | * lib.c (init): Hash bugfix: added missing call to hash_init. | Kaz Kylheku | 2012-02-22 | 2 | -0/+7 |
* | * hash.c (remhash): Rewrote buggy function. | Kaz Kylheku | 2012-02-22 | 2 | -3/+17 |
* | * eval.c (eval_init): Intrinsic bindings for sub, ref, refset | Kaz Kylheku | 2012-02-22 | 6 | -8/+95 |
* | * eval.c (eval_init): Third argument of gethash becomes optional. | Kaz Kylheku | 2012-02-21 | 2 | -1/+5 |
* | Introducing optional arguments. | Kaz Kylheku | 2012-02-21 | 18 | -203/+449 |
* | * txr.1: Corrected misleading text in description of output | Kaz Kylheku | 2012-02-19 | 2 | -16/+37 |
* | * lib.c (sub, ref, replace): New functions. | Kaz Kylheku | 2012-02-19 | 6 | -8/+76 |
* | * match.c (extract_vars): If a brace var is actually an | Kaz Kylheku | 2012-02-18 | 2 | -1/+11 |
* | Allow braced output variables to actually be arbitrary substitutions. | Kaz Kylheku | 2012-02-18 | 6 | -51/+71 |
* | * parser.y (o_var): Remove productions from grammar by using exprs_opt. | Kaz Kylheku | 2012-02-18 | 2 | -10/+10 |
* | Reimplementation of how TXR decides whether to dump bindings | Kaz Kylheku | 2012-02-17 | 5 | -3/+23 |
* | * eval.c (dwim_loc): 2012-02-13 fix didn't do it. | Kaz Kylheku | 2012-02-17 | 2 | -6/+9 |
* | * eval.c (eval_init): Register match-fun. | Kaz Kylheku | 2012-02-16 | 8 | -1/+50 |
* | * match.c (match_funcall): Function renamed to match_filter. | Kaz Kylheku | 2012-02-16 | 4 | -3/+11 |
* | * eval.c (op_catch): Treat the nil exception object as an empty | Kaz Kylheku | 2012-02-16 | 3 | -2/+12 |
* | TXR Lisp gets exception handling. | Kaz Kylheku | 2012-02-16 | 6 | -1/+153 |
* | Fix accidental mistake. | Kaz Kylheku | 2012-02-14 | 1 | -1/+1 |
* | * eval.c (rangev_func, rangev, range_star_v_func, | Kaz Kylheku | 2012-02-14 | 2 | -6/+14 |
* | * eval.c (rangev): If a descending range is specified, | Kaz Kylheku | 2012-02-14 | 4 | -4/+56 |
* | * eval.c (rangev_func): Improved termination test. The sequence | Kaz Kylheku | 2012-02-14 | 2 | -5/+13 |
* | * eval.c (dwim_loc): Allow assignment to the dwim place when it | Kaz Kylheku | 2012-02-13 | 2 | -3/+16 |
* | Version 57txr-57 | Kaz Kylheku | 2012-02-13 | 5 | -4/+52 |
* | * eval.c (subst_vars): Handle lone symbols (not wrapped | Kaz Kylheku | 2012-02-13 | 5 | -6/+37 |