summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Avoid tests that make no sense, because m4 is single-threaded.stackovfEric Blake2009-02-162-3/+8
* Don't override signal handlers installed by c-stack.Eric Blake2008-12-062-3/+15
* Upgrade to FDL 1.3, keep COPYING in repository.Eric Blake2008-12-0610-9/+694
* Update recommendation now that libsigsegv 2.6 is released.Eric Blake2008-08-254-4/+12
* Increase ulimit stack value to be larger than SIGSTKSZ.Eric Blake2008-08-032-2/+8
* Fix missing copyright notices.Eric Blake2008-07-175-2/+57
* Remove redundant examples/stackovf.sh.Eric Blake2008-07-173-84/+5
* Adjust to c-stack changes in gnulib.Eric Blake2008-07-179-7/+173
* Adjust to new gnulib-tool layout.Eric Blake2008-06-232-1/+54
* Use new sigaction module.Eric Blake2008-06-213-22/+18
* Also trap SIGILL, SIGFPE, SIGBUS.Eric Blake2008-06-184-6/+71
* Inform users what to do in case of programmer error.Eric Blake2008-06-064-3/+41
* Replace stackovf with gnulib c-stack.Eric Blake2008-06-069-516/+39
* Use progname module rather than rolling our own program_name.Eric Blake2008-06-033-6/+11
* Stage 24: Allow embedded NUL in macro names.Eric Blake2008-06-0216-353/+430
* Allow autobuild usage.Eric Blake2008-06-022-2/+7
* Make closing files be consistent.Eric Blake2008-05-232-2/+7
* Don't allow failure to freeze give exit status of 0.Eric Blake2008-05-223-0/+19
* Improve error message when frozen file is invalid.Eric Blake2008-05-092-35/+48
* Detect integer overflow when loading frozen file.Eric Blake2008-05-092-13/+23
* Stage 23: allow tracing of indirect macro calls.Eric Blake2008-05-0911-238/+385
* Fix traceon regression introduced 2006-06-06.Eric Blake2008-05-074-1/+25
* Stage 22: allow builtin token concatenation outside $@.Eric Blake2008-05-059-149/+159
* Document define_blind.Eric Blake2008-05-033-0/+65
* Fix debugmode regression from 2008-04-14.Eric Blake2008-04-244-6/+31
* Fix debugmode regression from 2008-02-18.Eric Blake2008-04-243-1/+11
* Fix spelling of attribution to Christopher Strachey.Eric Blake2008-04-213-2/+10
* Fix buildbot failure.Eric Blake2008-04-173-1/+8
* Avoid gcc shadowing warnings.Eric Blake2008-04-177-98/+112
* Another 'make installcheck' fix.Eric Blake2008-04-152-1/+7
* Stage 21: $@ concatenates builtins, m4wrap takes builtins.Eric Blake2008-04-149-199/+253
* Ensure --program-prefix doesn't regress.Eric Blake2008-04-112-1/+7
* Improve OS/2+emx build.Eric Blake2008-04-117-7/+28
* Fix mingw build.Eric Blake2008-04-113-1/+9
* Mention how to do Free Software Directory update.Eric Blake2008-04-091-0/+5
* Remove redundant configure macros.Eric Blake2008-04-092-5/+9
* Mention 1.4.11 release.Eric Blake2008-04-024-21/+50
* Improve release process.Eric Blake2008-04-026-45/+61
* Add test for divert bug on 2007-05-28, patched 2007-07-21.Eric Blake2008-03-272-0/+19
* Tweak wording to point to autoconf patch.Eric Blake2008-03-241-8/+14
* Mention FIFO m4wrap more prominently in NEWS.v1.5.89aEric Blake2008-03-243-13/+29
* Pull GNUmakefile from gnulib.Eric Blake2008-03-2410-110/+32
* Stage 20: make m4wrap obey POSIX fifo ordering.Eric Blake2008-03-187-81/+230
* Update for fresh bootstrap.Eric Blake2008-03-172-2/+7
* Document join, in order to fix bug in m4wrap example.Eric Blake2008-03-155-34/+309
* Stage 19: allow builtin tokens in more macros.Eric Blake2008-03-147-105/+414
* Consistently cast malloc results, for C++ compilation.Eric Blake2008-03-135-8/+20
* Allow 'make installcheck' with './configure --program-prefix'.Eric Blake2008-03-103-18/+31
* More maintainer fixes.Eric Blake2008-03-103-12/+10
* Fix nested builtin(`shift',$@) regression from 2008-02-22.Eric Blake2008-03-064-3/+31