| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * parser.y: Remove mention of nonexistent terminal \\ | Kaz Kylheku | 2011-10-25 | 1 | -0/+5 |
* | * txr.1: Updated. | Kaz Kylheku | 2011-10-25 | 1 | -0/+2 |
* | * filter.c (fun_k): New keyword variable. | Kaz Kylheku | 2011-10-25 | 1 | -0/+8 |
* | * match.c (v_bind): Use sem_error to throw errors with line number | Kaz Kylheku | 2011-10-25 | 1 | -0/+5 |
* | Bugs #34641, #34629. | Kaz Kylheku | 2011-10-24 | 1 | -0/+9 |
* | * filter.c (function_filter): New function. | Kaz Kylheku | 2011-10-24 | 1 | -0/+23 |
* | Turning attention to some plumbing. | Kaz Kylheku | 2011-10-24 | 1 | -0/+15 |
* | * tests/007/except-1.txr: Use next :list instead | Kaz Kylheku | 2011-10-23 | 1 | -0/+6 |
* | * match.c (list_k, string_k): New keyword symbol variables. | Kaz Kylheku | 2011-10-23 | 1 | -0/+9 |
* | * match.c (h_skip): Bugfix: bad agument list in debugf call. | Kaz Kylheku | 2011-10-23 | 1 | -0/+4 |
* | Task #11474 | Kaz Kylheku | 2011-10-22 | 1 | -0/+26 |
* | * filter.c (get_filter_trie): Function renamed to get_filter. A filter | Kaz Kylheku | 2011-10-22 | 1 | -0/+15 |
* | Task #11474 | Kaz Kylheku | 2011-10-22 | 1 | -0/+26 |
* | 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 | 1 | -0/+8 |
* | * match.c (v_collect): Regression bugfix. Make it work like the comment | Kaz Kylheku | 2011-10-21 | 1 | -0/+6 |
* | Implementing @(set) directive for assigning to variables | Kaz Kylheku | 2011-10-21 | 1 | -0/+10 |
* | * match.c (v_output): When appending output to a variable, | Kaz Kylheku | 2011-10-21 | 1 | -0/+8 |
* | New features. Strling list output streams in stream | Kaz Kylheku | 2011-10-21 | 1 | -0/+28 |
* | * lib.c (proper_plist_to_alist, improper_plist_to_alist): New | Kaz Kylheku | 2011-10-21 | 1 | -0/+15 |
* | Bug #34609 | Kaz Kylheku | 2011-10-20 | 1 | -0/+8 |
* | Spelling. | Kaz Kylheku | 2011-10-20 | 1 | -1/+1 |
* | Version 040txr-040 | Kaz Kylheku | 2011-10-20 | 1 | -0/+26 |
* | Task #11425 | Kaz Kylheku | 2011-10-19 | 1 | -0/+12 |
* | Task #11425 | Kaz Kylheku | 2011-10-19 | 1 | -0/+17 |
* | Task #11425 | Kaz Kylheku | 2011-10-19 | 1 | -0/+11 |
* | * hash.c (ll_hash): Hashing of pointers should take into | Kaz Kylheku | 2011-10-19 | 1 | -0/+10 |
* | Task #11425 | Kaz Kylheku | 2011-10-18 | 1 | -0/+8 |
* | Task #11425 | Kaz Kylheku | 2011-10-18 | 1 | -0/+9 |
* | Task #11425 | Kaz Kylheku | 2011-10-18 | 1 | -1/+15 |
* | Task #11425. | Kaz Kylheku | 2011-10-18 | 1 | -0/+25 |
* | Quick and dirty port to MinGW. | Kaz Kylheku | 2011-10-16 | 1 | -0/+11 |
* | * configure: reduced post-configure advice to just point | Kaz Kylheku | 2011-10-16 | 1 | -0/+7 |
* | * filter.c (trie_filter_string): Fix warning about uninitialized | Kaz Kylheku | 2011-10-16 | 1 | -0/+5 |
* | Task #11425. Refactoring match_files to make it easier to | Kaz Kylheku | 2011-10-15 | 1 | -0/+17 |
* | Fixed broken GC on x86_64 (Ubuntu 11, gcc 4.5.2). | Kaz Kylheku | 2011-10-15 | 1 | -0/+25 |
* | * configure: POSIX Portability. Use = instead of == | Kaz Kylheku | 2011-10-15 | 1 | -0/+5 |
* | * parser.y (elem): Amending previous change. A single space | Kaz Kylheku | 2011-10-13 | 1 | -0/+10 |
* | * Makefile (%.ok: %.txr): Use unified diff for showing | Kaz Kylheku | 2011-10-13 | 1 | -0/+27 |
* | Bug #34538 | Kaz Kylheku | 2011-10-12 | 1 | -0/+11 |
* | Improved support for broken unicode. | Kaz Kylheku | 2011-10-10 | 1 | -0/+26 |
* | * HACKING: Documented portability hacks for narrow wchar_t. | Kaz Kylheku | 2011-10-10 | 1 | -0/+4 |
* | Version 039txr-039 | Kaz Kylheku | 2011-10-10 | 1 | -0/+52 |
* | One more swing at this with the axe. | Kaz Kylheku | 2011-10-09 | 1 | -0/+9 |
* | * lib.h (wli, lit_noex): We need null characters on both ends | Kaz Kylheku | 2011-10-09 | 1 | -0/+8 |
* | Following up to previous commit's TODO. | Kaz Kylheku | 2011-10-09 | 1 | -0/+24 |
* | Ported to Cygwin. | Kaz Kylheku | 2011-10-09 | 1 | -0/+39 |
* | * 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 |