Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-08-20 | * NEWS: Add a line for 6.2-cvs. | Jim Meyering | |
* configure.ac (AC_INIT): Bump to 6.2 and add "-cvs" suffix. | |||
2006-08-19 | * Version 6.1. | Jim Meyering | |
* NEWS: Record the 6.1 release date. * configure.ac (AC_INIT): Remove "-cvs" suffix from version string. | |||
2006-08-17 | (AC_INIT): Bump to 6.1 and add "-cvs" suffix. | Jim Meyering | |
2006-08-15 | * Version 6.0 [unstable]. | Jim Meyering | |
* NEWS: Record the 6.0 release date. * configure.ac (AC_INIT): Remove "-cvs" suffix from version string. | |||
2006-08-11 | (AM_GNU_GETTEXT): Upgrade to need-formatstring-macros. | Paul Eggert | |
2006-08-10 | (AM_GNU_GETTEXT_VERSION): Update from 0.13.1 to 0.15. | Paul Eggert | |
2006-03-26 | (AC_CONFIG_FILES): Remove tests/basename. | Jim Meyering | |
2006-02-03 | Require automake-1.9.6, not 1.8.3. | Jim Meyering | |
2006-01-07 | (gl_IGNORE_UNUSED_LIBRARIES): Add. | Paul Eggert | |
2005-11-22 | Put copyright dates all on one line so the | Jim Meyering | |
emacs function that updates them works properly. | |||
2005-11-18 | (AC_PROG_CC_STDC): Use this instead of AC_PROG_CC, so that | Paul Eggert | |
we get a standard-conforming compiler. This relies on the new m4/c.m4 file. Note that it's a bit tricky, since c.m4 doesn't define AC_PROG_CC_STDC; we are relying on Autoconf 2.59 internals. m4/c.m4 can go away with Autoconf 2.60 comes out. | |||
2005-11-18 | (AM_PROG_CC_C_O): Add. Needed for CVS Automake. | Paul Eggert | |
Problem reported by Eric Blake. | |||
2005-10-23 | Use 6.0-cvs as the version string. | Jim Meyering | |
2005-10-22 | Remove -cvs suffix from version string. | Jim Meyering | |
2005-10-17 | Use 5.92-cvs as the version string. | Jim Meyering | |
2005-10-16 | Remove -cvs suffix from version string. For 5.91. | Jim Meyering | |
2005-09-30 | Use 5.91-cvs as the version string. | Jim Meyering | |
2005-09-29 | Remove -cvs suffix from version string. | Jim Meyering | |
2005-09-28 | Use 5.90-cvs as the version string. | Jim Meyering | |
2005-09-13 | * configure.ac: Don't invoke AC_CONFIGURE_HOST directly. | Paul Eggert | |
2005-09-13 | Use AB_INIT (from autobuild). | Jim Meyering | |
2005-09-09 | (utils_cv_func_setpriority): Simplify the tests. | Paul Eggert | |
Define HAVE_NICE rather than NICE_PRIORITY (since a niceness is not a priority); all uses changed. | |||
2005-08-23 | Use `5.3.1-cvs' as the version string. | Jim Meyering | |
2005-08-13 | (AC_CONFIG_FILES): Remove tests/date/Makefile. | Jim Meyering | |
2005-07-09 | Undo previous change, and remove AC_HEADER_TIOCGWINSZ. | Paul Eggert | |
2005-07-08 | Add check for HAVE_FIONREAD_IN_SYS_IOCTL. | Paul Eggert | |
2005-05-18 | Add copyright notice. gl_LIB_CHECK -> cu_LIB_CHECK. | Paul Eggert | |
2005-04-05 | (AC_CONFIG_FILES): Add tests/tee/Makefile. | Jim Meyering | |
2005-03-22 | Reflect renaming: config -> build-aux. | Jim Meyering | |
2005-01-11 | Update version to 5.3.1. | Jim Meyering | |
2004-07-28 | Check for declaration of strtoumax, for src/printf.c. | Paul Eggert | |
2004-07-06 | (AC_CONFIG_FILES): Add tests/readlink/Makefile. | Jim Meyering | |
2004-04-17 | Depend on automake-1.8.3. | Jim Meyering | |
2004-04-14 | (AC_CONFIG_FILES): Remove m4/Makefile.in from the list. | Jim Meyering | |
2004-04-13 | Change `jm_' in AC_DEFINE'd names to `gl_'. | Jim Meyering | |
2004-03-13 | bump version to 5.3.0 | Jim Meyering | |
2004-03-02 | Include <signal.h> when checking for strsignal, | Jim Meyering | |
sys_siglist, and friends. Problem reported by Toney Leneis in <http://mail.gnu.org/archive/html/bug-coreutils/2004-02/msg00136.html>. | |||
2004-02-22 | (VERSION): bump to 5.2.1 | Jim Meyering | |
2004-02-10 | bump to 5.2.0 | Jim Meyering | |
2004-01-25 | bump version to 5.1.3 | Jim Meyering | |
2004-01-18 | Bump to 5.1.2 | Jim Meyering | |
2004-01-12 | Use gettext-0.13.1. | Jim Meyering | |
2004-01-11 | Use gl_DEFAULT_POSIX2_VERSION. | Jim Meyering | |
2004-01-09 | Quote underquoted `jm_DUMMY_1' to avoid new warning. | Jim Meyering | |
2003-12-22 | bump to 5.1.1 | Jim Meyering | |
2003-12-18 | Require automake-1.8. | Jim Meyering | |
2003-11-11 | Require automake-1.7.8. | Jim Meyering | |
2003-10-15 | change to 5.1.0 | Jim Meyering | |
2003-09-25 | Don't invoke AC_AIX or AC_MINIX explicitly, now | Jim Meyering | |
that we use gl_USE_SYSTEM_EXTENSIONS, since it AC_REQUIREs them. | |||
2003-09-08 | (VERSION): Bump to 5.0.92 | Jim Meyering | |