| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * match.c (list_k, string_k): New keyword symbol variables. | Kaz Kylheku | 2011-10-23 | 3 | -9/+59 |
* | * match.c (h_skip): Bugfix: bad agument list in debugf call. | Kaz Kylheku | 2011-10-23 | 2 | -1/+6 |
* | Task #11474 | Kaz Kylheku | 2011-10-22 | 7 | -29/+135 |
* | * filter.c (get_filter_trie): Function renamed to get_filter. A filter | Kaz Kylheku | 2011-10-22 | 5 | -12/+68 |
* | Task #11474 | Kaz Kylheku | 2011-10-22 | 7 | -29/+167 |
* | Fix incorrect ChangeLog entry. | Kaz Kylheku | 2011-10-21 | 1 | -3/+2 |
* | * match.c (v_collect): Regression bugfix. Make it work like the comment | Kaz Kylheku | 2011-10-21 | 3 | -4/+55 |
* | * match.c (v_collect): Regression bugfix. Make it work like the comment | Kaz Kylheku | 2011-10-21 | 2 | -1/+7 |
* | Implementing @(set) directive for assigning to variables | Kaz Kylheku | 2011-10-21 | 3 | -0/+95 |
* | * match.c (v_output): When appending output to a variable, | Kaz Kylheku | 2011-10-21 | 3 | -4/+28 |
* | New features. Strling list output streams in stream | Kaz Kylheku | 2011-10-21 | 6 | -19/+241 |
* | Whitespace. | Kaz Kylheku | 2011-10-21 | 1 | -1/+1 |
* | Whitespace. | Kaz Kylheku | 2011-10-21 | 1 | -3/+3 |
* | * lib.c (proper_plist_to_alist, improper_plist_to_alist): New | Kaz Kylheku | 2011-10-21 | 5 | -19/+84 |
* | Bug #34609 | Kaz Kylheku | 2011-10-20 | 2 | -1/+9 |
* | Spelling. | Kaz Kylheku | 2011-10-20 | 1 | -1/+1 |
* | Version 040txr-040 | Kaz Kylheku | 2011-10-20 | 4 | -4/+30 |
* | Task #11425 | Kaz Kylheku | 2011-10-19 | 2 | -430/+509 |
* | Task #11425 | Kaz Kylheku | 2011-10-19 | 2 | -126/+166 |
* | Task #11425 | Kaz Kylheku | 2011-10-19 | 2 | -679/+755 |
* | * hash.c (ll_hash): Hashing of pointers should take into | Kaz Kylheku | 2011-10-19 | 2 | -1/+16 |
* | Task #11425 | Kaz Kylheku | 2011-10-18 | 2 | -15/+31 |
* | Task #11425 | Kaz Kylheku | 2011-10-18 | 2 | -39/+58 |
* | Task #11425 | Kaz Kylheku | 2011-10-18 | 2 | -25/+45 |
* | Task #11425. | Kaz Kylheku | 2011-10-18 | 4 | -78/+166 |
* | Quick and dirty port to MinGW. | Kaz Kylheku | 2011-10-16 | 3 | -1/+37 |
* | * configure: reduced post-configure advice to just point | Kaz Kylheku | 2011-10-16 | 3 | -9/+232 |
* | * filter.c (trie_filter_string): Fix warning about uninitialized | Kaz Kylheku | 2011-10-16 | 2 | -1/+6 |
* | Task #11425. Refactoring match_files to make it easier to | Kaz Kylheku | 2011-10-15 | 2 | -189/+253 |
* | Fixed broken GC on x86_64 (Ubuntu 11, gcc 4.5.2). | Kaz Kylheku | 2011-10-15 | 2 | -7/+46 |
* | * configure: POSIX Portability. Use = instead of == | Kaz Kylheku | 2011-10-15 | 2 | -2/+7 |
* | * parser.y (elem): Amending previous change. A single space | Kaz Kylheku | 2011-10-13 | 3 | -5/+13 |
* | * Makefile (%.ok: %.txr): Use unified diff for showing | Kaz Kylheku | 2011-10-13 | 8 | -9/+800 |
* | Bug #34538 | Kaz Kylheku | 2011-10-12 | 2 | -9/+12 |
* | Indentation. | Kaz Kylheku | 2011-10-11 | 1 | -1/+1 |
* | Improved support for broken unicode. | Kaz Kylheku | 2011-10-10 | 3 | -1/+86 |
* | Fix section numbering mixup. | Kaz Kylheku | 2011-10-10 | 1 | -2/+2 |
* | * HACKING: Documented portability hacks for narrow wchar_t. | Kaz Kylheku | 2011-10-10 | 2 | -1/+63 |
* | Version 039txr-039 | Kaz Kylheku | 2011-10-10 | 4 | -5/+57 |
* | One more swing at this with the axe. | Kaz Kylheku | 2011-10-09 | 3 | -12/+16 |
* | * lib.h (wli, lit_noex): We need null characters on both ends | Kaz Kylheku | 2011-10-09 | 2 | -2/+10 |
* | Following up to previous commit's TODO. | Kaz Kylheku | 2011-10-09 | 6 | -12/+39 |
* | Ported to Cygwin. | Kaz Kylheku | 2011-10-09 | 7 | -260/+414 |
* | * dep.mk: Regenerated. Too easy to neglect this file. | Kaz Kylheku | 2011-10-09 | 2 | -8/+13 |
* | * match.c (vars_to_bindings): Regression fix: recent commit | Kaz Kylheku | 2011-10-09 | 2 | -1/+7 |
* | * configure: Fixed indentation. | Kaz Kylheku | 2011-10-09 | 2 | -20/+24 |
* | * txr.1: Removed references to obsolete @(next) variant. | Kaz Kylheku | 2011-10-08 | 2 | -15/+6 |
* | * match.c (vars_to_bindings): New function. | Kaz Kylheku | 2011-10-08 | 3 | -23/+124 |
* | * match.c (vars_k): New symbol variable. | Kaz Kylheku | 2011-10-08 | 2 | -3/+48 |
* | * txr.1: Augment example of @/.*/ being used to skip to the | Kaz Kylheku | 2011-10-08 | 2 | -0/+11 |