73
I Use This!
Very Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 6 days ago.
Jun 03, 2023 — Jun 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Reverted my large patch for removing the old m4_symbol structure on 2001-09-20. We are still not happy about the way trace works in conjunction with defn and undefine, and leaving the reverted patch active prevents us from moving the traced bit from the definition back to the symbol. More... over 22 years ago
Reverted my large patch for removing the old m4_symbol structure on 2001-09-20. We are still not happy about the way trace works in conjunction with defn and undefine, and leaving the reverted patch active prevents us from moving the traced bit from the definition back to the symbol. More... over 22 years ago
* configure.in: Moved to... * configure.ac: ...here. Added a libtool like timestamped banner, and tidied up the libltdl cruft. * config/mkstamp: Script to extract a timestamp from ChangeLog. * modules/Makefile.am (INCLTDL): Removed. This is required only when libltdl is configured in a subdirectory. * src/Makefile.am: Ditto. (LIBADD_DL): No need to add this again, libtool already knows that libm4.la depends on it. * m4/Makefile.am: Automake sets variables from AC_SUBST. Use them. More... over 22 years ago
* configure.in: Moved to... * configure.ac: ...here. Added a libtool like timestamped banner, and tidied up the libltdl cruft. * config/mkstamp: Script to extract a timestamp from ChangeLog. * modules/Makefile.am (INCLTDL): Removed. This is required only when libltdl is configured in a subdirectory. * src/Makefile.am: Ditto. (LIBADD_DL): No need to add this again, libtool already knows that libm4.la depends on it. * m4/Makefile.am: Automake sets variables from AC_SUBST. Use them. More... over 22 years ago
* TODO: stackovf.c is basically broken. Reported by Marc Espie <[email protected]> More... over 22 years ago
* TODO: stackovf.c is basically broken. Reported by Marc Espie <[email protected]> More... over 22 years ago
* tests/Makefile.am (EXTRA_DIST): `m4' is not to be shipped. More... over 22 years ago
* tests/Makefile.am (EXTRA_DIST): `m4' is not to be shipped. More... over 22 years ago
Add configure signature. More... over 22 years ago
Add configure signature. More... over 22 years ago
* tests/m4.in: Don't use short options. Simplify the stderr signature normalization. More... over 22 years ago
* tests/m4.in: Don't use short options. Simplify the stderr signature normalization. More... over 22 years ago
tests/m4 shall be position independent. * tests/m4.in: New. * tests/m4: Remove. * tests/testsuite.at: No args to AT_INIT. * configure.in, tests/Makefile.am: Adjust. More... over 22 years ago
tests/m4 shall be position independent. * tests/m4.in: New. * tests/m4: Remove. * tests/testsuite.at: No args to AT_INIT. * configure.in, tests/Makefile.am: Adjust. More... over 22 years ago
Autotest has changed again. * tests/Makefile.am (DISTCLEANFILES): Add package.m4. (package.m4): Remove. * configure.in: Adjust to LIBADD_GMP. More... over 22 years ago
Autotest has changed again. * tests/Makefile.am (DISTCLEANFILES): Add package.m4. (package.m4): Remove. * configure.in: Adjust to LIBADD_GMP. More... over 22 years ago
Update. More... over 22 years ago
Update. More... over 22 years ago
Adjust. More... over 22 years ago
Adjust. More... over 22 years ago
* config/gmp.m4 (AC_ARG_WITH): Removed. (GMP_LIB): Renamed to LIBADD_GMP for consistency. (AC_LIB_GMP): When performing a test compile against libgmp, include the header gmp.h if possible, and link against -lgmp. If they both work define USE_GMP. * modules/Makefile.am (mpeval_la_LIBADD): Add LIBADD_GMP. (mpeval_LTX_init_func): Complain on load that there was no libgmp at compile time. More... over 22 years ago
* config/gmp.m4 (AC_ARG_WITH): Removed. (GMP_LIB): Renamed to LIBADD_GMP for consistency. (AC_LIB_GMP): When performing a test compile against libgmp, include the header gmp.h if possible, and link against -lgmp. If they both work define USE_GMP. * modules/Makefile.am (mpeval_la_LIBADD): Add LIBADD_GMP. (mpeval_LTX_init_func): Complain on load that there was no libgmp at compile time. More... over 22 years ago
* m4/evalparse.c: Moved to... * modules/evalparse.c: ...here. This code is shared between modules/mpeval.c and modules/m4.c, so there is no need to pollute the libm4 API with its details. Moderately rewritten to interface into its clients more simply. * m4/eval.c: Deleted. Migrated functionality to... * modules/m4.c: ...here. (builtin_eval): Implemented in terms of the new interface style. * modules/mpeval.c (builtin_mpeval): Ditto. * m4/m4module.h: Removed references to the former m4/eval.c. * m4/Makefile.am (libm4_la_SOURCES): Removed eval.c. (EXTRA_libm4_la_SOURCES): Deleted. * modules/Makefile.am (EXTRA_m4_la_SOURCES): Reference evalparse.c. (EXTRA_mpeval_la_SOURCES): Reference evalparse.c. More... over 22 years ago
* m4/evalparse.c: Moved to... * modules/evalparse.c: ...here. This code is shared between modules/mpeval.c and modules/m4.c, so there is no need to pollute the libm4 API with its details. Moderately rewritten to interface into its clients more simply. * m4/eval.c: Deleted. Migrated functionality to... * modules/m4.c: ...here. (builtin_eval): Implemented in terms of the new interface style. * modules/mpeval.c (builtin_mpeval): Ditto. * m4/m4module.h: Removed references to the former m4/eval.c. * m4/Makefile.am (libm4_la_SOURCES): Removed eval.c. (EXTRA_libm4_la_SOURCES): Deleted. * modules/Makefile.am (EXTRA_m4_la_SOURCES): Reference evalparse.c. (EXTRA_mpeval_la_SOURCES): Reference evalparse.c. More... over 22 years ago
* config/gmp.m4 (AM_WITH_GMP): Rename as... (AC_LIB_GMP): this. By default, use gmp. Massive revamping. * configure.in: Adjust. Use Automake conditionals for USE_GMP. Always compute sizeof (long long int). This was a bug BTW, as `eval' (not `mpeval') depends on it: before, it was used _only_ if mpeval was not activated. * modules/Makefile.am (pkglibexec2dir, +pkglibexec2_LTLIBRARIES) (mpeval_la_LIBADD): New macros. * modules/mpeval.c: No longer be conditioned by WITH_GMP. Indent. * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): Create package.m4. * tests/atlocal.in, tests/builtins.at: Depend upon USE_GMP, not WITH_GMP. More... over 22 years ago
* config/gmp.m4 (AM_WITH_GMP): Rename as... (AC_LIB_GMP): this. By default, use gmp. Massive revamping. * configure.in: Adjust. Use Automake conditionals for USE_GMP. Always compute sizeof (long long int). This was a bug BTW, as `eval' (not `mpeval') depends on it: before, it was used _only_ if mpeval was not activated. * modules/Makefile.am (pkglibexec2dir, +pkglibexec2_LTLIBRARIES) (mpeval_la_LIBADD): New macros. * modules/mpeval.c: No longer be conditioned by WITH_GMP. Indent. * tests/Makefile.am ($(srcdir)/$(TESTSUITE)): Create package.m4. * tests/atlocal.in, tests/builtins.at: Depend upon USE_GMP, not WITH_GMP. More... over 22 years ago
Regen. More... over 22 years ago
Regen. More... over 22 years ago
* tests/Makefile.am (package.m4): New. * tests/testsuite.at: Adjust AT_INIT and AT_VICTIMS. More... over 22 years ago
* tests/Makefile.am (package.m4): New. * tests/testsuite.at: Adjust AT_INIT and AT_VICTIMS. More... over 22 years ago