summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Version 031.txr-031Kaz Kylheku2010-01-251-0/+14
* Fix screwup in previous change: value treated as a consKaz Kylheku2010-01-251-1/+1
* * match.c (match_files): Workaround for GC issueKaz Kylheku2010-01-241-0/+8
* * stream.c (vformat_num): Fix bad width calculation.Kaz Kylheku2010-01-241-0/+4
* Fix for unbounded memory growth problem reproduced with GCC 4.4.1Kaz Kylheku2010-01-211-0/+14
* * match.c (match_files): Reduce scope, and bogus use of, datalineKaz Kylheku2010-01-211-0/+5
* Version 030.txr-030Kaz Kylheku2010-01-191-0/+14
* More regex grammar work.Kaz Kylheku2010-01-191-0/+11
* Resolving parser conflicts.Kaz Kylheku2010-01-191-0/+16
* Version 029.Kaz Kylheku2010-01-181-3/+19
* * regex.c (reg_derivative_list, reg_derivative): RecognitionKaz Kylheku2010-01-181-0/+10
* Adjust semantics of non-greedy operator R%S, to avoid the brokenKaz Kylheku2010-01-181-0/+15
* * parser.y (regterm, regclass): Relocate handlingKaz Kylheku2010-01-171-0/+5
* Regex syntactic tweaks: support the [] syntaxKaz Kylheku2010-01-161-0/+10
* Version 028.Kaz Kylheku2010-01-161-0/+20
* Describe Kleene and non-greedy behavior more accurately.Kaz Kylheku2010-01-151-0/+1
* * txr.1: Get rid of parens from regex operator descriptions.Kaz Kylheku2010-01-151-0/+1
* * txr.1: Get rid of parens from regex operator descriptions.Kaz Kylheku2010-01-151-0/+1
* * txr.1: Get rid of parens from regex operator descriptions.Kaz Kylheku2010-01-151-0/+4
* * genman.txr, txr.1: Encode version differently; extractKaz Kylheku2010-01-151-0/+5
* Automate the maintenance of the HTML-ized man page.Kaz Kylheku2010-01-151-0/+9
* Implemented non-greedy operator.Kaz Kylheku2010-01-151-0/+24
* * regex.c (reg_derivative_list): Bugfix: wrong algebra,Kaz Kylheku2010-01-151-0/+5
* Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/txrKaz Kylheku2010-01-151-1/+5
|\
| * * txr.1: Fix accidental edit garbage.Kaz Kylheku2010-01-151-0/+4
| * Changelog fix.Kaz Kylheku2010-01-151-1/+1
* | * txr.1: Fix accidental .b, which should have been .B.Kaz Kylheku2010-01-141-0/+7
|/
* * regex.c (reg_derivative): Bugfix: remove invalidKaz Kylheku2010-01-141-0/+5
* Bugfix: allow unescaped / to be used in regex character classes.Kaz Kylheku2010-01-131-0/+22
* * parser.y (precedence): bugfix: character classes like this [^*]Kaz Kylheku2010-01-131-0/+5
* Dynamically determine which regex implementation to use:Kaz Kylheku2010-01-131-0/+17
* * lib.h (c_num): Remove redundant declaration.Kaz Kylheku2010-01-131-0/+4
* Impelement derivative-based regular expressions.Kaz Kylheku2010-01-131-0/+53
* Remove incorrect implementation of extendedKaz Kylheku2010-01-061-0/+18
* Some fine tuning in regex grammar.Kaz Kylheku2010-01-061-0/+12
* Merge branch 'master' of ssh://git.sv.gnu.org/srv/git/txrKaz Kylheku2010-01-051-0/+9
|\
| * * lib.c (make_package, find_package): Eliminate declarationKaz Kylheku2009-12-171-0/+9
* | Implemented the regular expression ~ and & operators.Kaz Kylheku2010-01-051-0/+50
|/
* * parser.l (YYINPUT): Fix signed/unsigned comparison.Kaz Kylheku2009-12-091-0/+4
* * hash.c (sethash): New function.Kaz Kylheku2009-12-091-0/+10
* All COBJ operations have default implementations now;Kaz Kylheku2009-12-081-0/+34
* More void * to mem_t * conversion.Kaz Kylheku2009-12-051-0/+12
* Eliminate the void * disease. Generic pointers are of mem_t *Kaz Kylheku2009-12-041-0/+24
* * gc.c (heap_min_bound, heap_max_bound): New static globals.Kaz Kylheku2009-12-031-0/+8
* Version 027.txr-027Kaz Kylheku2009-12-031-0/+17
* Merge.Kaz Kylheku2009-12-031-0/+8
|\
| * * parser.l (YY_NO_UNPUT): Removed superfluous #define. This is notKaz Kylheku2009-12-031-0/+8
* | * Makefile (CFLAGS): Better test for g++, when removingKaz Kylheku2009-12-031-0/+7
|/
* Fix for failing test suite on MIPS machine, due toKaz Kylheku2009-12-031-0/+12
* * Makefile (tests): Don't depend on the executable. Otherwise,Kaz Kylheku2009-12-021-0/+10