summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * src/freeze.c (reload_frozen_state): Avoid dereferencing freedEric Blake2007-10-061-2/+3
* * tests/options.at (--fatal-warnings): New test.Eric Blake2007-10-061-2/+6
* * m4/m4module.h (M4_SYNTAX_ASSIGN): Delete this unusedEric Blake2007-10-061-2/+5
* * src/freeze.c (produce_char_dump): Delete. Replace with...Eric Blake2007-10-061-177/+189
* Port patch from branch for stack overflow detection on BSD/OS.Eric Blake2007-10-061-1/+6
* * doc/m4.texinfo (Mpeval): Add tests.Eric Blake2007-10-062-6/+3
* * m4/m4private.h (to_uchar): Move...Eric Blake2007-10-061-2/+3
* * m4/m4module.h (m4_set_syntax): Change signature.Eric Blake2007-10-061-1/+1
* * src/main.c: Fix missing include.Eric Blake2007-10-061-0/+1
* * src/main.c (main): Check for errors when closing stdin.Eric Blake2007-10-061-1/+1
* * .cvsignore: Prepare for migration to git.Eric Blake2007-10-061-0/+1
* Add several new command line options.Eric Blake2007-10-061-32/+117
* One step closer to allowing C++ compilation - don't blindlyEric Blake2007-10-061-3/+3
* * m4/macro.c (trace_format): Use canonical type name.Eric Blake2007-10-062-12/+12
* Merge deferred handling of -D option from branch.Eric Blake2007-10-061-61/+74
* * m4/macro.c (expand_argument): Fix missing initialization.Eric Blake2007-10-061-13/+5
* Silence -O2 -Wall -Wwrite-strings warnings.Eric Blake2007-10-062-9/+6
* * 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
* * doc/m4.texinfo (titlepage): Add myself as author.Eric Blake2007-10-061-1/+1
* * ltdl/m4/gnulib-cache.m4: Augment with 'gnulib-tool --importEric Blake2007-10-061-3/+4
* * configure.ac (AC_CONFIG_HEADERS): Name the template config.hin,Eric Blake2007-10-061-1/+1
* * src/main.c (usage, long_options): Add --debugmode as an aliasEric Blake2007-10-061-2/+4
* Trace improvements: debugmode(c) was always printing the last twoEric Blake2007-10-061-3/+3
* * m4/utility.c (m4_numeric_arg): Merge from branch.Eric Blake2007-10-061-3/+9
* * m4/gnulib-cache.m4: Update to newer gnulib-tool.Eric Blake2007-10-061-0/+2
* Avoid all global variables in modules, so that --disable-staticEric Blake2007-10-062-7/+6
* Even when not the first option, --help can't have side effects.Eric Blake2007-10-061-20/+21
* * modules/m4.c (dnl): Include macro name in warning message.Eric Blake2007-10-061-1/+1
* * ltdl/m4/gnulib-cache.m4: Augment with gnulib-tool --importEric Blake2007-10-061-7/+26
* * modules/m4.c (m4_dump_symbols, errprint, m4wrap)Eric Blake2007-10-061-5/+4
* * m4/m4module.h (m4_symbol_print): New prototype.Eric Blake2007-10-061-11/+12
* * configure.ac (AC_CONFIG_HEADERS): Place <config.h> with otherEric Blake2007-10-061-58/+7
* * src/main.c (usage, OPTSTRING, main): Rename -e to -i. MakeEric Blake2007-10-061-13/+21
* Change the default of interactive sessions to match sh.Eric Blake2007-10-061-7/+23
* * src/main.c (usage, main, DEBUGFILE_OPTION): Deprecate -o asEric Blake2007-10-061-9/+16
* * m4/debug.c (set_debug_file): Fix regression in -o when stdoutEric Blake2007-10-061-2/+8
* * modules/m4.c (traceon, traceoff): Change to Solaris semantics,Eric Blake2007-10-061-3/+3
* Add --safer option, per debian bug 5898.Eric Blake2007-10-061-0/+9
* Fix installcheck.Eric Blake2007-10-061-14/+9
* * m4/m4module.h (m4_peek_input): No longer export.Eric Blake2007-10-061-4/+15
* * m4/m4module.h (m4_debug_message): New prototype.Eric Blake2007-10-061-2/+5
* * m4/m4private.h (m4_get_syntax_lquote, m4_get_syntax_rquote)Eric Blake2007-10-062-13/+14
* * m4/m4module.h (M4_BUILTIN_GROKS_MACRO, M4_BUILTIN_BLIND)Eric Blake2007-10-061-6/+2
* * tests/options.at (debug-flags): Update to reflect new message.Eric Blake2007-10-061-52/+101
* * tests/options.at (debug-flags): New test.Eric Blake2007-10-061-1/+5
* * configure.ac (AM_INIT_AUTOMAKE): Bump automake requirement.Eric Blake2007-10-061-2/+2
* * po/POTFILES.in: Add more files that contain translatableEric Blake2007-10-061-1/+1
* * src/main.c (usage): Document --import-environment.Eric Blake2007-10-061-0/+1
* * bootstrap: Recent gnulib no longer has jm_* macros to worryEric Blake2007-10-062-90/+71