| Commit message (Expand) | Author | Age | Files | Lines |
* | Version 60 | Kaz Kylheku | 2012-03-04 | 1 | -0/+23 |
* | * eval.c (eval_init): Expose remq, remql and remqual. | Kaz Kylheku | 2012-03-03 | 1 | -0/+6 |
* | * lib.c (sub_str): Removed second check for lazy string that | Kaz Kylheku | 2012-03-03 | 1 | -0/+17 |
* | * match.c (search_form): search_form works with relative positions now, | Kaz Kylheku | 2012-03-01 | 1 | -0/+8 |
* | * match.c (sem_error, file_err): Bugfix: pull text formatted source | Kaz Kylheku | 2012-03-01 | 1 | -0/+5 |
* | * match.c (v_load): Check for errors during the parse and throw an exception. | Kaz Kylheku | 2012-03-01 | 1 | -0/+1 |
* | * match.c (v_load): Fixed broken functionality. Failing to evaluate | Kaz Kylheku | 2012-03-01 | 1 | -0/+5 |
* | Fixing two instances of unintentional O(n*n) behavior and poor memory use | Kaz Kylheku | 2012-03-01 | 1 | -0/+14 |
* | * match.c (do_match_line): Function takes new argument, "completely". | Kaz Kylheku | 2012-02-28 | 1 | -0/+17 |
* | * match.c (consume_prefix): This memory optimization should only | Kaz Kylheku | 2012-02-28 | 1 | -0/+7 |
* | * lib.c (numberp): Fix bad type check: null pointer dereference when | Kaz Kylheku | 2012-02-28 | 1 | -0/+11 |
* | Bugfix: rlcp function was incorrect for new way of storing | Kaz Kylheku | 2012-02-28 | 1 | -0/+10 |
* | * debug.c (help, debug): New g command for tweaking log level. | Kaz Kylheku | 2012-02-28 | 1 | -0/+4 |
* | * debug.c: Missing d command implemented. | Kaz Kylheku | 2012-02-28 | 1 | -0/+11 |
* | Version 59txr-59 | Kaz Kylheku | 2012-02-28 | 1 | -0/+12 |
* | * lib.c (sub_list, replace_list, lazy_sub_str, sub_str, replace_str, | Kaz Kylheku | 2012-02-28 | 1 | -0/+6 |
* | * txr.vim: Recognize backslash-newline break in regexes. | Kaz Kylheku | 2012-02-27 | 1 | -0/+4 |
* | * txr.vim: Substantially revised for better lexical accuracy | Kaz Kylheku | 2012-02-27 | 1 | -0/+5 |
* | * match.c (extract): Check for negative value of opt_nobindings, | Kaz Kylheku | 2012-02-27 | 1 | -0/+12 |
* | Fix the issue properly, once and for all, of how to determine | Kaz Kylheku | 2012-02-27 | 1 | -0/+17 |
* | Fixing long-time (pre-GIT) bug. The object (nil) was stupidly used to | Kaz Kylheku | 2012-02-26 | 1 | -0/+22 |
* | Bug #35625 | Kaz Kylheku | 2012-02-26 | 1 | -0/+24 |
* | * arith.c: Updated copyright year. | Kaz Kylheku | 2012-02-25 | 1 | -0/+56 |
* | * tests/008/filtenv.expected: New file. | Kaz Kylheku | 2012-02-25 | 1 | -0/+6 |
* | Bug #34652 | Kaz Kylheku | 2012-02-25 | 1 | -0/+10 |
* | * eval.c (eval_init): New put-byte function interned. | Kaz Kylheku | 2012-02-25 | 1 | -0/+12 |
* | * parser.l (num_esc): Skip octal indicator 'o' if present. | Kaz Kylheku | 2012-02-25 | 1 | -0/+8 |
* | Version 58txr-58 | Kaz Kylheku | 2012-02-25 | 1 | -0/+19 |
* | * parser.l (source_loc_str): Missing function re-written. | Kaz Kylheku | 2012-02-25 | 1 | -0/+9 |
* | * parser.y (clause): "Doh" moment. We don't need the special | Kaz Kylheku | 2012-02-25 | 1 | -0/+9 |
* | * debug.c (debug): Use new way of getting line number. | Kaz Kylheku | 2012-02-24 | 1 | -0/+16 |
* | * match.c (v_load): Sanity checking on target path. | Kaz Kylheku | 2012-02-24 | 1 | -0/+6 |
* | * match.c (h_var): Eliminated uses of rl function, in favor of | Kaz Kylheku | 2012-02-24 | 1 | -0/+5 |
* | First cut at @(load) directive. Incomplete: debug location info | Kaz Kylheku | 2012-02-24 | 1 | -0/+25 |
* | * tests/010/seq.txr: New file. | Kaz Kylheku | 2012-02-22 | 1 | -0/+6 |
* | * lib.c (sub_list, replace_list, lazy_sub_str, sub_str, | Kaz Kylheku | 2012-02-22 | 1 | -0/+10 |
* | * eval.c (dwim_loc): del operator's return value is the | Kaz Kylheku | 2012-02-22 | 1 | -0/+9 |
* | * lib.c (quicksort): Incorrect pivot selection. | Kaz Kylheku | 2012-02-22 | 1 | -0/+4 |
* | * eval.c (del_s): New symbol variable. | Kaz Kylheku | 2012-02-22 | 1 | -0/+20 |
* | * lib.c (init): Hash bugfix: added missing call to hash_init. | Kaz Kylheku | 2012-02-22 | 1 | -0/+6 |
* | * hash.c (remhash): Rewrote buggy function. | Kaz Kylheku | 2012-02-22 | 1 | -0/+8 |
* | * eval.c (eval_init): Intrinsic bindings for sub, ref, refset | Kaz Kylheku | 2012-02-22 | 1 | -0/+17 |
* | * eval.c (eval_init): Third argument of gethash becomes optional. | Kaz Kylheku | 2012-02-21 | 1 | -0/+4 |
* | Introducing optional arguments. | Kaz Kylheku | 2012-02-21 | 1 | -0/+77 |
* | * txr.1: Corrected misleading text in description of output | Kaz Kylheku | 2012-02-19 | 1 | -0/+6 |
* | * lib.c (sub, ref, replace): New functions. | Kaz Kylheku | 2012-02-19 | 1 | -0/+12 |
* | * match.c (extract_vars): If a brace var is actually an | Kaz Kylheku | 2012-02-18 | 1 | -0/+7 |
* | 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 |