73
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 23 hours ago. based on code collected 2 days ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* configure.ac (M4_EARLY, M4_INIT): Use gnulib. (AC_PROG_RANLIB, AC_AIX, AC_MINIX, AC_CHECK_HEADERS), (AC_FUNC_ALLOCA, AC_REPLACE_FUNCS): Avoid checks now done by gnulib. * Makefile.am (ACLOCAL_AMFLAGS): New entry, for gnulib. * m4/gnulib-cache.m4: New file, from gnulib. * bootstrap: Invoke gnulib-tool --update. * src/m4.c (main): Cast away const. * NEWS: Document that regex is updated. * THANKS: Update. More... almost 18 years ago
* configure.ac (M4_EARLY, M4_INIT): Use gnulib. (AC_PROG_RANLIB, AC_AIX, AC_MINIX, AC_CHECK_HEADERS), (AC_FUNC_ALLOCA, AC_REPLACE_FUNCS): Avoid checks now done by gnulib. * Makefile.am (ACLOCAL_AMFLAGS): New entry, for gnulib. * m4/gnulib-cache.m4: New file, from gnulib. * bootstrap: Invoke gnulib-tool --update. * src/m4.c (main): Cast away const. * NEWS: Document that regex is updated. * THANKS: Update. More... almost 18 years ago
* Makefile.am (modules_mpeval_la_LIBADD): Readd $(LIBADD_GMP). More... almost 18 years ago
* Makefile.am (modules_mpeval_la_LIBADD): Readd $(LIBADD_GMP). More... almost 18 years ago
Allow `make dist' to work again. * Makefile.am (EXTRA_DIST): doc/helptoman.pl is gone. (MAINTAINERCLEANFILES): Avoid redundant mention of dist_man_MANS. (cvs-dist): Fix typo. * NEWS: Match current version number. More... almost 18 years ago
Allow `make dist' to work again. * Makefile.am (EXTRA_DIST): doc/helptoman.pl is gone. (MAINTAINERCLEANFILES): Avoid redundant mention of dist_man_MANS. (cvs-dist): Fix typo. * NEWS: Match current version number. More... almost 18 years ago
* Makefile.am (AM_CPPFLAGS): Add $(LTDLINCL), so the right ltdl.h is used. * bootstrap: Do not run libtoolize manually, this is done correctly by autoreconf. Invoke autoreconf with --no-recursive to avoid unnecessary rerunning of autotools for libltdl. * THANKS: Update. More... almost 18 years ago
* Makefile.am (AM_CPPFLAGS): Add $(LTDLINCL), so the right ltdl.h is used. * bootstrap: Do not run libtoolize manually, this is done correctly by autoreconf. Invoke autoreconf with --no-recursive to avoid unnecessary rerunning of autotools for libltdl. * THANKS: Update. More... almost 18 years ago
* m4/output.c [HAVE_MKTEMP]: Gnulib provides mkstemp, so don't bother with mktemp. * src/m4.h: Don't declare mktemp. * m4/input.c (m4__next_token): Avoid bzero. * configure.ac (AC_CHECK_FUNCS): Remove obsolete checks. * Makefile.am (doc/m4.1): Depend on installed help2man, rather than distributing outdated helptoman.pl. * doc/helptoman.pl: Delete. More... almost 18 years ago
* m4/output.c [HAVE_MKTEMP]: Gnulib provides mkstemp, so don't bother with mktemp. * src/m4.h: Don't declare mktemp. * m4/input.c (m4__next_token): Avoid bzero. * configure.ac (AC_CHECK_FUNCS): Remove obsolete checks. * Makefile.am (doc/m4.1): Depend on installed help2man, rather than distributing outdated helptoman.pl. * doc/helptoman.pl: Delete. More... almost 18 years ago
* README (Patches): Document the current dependence on CVS builds of autotools. * ltdl/m4/gnulib-cache.m4: Update, and use --macro-prefix=M4. * configure.ac: Use consistent quoting throughout. (AC_PREREQ): Bump to 2.59d. (AC_INIT): Package name begins with uppercase. (AC_ARG_WITH): Use AS_HELP_STRING. (AM_INIT_AUTOMAKE): Enable gnits mode. (AC_ISC_POSIX, AM_PROG_CC_STDC, AC_PROG_INSTALL, AC_PROG_MAKE_SET), (AC_PROG_AWK, AM_C_PROTOTYPES, AC_C_CONST, AC_HEADER_STDC), (AC_CHECK_HEADERS, AC_FUNC_ALLOCA, AC_FUNC_VPRINTF): Remove checks done by gnulib or automake, or which autoconf has declared obsolete. * m4/m4private.h (Includes): Assume C89 or better, and use errno unconditionally. * m4/output.c (Includes): Likewise. * modules/gnu.c (Includes): Likewise. * modules/m4.c (Includes): Likewise. * src/m4.h (Includes): Likewise. More... almost 18 years ago
* README (Patches): Document the current dependence on CVS builds of autotools. * ltdl/m4/gnulib-cache.m4: Update, and use --macro-prefix=M4. * configure.ac: Use consistent quoting throughout. (AC_PREREQ): Bump to 2.59d. (AC_INIT): Package name begins with uppercase. (AC_ARG_WITH): Use AS_HELP_STRING. (AM_INIT_AUTOMAKE): Enable gnits mode. (AC_ISC_POSIX, AM_PROG_CC_STDC, AC_PROG_INSTALL, AC_PROG_MAKE_SET), (AC_PROG_AWK, AM_C_PROTOTYPES, AC_C_CONST, AC_HEADER_STDC), (AC_CHECK_HEADERS, AC_FUNC_ALLOCA, AC_FUNC_VPRINTF): Remove checks done by gnulib or automake, or which autoconf has declared obsolete. * m4/m4private.h (Includes): Assume C89 or better, and use errno unconditionally. * m4/output.c (Includes): Likewise. * modules/gnu.c (Includes): Likewise. * modules/m4.c (Includes): Likewise. * src/m4.h (Includes): Likewise. More... almost 18 years ago
* README-alpha: Update web address. * README: Likewise. Change encoding to ASCII. Remove old advice about cygwin. Document bootstrapping dependency. * AUTHORS: Update from branch-1_4. * THANKS: Likewise. Change encoding to UTF-8. * BACKLOG: Delete. This file is too old and unmaintained to be worthwhile. * ChangeLog: Change encoding to UTF-8. More... almost 18 years ago
* README-alpha: Update web address. * README: Likewise. Change encoding to ASCII. Remove old advice about cygwin. Document bootstrapping dependency. * AUTHORS: Update from branch-1_4. * THANKS: Likewise. Change encoding to UTF-8. * BACKLOG: Delete. This file is too old and unmaintained to be worthwhile. * ChangeLog: Change encoding to UTF-8. More... almost 18 years ago
Avoid compiler warnings. * m4/macro.c (trace_format): Don't mark this as a printf format, since we don't accept the same set of modifiers as printf. It would be nice if gcc let us specify a custom format archetype. * src/main.c (main): Cast away const. More... almost 18 years ago
Avoid compiler warnings. * m4/macro.c (trace_format): Don't mark this as a printf format, since we don't accept the same set of modifiers as printf. It would be nice if gcc let us specify a custom format archetype. * src/main.c (main): Cast away const. More... almost 18 years ago
* modules/time.c (ctime): Pass correctly typed variable to m4_numeric_arg. (gmtime): Likewise. (localtime): Likewise. (strftime): Likewise. * m4/utility.c (m4_numeric_arg): For now, document arbitrary limit inherent in this interface. More... almost 18 years ago
* modules/time.c (ctime): Pass correctly typed variable to m4_numeric_arg. (gmtime): Likewise. (localtime): Likewise. (strftime): Likewise. * m4/utility.c (m4_numeric_arg): For now, document arbitrary limit inherent in this interface. More... almost 18 years ago
Avoid redundant commit mail More... almost 18 years ago
Avoid redundant commit mail More... almost 18 years ago
* configure.ac (changeword): Work even when changeword is not a macro. (AC_PROG_AWK, AC_PROG_INSTALL, AC_PROG_MAKE_SET, AC_HEADER_STDC): Delete; now done by automake. (AC_ISC_POSIX, AC_C_CONST): Delete; now obsolete. More... almost 18 years ago
* configure.ac (changeword): Work even when changeword is not a macro. (AC_PROG_AWK, AC_PROG_INSTALL, AC_PROG_MAKE_SET, AC_HEADER_STDC): Delete; now done by automake. (AC_ISC_POSIX, AC_C_CONST): Delete; now obsolete. More... almost 18 years ago
* configure.ac (changeword): Work even when changeword is not a macro. (AC_PROG_AWK, AC_PROG_INSTALL, AC_PROG_MAKE_SET, AC_HEADER_STDC): Delete; now done by automake. (AC_ISC_POSIX, AC_C_CONST): Delete; now obsolete. More... almost 18 years ago
* configure.ac (changeword): Work even when changeword is not a macro. (AC_PROG_AWK, AC_PROG_INSTALL, AC_PROG_MAKE_SET, AC_HEADER_STDC): Delete; now done by automake. (AC_ISC_POSIX, AC_C_CONST): Delete; now obsolete. More... almost 18 years ago
* lib/regex.c (bcmp_translate): Canonicalize type name. * doc/Makefile.am (MAINTAINERCLEANFILES): Fix typo. * configure.ac (changeword): Disable changeword for the creation of configure, in case of bootstrapping with an m4 configured with --enable-changeword. More... almost 18 years ago
* lib/regex.c (bcmp_translate): Canonicalize type name. * doc/Makefile.am (MAINTAINERCLEANFILES): Fix typo. * configure.ac (changeword): Disable changeword for the creation of configure, in case of bootstrapping with an m4 configured with --enable-changeword. More... almost 18 years ago
* lib/regex.c (bcmp_translate): Canonicalize type name. * doc/Makefile.am (MAINTAINERCLEANFILES): Fix typo. * configure.ac (changeword): Disable changeword for the creation of configure, in case of bootstrapping with an m4 configured with --enable-changeword. More... almost 18 years ago
* lib/regex.c (bcmp_translate): Canonicalize type name. * doc/Makefile.am (MAINTAINERCLEANFILES): Fix typo. * configure.ac (changeword): Disable changeword for the creation of configure, in case of bootstrapping with an m4 configured with --enable-changeword. More... almost 18 years ago
Whitespace cleanup More... almost 18 years ago
Whitespace cleanup More... almost 18 years ago