summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release Version 1.4.12.v1.4.12Eric Blake2008-10-102-1/+6
* Work around Solaris' sed inability to process NUL.Eric Blake2008-10-062-14/+22
* Tweak error message on command line failure.Eric Blake2008-09-255-5/+14
* Unify error handling for reading directories.Eric Blake2008-09-243-11/+50
* Avoid bugs on platforms that mishandle trailing /.Eric Blake2008-09-244-12/+55
* Support alternate path separator.Eric Blake2008-09-224-10/+18
* Fix bootstrap for Solaris /bin/sh.Eric Blake2008-09-162-2/+7
* Fix building with -DDEBUG=1.Eric Blake2008-09-014-5/+17
* Typos in source code comments.Ralf Wildenhues2008-09-013-6/+12
* Fix manual date information.Eric Blake2008-08-292-2/+10
* Fix typo.Eric Blake2008-08-272-2/+8
* Update recommendation now that libsigsegv 2.6 is released.Eric Blake2008-08-254-4/+12
* Fix partial commit.Eric Blake2008-08-211-0/+3
* Fix crash with traced defn(undef), regression from 2007-08-09.Eric Blake2008-08-213-1/+14
* Fix crash with 'm4 -N9', regression from 2006-09-14.Eric Blake2008-08-183-0/+10
* Documentation updates.Eric Blake2008-08-152-16/+59
* Avoid compiler warning.Eric Blake2008-08-153-4/+9
* Improve 'git diff' of manual source.Eric Blake2008-08-153-1/+17
* Avoid triggering OS/2 bug in testsuite.Eric Blake2008-08-112-1/+7
* Merge branch 'stackovf'Eric Blake2008-08-0716-604/+335
|\
| * Increase ulimit stack value to be larger than SIGSTKSZ.Eric Blake2008-08-072-2/+8
| * Fix missing copyright notices.Eric Blake2008-08-075-2/+59
| * Remove redundant examples/stackovf.sh.Eric Blake2008-08-073-84/+7
| * Adjust to c-stack changes in gnulib.Eric Blake2008-08-079-7/+173
| * Use new sigaction module.Eric Blake2008-08-073-21/+18
| * Also trap SIGILL, SIGFPE, SIGBUS.Eric Blake2008-08-074-5/+71
| * Inform users what to do in case of programmer error.Eric Blake2008-08-074-3/+43
| * Replace stackovf with gnulib c-stack.Eric Blake2008-08-079-518/+43
* | Avoid regressions in trace and comment output.Eric Blake2008-08-072-0/+43
* | Optimize iteration examples.Eric Blake2008-08-074-45/+75
* | Give example for O(n) foreach on m4 1.4.x.Eric Blake2008-08-075-2/+143
* | Fix missing copyright notices.Eric Blake2008-08-075-3/+61
* | Add -g/--gnu command line argument.Eric Blake2008-08-075-2/+66
* | Avoid bogus whitespace in @ovar, @dvar.Eric Blake2008-08-072-4/+10
* | Add missing const qualifications.Eric Blake2008-08-072-4/+7
|/
* Use progname module rather than rolling our own program_name.Eric Blake2008-08-073-5/+11
* Allow autobuild usage.Eric Blake2008-08-072-2/+46
* Make closing files be consistent.Eric Blake2008-08-072-3/+8
* Don't allow failure to freeze give exit status of 0.Eric Blake2008-08-074-2/+23
* Improve error message when frozen file is invalid.Eric Blake2008-08-072-33/+50
* Detect integer overflow when loading frozen file.Eric Blake2008-08-073-12/+30
* Fix traceon regression introduced 2006-06-06.Eric Blake2008-08-074-1/+30
* Document define_blind.Eric Blake2008-08-073-0/+65
* Add debugmode test.Eric Blake2008-08-073-5/+50
* Fix spelling of attribution to Christopher Strachey.Eric Blake2008-08-073-2/+10
* Fix buildbot failure.Eric Blake2008-08-073-1/+10
* Avoid gcc shadowing warnings.Eric Blake2008-08-076-11/+22
* Another 'make installcheck' fix.Eric Blake2008-08-072-1/+7
* Ensure --program-prefix doesn't regress.Eric Blake2008-08-072-1/+9
* Improve OS/2+emx build.Eric Blake2008-08-075-7/+27