summaryrefslogtreecommitdiff
path: root/m4/m4module.h
Commit message (Expand)AuthorAgeFilesLines
* More whitespace cleanup.Eric Blake2010-01-071-241/+241
* Switch to indentation by space, not tab.Eric Blake2010-01-051-69/+69
* Update copyright year.Eric Blake2010-01-051-1/+2
* Use gnulib execute module instead of system(3).Eric Blake2009-03-131-0/+1
* Improve handling of $ in syntax table.Eric Blake2009-02-181-10/+13
* Revamp changesyntax vs. changequote interactions.Eric Blake2009-02-161-1/+5
* Stage 28c: Warn on embedded NUL in remaining cases.Eric Blake2009-02-111-2/+2
* Stage 28a: Warn on embedded NUL in numeric arguments.Eric Blake2009-02-111-2/+2
* Add debugmode(o) to control dumpdef output location.Eric Blake2008-12-231-1/+3
* Allow debugmode control over whether defn(undef) warns.Eric Blake2008-08-231-4/+10
* Improve --debugmode behavior.Eric Blake2008-08-221-1/+1
* Stage 26: Allow embedded NUL in macro definitions.Eric Blake2008-08-031-2/+2
* Whitespace cleanup.Eric Blake2008-06-181-16/+16
* Stage 25b: Handle embedded NUL in changesyntax and friends.Eric Blake2008-06-181-3/+7
* Fix printf type mismatches.Eric Blake2008-06-031-1/+1
* Stage 24c: Improve display of macro names with embedded NUL.Eric Blake2008-06-021-1/+1
* Stage 24b: Allow embedded NUL in macro names.Eric Blake2008-06-021-14/+24
* Stage 24a: Use full call context in error reporting.Eric Blake2008-06-021-15/+11
* Stage 23: allow tracing of indirect macro calls.Eric Blake2008-05-081-9/+11
* Stage 22: allow builtin token concatenation outside $@.Eric Blake2008-05-051-3/+4
* Fix regression in define from 2008-02-22.Eric Blake2008-05-011-1/+1
* Stage 21b: $@ concatenates builtins, m4wrap takes builtins.Eric Blake2008-04-141-11/+1
* Allow back-referenced macro names; fixes 2008-03-13 regression.Eric Blake2008-04-101-1/+1
* Stage 20b: make m4wrap obey POSIX fifo ordering.Eric Blake2008-03-181-1/+1
* Stage 19c: allow builtin tokens in more macros.Eric Blake2008-03-131-1/+5
* Stage 19b: invert sense of bit for handling builtin tokens.Eric Blake2008-03-131-21/+58
* Stage 19a: sort and cache builtins loaded by a module.Eric Blake2008-03-131-3/+1
* Stage 17: pass argv through quoted strings.Eric Blake2008-02-221-5/+6
* Stage 16: cache quotes and improve m4_arg_print.Eric Blake2008-02-201-10/+9
* Allow builtin text macros to specify number of arguments.Eric Blake2008-02-111-0/+3
* Fix regression in command line -D option, from 2006-08-25.Eric Blake2008-02-111-1/+1
* Consistently use size_t for number of arguments.Eric Blake2008-02-021-24/+21
* Stage 14a: allow printing argv references.Eric Blake2008-02-021-2/+6
* Stage 12c: add macro for m4_arg_len.Eric Blake2008-01-261-0/+5
* Stage 12b: add m4_string_pair.Eric Blake2008-01-251-8/+19
* Stage 11: full circle for single argument references.Eric Blake2008-01-221-4/+5
* Stage 9: share rather than copy single-arg refs.Eric Blake2007-12-201-0/+1
* Stage 8: extend life of references into argv.Eric Blake2007-12-171-2/+2
* Stage 6: convert builtins to push arg at a time.Eric Blake2007-12-081-8/+14
* Stage 5: add notion of quote age.Eric Blake2007-12-071-4/+14
* Stage 4: route indir, builtin through ref; make argv opaque.Eric Blake2007-11-291-20/+5
* Stage 3a: cache length, rather than computing it, in libm4.Eric Blake2007-11-281-3/+7
* Stage 2: use accessors, not direct reference, into argv.Eric Blake2007-11-271-11/+19
* Stage 1: convert m4_symbol_value** into new object.Eric Blake2007-11-241-26/+46
* Pass only macro name to utility functions.Eric Blake2007-11-241-2/+2
* Add macro name to debugfile messages.Eric Blake2007-11-231-1/+1
* Factor out handling of macro name in error messages.Eric Blake2007-11-231-6/+10
* Fix 'm4 -F file -t undefined'.Eric Blake2007-10-181-4/+4
* Be consistent about using 'module' for m4_module types andGary V. Vaughan2007-10-061-4/+4
* Wrap lt_dlhandle in struct m4_module.Eric Blake2007-10-061-13/+14