summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * LICENSE, Makefile, configure, gc.c, gc.h, hash.c, hash.h, lib.c,Kaz Kylheku2011-09-231-0/+9
* * match.c, parser.y: Support for old output syntax removed.Kaz Kylheku2011-09-231-0/+7
* * tests/002/query-1.txr: Old next syntax rewritten to new.Kaz Kylheku2011-09-231-0/+4
* * match.c (match_files): Some cleanup in preparation of newKaz Kylheku2011-09-231-1/+6
* Semantics tweak: short circuiting behavior for @(all) and @(none).Kaz Kylheku2011-09-231-0/+8
* Version 036.txr-036Kaz Kylheku2011-09-221-0/+12
* Useful second argument in skip directive for skippingKaz Kylheku2011-09-221-0/+9
* Changelog mistakes.Kaz Kylheku2010-10-051-3/+3
* Version 035.Kaz Kylheku2010-10-051-0/+20
* * match.c (match_files): Bugfix. A (sub)query that runs out of dataKaz Kylheku2010-10-041-0/+6
* * lib.h (lazy_string): Fix incorrect comment.Kaz Kylheku2010-10-031-0/+10
* * txr.1: Fix formatting problem.Kaz Kylheku2010-09-301-0/+4
* * txr.1: Fix inaccuracies: files are not read into memory all atKaz Kylheku2010-03-011-1/+6
* Version 034.txr-034Kaz Kylheku2010-02-281-0/+12
* More testcases.Kaz Kylheku2010-02-281-1/+5
* New testcase for freeform.Kaz Kylheku2010-02-281-0/+13
* * lib.c (length_str_gt, length_str_ge, length_str_lt, length_str_le):Kaz Kylheku2010-02-281-0/+5
* * lib.c (search_str): Bugfix for empty haystack case: checks for endKaz Kylheku2010-02-271-0/+6
* * match.c (match_lines): Bugfix in freeform directive.Kaz Kylheku2010-02-271-0/+11
* * lib.h (split_str_sep): Declared.Kaz Kylheku2010-02-271-0/+11
* * lib.c (init_str): Bugfix: copy only len characters, not len + 1, soKaz Kylheku2010-02-241-0/+7
* Version 033.Kaz Kylheku2010-01-261-0/+13
* Restoring missing ChangeLog entry.Kaz Kylheku2010-01-261-1/+14
* hash.c (hash_process_weak): There is no point in fixing upKaz Kylheku2010-01-261-0/+7
* Optimization in derivative-based regex engine.Kaz Kylheku2010-01-261-0/+18
* Version 032.Kaz Kylheku2010-01-251-0/+15
* 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
|\