summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * txr.vim: Eliminated useless skip arguments from several regions.Kaz Kylheku2011-11-021-3/+3
* * txr.vim: Highlight variables inside directives and lists.Kaz Kylheku2011-11-021-2/+4
* * txr.vim: Added missing keywords.Kaz Kylheku2011-11-022-2/+9
* * genman.txr: Use filter for mapping month digits to names.Kaz Kylheku2011-11-012-38/+14
* * txr.vim: Added installation instructions.Kaz Kylheku2011-11-012-0/+15
* Syntax highlighting for Vim.Kaz Kylheku2011-11-012-0/+54
* Version 041txr-041Kaz Kylheku2011-10-304-4/+49
* We don't include headers in headers in this project.Kaz Kylheku2011-10-304-3/+11
* Bug #34691Kaz Kylheku2011-10-302-227/+220
* * HACKING: Grammar fixes. Expanded on lazy strings a little bit.Kaz Kylheku2011-10-292-35/+74
* Bug #34657Kaz Kylheku2011-10-272-12/+64
* Bugfix: prepared_error_message variable needs to be gc-protected.Kaz Kylheku2011-10-264-1/+18
* Parse error handling improvements.Kaz Kylheku2011-10-265-65/+141
* * match.c (v_cat): Bugfix: unterminated variable argument list.Kaz Kylheku2011-10-263-2/+8
* Fixed lame @(cat) directive, without obsolescence phase.Kaz Kylheku2011-10-263-21/+30
* * filter.c (function_filter): Function removed.Kaz Kylheku2011-10-254-18/+56
* * configure: put in set -u to trap unbound variables,Kaz Kylheku2011-10-252-0/+16
* * match.c (filter_s): New symbol variable.Kaz Kylheku2011-10-253-0/+64
* dep.mk: Regenerated.Kaz Kylheku2011-10-252-8/+12
* Shorthand for filters which map multiple texts to a commonKaz Kylheku2011-10-256-20/+70
* * parser.y: Remove mention of nonexistent terminal \\Kaz Kylheku2011-10-252-1/+6
* * txr.1: Updated.Kaz Kylheku2011-10-252-2/+11
* * filter.c (fun_k): New keyword variable.Kaz Kylheku2011-10-253-5/+15
* * match.c (v_bind): Use sem_error to throw errors with line numberKaz Kylheku2011-10-252-4/+9
* Bugs #34641, #34629.Kaz Kylheku2011-10-242-4/+22
* * filter.c (function_filter): New function.Kaz Kylheku2011-10-247-91/+244
* Turning attention to some plumbing.Kaz Kylheku2011-10-243-18/+41
* * tests/007/except-1.txr: Use next :list insteadKaz Kylheku2011-10-232-1/+7
* * match.c (list_k, string_k): New keyword symbol variables.Kaz Kylheku2011-10-233-9/+59
* * match.c (h_skip): Bugfix: bad agument list in debugf call.Kaz Kylheku2011-10-232-1/+6
* Task #11474Kaz Kylheku2011-10-227-29/+135
* * filter.c (get_filter_trie): Function renamed to get_filter. A filterKaz Kylheku2011-10-225-12/+68
* Task #11474Kaz Kylheku2011-10-227-29/+167
* Fix incorrect ChangeLog entry.Kaz Kylheku2011-10-211-3/+2
* * match.c (v_collect): Regression bugfix. Make it work like the commentKaz Kylheku2011-10-213-4/+55
* * match.c (v_collect): Regression bugfix. Make it work like the commentKaz Kylheku2011-10-212-1/+7
* Implementing @(set) directive for assigning to variablesKaz Kylheku2011-10-213-0/+95
* * match.c (v_output): When appending output to a variable,Kaz Kylheku2011-10-213-4/+28
* New features. Strling list output streams in streamKaz Kylheku2011-10-216-19/+241
* Whitespace.Kaz Kylheku2011-10-211-1/+1
* Whitespace.Kaz Kylheku2011-10-211-3/+3
* * lib.c (proper_plist_to_alist, improper_plist_to_alist): NewKaz Kylheku2011-10-215-19/+84
* Bug #34609Kaz Kylheku2011-10-202-1/+9
* Spelling.Kaz Kylheku2011-10-201-1/+1
* Version 040txr-040Kaz Kylheku2011-10-204-4/+30
* Task #11425Kaz Kylheku2011-10-192-430/+509
* Task #11425Kaz Kylheku2011-10-192-126/+166
* Task #11425Kaz Kylheku2011-10-192-679/+755
* * hash.c (ll_hash): Hashing of pointers should take intoKaz Kylheku2011-10-192-1/+16
* Task #11425Kaz Kylheku2011-10-182-15/+31