summaryrefslogtreecommitdiff
path: root/src/m4.h
Commit message (Expand)AuthorAgeFilesLines
* maint: Redirect developers to active branchEric Blake2021-05-071-43/+0
* maint: bump copyright yearEric Blake2017-01-031-2/+2
* maint: run update-copyright for 2014.Gary V. Vaughan2014-11-201-1/+1
* maint: update copyright year.Gary V. Vaughan2013-09-181-2/+2
* Switch to indentation by space, not tab.Eric Blake2010-01-051-1/+1
* Update copyright year.Eric Blake2010-01-051-2/+2
* Normalize all GPL license notices.Eric Blake2007-10-061-6/+6
* Upgrade to GPLv3, and document 1.4.10.Eric Blake2007-10-061-1/+1
* Include <config.h> first in all C files, and not in headers.Eric Blake2007-10-061-2/+0
* M4 was designed to have a small number of header files definingGary V. Vaughan2007-10-061-11/+2
* * src/m4.h (includes): Need <locale.h> after all; fixesEric Blake2007-10-061-0/+1
* * src/m4.h (includes): Add gettext.h, for N_. Assume setlocale.Eric Blake2007-10-061-6/+1
* * configure.ac (AC_CONFIG_HEADERS): Place <config.h> with otherEric Blake2007-10-061-58/+7
* * configure.ac (AC_PREREQ): Autoconf 2.60 is now out.Eric Blake2007-10-061-6/+1
* * m4/output.c [HAVE_MKTEMP]: Gnulib provides mkstemp, so don'tEric Blake2007-10-061-3/+2
* * README (Patches): Document the current dependence on CVSEric Blake2007-10-061-3/+1
* * src/m4.h (EXIT_SUCCESS, EXIT_FAILURE): Removed. These areGary V. Vaughan2007-10-051-8/+0
* * src/m4.h (__CYGWIN__, WIN32): Canonicalise Windows and CygwinGary V. Vaughan2007-10-051-0/+8
* Forward port of a patch that allowed m4-1.4.2 to compile onGary V. Vaughan2007-10-051-0/+6
* The FSF are moving offices today. Changed their contact addressGary V. Vaughan2007-10-051-2/+2
* * config/debug.m4: `perl -pi.bak -e 's/(Copyright) (d)/$1 (C) $2/g'`Gary V. Vaughan2007-10-051-1/+1
* Begin work on lifting the curse of the global variables. To startGary V. Vaughan2007-10-051-2/+2
* Reinstate the memory handling improvements from the patch I justGary V. Vaughan2007-10-051-0/+1
* Reverted my large patch for removing the old m4_symbolGary V. Vaughan2007-10-051-1/+0
* More cleanup. After the last patch, m4_symbol holds nothing butGary V. Vaughan2007-10-051-0/+1
* Ansify the source. Previously we had a mix, where my code wasGary V. Vaughan2007-10-051-4/+4
* Perl out the trailing blanks.Akim Demaille2007-10-051-3/+3
* * src/main.c (main): Fixed a particularly nasty bug isGary V. Vaughan2007-10-051-21/+2
* * configure.in (--with-modules): Changed semantics. ThisGary V. Vaughan2007-10-051-3/+1
* * po/POTFILES.in: Take account of these file movements.Gary V. Vaughan2007-10-051-11/+0
* Modularization of all builtins by extenstion of libm4.Gary V. Vaughan2007-10-051-293/+12
* Resynchronise with my local tree.Gary V. Vaughan2007-10-051-225/+173
* Initial revisionJeff Bailey2000-02-171-0/+475