summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix regression in earlier commit:Kaz Kylheku2011-11-132-2/+12
* * match.c: Removed <assert.h>Kaz Kylheku2011-11-133-2/+6
* Bug #34813Kaz Kylheku2011-11-132-0/+11
* * parser.y: Correctly record line number info for regex.Kaz Kylheku2011-11-122-1/+5
* Improved line number reporting in errors and debug traces.Kaz Kylheku2011-11-122-33/+28
* Eliminate line numbers from the abstract syntaxKaz Kylheku2011-11-126-243/+301
* Infrastructure for storing line number informationKaz Kylheku2011-11-1212-82/+299
* Bug #34799: errors in horizontal functionsKaz Kylheku2011-11-102-6/+21
* * txr.1: Document -l/--lisp-bindings.Kaz Kylheku2011-11-102-0/+7
* * match.c (opt_nobindings, opt_arraydims): GlobalKaz Kylheku2011-11-105-17/+44
* Task #11583Kaz Kylheku2011-11-102-0/+16
* Task #11583Kaz Kylheku2011-11-102-7/+27
* * parser.l: Fixed wrong error message.Kaz Kylheku2011-11-102-1/+5
* * match.c (v_fun): Bugfix: if there is material afterKaz Kylheku2011-11-103-20/+53
* Minor.Kaz Kylheku2011-11-091-1/+1
* * txr.1: Documented horizontal function definitions and callsKaz Kylheku2011-11-092-37/+129
* Task #11583Kaz Kylheku2011-11-092-0/+28
* * match.c (h_fun, v_fun): Slightly more informative tracing from failedKaz Kylheku2011-11-092-2/+7
* * txr.vim: Missing coll keyword added.Kaz Kylheku2011-11-092-1/+5
* Task #11431. First cut at horizontal match functions.Kaz Kylheku2011-11-083-25/+171
* * txr.vim: Make sure whitespace is recognized after @.Kaz Kylheku2011-11-062-4/+8
* Task #11581 & bugfix.Kaz Kylheku2011-11-063-5/+73
* 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