summaryrefslogtreecommitdiff
path: root/m4/symtab.c
Commit message (Expand)AuthorAgeFilesLines
* Address 'make sc_cast_of_argument_to_free' failures.Eric Blake2010-01-071-4/+4
* More whitespace cleanup.Eric Blake2010-01-071-17/+17
* Switch to indentation by space, not tab.Eric Blake2010-01-051-180/+180
* Update copyright year.Eric Blake2010-01-051-1/+1
* Stage 26: Allow embedded NUL in macro definitions.Eric Blake2008-08-031-3/+2
* Stage 24b: Allow embedded NUL in macro names.Eric Blake2008-06-021-60/+126
* Stage 22: allow builtin token concatenation outside $@.Eric Blake2008-05-051-2/+11
* Fix regression in define from 2008-02-22.Eric Blake2008-05-011-16/+25
* Stage 21b: $@ concatenates builtins, m4wrap takes builtins.Eric Blake2008-04-141-27/+29
* Stage 19c: allow builtin tokens in more macros.Eric Blake2008-03-131-18/+9
* Stage 19b: invert sense of bit for handling builtin tokens.Eric Blake2008-03-131-3/+3
* Stage 19a: sort and cache builtins loaded by a module.Eric Blake2008-03-131-7/+11
* Consistently cast malloc results, for C++ compilation.Eric Blake2008-03-131-11/+12
* Stage 16: cache quotes and improve m4_arg_print.Eric Blake2008-02-201-23/+55
* Stage 15: return argv refs back to collect_arguments.Eric Blake2008-02-161-1/+1
* Fix regression in command line -D option, from 2006-08-25.Eric Blake2008-02-111-1/+3
* Stage 14b: allow pushing argv references.Eric Blake2008-02-021-1/+1
* Stage 14a: allow printing argv references.Eric Blake2008-02-021-50/+58
* Stage 12b: add m4_string_pair.Eric Blake2008-01-251-35/+29
* Stage 12a: make m4_symbol_chain a union.Eric Blake2008-01-251-9/+9
* Stage 11: full circle for single argument references.Eric Blake2008-01-221-37/+113
* Stage 9: share rather than copy single-arg refs.Eric Blake2007-12-201-6/+3
* Stage 7: use chained input support in input parser.Eric Blake2007-12-111-10/+10
* Stage 5: add notion of quote age.Eric Blake2007-12-071-2/+13
* Stage 3b: cache length, rather than computing it, in modules.Eric Blake2007-11-291-7/+16
* Stage 3a: cache length, rather than computing it, in libm4.Eric Blake2007-11-281-10/+29
* Never let printf failures go undetected.cvs-readonlyEric Blake2007-10-221-3/+3
* Fix 'm4 -F file -t undefined'.Eric Blake2007-10-181-7/+13
* Be consistent about using 'module' for m4_module types andGary V. Vaughan2007-10-061-9/+9
* More conversion to m4_module*.Eric Blake2007-10-061-1/+1
* Wrap lt_dlhandle in struct m4_module.Eric Blake2007-10-061-1/+1
* 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-0/+2
* POSIX XCU ERN 137 was approved.Eric Blake2007-10-061-9/+10
* * m4/symtab.c (includes): Adjust to latest gnulib.Eric Blake2007-10-061-3/+1
* * m4/m4private.h (m4_get_symbol_value_module): Delete accidentalEric Blake2007-10-061-8/+0
* * modules/m4.c (m4_make_temp): Make safe across libtool.Eric Blake2007-10-061-2/+1
* * m4/macro.c (expand_argument): Fix missing initialization.Eric Blake2007-10-061-28/+31
* Silence -O2 -Wall -Wwrite-strings warnings.Eric Blake2007-10-061-8/+8
* * ltdl/m4/gnulib-cache.m4: Augment with 'gnulib-tool --importEric Blake2007-10-061-1/+1
* * configure.ac (AC_CONFIG_HEADERS): Name the template config.hin,Eric Blake2007-10-061-0/+8
* * m4/m4module.h (m4_symbol_value_print, m4_symbol_print): AddEric Blake2007-10-061-6/+16
* * ltdl/m4/gnulib-cache.m4: Augment with gnulib-tool --importEric Blake2007-10-061-28/+38
* * m4/m4module.h (m4_symbol_print): New prototype.Eric Blake2007-10-061-1/+72
* * modules/m4.c (traceon, traceoff): Change to Solaris semantics,Eric Blake2007-10-061-23/+38
* * m4/macro.c (expansion_level, macro_call_id): Change to size_t.Eric Blake2007-10-061-18/+36
* * m4/m4.c (m4_create): Fix latent bug since 2003-10-08.Eric Blake2007-10-061-1/+4
* * doc/m4.texinfo (Quoting Arguments, Definitions, Define)Eric Blake2007-10-061-0/+3
* * src/freeze.c (reload_frozen_state): Copy string when creatingEric Blake2007-10-061-10/+11