summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid risk of stack overflow.Eric Blake2009-02-182-4/+8
* Synchronize THANKS with branch.Eric Blake2009-02-182-1/+7
* Improve handling of $ in syntax table.Eric Blake2009-02-187-83/+142
* Sync changecom documentation with branch.Eric Blake2009-02-173-13/+18
* Stage 29b: Process quotes and comments by buffer, not bytes.Eric Blake2009-02-174-9/+119
* Stage 29a: Process dnl and macro names by buffer, not bytes.Eric Blake2009-02-163-37/+304
* Unify single and multi-character delimiter handling.Eric Blake2009-02-163-149/+90
* Revamp changesyntax vs. changequote interactions.Eric Blake2009-02-166-292/+298
* Improve changesyntax documentation.Eric Blake2009-02-162-134/+131
* Fix regression in multicharacter quotes, from 2008-01-26.Eric Blake2009-02-163-10/+20
* Speed up parsing when detecting input file change.Eric Blake2009-02-132-2/+9
* Avoid quadratic code when walking definition stack.Eric Blake2009-02-124-13/+39
* Stage 28c: Warn on embedded NUL in remaining cases.Eric Blake2009-02-1115-66/+170
* Stage 28b: Warn on embedded NUL in file arguments.Eric Blake2009-02-119-23/+72
* Stage 28a: Warn on embedded NUL in numeric arguments.Eric Blake2009-02-1113-48/+99
* Avoid regression in popdef(undef).Eric Blake2009-02-112-1/+17
* Enhance index to support starting offset.Eric Blake2009-02-094-9/+59
* Add URLs to --help output.Eric Blake2009-01-242-8/+7
* Enhance substr to support replacement text.Eric Blake2009-01-074-6/+62
* Enhance substr to support negative values.Eric Blake2009-01-074-27/+193
* Maintainer cleanups.Eric Blake2009-01-055-190/+40
* Relax eval as allowed by POSIX 2008.Eric Blake2008-12-245-13/+28
* Add debugmode(o) to control dumpdef output location.Eric Blake2008-12-238-26/+90
* Make --debugfile argument optional.Eric Blake2008-12-235-28/+77
* Use @var correctly.Eric Blake2008-12-222-80/+88
* Deal with M4 1.4.x limitation on builtin tokens.Eric Blake2008-12-185-5/+140
* Double size of temp file cache.Eric Blake2008-12-152-21/+75
* Use fewer seeks on cached files.Eric Blake2008-12-152-17/+27
* Cache most recently spilled diversion.Eric Blake2008-12-155-9/+119
* Correctly track size of in-memory diversions.Eric Blake2008-12-152-0/+10
* Avoid quadratic behavior for some cases of divert/undivert.Eric Blake2008-12-155-53/+155
* Stage 27: Allow embedded NUL in text processing macros.Eric Blake2008-12-0212-100/+204
* Resync NEWS with branches.Eric Blake2008-11-282-11/+55
* Keep COPYING in repository.Eric Blake2008-11-265-3/+684
* Document optimized forloop.Eric Blake2008-11-264-0/+72
* Document copy composite using stack_foreach and curry.Eric Blake2008-11-265-57/+294
* Upgrade to FDL 1.3.Eric Blake2008-11-046-7/+15
* Give nicer error if user modifies testsuite but lacks autoconf.Eric Blake2008-10-222-1/+6
* Allow user to choose which sed to use in testsuite.Eric Blake2008-10-097-30/+52
* Clean up testsuite invocation.Eric Blake2008-10-093-16/+30
* Tweak error message on command line failure.Eric Blake2008-09-2511-33/+58
* Unify error handling for reading directories.Eric Blake2008-09-254-10/+46
* Avoid bugs on platforms that mishandle trailing /.Eric Blake2008-09-253-1/+40
* Fix bootstrap for Solaris /bin/sh.Eric Blake2008-09-162-2/+7
* Typos in source code comments.Ralf Wildenhues2008-09-014-6/+14
* Fix manual date information.Eric Blake2008-08-292-2/+10
* Tweak -d examples.Eric Blake2008-08-272-2/+9
* Allow debugmode control over whether defn(undef) warns.Eric Blake2008-08-2313-94/+241
* Improve --debugmode behavior.Eric Blake2008-08-227-52/+55
* Avoid regression in defn(undef).Eric Blake2008-08-212-1/+10