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