summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 1.4.5:release-1.4.5Eric Blake2007-09-213-2/+7
* * src/m4.c (usage): Document exit status.Eric Blake2007-09-213-13/+25
* * bootstrap: Backport --help, --version from head.Eric Blake2007-09-213-9/+221
* * doc/m4.texinfo: Global cleanup. Avoid @code{...}'d, as itEric Blake2007-09-211-2/+2
* * doc/m4.texinfo: Global cleanup. Avoid @code{...}'d, as itEric Blake2007-09-212-497/+456
* * src/builtin.c (substitute): Warn on bad escape sequences.Eric Blake2007-09-214-13/+67
* * src/builtin.c (m4_format, m4_indir): Warn on too few arguments.Eric Blake2007-09-215-12/+137
* update .cvsignoreEric Blake2007-09-211-1/+1
* * src/input.c (input_init): Simplify.Eric Blake2007-09-217-15/+22
* * src/builtin.c (m4_undefine, m4_popdef): Visit all arguments, notEric Blake2007-09-214-11/+33
* * src/builtin.c (numeric_arg): Treat empty string as 0, with aEric Blake2007-09-215-56/+170
* Update .cvsignoreEric Blake2007-09-212-0/+3
* * Makefile.maint (fetch): Get gendocs from gnulib, not texinfo.Eric Blake2007-09-215-20/+23
* * doc/m4.texinfo (Extensions): Document how to overcomeEric Blake2007-09-212-0/+28
* * src/m4.c (usage): Sort within sections.Eric Blake2007-09-213-260/+345
* * src/m4.c (nesting_limit): Raise default from 250 to 1024.Eric Blake2007-09-213-2/+8
* * Makefile.am (DISTCHECK_CONFIGURE_FLAGS): New macro, toEric Blake2007-09-217-93/+137
* * src/m4.h (OS2): New platform macro.Eric Blake2007-09-215-10/+28
* * doc/m4.texinfo (Undivert): Fix typo in last commit.Eric Blake2007-09-217-9/+37
* * checks/get-them: Make filtering easier.Eric Blake2007-09-214-84/+266
* * doc/m4.texinfo: Fix spelling errors.Eric Blake2007-09-213-2/+9
* * doc/Makefile.am (m4.1): No need to go through a temporary file;Eric Blake2007-09-217-83/+38
* * m4/gnulib-cache.m4: Augment with gnulib-tool --importEric Blake2007-09-215-10/+14
* * configure.ac (FUNC_SYSTEM_BROKEN): New check for OS/2 bug.Eric Blake2007-09-213-0/+45
* * Makefile.am (SUBDIRS): Build . before src, so that autoheaderEric Blake2007-09-213-3/+18
* * checks/check-them: Use portable = in test.Eric Blake2007-09-215-30/+40
* Fix 'make check' in VPATH build. All files included by testsuiteEric Blake2007-09-219-35/+63
* * checks/Makefile.in (exec_prefix, prefix): New macros, so thatEric Blake2007-09-213-5/+22
* New files for CVS use onlyEric Blake2007-09-212-0/+888
* * GNUmakefile: New file, borrowed from coreutils.Eric Blake2007-09-214-13/+66
* For compatibility with other m4 implementations, sysval returnsEric Blake2007-09-217-10/+62
* * src/m4.h (UNIX, W32_NATIVE): Improve platform detection macros.Eric Blake2007-09-218-60/+243
* Fix buffer overrun bug.Eric Blake2007-09-215-494/+61
* Update .cvsignoreEric Blake2007-09-211-0/+2
* * configure.ac (AC_CANONICAL_HOST, AC_CANONICAL_BUILD): AllowEric Blake2007-09-212-6/+16
* * doc/m4.texinfo (Eval): Document 32-bit signed limitationsEric Blake2007-09-214-10/+68
* * doc/m4.texinfo: Use @noindent consistently.Eric Blake2007-09-212-7/+63
* * configure.ac (AC_PREREQ): Autoconf 2.60 is now released.Eric Blake2007-09-212-3/+9
* * doc/m4.texinfo: Quoting cleanup throughout - followEric Blake2007-09-212-115/+233
* Make error messages more consistent with GNU coding standards -Eric Blake2007-09-219-43/+60
* * src/builtin.c (builtin_tab): Make format and indir blind.Eric Blake2007-09-213-3/+10
* Robustify frozen file format.Eric Blake2007-09-216-144/+212
* * doc/m4.texinfo: Whitespace cleanup. TABs are evil in texinfo.Eric Blake2007-09-213-22/+37
* Avoid compiler warnings during -DDEBUG.Eric Blake2007-09-215-10/+31
* Avoid mkstemp bugs on various platforms.Eric Blake2007-09-216-22/+17
* * Makefile.am (EXTRA_DIST): Distribute gnulib-cache.m4.Eric Blake2007-09-212-3/+8
* Avoid obsolete sigstack when POSIX sigaltstack is available:Eric Blake2007-09-214-79/+112
* * THANKS: Update.Eric Blake2007-09-212-1/+5
* * checks/Makefile.in (PATH_SEPARATOR): New macro.Eric Blake2007-09-212-2/+8
* Consistently use "GNU M4" as package name, "m4" as executableEric Blake2007-09-216-31/+89