summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Still refactoring furiously. This delta represents a change inGary V. Vaughan2007-10-0510-357/+367
* Further refactoring to stabilise the module API. Renaming someGary V. Vaughan2007-10-059-135/+157
* Begin work on lifting the curse of the global variables. To startGary V. Vaughan2007-10-0519-257/+417
* * m4/hash.c (m4_hash_apply): Pass an initial hash table parameterGary V. Vaughan2007-10-056-23/+42
* More refactoring to stabilise the module api, this time forGary V. Vaughan2007-10-0512-88/+152
* Refactoring modules to rationalise the API into an externalGary V. Vaughan2007-10-0517-364/+519
* * README: Remove references to --enable-changeword, which has beenGary V. Vaughan2007-10-052-8/+5
* Getting rid of the annoying bug with configure --enable-debug,Gary V. Vaughan2007-10-052-39/+19
* * m4/symtab.c (m4_symbol_popdef): Need to pass the hash address toGary V. Vaughan2007-10-052-5/+16
* First cut at formal parameters in macros.Gary V. Vaughan2007-10-0514-122/+374
* Begin preparations for supporting formal parameters in m4 macros.Gary V. Vaughan2007-10-059-183/+230
* * m4/macro.c: Format changes.Gary V. Vaughan2007-10-052-5/+9
* * m4/input.c: Updated various bitrotted comments.Gary V. Vaughan2007-10-055-87/+103
* These changes were necessary to get m4 to build on my iBookGary V. Vaughan2007-10-0519-236/+821
* * doc/m4.texinfo (Esyscmd): Don't grep, use something easier:Akim Demaille2007-10-053-6/+11
* Ship regex.m4.Akim Demaille2007-10-051-1/+2
* * config/Makefile.am (ACLOCAL_MACROS): Ship the Gettext macros.Akim Demaille2007-10-052-0/+7
* * configure.ac: Automake 1.7.1, Autoconf 2.54, Gettext 0.11.5,Akim Demaille2007-10-059-122/+76
* Regen.Akim Demaille2007-10-0510-79/+10
* Fix the headers.Akim Demaille2007-10-051-11/+11
* Regen.Akim Demaille2007-10-0510-112/+95
* Preparations for refactoring syntax tables to allow reverseGary V. Vaughan2007-10-057-314/+385
* * bootstrap (aclocal_apiversion): The aclocal apiversion isGary V. Vaughan2007-10-052-1/+9
* * m4/hash.c (m4_hash_resize): New function.Gary V. Vaughan2007-10-054-0/+40
* * m4/symtab.c (m4_symtab_hash, m4_symtab_cmp): Moved from here...Gary V. Vaughan2007-10-054-32/+45
* * bootstrap (aclocal_apilibdir): New, to cope with Automake's newAkim Demaille2007-10-058-8/+51
* Regen.Akim Demaille2007-10-0510-10/+10
* Regen.Akim Demaille2007-10-0510-256/+336
* * m4/module.c, m4/output.c, src/main.c: Normalize error messages.Akim Demaille2007-10-054-16/+20
* * m4/input.c (m4_next_token): Display where was opened what isAkim Demaille2007-10-052-5/+15
* * m4/macro.c (expand_argument): Display where was opened what isAkim Demaille2007-10-052-11/+16
* * m4/input.c, modules/m4.c: Formatting changes.Akim Demaille2007-10-0513-1145/+1232
* * bootstrap: s/configure.in/configure.ac/Gary V. Vaughan2007-10-052-1/+5
* * m4/symtab.c (m4_symbol_destroy): This function callsGary V. Vaughan2007-10-052-2/+19
* * m4/ltdl.c: Update.Akim Demaille2007-10-052-35/+73
* * src/main.c, src/freeze.c, m4/debug.c, m4/input.c, m4/macro.c:Akim Demaille2007-10-056-17/+22
* * tests/macros.at (Arity and defn): New failing test.Akim Demaille2007-10-056-8/+96
* * tests/builtins.at (pushdef/popdef, trace, trace2, trace3): MoveAkim Demaille2007-10-055-308/+339
* * m4/utility.c (m4_numeric_arg): Use the usual (argc, argv, ...)Akim Demaille2007-10-057-29/+37
* * modules/evalparse.c: Save translators' time: don't translateAkim Demaille2007-10-053-34/+54
* * m4/macro.c (expand_macro): Let m4_bad_argc handle the casesAkim Demaille2007-10-056-22/+22
* * m4/utility.c (m4_bad_argc): Display user argument counts, i.e.,Akim Demaille2007-10-0514-448/+480
* * m4/output.c (m4_make_diversion, m4_insert_file)Akim Demaille2007-10-052-8/+9
* * m4/input.c (init_builtin_token): Renamed from init_macro_token,Gary V. Vaughan2007-10-052-5/+8
* * modules/gnu.c (m4_regexp_compile): s/%0/%s/Gary V. Vaughan2007-10-052-1/+5
* Rather than forcing each builtin definition to manage its ownGary V. Vaughan2007-10-0520-331/+265
* The trace semantics now attach the trace bit to a symbol name.Gary V. Vaughan2007-10-0518-432/+546
* * modules/gnu.c (m4_macro_table): Display the timetamp whenGary V. Vaughan2007-10-052-1/+4
* * configure.ac (--with-modules): Forgot a comma in theGary V. Vaughan2007-10-052-1/+6
* * bootstrap: Remove aclocal.m4t when it is no longer required.Gary V. Vaughan2007-10-052-1/+7