summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Task #11581Kaz Kylheku2011-11-067-5/+171
* * lib.c (env): Fixed inappropriate cut-and-pasted error messages.Kaz Kylheku2011-11-052-3/+15
* * match.c (dir_tables_init): Bugfix: horizontal @(some)Kaz Kylheku2011-11-052-0/+6
* * configure: Bugfixes. Before the compiler tests, we mustKaz Kylheku2011-11-052-0/+15
* Added #define NOMINMAX so <windows.h> since we have our own macros.Kaz Kylheku2011-11-051-0/+1
* Task #11442. Make work on MingW.Kaz Kylheku2011-11-053-4/+69
* Task #11442. Access to environment variables.Kaz Kylheku2011-11-055-10/+68
* * hash.c (ll_hash): Added a break in the case that handlesKaz Kylheku2011-11-042-0/+7
* * txr.c (help): Change year from 2009 to 2011.Kaz Kylheku2011-11-042-1/+5
* * tests/008/students.txr: Use disciplined collect with :vars.Kaz Kylheku2011-11-032-4/+5
* * tests/008/students.txr: Regexes removed.Kaz Kylheku2011-11-032-2/+6
* * txr.vim: Character literals.Kaz Kylheku2011-11-031-4/+6
* * 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