summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* * src/m4.c (main): Warn on deprecated options -B, -S, -T, -N,Eric Blake2007-09-214-42/+64
* * src/Makefile.am (m4_LDADD): Add any gnulib dependent libraries.Eric Blake2007-09-216-8/+56
* * m4/gnulib-cache.m4: Update to newer gnulib-tool.Eric Blake2007-09-218-25/+104
* * checks/check-them: Quote $pwd.Eric Blake2007-09-212-1/+5
* * src/builtin.c (define_macro): Warn on invalid macro name.Eric Blake2007-09-214-75/+174
* * doc/m4.texinfo (Changeword): Skip test on mingw, where theEric Blake2007-09-213-2/+32
* * src/input.c (peek_input): Fix regression in handling macroEric Blake2007-09-216-6/+65
* Release 1.4.6:release-1.4.6Eric Blake2007-09-213-2/+7
* Update to match release procedure used for 1.4.6Eric Blake2007-09-211-14/+26
* * Makefile.maint (web-manual): Give up on VPATH build duringEric Blake2007-09-213-4/+12
* * src/builtin.c (m4_index, m4_substr, m4_translit): Similar toEric Blake2007-09-214-23/+131
* * src/input.c (pop_input): Avoid empty filename with -di option.Eric Blake2007-09-213-2/+11
* * m4/gnulib-cache.m4: We don't explicitly use alloca module.Eric Blake2007-09-212-2/+4
* * m4/gnulib-cache.m4: Augment with gnulib-tool --import gnupload.Eric Blake2007-09-215-79/+19
* * checks/check-them: State why a test is skipped.Eric Blake2007-09-213-15/+22
* * ChangeLog: Add copyright.Eric Blake2007-09-218-1/+93
* Don't let unrelated child processes see too many files.Eric Blake2007-09-218-33/+41
* Regular expressions were leaking memory.Eric Blake2007-09-214-30/+63
* * NEWS: Document previous checkin.Eric Blake2007-09-212-2/+5
* * src/builtin.c (substitute): Avoid core dump when accessingEric Blake2007-09-214-6/+21
* * doc/m4.texinfo (Invoking m4, Debug Output): Fix wording to beEric Blake2007-09-212-5/+10
* * src/builtin.c (m4_errprint): Flush buffers before printing toEric Blake2007-09-213-0/+9
* * src/builtin.c (m4_m4wrap, m4_errprint, m4_shift): Make blind,Eric Blake2007-09-214-23/+68
* * doc/m4.texinfo (Invoking m4): Minor fixes.Eric Blake2007-09-212-24/+31
* * doc/m4.texinfo (Arguments): Hint at better exch macro.Eric Blake2007-09-211-1/+1
* * doc/m4.texinfo (Arguments): Hint at better exch macro.Eric Blake2007-09-212-0/+22
* * doc/m4.texinfo (Incompatibilities): Document that m4 does notEric Blake2007-09-213-2/+14
* Avoid printing `NONE:0:' in error messages.Eric Blake2007-09-219-29/+93
* * m4/gnulib-cache.m4: Augment with gnulib-tool --import verror.Eric Blake2007-09-214-46/+22
* * src/m4.h (program_name): Declare.Eric Blake2007-09-219-57/+145
* Don't confuse leading `(' in comment or quote with start ofEric Blake2007-09-216-71/+298
* * src/stackovf.c (setup_stackovf_trap): Free memory on failure.Eric Blake2007-09-212-0/+4
* * THANKS: Updated.Eric Blake2007-09-211-0/+1
* * src/stackovf.c (setup_stackovf_trap): Gracefully avoid stackEric Blake2007-09-213-2/+28
* * src/input.c (MATCH): Fix EOF detection on multi-byte commentEric Blake2007-09-212-2/+10
* * src/input.c (skip_line, next_token): Remember current file inEric Blake2007-09-216-15/+67
* * src/input.c (peek_input, next_char, match_input): Be eight-bitEric Blake2007-09-215-18/+68
* * doc/m4.texinfo: Whitespace fix.Eric Blake2007-09-214-7/+15
* * src/path.c (path_search): Detect allocation failure.Eric Blake2007-09-212-1/+3
* Use native free when it is good enough.Eric Blake2007-09-218-40/+29
* * doc/m4.texinfo (Errprint): Add example for last patch.Eric Blake2007-09-213-1/+27
* * src/path.c (path_search): Add result parameter, so thatEric Blake2007-09-217-11/+44
* * Makefile.am (MAINTAINERCLEANFILES): Fix typo that tripped upEric Blake2007-09-215-7/+17
* * doc/m4.texinfo: Use @acronym{GNU} throughout.Eric Blake2007-09-212-126/+138
* * src/m4.h (_): Remove K&R cruft.Eric Blake2007-09-217-73/+76