summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Beta Release 1.4.8b:release-1.4.8bEric Blake2007-09-213-20/+13
* Reserve all uses of raw ${} in macro definitions, not justEric Blake2007-09-215-13/+23
* * .cvsignore: Update to latest gnulib.Eric Blake2007-09-211-0/+1
* * src/m4.h (includes): Update to latest gnulib.Eric Blake2007-09-212-1/+4
* Rename --warn-syntax to --warn-macro-sequence[=regex], to make itEric Blake2007-09-216-74/+164
* * m4/gnulib-cache.m4: Module strstr no longer exists.Eric Blake2007-09-212-2/+4
* Avoid bool bitfields, as they don't work on AIX.Eric Blake2007-09-213-14/+29
* * doc/m4.texinfo (Sysval): Avoid SIGPIPE in test as unreliable.Eric Blake2007-09-213-3/+12
* * doc/m4.texinfo (Input processing): Further clarifications.Eric Blake2007-09-212-5/+11
* * doc/m4.texinfo (Input processing, Quoting Arguments): Beef upEric Blake2007-09-212-17/+170
* * src/m4.c (fatal_warnings): New variable.Eric Blake2007-09-214-10/+41
* * src/m4.h (warn_syntax): Declare.Eric Blake2007-09-218-36/+155
* * src/builtin.c (includes): Adjust to gnulib changes.Eric Blake2007-09-212-1/+4
* * doc/m4.texinfo: Pull in various improvements from head.Eric Blake2007-09-214-42/+85
* * configure.ac (AC_CHECK_MEMBERS): Check for stack_t.ss_sp, andEric Blake2007-09-215-1/+24
* * src/eval.c (ASSIGN): New enumerator.Eric Blake2007-09-214-23/+53
* * m4/.cvsignore: Update.Eric Blake2007-09-211-0/+1
* * m4/gnulib-cache.m4: Augment with 'gnulib-tool --import stdint'.Eric Blake2007-09-219-240/+433
* * NEWS: Document previous fix.Eric Blake2007-09-212-1/+7
* * Bump copyright.Eric Blake2007-09-212-2/+2
* Fix Debian bug 405594, introduced 2006-11-01 from a badEric Blake2007-09-213-2/+9
* Fix regression from 1.4.7 in large file handling on someEric Blake2007-09-213-4/+14
* * m4/gnulib-cache.m4: Augment with 'gnulib-tool --importEric Blake2007-09-213-13/+17
* * doc/m4.texinfo (Patsubst): Fix typo.Eric Blake2007-09-212-1/+5
* * src/m4.c (main): Check for errors when closing stdin.Eric Blake2007-09-212-2/+6
* * doc/m4.texinfo: Fix some typos.Eric Blake2007-09-212-5/+9
* * configure.ac (AC_INIT): Bump version number.Eric Blake2007-09-213-1/+10
* Release 1.4.8:release-1.4.8Eric Blake2007-09-213-2/+9
* * doc/m4.texinfo (Include, Search Path, Diversions, Divert):Eric Blake2007-09-212-19/+34
* * src/output.c (cleanup_tmpfile, freeze_diversions): Clean upEric Blake2007-09-212-0/+9
* * src/output.c (cleanup_tmpfile): Avoid double error message whenEric Blake2007-09-214-29/+131
* Backport sparse diversion handling from head.Eric Blake2007-09-215-162/+272
* * src/builtin.c (m4_translit): Slight optimization.Eric Blake2007-09-212-11/+14
* * src/m4.h (to_uchar): Depend on HAVE_INLINE.Eric Blake2007-09-212-0/+6
* * src/builtin.c: Remove unnecessary casts.Eric Blake2007-09-214-32/+55
* * src/m4.h (output_exit): New prototype.Eric Blake2007-09-215-1/+70
* * doc/m4.texinfo (Esyscmd, Errprint): Minor touchups.Eric Blake2007-09-212-8/+20
* Allow C++ compilation on Linux, as a safety measure in typeEric Blake2007-09-2112-228/+239
* * doc/m4.texinfo (Invoking m4): Update according to POSIX 200xEric Blake2007-09-217-90/+132
* * m4/gnulib-cache.m4: Augment with 'gnulib-tool --import strstr'.Eric Blake2007-09-215-42/+62
* * src/input.c (set_quotes): Don't allow empty end-quote withEric Blake2007-09-215-47/+151
* * examples/Makefile.am (EXTRA_DIST): Distribute recently-addedEric Blake2007-09-212-5/+41
* Silence -Wwrite-strings -Wpointer-arith warnings.Eric Blake2007-09-216-11/+22
* * src/input.c (pop_input): Remove unnecessary code.Eric Blake2007-09-212-15/+4
* * src/symtab.c (symtab_init): Avoid size_t overflow.Eric Blake2007-09-212-3/+2
* * src/symtab.c (symtab_init): Avoid size_t overflow.Eric Blake2007-09-212-1/+3
* * src/output.c (make_diversion): Avoid size_t overflow.Eric Blake2007-09-215-7/+27
* Redo location tracking. Instead of having just files track theEric Blake2007-09-213-106/+104
* * doc/m4.texinfo (Macro Arguments): Document that leading spaceEric Blake2007-09-212-5/+42
* * doc/m4.texinfo: Trailing '@comment' doesn't format nicely inEric Blake2007-09-218-53/+425