summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* * src/builtin.c (mkstemp_helper, m4_mkstemp): New functions.Eric Blake2007-09-214-39/+161
* * examples/forloop.m4: Simplify.Eric Blake2007-09-215-30/+179
* * m4/gnulib-cache.m4: Update with 'gnulib-tool --importEric Blake2007-09-214-3/+13
* * doc/m4.texinfo: Backport some minor cleanups from head.Eric Blake2007-09-212-1/+4
* * doc/m4.texinfo: Backport some minor cleanups from head.Eric Blake2007-09-211-37/+42
* * doc/m4.texinfo (Invoking m4): Promote to a chapter, instead ofEric Blake2007-09-212-141/+205
* * m4/input.c (file_clean): Don't close stdin twice, POSIX says itEric Blake2007-09-212-1/+6
* * src/builtin.c (m4_undivert): Check for read error.Eric Blake2007-09-212-1/+7
* * src/m4.h (UNIX, W32_NATIVE, OS2): Move platform checks afterEric Blake2007-09-213-18/+24
* Backport head's usage of clean-temp module, as it is cleaner thanEric Blake2007-09-2110-52/+138
* * configure.ac (m4_pattern_forbid): Narrow the range of forbiddenEric Blake2007-09-212-2/+4
* * src/builtin.c (m4_builtin, m4_indir): Allow transparentEric Blake2007-09-214-11/+79
* * doc/m4.texinfo (Location): Fix typo in previous commit.Eric Blake2007-09-213-6/+19
* * src/input.c (enum input_type): Add additional types, to shaveEric Blake2007-09-214-133/+251
* * src/macro.c (expand_macro): In macro expansion errors, reportEric Blake2007-09-215-16/+101
* * src/macro.c (argc_stack, argv_stack): New variables for sharingEric Blake2007-09-212-14/+56
* * src/path.c (include_env_init): Fix botched patch application.Eric Blake2007-09-212-4/+12
* * src/m4.c (usage, main): Detect write failures to stderr.Eric Blake2007-09-214-1/+15
* * src/macro.c (expand_macro): Allow --nesting-limit=0 to removeEric Blake2007-09-214-5/+18
* * src/path.c (include_env_init): Copy the string returnedEric Blake2007-09-212-0/+7
* * src/m4.c (main): Defer debugfile until after --help.Eric Blake2007-09-214-4/+19
* fix typoEric Blake2007-09-211-1/+1
* Release 1.4.7:release-1.4.7Eric Blake2007-09-213-2/+9
* * doc/m4.texinfo (Invoking m4): Add clarification on optionEric Blake2007-09-213-5/+31
* * bootstrap: Add --force option, based on idea from coreutils.Eric Blake2007-09-213-2/+24
* * src/m4.c (usage, OPTSTRING, main): Rename -e to -i, and giveEric Blake2007-09-214-8/+31
* * src/m4.c (usage, long_options, main, DEBUGFILE_OPTION): RenameEric Blake2007-09-214-23/+49