73
I Use This!
Very Low Activity

Commits : Listings

Analyzed 4 days ago. based on code collected 5 days ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Makefile.am (EXTRA_DIST): Distribute gnulib-cache.m4. Reported by Bruno Haible. More... almost 18 years ago
* Makefile.am (EXTRA_DIST): Distribute gnulib-cache.m4. Reported by Bruno Haible. More... almost 18 years ago
Avoid obsolete sigstack when POSIX sigaltstack is available: * src/m4.c: Blindly assume signal.h, since stackovf.c and gnulib do likewise. * configure.ac (AC_CHECK_HEADERS): Likewise. (AC_CHECK_TYPES): New check for siginfo_t, since siginfo.h is obsolete and most hosts now have it in signal.h. (AC_CHECK_MEMBERS): New check for sigaction.sa_sigaction. (AC_CACHE_CHECK): Cache decision to use stackovf. (AC_EGREP_HEADER): Switch to AC_CHECK_TYPES. * src/stackovf.c (DEBUG_STACKOVF): Remove unused define. (SA_RESETHAND, SA_SIGINFO): Provide fallback definitions, to simplify later code. (PARAM_STACKOVF, PARAM_NOSTACKOVF): Move further away from NULL, in case of dereferencing a member of a NULL pointer. (sigsegv_handler) [HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define a POSIX handler. (setup_stackovf_trap): Use NULL instead of 0 for pointers, use EXIT_FAILURE in error, indent preprocessor directives. [HAVE_SIGALTSTACK && HAVE_SIGINFO_T]: Depend on siginfo_t, not siginfo.h. [HAVE_SIGACT More... almost 18 years ago
Avoid obsolete sigstack when POSIX sigaltstack is available: * src/m4.c: Blindly assume signal.h, since stackovf.c and gnulib do likewise. * configure.ac (AC_CHECK_HEADERS): Likewise. (AC_CHECK_TYPES): New check for siginfo_t, since siginfo.h is obsolete and most hosts now have it in signal.h. (AC_CHECK_MEMBERS): New check for sigaction.sa_sigaction. (AC_CACHE_CHECK): Cache decision to use stackovf. (AC_EGREP_HEADER): Switch to AC_CHECK_TYPES. * src/stackovf.c (DEBUG_STACKOVF): Remove unused define. (SA_RESETHAND, SA_SIGINFO): Provide fallback definitions, to simplify later code. (PARAM_STACKOVF, PARAM_NOSTACKOVF): Move further away from NULL, in case of dereferencing a member of a NULL pointer. (sigsegv_handler) [HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define a POSIX handler. (setup_stackovf_trap): Use NULL instead of 0 for pointers, use EXIT_FAILURE in error, indent preprocessor directives. [HAVE_SIGALTSTACK && HAVE_SIGINFO_T]: Depend on siginfo_t, not siginfo.h. [HAVE_SIGACT More... almost 18 years ago
Avoid obsolete sigstack when POSIX sigaltstack is available: * src/m4.c: Blindly assume signal.h, since stackovf.c and gnulib do likewise. * configure.ac (AC_CHECK_HEADERS): Likewise. (AC_CHECK_TYPES): New check for siginfo_t, since siginfo.h is obsolete and most hosts now have it in signal.h. (AC_CHECK_MEMBERS): New check for sigaction.sa_sigaction. (AC_CACHE_CHECK): Cache decision to use stackovf. (AC_EGREP_HEADER): Switch to AC_CHECK_TYPES. * src/stackovf.c (DEBUG_STACKOVF): Remove unused define. (SA_RESETHAND, SA_SIGINFO): Provide fallback definitions, to simplify later code. (PARAM_STACKOVF, PARAM_NOSTACKOVF): Move further away from NULL, in case of dereferencing a member of a NULL pointer. (sigsegv_handler) [HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define a POSIX handler. (setup_stackovf_trap): Use NULL instead of 0 for pointers, use EXIT_FAILURE in error, indent preprocessor directives. [HAVE_SIGALTSTACK && HAVE_SIGINFO_T]: Depend on siginfo_t, not siginfo.h. [HAVE_SIGACT More... almost 18 years ago
Avoid obsolete sigstack when POSIX sigaltstack is available: * src/m4.c: Blindly assume signal.h, since stackovf.c and gnulib do likewise. * configure.ac (AC_CHECK_HEADERS): Likewise. (AC_CHECK_TYPES): New check for siginfo_t, since siginfo.h is obsolete and most hosts now have it in signal.h. (AC_CHECK_MEMBERS): New check for sigaction.sa_sigaction. (AC_CACHE_CHECK): Cache decision to use stackovf. (AC_EGREP_HEADER): Switch to AC_CHECK_TYPES. * src/stackovf.c (DEBUG_STACKOVF): Remove unused define. (SA_RESETHAND, SA_SIGINFO): Provide fallback definitions, to simplify later code. (PARAM_STACKOVF, PARAM_NOSTACKOVF): Move further away from NULL, in case of dereferencing a member of a NULL pointer. (sigsegv_handler) [HAVE_STRUCT_SIGACTION_SA_SIGACTION]: Define a POSIX handler. (setup_stackovf_trap): Use NULL instead of 0 for pointers, use EXIT_FAILURE in error, indent preprocessor directives. [HAVE_SIGALTSTACK && HAVE_SIGINFO_T]: Depend on siginfo_t, not siginfo.h. [HAVE_SIGACT More... almost 18 years ago
* THANKS: Update. More... almost 18 years ago
* THANKS: Update. More... almost 18 years ago
* THANKS: Update. More... almost 18 years ago
* THANKS: Update. More... almost 18 years ago
* THANKS: Update. More... almost 18 years ago
* THANKS: Update. More... almost 18 years ago
* Makefile.am (src_m4_DEPENDENCIES): Make dependency explicit. (clean-local): Split into and depend upon... (clean-local-tests, clean-local-src): ...these two. The latter removes the libtool object directory below `src', to work around a buglet in Automake, failing to list it. (EXTRA_DIST): Distribute modules/perl.c. More... almost 18 years ago
* Makefile.am (src_m4_DEPENDENCIES): Make dependency explicit. (clean-local): Split into and depend upon... (clean-local-tests, clean-local-src): ...these two. The latter removes the libtool object directory below `src', to work around a buglet in Automake, failing to list it. (EXTRA_DIST): Distribute modules/perl.c. More... almost 18 years ago
* Makefile.am ($(srcdir)/doc/m4.1): No need to list $(srcdir) in right side of dependency; VPATH does that. (stamp-vcl): Update to use libtool's algorithm. (EXTRA_DIST): Distribute stamp-vcl. Reported by Ralf Wildenhues. (TESTSUITE): Revert earlier change that used absolute path, as that broke 'make dist' in VPATH. Stick with $(srcdir) instead. (EXTRA_DIST): Revert earlier change of $(TESTSUITE). (TESTS_ENVIRONMENT) [USE_GMP]: Revert earlier addition, since atlocal takes care of it instead. (check-local, installcheck-local, clean-local): Inline absolute path to testsuite here, rather than relative path to testsuite elsewhere. More... almost 18 years ago
* Makefile.am ($(srcdir)/doc/m4.1): No need to list $(srcdir) in right side of dependency; VPATH does that. (stamp-vcl): Update to use libtool's algorithm. (EXTRA_DIST): Distribute stamp-vcl. Reported by Ralf Wildenhues. (TESTSUITE): Revert earlier change that used absolute path, as that broke 'make dist' in VPATH. Stick with $(srcdir) instead. (EXTRA_DIST): Revert earlier change of $(TESTSUITE). (TESTS_ENVIRONMENT) [USE_GMP]: Revert earlier addition, since atlocal takes care of it instead. (check-local, installcheck-local, clean-local): Inline absolute path to testsuite here, rather than relative path to testsuite elsewhere. More... almost 18 years ago
* m4/m4private.h (DELETE): Cast away const here... * src/stackovf.c (stackovf_exit): ...to avoid cast-as-lvalue here. * src/freeze.c (reload_frozen_state): Avoid uninitialized variable warning. More... almost 18 years ago
* m4/m4private.h (DELETE): Cast away const here... * src/stackovf.c (stackovf_exit): ...to avoid cast-as-lvalue here. * src/freeze.c (reload_frozen_state): Avoid uninitialized variable warning. More... almost 18 years ago
* Makefile.am (doc/m4.1): Build in $(srcdir), to match where .info pages are built. Reported by Ralf Wildenhues. (EXTRA_DIST): Inline definition of testsuite, so that make dist works again. More... almost 18 years ago
* Makefile.am (doc/m4.1): Build in $(srcdir), to match where .info pages are built. Reported by Ralf Wildenhues. (EXTRA_DIST): Inline definition of testsuite, so that make dist works again. More... almost 18 years ago
Follow recommendations from autoconf manual for autotest. * Makefile.am (TESTSUITE): Factor the $(srcdir) out of uses, and turn it into an absolute path until autotest provides an option that allows us to avoid changing directories. Properly quote throughout. (TESTS_ENVIRONMENT) [USE_GMP]: Inform testsuite about GMP. (check-recursive): Delete unused target. ($(TESTSUITE)): Atomically update testsuite. (CD_TESTDIR): Simplify. (m4__cd): Delete unused macro. (check-local): Let TESTSUITEFLAGS influence the run. (installcheck-local): Let TESTSUITEFLAGS override AUTOTEST_PATH. Add dependencies. (clean-local): Clean up. (DISTCLEANFILES, MAINTAINERCLEANFILES): Add directory location. * README: Document how to use the testsuite. More... almost 18 years ago
Follow recommendations from autoconf manual for autotest. * Makefile.am (TESTSUITE): Factor the $(srcdir) out of uses, and turn it into an absolute path until autotest provides an option that allows us to avoid changing directories. Properly quote throughout. (TESTS_ENVIRONMENT) [USE_GMP]: Inform testsuite about GMP. (check-recursive): Delete unused target. ($(TESTSUITE)): Atomically update testsuite. (CD_TESTDIR): Simplify. (m4__cd): Delete unused macro. (check-local): Let TESTSUITEFLAGS influence the run. (installcheck-local): Let TESTSUITEFLAGS override AUTOTEST_PATH. Add dependencies. (clean-local): Clean up. (DISTCLEANFILES, MAINTAINERCLEANFILES): Add directory location. * README: Document how to use the testsuite. More... almost 18 years ago
* checks/Makefile.in (PATH_SEPARATOR): New macro. (check, installcheck): Use it, for OS/2. More... almost 18 years ago
* checks/Makefile.in (PATH_SEPARATOR): New macro. (check, installcheck): Use it, for OS/2. More... almost 18 years ago
* checks/Makefile.in (PATH_SEPARATOR): New macro. (check, installcheck): Use it, for OS/2. More... almost 18 years ago
* checks/Makefile.in (PATH_SEPARATOR): New macro. (check, installcheck): Use it, for OS/2. More... almost 18 years ago
Consistently use "GNU M4" as package name, "m4" as executable name. * NEWS: Document previous fix. * THANKS: Update. * README: Fix grammar. Document that --enable-changeword is on its last leg. * doc/m4.texinfo (Top, Changeword): Likewise. (Sysval): Enhance this test. (History): Backport this section from CVS head, and update. More... almost 18 years ago
Consistently use "GNU M4" as package name, "m4" as executable name. * NEWS: Document previous fix. * THANKS: Update. * README: Fix grammar. Document that --enable-changeword is on its last leg. * doc/m4.texinfo (Top, Changeword): Likewise. (Sysval): Enhance this test. (History): Backport this section from CVS head, and update. More... almost 18 years ago
Consistently use "GNU M4" as package name, "m4" as executable name. * NEWS: Document previous fix. * THANKS: Update. * README: Fix grammar. Document that --enable-changeword is on its last leg. * doc/m4.texinfo (Top, Changeword): Likewise. (Sysval): Enhance this test. (History): Backport this section from CVS head, and update. More... almost 18 years ago
Consistently use "GNU M4" as package name, "m4" as executable name. * NEWS: Document previous fix. * THANKS: Update. * README: Fix grammar. Document that --enable-changeword is on its last leg. * doc/m4.texinfo (Top, Changeword): Likewise. (Sysval): Enhance this test. (History): Backport this section from CVS head, and update. More... almost 18 years ago