summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Version 039txr-039Kaz Kylheku2011-10-104-5/+57
* One more swing at this with the axe.Kaz Kylheku2011-10-093-12/+16
* * lib.h (wli, lit_noex): We need null characters on both endsKaz Kylheku2011-10-092-2/+10
* Following up to previous commit's TODO.Kaz Kylheku2011-10-096-12/+39
* Ported to Cygwin.Kaz Kylheku2011-10-097-260/+414
* * dep.mk: Regenerated. Too easy to neglect this file.Kaz Kylheku2011-10-092-8/+13
* * match.c (vars_to_bindings): Regression fix: recent commitKaz Kylheku2011-10-092-1/+7
* * configure: Fixed indentation.Kaz Kylheku2011-10-092-20/+24
* * txr.1: Removed references to obsolete @(next) variant.Kaz Kylheku2011-10-082-15/+6
* * match.c (vars_to_bindings): New function.Kaz Kylheku2011-10-083-23/+124
* * match.c (vars_k): New symbol variable.Kaz Kylheku2011-10-082-3/+48
* * txr.1: Augment example of @/.*/ being used to skip to theKaz Kylheku2011-10-082-0/+11
* * match.c (match_line): Skip directive bugfix. If skip is theKaz Kylheku2011-10-082-2/+10
* * match.c (mintimes_k, maxtimes_k): New keyword variables.Kaz Kylheku2011-10-083-20/+67
* * HACKING: Formatting.Kaz Kylheku2011-10-081-0/+4
* * HACKING: Formatting.Kaz Kylheku2011-10-081-8/+10
* * match.c (match_files): Fixed spectacular bug in function calling,Kaz Kylheku2011-10-072-1/+10
* * match.c (greedy_k): New keyword symbol variable.Kaz Kylheku2011-10-073-14/+78
* * lib.c (eol_s): New symbol variable.Kaz Kylheku2011-10-075-12/+108
* * lib.c (flatten_helper): Function removed.Kaz Kylheku2011-10-072-6/+6
* * txr.1: fxed wrong word.Kaz Kylheku2011-10-072-1/+5
* Extending syntax to allow for @VAR and @(...) forms insideKaz Kylheku2011-10-066-16/+97
* Renaming the currying combinators according to new scheme.Kaz Kylheku2011-10-064-10/+25
* * lib.c (funcall3, curry_123_2): New functions.Kaz Kylheku2011-10-064-50/+94
* * match.c (match_files): In function calls, the deletion ofKaz Kylheku2011-10-052-1/+7
* * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c,Kaz Kylheku2011-10-0428-27/+34
* * match.c (match_line, match_files): Another correction to how bindingsKaz Kylheku2011-10-042-2/+26
* * lib.c (acons): New function.Kaz Kylheku2011-10-044-16/+46
* Bugfixes to the semantics of binding environments, whichKaz Kylheku2011-10-044-34/+112
* * txr.1: Starte dodcumenting the forgotten merge directive.Kaz Kylheku2011-10-032-0/+28
* Implemented new last clause for collect and coll.Kaz Kylheku2011-10-036-33/+138
* * parser.y (rep_elem): Bugfix: forgotten o_elems_transform ontxr-038Kaz Kylheku2011-10-022-1/+9
* * match.c (match_line): Handle trailer_s directive.Kaz Kylheku2011-10-022-5/+19
* Compiles as C++ again.Kaz Kylheku2011-10-023-6/+31
* Spelling.Kaz Kylheku2011-10-011-1/+1
* Version 038Kaz Kylheku2011-10-014-4/+37
* Maintaining C++ compiling (except for two issues that willKaz Kylheku2011-10-015-16/+34
* HACKING: Clarified that --vg-debug is also needed to turn on onKaz Kylheku2011-10-012-2/+9
* Added missing data.Kaz Kylheku2011-10-011-0/+6
* New test case, covering some filtering from HTML/XML.Kaz Kylheku2011-10-015-0/+42
* * filter.c (filters, filter_init): Serious gc bug fixed: neglected toKaz Kylheku2011-10-012-0/+8
* New test case under tests/008.Kaz Kylheku2011-10-015-1/+72
* Deleted reference to accidentally added file.Kaz Kylheku2011-10-011-1/+0
* Remove accidentally added .out file.Kaz Kylheku2011-10-011-2/+0
* Tokenizing test case, exercising for @(coll :gap 0)Kaz Kylheku2011-10-015-0/+40
* New test case, covering exception handling across nestedKaz Kylheku2011-10-015-1/+48
* * parser.y (all_clause, some_clause, none_clause, maybe_clause,Kaz Kylheku2011-10-012-12/+18
* Merge commit '4afe959'Kaz Kylheku2011-10-013-2/+11
|\
| * Regression bug fix: longest match variables broken byKaz Kylheku2011-10-013-2/+11
* | * txr.1: Documented choose and horizontal mode for paralleKaz Kylheku2011-10-012-17/+61
|/