summaryrefslogtreecommitdiff
path: root/modules/stdlib.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing const qualifications.Eric Blake2008-06-161-1/+1
* Stage 24a: Use full call context in error reporting.Eric Blake2008-06-021-3/+3
* Stage 19b: invert sense of bit for handling builtin tokens.Eric Blake2008-03-131-7/+3
* Stage 12c: add macro for m4_arg_len.Eric Blake2008-01-261-4/+5
* Stage 3b: cache length, rather than computing it, in modules.Eric Blake2007-11-291-22/+22
* Pass only macro name to utility functions.Eric Blake2007-11-241-3/+3
* 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
* M4 was designed to have a small number of header files definingGary V. Vaughan2007-10-061-5/+9
* * modules/m4.c (m4_dump_symbols, errprint, m4wrap)Eric Blake2007-10-061-1/+2
* * configure.ac (AC_CONFIG_HEADERS): Place <config.h> with otherEric Blake2007-10-061-3/+1
* * m4/m4module.h (M4_BUILTIN_GROKS_MACRO, M4_BUILTIN_BLIND)Eric Blake2007-10-061-22/+26
* 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
* * configure.ac (AC_HEADER_STDBOOL, INCLUDE_STDBOOL_H): Check forGary V. Vaughan2007-10-051-34/+34
* Move the global variables that pertain to syntax to a new `structGary V. Vaughan2007-10-051-19/+19
* Two related changes, and a huge knockon effect throughout theGary V. Vaughan2007-10-051-3/+3
* * m4/utility.c (m4_numeric_arg): Use the usual (argc, argv, ...)Akim Demaille2007-10-051-3/+3
* Rather than forcing each builtin definition to manage its ownGary V. Vaughan2007-10-051-62/+22
* * modules/stdlib.c, modules/times.c: Misc cleanups.Akim Demaille2007-10-051-31/+30
* * c-boxes.el: Deleted.Gary V. Vaughan2007-10-051-43/+42
* Perl out the trailing blanks.Akim Demaille2007-10-051-4/+4
* Modularization of all builtins by extenstion of libm4.Gary V. Vaughan2007-10-051-18/+17
* Resynchronise with my local tree.Gary V. Vaughan2007-10-051-116/+160
* Initial revisionJeff Bailey2000-02-171-0/+293