summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Factor load functionality into include builtin.include-dsoGary V. Vaughan2008-05-0615-327/+399
* Stage 22: allow builtin token concatenation outside $@.Eric Blake2008-05-0510-152/+207
* Document define_blind.Eric Blake2008-05-033-0/+65
* Avoid -Wshadow compiler warnings.Eric Blake2008-05-015-84/+93
* Improve debugmode testing, based on recent branch-1.6 regressions.Eric Blake2008-05-013-11/+56
* Fix regression in define from 2008-02-22.Eric Blake2008-05-016-20/+49
* Simplify previous patch.Eric Blake2008-04-212-5/+5
* Fix --disable-shared testsuite regression from previous patch.Eric Blake2008-04-212-4/+13
* Fix spelling of attribution to Christopher Strachey.Eric Blake2008-04-213-2/+10
* Fix testsuite bug when SIGPIPE is ignored.Eric Blake2008-04-175-3/+19
* Fix 'make installcheck' after './configure --prefix-progname'.Eric Blake2008-04-157-15/+92
* Update prerequisite tools to match recent releases.Eric Blake2008-04-155-10/+16
* Work around OS/2 limitation of printf(1).Eric Blake2008-04-153-0/+7
* Stage 21b: $@ concatenates builtins, m4wrap takes builtins.Eric Blake2008-04-1410-244/+276
* Stage 21a: Optimize checks for end of input.Eric Blake2008-04-142-58/+101
* Improve OS/2 detection.Eric Blake2008-04-144-5/+18
* Ensure __m4_version__ is unquoted.Eric Blake2008-04-142-1/+12
* Avoid GNU make failure on tarball.Eric Blake2008-04-142-1/+6
* Allow back-referenced macro names; fixes 2008-03-13 regression.Eric Blake2008-04-105-23/+53
* Be namespace clean for M4 version; fixes 2008-04-08 regression.Eric Blake2008-04-102-4/+12
* Mention 1.4.11 release.Eric Blake2008-04-094-28/+83
* Overhaul inter-version releases to work with git.Eric Blake2008-04-0811-98/+46
* Use GNUmakefile module.Eric Blake2008-03-286-37/+65
* Stage 20b: make m4wrap obey POSIX fifo ordering.Eric Blake2008-03-189-55/+193
* Stage 20a: reduce unget's in input engine.Eric Blake2008-03-172-50/+79
* Update for fresh bootstrap.Eric Blake2008-03-172-2/+7
* Document join, in order to fix bug in m4wrap example.Eric Blake2008-03-155-1/+321
* Stage 19c: allow builtin tokens in more macros.Eric Blake2008-03-1312-139/+454
* Stage 19b: invert sense of bit for handling builtin tokens.Eric Blake2008-03-1318-117/+160
* Stage 19a: sort and cache builtins loaded by a module.Eric Blake2008-03-138-134/+199
* Consistently cast malloc results, for C++ compilation.Eric Blake2008-03-1312-45/+65
* Fix nested builtin(`shift',$@) regression from 2008-02-23.Eric Blake2008-03-064-3/+41
* The gnulib module free was deprecated.Eric Blake2008-03-042-2/+7
* Import news from 1.4.10b.Eric Blake2008-02-292-19/+78
* Stage 18: try harder to reuse argv in recursion.Eric Blake2008-02-224-48/+117
* Update NEWS.Eric Blake2008-02-222-2/+12
* Stage 17: pass argv through quoted strings.Eric Blake2008-02-226-61/+183
* Fix regression in argument collection, from 2008-01-21.Gary V. Vaughan2008-02-222-0/+17
* Stage 16: cache quotes and improve m4_arg_print.Eric Blake2008-02-2012-146/+287
* Revert accidental checkin from previous patch.Eric Blake2008-02-201-2/+1
* Fix out-of-bounds read for sanitized macro names, from 2008-02-06.Eric Blake2008-02-203-1/+7
* * doc/m4.texinfo (Debuglen, Changesyntax): Fix typos.Eric Blake2008-02-202-3/+7
* Clean up example on filtering defined symbols.Eric Blake2008-02-192-27/+59
* * src/main.c (usage): Fix typo.Eric Blake2008-02-192-1/+5
* Avoid some magic numbers.Eric Blake2008-02-186-23/+37
* Add regression test for multi-character quote recursion.Eric Blake2008-02-167-10/+61
* Stage 15: return argv refs back to collect_arguments.Eric Blake2008-02-166-89/+277
* * modules/gnu.c (regexp_compile): Use a fastmap for regex speed.Eric Blake2008-02-152-0/+6
* Fix texinfo grammar.Eric Blake2008-02-132-8/+17
* Allow builtin text macros to specify number of arguments.Eric Blake2008-02-1112-39/+129