summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * Makefile (install-tests): New target. Provides a way to make theKaz Kylheku2009-12-021-0/+6
* Fix annoyances with dependency generation, such as picking up localKaz Kylheku2009-12-021-0/+14
* * Makefile (CFLAGS): If the compiler matches the pattern %g++,Kaz Kylheku2009-11-281-0/+6
* * Makefile (CFLAGS): add -Dlint to CFLAGS when compiling y.tab.o.Kaz Kylheku2009-11-281-0/+7
* * parser.l: Use flex options to suppress generation of theKaz Kylheku2009-11-281-0/+6
* Code cleanup. All private functions static. Private stuffKaz Kylheku2009-11-281-0/+68
* * configure: Workaround in banner code for coreutils printf %.*s bug.Kaz Kylheku2009-11-281-0/+4
* Switching to DESTDIR convention for install.Kaz Kylheku2009-11-271-0/+15
* Version 026.txr-026Kaz Kylheku2009-11-261-0/+24
* Not all systems have a yacc alias for the yacc program.Kaz Kylheku2009-11-261-0/+16
* * gc.c (mark_mem_region): Bugfix: do not mess with the valgrindKaz Kylheku2009-11-261-0/+5
* * parser.y (grammar): Fixes for bison 2.4.1. Remove superfluous actionKaz Kylheku2009-11-261-0/+5
* Refinements to Valgrind support.Kaz Kylheku2009-11-251-0/+19
* More Valgrind support. New option --vg-debug which turns onKaz Kylheku2009-11-251-0/+25
* Fix a build breakage that may happen on some platforms.Kaz Kylheku2009-11-251-0/+12
* More valgrind integration. Vector objects keep displaced pointersKaz Kylheku2009-11-251-0/+13
* First stab at Valgrind integration. First goal: eliminate falseKaz Kylheku2009-11-251-0/+18
* Fix uninitialized memory locations.Kaz Kylheku2009-11-241-0/+12
* Switching to keyword symbols for :args and :nothrow.Kaz Kylheku2009-11-241-0/+16