| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug #34691 | Kaz Kylheku | 2011-10-30 | 1 | -227/+202 |
* | * match.c (v_cat): Bugfix: unterminated variable argument list. | Kaz Kylheku | 2011-10-26 | 1 | -1/+1 |
* | Fixed lame @(cat) directive, without obsolescence phase. | Kaz Kylheku | 2011-10-26 | 1 | -16/+15 |
* | * filter.c (function_filter): Function removed. | Kaz Kylheku | 2011-10-25 | 1 | -7/+10 |
* | * match.c (filter_s): New symbol variable. | Kaz Kylheku | 2011-10-25 | 1 | -0/+37 |
* | Shorthand for filters which map multiple texts to a common | Kaz Kylheku | 2011-10-25 | 1 | -9/+5 |
* | * match.c (v_bind): Use sem_error to throw errors with line number | Kaz Kylheku | 2011-10-25 | 1 | -4/+4 |
* | * filter.c (function_filter): New function. | Kaz Kylheku | 2011-10-24 | 1 | -85/+144 |
* | * match.c (list_k, string_k): New keyword symbol variables. | Kaz Kylheku | 2011-10-23 | 1 | -2/+37 |
* | * match.c (h_skip): Bugfix: bad agument list in debugf call. | Kaz Kylheku | 2011-10-23 | 1 | -1/+2 |
* | Task #11474 | Kaz Kylheku | 2011-10-22 | 1 | -7/+27 |
* | * filter.c (get_filter_trie): Function renamed to get_filter. A filter | Kaz Kylheku | 2011-10-22 | 1 | -6/+6 |
* | Task #11474 | Kaz Kylheku | 2011-10-22 | 1 | -13/+30 |
* | * match.c (v_collect): Regression bugfix. Make it work like the comment | Kaz Kylheku | 2011-10-21 | 1 | -0/+22 |
* | * match.c (v_collect): Regression bugfix. Make it work like the comment | Kaz Kylheku | 2011-10-21 | 1 | -1/+1 |
* | Implementing @(set) directive for assigning to variables | Kaz Kylheku | 2011-10-21 | 1 | -0/+46 |
* | * match.c (v_output): When appending output to a variable, | Kaz Kylheku | 2011-10-21 | 1 | -1/+1 |
* | New features. Strling list output streams in stream | Kaz Kylheku | 2011-10-21 | 1 | -19/+92 |
* | * lib.c (proper_plist_to_alist, improper_plist_to_alist): New | Kaz Kylheku | 2011-10-21 | 1 | -11/+14 |
* | Bug #34609 | Kaz Kylheku | 2011-10-20 | 1 | -1/+1 |
* | Task #11425 | Kaz Kylheku | 2011-10-19 | 1 | -430/+497 |
* | Task #11425 | Kaz Kylheku | 2011-10-19 | 1 | -126/+149 |
* | Task #11425 | Kaz Kylheku | 2011-10-19 | 1 | -679/+744 |
* | Task #11425 | Kaz Kylheku | 2011-10-18 | 1 | -15/+23 |
* | Task #11425 | Kaz Kylheku | 2011-10-18 | 1 | -39/+49 |
* | Task #11425 | Kaz Kylheku | 2011-10-18 | 1 | -24/+30 |
* | Task #11425. | Kaz Kylheku | 2011-10-18 | 1 | -76/+113 |
* | Task #11425. Refactoring match_files to make it easier to | Kaz Kylheku | 2011-10-15 | 1 | -189/+236 |
* | * match.c (vars_to_bindings): Regression fix: recent commit | Kaz Kylheku | 2011-10-09 | 1 | -1/+1 |
* | * match.c (vars_to_bindings): New function. | Kaz Kylheku | 2011-10-08 | 1 | -20/+48 |
* | * match.c (vars_k): New symbol variable. | Kaz Kylheku | 2011-10-08 | 1 | -3/+42 |
* | * match.c (match_line): Skip directive bugfix. If skip is the | Kaz Kylheku | 2011-10-08 | 1 | -2/+4 |
* | * match.c (mintimes_k, maxtimes_k): New keyword variables. | Kaz Kylheku | 2011-10-08 | 1 | -8/+39 |
* | * match.c (match_files): Fixed spectacular bug in function calling, | Kaz Kylheku | 2011-10-07 | 1 | -1/+1 |
* | * match.c (greedy_k): New keyword symbol variable. | Kaz Kylheku | 2011-10-07 | 1 | -9/+39 |
* | * lib.c (eol_s): New symbol variable. | Kaz Kylheku | 2011-10-07 | 1 | -7/+60 |
* | Extending syntax to allow for @VAR and @(...) forms inside | Kaz Kylheku | 2011-10-06 | 1 | -7/+34 |
* | Renaming the currying combinators according to new scheme. | Kaz Kylheku | 2011-10-06 | 1 | -1/+1 |
* | * lib.c (funcall3, curry_123_2): New functions. | Kaz Kylheku | 2011-10-06 | 1 | -50/+45 |
* | * match.c (match_files): In function calls, the deletion of | Kaz Kylheku | 2011-10-05 | 1 | -1/+1 |
* | * LICENSE, Makefile, configure, filter.c, filter.h, gc.c, gc.h, hash.c, | Kaz Kylheku | 2011-10-04 | 1 | -1/+1 |
* | * match.c (match_line, match_files): Another correction to how bindings | Kaz Kylheku | 2011-10-04 | 1 | -2/+12 |
* | * lib.c (acons): New function. | Kaz Kylheku | 2011-10-04 | 1 | -12/+12 |
* | Bugfixes to the semantics of binding environments, which | Kaz Kylheku | 2011-10-04 | 1 | -7/+11 |
* | Implemented new last clause for collect and coll. | Kaz Kylheku | 2011-10-03 | 1 | -16/+39 |
* | * match.c (match_line): Handle trailer_s directive. | Kaz Kylheku | 2011-10-02 | 1 | -5/+12 |
* | Compiles as C++ again. | Kaz Kylheku | 2011-10-02 | 1 | -6/+10 |
* | Maintaining C++ compiling (except for two issues that will | Kaz Kylheku | 2011-10-01 | 1 | -12/+12 |
* | Regression bug fix: longest match variables broken by | Kaz Kylheku | 2011-10-01 | 1 | -1/+1 |
* | New directive: choose. | Kaz Kylheku | 2011-10-01 | 1 | -12/+99 |