| Commit message (Expand) | Author | Age | Files | Lines |
* | Task #11431. First cut at horizontal match functions. | Kaz Kylheku | 2011-11-08 | 3 | -25/+171 |
* | * txr.vim: Make sure whitespace is recognized after @. | Kaz Kylheku | 2011-11-06 | 2 | -4/+8 |
* | Task #11581 & bugfix. | Kaz Kylheku | 2011-11-06 | 3 | -5/+73 |
* | Task #11581 | Kaz Kylheku | 2011-11-06 | 7 | -5/+171 |
* | * lib.c (env): Fixed inappropriate cut-and-pasted error messages. | Kaz Kylheku | 2011-11-05 | 2 | -3/+15 |
* | * match.c (dir_tables_init): Bugfix: horizontal @(some) | Kaz Kylheku | 2011-11-05 | 2 | -0/+6 |
* | * configure: Bugfixes. Before the compiler tests, we must | Kaz Kylheku | 2011-11-05 | 2 | -0/+15 |
* | Added #define NOMINMAX so <windows.h> since we have our own macros. | Kaz Kylheku | 2011-11-05 | 1 | -0/+1 |
* | Task #11442. Make work on MingW. | Kaz Kylheku | 2011-11-05 | 3 | -4/+69 |
* | Task #11442. Access to environment variables. | Kaz Kylheku | 2011-11-05 | 5 | -10/+68 |
* | * hash.c (ll_hash): Added a break in the case that handles | Kaz Kylheku | 2011-11-04 | 2 | -0/+7 |
* | * txr.c (help): Change year from 2009 to 2011. | Kaz Kylheku | 2011-11-04 | 2 | -1/+5 |
* | * tests/008/students.txr: Use disciplined collect with :vars. | Kaz Kylheku | 2011-11-03 | 2 | -4/+5 |
* | * tests/008/students.txr: Regexes removed. | Kaz Kylheku | 2011-11-03 | 2 | -2/+6 |
* | * txr.vim: Character literals. | Kaz Kylheku | 2011-11-03 | 1 | -4/+6 |
* | * txr.vim: Eliminated useless skip arguments from several regions. | Kaz Kylheku | 2011-11-02 | 1 | -3/+3 |
* | * txr.vim: Highlight variables inside directives and lists. | Kaz Kylheku | 2011-11-02 | 1 | -2/+4 |
* | * txr.vim: Added missing keywords. | Kaz Kylheku | 2011-11-02 | 2 | -2/+9 |
* | * genman.txr: Use filter for mapping month digits to names. | Kaz Kylheku | 2011-11-01 | 2 | -38/+14 |
* | * txr.vim: Added installation instructions. | Kaz Kylheku | 2011-11-01 | 2 | -0/+15 |
* | Syntax highlighting for Vim. | Kaz Kylheku | 2011-11-01 | 2 | -0/+54 |
* | Version 041txr-041 | Kaz Kylheku | 2011-10-30 | 4 | -4/+49 |
* | We don't include headers in headers in this project. | Kaz Kylheku | 2011-10-30 | 4 | -3/+11 |
* | Bug #34691 | Kaz Kylheku | 2011-10-30 | 2 | -227/+220 |
* | * HACKING: Grammar fixes. Expanded on lazy strings a little bit. | Kaz Kylheku | 2011-10-29 | 2 | -35/+74 |
* | Bug #34657 | Kaz Kylheku | 2011-10-27 | 2 | -12/+64 |
* | Bugfix: prepared_error_message variable needs to be gc-protected. | Kaz Kylheku | 2011-10-26 | 4 | -1/+18 |
* | Parse error handling improvements. | Kaz Kylheku | 2011-10-26 | 5 | -65/+141 |
* | * match.c (v_cat): Bugfix: unterminated variable argument list. | Kaz Kylheku | 2011-10-26 | 3 | -2/+8 |
* | Fixed lame @(cat) directive, without obsolescence phase. | Kaz Kylheku | 2011-10-26 | 3 | -21/+30 |
* | * filter.c (function_filter): Function removed. | Kaz Kylheku | 2011-10-25 | 4 | -18/+56 |
* | * configure: put in set -u to trap unbound variables, | Kaz Kylheku | 2011-10-25 | 2 | -0/+16 |
* | * match.c (filter_s): New symbol variable. | Kaz Kylheku | 2011-10-25 | 3 | -0/+64 |
* | dep.mk: Regenerated. | Kaz Kylheku | 2011-10-25 | 2 | -8/+12 |
* | Shorthand for filters which map multiple texts to a common | Kaz Kylheku | 2011-10-25 | 6 | -20/+70 |
* | * parser.y: Remove mention of nonexistent terminal \\ | Kaz Kylheku | 2011-10-25 | 2 | -1/+6 |
* | * txr.1: Updated. | Kaz Kylheku | 2011-10-25 | 2 | -2/+11 |
* | * filter.c (fun_k): New keyword variable. | Kaz Kylheku | 2011-10-25 | 3 | -5/+15 |
* | * match.c (v_bind): Use sem_error to throw errors with line number | Kaz Kylheku | 2011-10-25 | 2 | -4/+9 |
* | Bugs #34641, #34629. | Kaz Kylheku | 2011-10-24 | 2 | -4/+22 |
* | * filter.c (function_filter): New function. | Kaz Kylheku | 2011-10-24 | 7 | -91/+244 |
* | Turning attention to some plumbing. | Kaz Kylheku | 2011-10-24 | 3 | -18/+41 |
* | * tests/007/except-1.txr: Use next :list instead | Kaz Kylheku | 2011-10-23 | 2 | -1/+7 |
* | * 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 |