summaryrefslogtreecommitdiff
path: root/modules/evalparse.c
Commit message (Expand)AuthorAgeFilesLines
* Relax eval as allowed by POSIX 2008.Eric Blake2008-12-241-2/+3
* Stage 27: Allow embedded NUL in text processing macros.Eric Blake2008-12-021-5/+10
* Stage 24a: Use full call context in error reporting.Eric Blake2008-06-021-1/+1
* Consistently use size_t for number of arguments.Eric Blake2008-02-021-4/+3
* Stage 4: route indir, builtin through ref; make argv opaque.Eric Blake2007-11-291-1/+2
* Stage 2: use accessors, not direct reference, into argv.Eric Blake2007-11-271-1/+2
* Stage 1: convert m4_symbol_value** into new object.Eric Blake2007-11-241-1/+1
* Pass only macro name to utility functions.Eric Blake2007-11-241-17/+17
* Factor out handling of macro name in error messages.Eric Blake2007-11-231-20/+13
* 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-3/+0
* POSIX XCU ERN 137 was approved.Eric Blake2007-10-061-6/+0
* * m4/m4private.h (to_uchar): Move...Eric Blake2007-10-061-81/+216
* * doc/m4.texinfo (Format, Incr): More merges.Eric Blake2007-10-061-131/+151
* * bootstrap: Recent gnulib no longer has jm_* macros to worryEric Blake2007-10-061-32/+19
* Reduce compiler warnings. Inside GMP, mpq_t is an array type, soEric Blake2007-10-061-11/+11
* 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
* * m4/m4module.h: Reformatting and rearranging lines a bit.Gary V. Vaughan2007-10-051-1/+1
* Two related changes, and a huge knockon effect throughout theGary V. Vaughan2007-10-051-77/+77
* Renamed some of the types and their accessors to make more sense.Gary V. Vaughan2007-10-051-1/+1
* Begin work on lifting the curse of the global variables. To startGary V. Vaughan2007-10-051-1/+1
* * m4/utility.c (m4_numeric_arg): Use the usual (argc, argv, ...)Akim Demaille2007-10-051-2/+2
* * modules/evalparse.c: Save translators' time: don't translateAkim Demaille2007-10-051-33/+46
* Rather than forcing each builtin definition to manage its ownGary V. Vaughan2007-10-051-3/+0
* The trace semantics now attach the trace bit to a symbol name.Gary V. Vaughan2007-10-051-1/+1
* Reverted my large patch for removing the old m4_symbolGary V. Vaughan2007-10-051-1/+1
* * m4/evalparse.c: Moved to...Gary V. Vaughan2007-10-051-0/+884