Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-23 | * NEWS: Add a line for 6.5-cvs. | Jim Meyering | |
* configure.ac (AC_INIT): Bump to 6.5 and add "-cvs" suffix. | |||
2006-10-22 | Version 6.4. | Jim Meyering | |
* NEWS: Record the 6.4 release date. * configure.ac (AC_INIT): Remove "-cvs" suffix from version string. | |||
2006-10-12 | * configure.ac: Avoid compiler warnings about default return | Jim Meyering | |
type in function definitions and unused variables in tests. * src/who.c (print_user) [HAVE_UT_HOST]: hostlen is only needed if this is #defined. | |||
2006-10-12 | [ChangeLog] | Jim Meyering | |
* configure.ac: Reflect s/gl_MACROS/coreutils_MACROS/ renaming. Call gl_INIT directly, rather than through the above. [m4/ChangeLog] * jm-macros.m4 (coreutils_MACROS): Rename from gl_MACROS, now that most of the gnulib macros have migrated into gnulib. Don't call gl_INIT here (now it's called from configure.ac, directly). | |||
2006-10-02 | * NEWS: Add a line for 6.4-cvs. | Jim Meyering | |
* configure.ac (AC_INIT): Bump to 6.4 and add "-cvs" suffix. | |||
2006-09-30 | Version 6.3. | Jim Meyering | |
* NEWS: Record the 6.3 release date. * configure.ac (AC_INIT): Remove "-cvs" suffix from version string. * NEWS: Mention Paul's Solaris 8 vs. 10 work-around. | |||
2006-09-18 | * NEWS: Add a line for 6.3-cvs. | Jim Meyering | |
* configure.ac (AC_INIT): Bump to 6.3 and add "-cvs" suffix. | |||
2006-09-18 | Version 6.2. | Jim Meyering | |
* NEWS: Record the 6.2 release date. * configure.ac (AC_INIT): Remove "-cvs" suffix from version string. | |||
2006-08-23 | * .cvsignore: Remove config.h, config.hin, as they are now | Paul Eggert | |
in lib. * configure.ac (AC_CONFIG_HEADERS): Move config.h and config.hin to lib. * lib/.cvsignore: Add config.h, config.hin. * lib/Makefile.am (AM_CPPFLAGS): Remove; we no longer need '-I..'. * src/Makefile.am (AM_CPPFLAGS): Remove '-I..'; no longer needed. | |||
2006-08-21 | Add a bootstrap procedure, so that the CVS version contains fewer | Paul Eggert | |
files and we bootstrap the rest from gnulib, gettext, etc. * README-cvs: New file. * bootstrap: New file. * bootstrap.conf: New file. * .x-sc_trailing_blank: Remove config-log, .gdb-history. Add .po. * configure.ac (AC_PREREQ): Move here from m4/*.m4, for benefit of gnulib-tool. (gl_DEFAULT_POSIX2_VERSION, gl_USE_SYSTEM_EXTENSIONS, gl_PERL): (gl_IGNORE_UNUSED_LIBRARIES): Remove; now done by gnulib. (gl_EARLY): Add. (gl_MACROS): Call just after gl_EARLY, just for clarity. * src/c99-to-c98.diff: Remove patch to ls.c; no longer needed. * src/kill.c (strtoimax): Remove decl. * src/ls.c: Include "wcwidth.h" instead of rolling it ourselves. * src/wc.c: Likewise. * src/ls.c (sort_files): Rewrite to avoid need for C99-style declaration, so that we don't need to patch this file. * src/printf.c (strtoimax, strtoumax): Remove decls. * src/su.c: Include getpass.h. (getpass): remove. * src/system.h: Include mempcpy.h, stpcpy.h, strpbrk.h. Include inttypes.h unconditionally; remove decls it handles. * lib/Makefile.am: include gnulib.mk, so that we can remove most of this file. (AM_CPPFLAGS): Don't mention -I$(srcdir), since that's now done for us. (noinst_LIBRARIES, LDDADD, DEFS): Remove. (libcoreutils_a_SOURCES): Trim down greatly, just to the files that aren't in gnulib. Remove defns gnulib does for us. * m4/check-decl.m4 (gl_CHECK_DECLS): Don't include stdio.h, string.h, stdlib.h, unistd.h, sys/time.h, time.h. Use AC_CHECK_DECLS_ONCE for free, getenv, geteuid, getlogin, getuid, lseek, malloc, memchr, realloc. Don't check for getutent, memrchr, nanosleep, stpcpy, strndup, strnlen, strstr, strtoul, strtoull. (_gl_DECL_HEADERS): Remove; all uses removed. * m4/jm-macros.m4 (gl_MACROS): Move AC_PREREQ into configure.ac for the benefit of gnulib-tool. Call gl_INIT. Do not call or require macros that gnulib will handle for us. Don't check for fchmod, hasmntopt, isascii, lchown, listmntent, mempcpy, realpath, wcrtomb, tzset. (gl_CHECK_ALL_HEADERS): Don't check for sys/statvfs.h, sys/vfs.h, sys/mount.h. (gl_CHECK_ALL_TYPES): Require AC_TYPE_UNSIGNED_LONG_LONG_INT. Don't check for struct stat.st_blksize. Don't require AC_STRUCT_ST_DM_MODE, gt_TYPE_SSIZE_T, gl_AC_TYPE_UINT32_T, gl_AC_TYPE_UINTMAX_T, gl_AC_TYPE_UINTPTR_T, gl_AC_TYPE_UNSIGNED_LONG_LONG. * m4/prereq.m4 (gl_PREREQ): Require gl_FUNC_XFTS, gl_ROOT_DEV_INO. Don't require macros that gnulib does for us. * m4/stat-prog.m4 (cu_PREREQ_STAT_PROG): Don't check for sys/sysmacros.h. Don't check for statvfs. Use AC_CHECK_HEADERS_ONCE for netinet/in.h, nfs/nfs_clnt.h, nfs/vfs.h. Don't require gl_AC_TYPE_LONG_LONG, gt_HEADER_INTTYPES_H. | |||
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 | |