| Commit message (Expand) | Author | Age | Files | Lines |
* | * dep.mk: Regenerated. Too easy to neglect this file. | Kaz Kylheku | 2011-10-09 | 1 | -0/+4 |
* | * match.c (vars_to_bindings): Regression fix: recent commit | Kaz Kylheku | 2011-10-09 | 1 | -0/+6 |
* | * configure: Fixed indentation. | Kaz Kylheku | 2011-10-09 | 1 | -0/+4 |
* | * txr.1: Removed references to obsolete @(next) variant. | Kaz Kylheku | 2011-10-08 | 1 | -0/+4 |
* | * match.c (vars_to_bindings): New function. | Kaz Kylheku | 2011-10-08 | 1 | -0/+7 |
* | * match.c (vars_k): New symbol variable. | Kaz Kylheku | 2011-10-08 | 1 | -0/+6 |
* | * txr.1: Augment example of @/.*/ being used to skip to the | Kaz Kylheku | 2011-10-08 | 1 | -0/+6 |
* | * match.c (match_line): Skip directive bugfix. If skip is the | Kaz Kylheku | 2011-10-08 | 1 | -0/+6 |
* | * match.c (mintimes_k, maxtimes_k): New keyword variables. | Kaz Kylheku | 2011-10-08 | 1 | -0/+10 |
* | * HACKING: Formatting. | Kaz Kylheku | 2011-10-08 | 1 | -0/+4 |
* | * match.c (match_files): Fixed spectacular bug in function calling, | Kaz Kylheku | 2011-10-07 | 1 | -0/+9 |
* | * match.c (greedy_k): New keyword symbol variable. | Kaz Kylheku | 2011-10-07 | 1 | -0/+9 |
* | * lib.c (eol_s): New symbol variable. | Kaz Kylheku | 2011-10-07 | 1 | -0/+14 |
* | * lib.c (flatten_helper): Function removed. | Kaz Kylheku | 2011-10-07 | 1 | -0/+5 |
* | * txr.1: fxed wrong word. | Kaz Kylheku | 2011-10-07 | 1 | -0/+4 |
* | Extending syntax to allow for @VAR and @(...) forms inside | Kaz Kylheku | 2011-10-06 | 1 | -0/+28 |
* | Renaming the currying combinators according to new scheme. | Kaz Kylheku | 2011-10-06 | 1 | -0/+12 |
* | * lib.c (funcall3, curry_123_2): New functions. | Kaz Kylheku | 2011-10-06 | 1 | -0/+23 |
* | * match.c (match_files): In function calls, the deletion of | Kaz Kylheku | 2011-10-05 | 1 | -0/+6 |
* | * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c, | Kaz Kylheku | 2011-10-04 | 1 | -0/+7 |
* | * match.c (match_line, match_files): Another correction to how bindings | Kaz Kylheku | 2011-10-04 | 1 | -0/+14 |
* | * lib.c (acons): New function. | Kaz Kylheku | 2011-10-04 | 1 | -0/+18 |
* | Bugfixes to the semantics of binding environments, which | Kaz Kylheku | 2011-10-04 | 1 | -0/+33 |
* | * txr.1: Starte dodcumenting the forgotten merge directive. | Kaz Kylheku | 2011-10-03 | 1 | -0/+4 |
* | Implemented new last clause for collect and coll. | Kaz Kylheku | 2011-10-03 | 1 | -0/+21 |
* | * parser.y (rep_elem): Bugfix: forgotten o_elems_transform ontxr-038 | Kaz Kylheku | 2011-10-02 | 1 | -0/+6 |
* | * match.c (match_line): Handle trailer_s directive. | Kaz Kylheku | 2011-10-02 | 1 | -0/+7 |
* | Compiles as C++ again. | Kaz Kylheku | 2011-10-02 | 1 | -0/+13 |
* | Spelling. | Kaz Kylheku | 2011-10-01 | 1 | -1/+1 |
* | Version 038 | Kaz Kylheku | 2011-10-01 | 1 | -0/+33 |
* | Maintaining C++ compiling (except for two issues that will | Kaz Kylheku | 2011-10-01 | 1 | -0/+17 |
* | HACKING: Clarified that --vg-debug is also needed to turn on on | Kaz Kylheku | 2011-10-01 | 1 | -0/+5 |
* | New test case, covering some filtering from HTML/XML. | Kaz Kylheku | 2011-10-01 | 1 | -0/+10 |
* | * filter.c (filters, filter_init): Serious gc bug fixed: neglected to | Kaz Kylheku | 2011-10-01 | 1 | -0/+6 |
* | New test case under tests/008. | Kaz Kylheku | 2011-10-01 | 1 | -0/+14 |
* | Deleted reference to accidentally added file. | Kaz Kylheku | 2011-10-01 | 1 | -1/+0 |
* | Tokenizing test case, exercising for @(coll :gap 0) | Kaz Kylheku | 2011-10-01 | 1 | -0/+11 |
* | New test case, covering exception handling across nested | Kaz Kylheku | 2011-10-01 | 1 | -0/+11 |
* | * parser.y (all_clause, some_clause, none_clause, maybe_clause, | Kaz Kylheku | 2011-10-01 | 1 | -0/+6 |
* | Merge commit '4afe959' | Kaz Kylheku | 2011-10-01 | 1 | -0/+9 |
|\ |
|
| * | Regression bug fix: longest match variables broken by | Kaz Kylheku | 2011-10-01 | 1 | -0/+9 |
* | | * txr.1: Documented choose and horizontal mode for paralle | Kaz Kylheku | 2011-10-01 | 1 | -0/+5 |
|/ |
|
* | New directive: choose. | Kaz Kylheku | 2011-10-01 | 1 | -0/+24 |
* | * HACKING: Updated with debugging hints. | Kaz Kylheku | 2011-09-30 | 1 | -0/+4 |
* | * txr.1: Clarified consecutive variables and documented double | Kaz Kylheku | 2011-09-30 | 1 | -0/+5 |
* | * parser.l: Implemented backslash continuations in SPECIAL | Kaz Kylheku | 2011-09-30 | 1 | -0/+7 |
* | * match.c (match_line): Implemented horizontal all, some, | Kaz Kylheku | 2011-09-29 | 1 | -0/+11 |
* | * match.c (chars_k): New variable. | Kaz Kylheku | 2011-09-29 | 1 | -0/+13 |
* | * match.c (mingap_k, maxgap_k, gap_k, times_k, lines_k): New | Kaz Kylheku | 2011-09-29 | 1 | -0/+18 |
* | * match.c (match_line): Bugfix in double var. Do not | Kaz Kylheku | 2011-09-28 | 1 | -0/+5 |