| Commit message (Expand) | Author | Age | Files | Lines |
* | Version 60 | Kaz Kylheku | 2012-03-04 | 7 | -6/+75 |
* | * eval.c (eval_init): Expose remq, remql and remqual. | Kaz Kylheku | 2012-03-03 | 3 | -0/+27 |
* | * lib.c (sub_str): Removed second check for lazy string that | Kaz Kylheku | 2012-03-03 | 3 | -13/+37 |
* | * match.c (search_form): search_form works with relative positions now, | Kaz Kylheku | 2012-03-01 | 2 | -2/+11 |
* | * match.c (sem_error, file_err): Bugfix: pull text formatted source | Kaz Kylheku | 2012-03-01 | 2 | -2/+7 |
* | * match.c (v_load): Check for errors during the parse and throw an exception. | Kaz Kylheku | 2012-03-01 | 2 | -0/+5 |
* | * match.c (v_load): Fixed broken functionality. Failing to evaluate | Kaz Kylheku | 2012-03-01 | 2 | -1/+29 |
* | Adding major section headings for the basic directives, | Kaz Kylheku | 2012-03-01 | 1 | -0/+4 |
* | Pluralization fix in bind directive. | Kaz Kylheku | 2012-03-01 | 1 | -23/+23 |
* | Or operator computes logical or, not and. | Kaz Kylheku | 2012-03-01 | 1 | -2/+2 |
* | Confusing comment removed from examples of the op operator. | Kaz Kylheku | 2012-03-01 | 1 | -2/+0 |
* | Another instance of bad troff syntax. | Kaz Kylheku | 2012-03-01 | 1 | -5/+5 |
* | Fix bad troff syntax caused by apostrophe at the start of a line. | Kaz Kylheku | 2012-03-01 | 1 | -2/+2 |
* | Clarification about TXR Syntax. | Kaz Kylheku | 2012-03-01 | 1 | -2/+3 |
* | Capitalization. | Kaz Kylheku | 2012-03-01 | 1 | -1/+1 |
* | Minor fix. | Kaz Kylheku | 2012-03-01 | 1 | -1/+1 |
* | Fixing two instances of unintentional O(n*n) behavior and poor memory use | Kaz Kylheku | 2012-03-01 | 4 | -6/+56 |
* | * match.c (do_match_line): Function takes new argument, "completely". | Kaz Kylheku | 2012-02-28 | 2 | -12/+36 |
* | * match.c (consume_prefix): This memory optimization should only | Kaz Kylheku | 2012-02-28 | 2 | -6/+15 |
* | * lib.c (numberp): Fix bad type check: null pointer dereference when | Kaz Kylheku | 2012-02-28 | 3 | -2/+15 |
* | Bugfix: rlcp function was incorrect for new way of storing | Kaz Kylheku | 2012-02-28 | 3 | -1/+18 |
* | * debug.c (help, debug): New g command for tweaking log level. | Kaz Kylheku | 2012-02-28 | 2 | -5/+20 |
* | * debug.c: Missing d command implemented. | Kaz Kylheku | 2012-02-28 | 4 | -3/+70 |
* | Version 59txr-59 | Kaz Kylheku | 2012-02-28 | 5 | -4/+49 |
* | * lib.c (sub_list, replace_list, lazy_sub_str, sub_str, replace_str, | Kaz Kylheku | 2012-02-28 | 2 | -7/+13 |
* | * txr.vim: Recognize backslash-newline break in regexes. | Kaz Kylheku | 2012-02-27 | 2 | -3/+7 |
* | * txr.vim: Substantially revised for better lexical accuracy | Kaz Kylheku | 2012-02-27 | 2 | -15/+31 |
* | * match.c (extract): Check for negative value of opt_nobindings, | Kaz Kylheku | 2012-02-27 | 4 | -9/+33 |
* | 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 |