summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* configury: move usage examples into doc subdirectory.Gary V. Vaughan2013-09-223-15/+15
* modules: huge simplification of module loading without libltdl.Gary V. Vaughan2013-09-211-1/+7
* modules: allow only a single function access point.Gary V. Vaughan2013-09-201-0/+2
* modules: remove support for module unload and refcount.Gary V. Vaughan2013-09-202-239/+14
* maint: update copyright year.Gary V. Vaughan2013-09-1812-18/+14
* m4: avoid spurious output with unrecognized format specifiers.Gary V. Vaughan2013-09-172-0/+3
* Factor load functionality into include builtin.Gary V. Vaughan2013-09-167-60/+54
* tests: update `x' quotes to 'x' to match gnulib outputs.Gary V. Vaughan2013-09-157-47/+47
* Address 'make sc_error_message_uppercase' failures.Eric Blake2010-01-077-48/+48
* More whitespace cleanup.Eric Blake2010-01-071-1/+1
* Switch to indentation by space, not tab.Eric Blake2010-01-057-66/+66
* Update copyright year.Eric Blake2010-01-0510-11/+17
* Prepare to bulk update copyright year.Eric Blake2010-01-051-0/+0
* Fix testsuite failure on newer glibc.Eric Blake2010-01-052-6/+16
* Pick up gnulib fixes for sub-process execution.Eric Blake2009-08-241-0/+16
* Stress test for hash resizing.Eric Blake2009-06-171-0/+9
* Drop .cvsignore and redundant .gitignore files.Eric Blake2009-06-152-30/+0
* Silence verbose testsuite runs.Eric Blake2009-05-114-8/+10
* Try to tolerate spaces in directory names in testsuite.Eric Blake2009-03-131-0/+0
* Fix awk script portability.Eric Blake2009-03-131-7/+8
* Speed up translit when from argument is short.Eric Blake2009-02-231-0/+27
* Fix regression in multicharacter quotes, from 2008-01-26.Eric Blake2009-02-161-0/+4
* Avoid quadratic code when walking definition stack.Eric Blake2009-02-121-0/+9
* Stage 28c: Warn on embedded NUL in remaining cases.Eric Blake2009-02-115-3/+16
* Stage 28b: Warn on embedded NUL in file arguments.Eric Blake2009-02-115-6/+6
* Stage 28a: Warn on embedded NUL in numeric arguments.Eric Blake2009-02-114-2/+6
* Make --debugfile argument optional.Eric Blake2008-12-231-1/+15
* Avoid quadratic behavior for some cases of divert/undivert.Eric Blake2008-12-151-0/+14
* Stage 27: Allow embedded NUL in text processing macros.Eric Blake2008-12-025-4/+10
* Allow user to choose which sed to use in testsuite.Eric Blake2008-10-096-30/+39
* Clean up testsuite invocation.Eric Blake2008-10-091-1/+16
* Tweak error message on command line failure.Eric Blake2008-09-252-9/+9
* Unify error handling for reading directories.Eric Blake2008-09-251-0/+12
* Avoid bugs on platforms that mishandle trailing /.Eric Blake2008-09-251-0/+32
* Allow debugmode control over whether defn(undef) warns.Eric Blake2008-08-232-2/+2
* Remove deprecated -N option; fixes a regression from 2006-09-14.Eric Blake2008-08-181-4/+5
* Stage 26: Allow embedded NUL in macro definitions.Eric Blake2008-08-034-2/+2
* Fix regression in commenting unbalanced quotes, from 2008-02-16.Eric Blake2008-08-031-2/+28
* Fix regression in trace output, introduced 2008-05-08.Eric Blake2008-07-301-0/+13
* Give example for O(n) foreach on m4 1.4.x.Eric Blake2008-07-261-3/+14
* Stage 25b: Handle embedded NUL in changesyntax and friends.Eric Blake2008-06-184-3/+4
* Stage 24c: Improve display of macro names with embedded NUL.Eric Blake2008-06-024-3/+3
* Stage 24b: Allow embedded NUL in macro names.Eric Blake2008-06-022-2/+3
* Stage 24a: Use full call context in error reporting.Eric Blake2008-06-022-1/+25
* Improve frozen debugmode behavior.Eric Blake2008-05-282-1/+53
* Fix some testsuite failures on Solaris 8.Eric Blake2008-05-273-7/+36
* Support 'make dist' with BSD make.Eric Blake2008-05-271-1/+1
* Test NUL in frozen files.Eric Blake2008-05-242-6/+40
* Improve handling of frozen file errors.Eric Blake2008-05-231-0/+19
* In frozen file, split consecutive strings with newline.Eric Blake2008-05-191-13/+31