Commit Graph

  • 967e0c11ea "ls --color" would highlight other-writable and sticky directories no differently than regular directories on a file system with dirent.d_type support. * NEWS: Say the above. * src/ls.c (gobble_file): With --color, also stat the file when we know it is a directory. Derived from an anonymous one-line fix and bug report: <https://savannah.gnu.org/bugs/?15043>. * tests/ls/color-dtype-dir: New file. Test for the above fix. * tests/ls/Makefile.am (TESTS): Add color-dtype-dir. Jim Meyering 2006-08-26 06:46:17 +00:00
  • 0d41cd8f29 * .cvsignore: Remove stamp-h1. Add coreutils-*, to ignore tarballs. * bootstrap.conf: Add configmake, verify. * lib/.cvsignore: Add configmake.h, stamp-h1. * src/.cvsignore: Remove localedir.h. * src/Makefile.am (localedir, DISTCLEANFILES, localedir.h): Remove; subsumed by configmake. * src/system.h: Include configmake.h rather than localedir.h (LOCALEDIR): New macro. Paul Eggert 2006-08-25 23:30:57 +00:00
  • 1a5c74f01a Fix typo in previous checkin; a "&" went missing. Paul Eggert 2006-08-25 23:12:01 +00:00
  • db3f6c256b Rewrite to avoid some unnecessary casts, macros, literals. (DEFAULT_PASSES, VERBOSE_UPDATE): Now constants, not macros. (SECTOR_SIZE, SECTOR_MASK): New constants. (fillpattern, dopass, do_wipefd, main): Remove unnecessary casts, and use the SECTOR_* constants when applicable. Check for size < 0 rather than size == -1, since negative-size files are a sign of trouble anyway. Paul Eggert 2006-08-25 23:08:58 +00:00
  • 03a5310540 * src/stat.c (print_statfs): Fix typo: remove extra "sizeof". Jim Meyering 2006-08-24 21:47:37 +00:00
  • 69fdccfb29 * src/stat.c (HAVE_STRUCT_STATXFS_F_FSID___VAL): Define. This macro was being used without being defined. (SB_F_NAMEMAX): Remove cast. (f_fsid) [BeOS]: Likewise. (OUT_NAMEMAX): Renamed from NAMEMAX_FORMAT, with a new meaning. All uses changed. (out_string, out_int, out_uint, out_uint_o, out_uint_x): New functions. (xstrcat): Remove. All uses changed to use the above functions. (print_statfs, print_stat): 2nd arg is now the prefix len, not the buffer len. All uses changed. Output '?', not '*', for unknown data or errors. Do not assume signed values can be interchanged with unsigned when printing. (print_statfs): For %i, print the fsid as a single int, not as a pair. (print_it): Quote invalid format better. (STRUCT_STATVFS, statfs, f_fsid, f_blocks, f_bfree) [BeOS]: (f_bavail, f_bsize, STATFS_FRSIZE, f_files, f_ffree) [BeOS]: (STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME) [BeOS]: Define. Paul Eggert 2006-08-23 23:40:21 +00:00
  • 882c0d8d35 * NEWS: printf supports the I flag. * src/printf.c (print_formatted) [glibc 2.2 or later]: Likewise. Paul Eggert 2006-08-23 23:38:27 +00:00
  • 5f61923564 (SA_RESTART): Fallback define. Paul Eggert 2006-08-23 19:19:01 +00:00
  • f5017cb0f6 * src/system.h (EDQUOT): Define if not already defined. Paul Eggert 2006-08-23 19:14:25 +00:00
  • 7b1ba27c95 * .cvsignore: Remove config.h, config.hin, as they are now 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. Paul Eggert 2006-08-23 18:37:27 +00:00
  • 2f1ed196eb No need to define gl_LOCK. Paul Eggert 2006-08-23 18:09:40 +00:00
  • 81a3cd6df6 * bootstrap (slurp): Also put in a dummy definition for gl_LOCK_EARLY, introduced recently into gnulib. Paul Eggert 2006-08-23 18:06:48 +00:00
  • d75da2a555 Add gnupload. Paul Eggert 2006-08-23 17:08:09 +00:00
  • 2594cd456d * NEWS: Mention the sweeping infrastructure changes. Jim Meyering 2006-08-23 09:17:14 +00:00
  • 0b38c6af07 * bootstrap.conf (gnulib_modules): Add gnupload. * Makefile.maint (emit_upload_commands): gnupload is now in build-aux. * gnupload: Remove from CVS, since it's now a gnulib module. Paul Eggert 2006-08-22 19:36:22 +00:00
  • 0d35f28695 * bootstrap (bootstrap_conf_cleanup): Remove. (excluded_files): New var. * bootstrap.conf: Likewise. * bootstrap (slurp): Exclude files early if they're in the excluded_files list. That way, their names don't get put into .cvsignore. Paul Eggert 2006-08-22 19:19:57 +00:00
  • 711f81145e Add aclocal.m4, config.hin, configure to .cvsignore. Paul Eggert 2006-08-22 18:59:02 +00:00
  • 6d124bf98a * aclocal.m4, config.hin, configure: Remove from CVS, since ./bootstrap generates them automatically. * .cvsignore: Add INSTALL, Makefile.in, *.cache, *.lineno, *.log. Remove more-specific entries. This catches files like configure.lineno. * man/.cvsignore: Add Makefile.in. * src/.cvsignore: Add Makefile.in. Remove .version, dir.c, install, mvdir, stamp-v, vdir.c, version.c. Paul Eggert 2006-08-22 18:50:24 +00:00
  • cafb7947b5 BeOS portability. * src/uptime.c: Include OS.h if it exists. (print_uptime): On BeOS, use the get_system_info function (actually a macro). Loop through utmp entries only if utmp.h or utmpx.h exists. (uptime): Call read_utmp only if utmp.h or utmpx.h exists. * m4/boottime.m4 (GNULIB_BOOT_TIME): Test also for utmp.h, utmpx.h, OS.h. Don't require to have utmp.h or utmpx.h. Enable boottime support if <OS.h> is found. Paul Eggert 2006-08-22 17:42:21 +00:00
  • 0797e95b8a * .cvsignore: Add files that are now generated by ../bootstrap. Jim Meyering 2006-08-22 11:01:23 +00:00
  • 112606d80f [ChangeLog] * .cvsignore: Add ABOUT-NLS. [lib/ChangeLog] * .cvsignore: Add files that are now generated by ../bootstrap. [m4/ChangeLog] * .cvsignore: Add files that are now generated by ../bootstrap. [po/ChangeLog] * .cvsignore: Add files that are now generated by ../bootstrap. Jim Meyering 2006-08-22 10:44:40 +00:00
  • cf7d6fe7bf Move the check-AUTHORS rule to be run as part of "make distcheck", rather than "make check". * src/Makefile.am (check): Don't depend on check-AUTHORS; it would cause "make check" to fail on systems unable to build all binaries. * Makefile.maint (check-AUTHORS): New rule. (local-checks-available): Add it here. Reported by Bruno Haible. Needed for BeOS. Jim Meyering 2006-08-22 10:13:37 +00:00
  • 86e1642541 (LDADD): Restore this line; it is still needed for t-fpending on platforms without __fpending. Paul Eggert 2006-08-22 07:00:51 +00:00
  • 56795d3ea4 Remove df -mP. Paul Eggert 2006-08-22 04:00:01 +00:00
  • e2e9b7d2ee (print_header, show_dev): Use a column width that depends on the block size of -P is specified and not autoscaling. Paul Eggert 2006-08-22 03:59:14 +00:00
  • 3413a41528 Remove argmatch.m4 from CVS, since ../bootstrap generates it automatically. Paul Eggert 2006-08-21 22:09:48 +00:00
  • 1d6853a7bc * tests/dircolors/simple (a): Don't fail with an unexpected diagnostic when the shell variable, SHELL, is not set. Trigger the failure with "(unset SHELL; make check TESTS=simple)". Reported by Sven Joachim in <http://bugs.debian.org/355368>. Jim Meyering 2006-08-21 17:28:09 +00:00
  • 76407d035c * src/od.c: Now that HAVE_UNSIGNED_LONG_LONG is no longer defined in config.h, change the uses to HAVE_UNSIGNED_LONG_LONG_INT. Otherwise, on a system with 4-byte longs, "od -t u8" fails with this: od: invalid type string `u8'; this system doesn't provide a 8-byte integral type FIXME: add a test for this, but skip it when sizeof uintmax < 8. Jim Meyering 2006-08-21 13:54:04 +00:00
  • 71e3d8bbf6 Done: convert to use gnulib-tool Jim Meyering 2006-08-21 08:11:55 +00:00
  • 05e03fc656 Add a bootstrap procedure, so that the CVS version contains fewer 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. Paul Eggert 2006-08-21 07:30:45 +00:00
  • 0f7a044109 Remove from CVS, since the bootstrap script generates them automatically. Paul Eggert 2006-08-21 07:26:38 +00:00
  • 11fd62b008 add -cvs suffix Jim Meyering 2006-08-20 15:53:11 +00:00
  • b57f08306e the patch from 2006-08-18 broke on cygwin. Paul Eggert 2006-08-20 15:17:27 +00:00
  • 1227e8c08b * NEWS: Add a line for 6.2-cvs. * configure.ac (AC_INIT): Bump to 6.2 and add "-cvs" suffix. Jim Meyering 2006-08-20 14:23:38 +00:00
  • e74a18b16d . Jim Meyering 2006-08-19 21:03:14 +00:00
  • 73496017cc . v6.1 COREUTILS-6_1 Jim Meyering 2006-08-19 20:49:45 +00:00
  • befcbddff1 * tests/Makefile.am (EXTRA_DIST): Add sparse-file. Jim Meyering 2006-08-19 20:34:57 +00:00
  • e71ebc5213 . Jim Meyering 2006-08-19 20:34:31 +00:00
  • c65dbcbc14 . Jim Meyering 2006-08-19 20:17:21 +00:00
  • 0785c007d1 remove trailing blanks, again Jim Meyering 2006-08-19 19:36:44 +00:00
  • 929910e100 remove -cvs suffix, too Jim Meyering 2006-08-19 19:35:28 +00:00
  • 03ffc923e9 . Jim Meyering 2006-08-19 19:34:16 +00:00
  • 0cb751080f Import from Translation Project, with obvious corrections for plural forms. Paul Eggert 2006-08-19 19:00:41 +00:00
  • 7b88d1ba67 * Version 6.1. * NEWS: Record the 6.1 release date. * configure.ac (AC_INIT): Remove "-cvs" suffix from version string. Jim Meyering 2006-08-19 18:33:50 +00:00
  • 77c8f5b5c2 Avoid test failure when `make check' is run through debuild. * tests/help-version: Ensure that $SHELL is set to some value and exported. Patch from Sven Joachim. For details, see <http://bugs.debian.org/355368>. Jim Meyering 2006-08-19 18:30:04 +00:00
  • 6a15128cef *** empty log message *** Jim Meyering 2006-08-19 17:37:28 +00:00
  • 674311d6d7 * tests/ls/stat-dtype: Test for the 2006-08-17 `ls -CF' fix. Jim Meyering 2006-08-19 17:19:12 +00:00
  • 0bcaab0b0d Change FIXME comment to fwd ref. Jim Meyering 2006-08-19 17:17:49 +00:00
  • 5dd3168eed Capitalize the P in Pre-C99. Jim Meyering 2006-08-19 16:52:41 +00:00
  • a075864c29 * README: Describe potential "pre-C99 build failure", and work-around. Jim Meyering 2006-08-19 16:23:17 +00:00
  • 9b3bb934bc Some of my 2006-07-03 changes to tests/*/Makefile.am were being backed out due to updates provoked by the copyright changes. * tests/Makefile.am.in (PATH): Prepend $(VG_PATH_PREFIX), so that it propagates to the derived Makefile.am files. ($(srcdir)/Makefile.am): Mark generated .am files as read-only, so we don't mistakenly edit them again. * tests/cut/Makefile.am: Regenerate. * tests/head/Makefile.am: Likewise. * tests/join/Makefile.am: Likewise. * tests/pr/Makefile.am: Likewise. * tests/sort/Makefile.am: Likewise. * tests/tac/Makefile.am: Likewise. * tests/tail/Makefile.am: Likewise. * tests/test/Makefile.am: Likewise. * tests/tr/Makefile.am: Likewise. * tests/uniq/Makefile.am: Likewise. * tests/wc/Makefile.am: Likewise. Jim Meyering 2006-08-19 16:02:11 +00:00
  • b35bd50ce6 * NEWS: Fix cp --sparse so that it preserves tail-end sparseness, even when the file's apparent size is not a multiple of its block size. * src/copy.c (copy_reg): Don't write a NUL before calling ftruncate. For some file sizes, writing that single byte would unnecessarily waste a few file blocks. That write may have been necessary in the early days of Linux, but now, removing it should be safe. Based on a patch by Alan Curry: <http://bugs.debian.org/370792> * tests/cp/sparse: New test for the above. * tests/cp/Makefile.am (TESTS): Add sparse. Jim Meyering 2006-08-19 14:01:29 +00:00
  • 5f57935678 Add support for NetBSD 3.0. * src/stat.c (USE_STATVFS): Set to 1 if 'struct statvfs' has a field f_fstypename. (STATXFS_FILE_SYSTEM_TYPE_MEMBER_NAME): Define also if 'struct statvfs' has a field f_fstypename. This undoes the 2006-08-15 to src/stat.c. * lib/mountlist.c [MOUNTED_GETMNTINFO2]: Include sys/statvfs.h. (ME_DUMMY): Treat "kernfs" as a dummy. (read_file_system_list) [MOUNTED_GETMNTINFO2]: Implement. * m4/ls-mntd-fs.m4 (gl_LIST_MOUNTED_FILE_SYSTEMS): Also check for sys/statvfs.h. When getmntinfo was found, check its declaration and set either MOUNTED_GETMNTINFO or MOUNTED_GETMNTINFO2 depending on it. * m4/stat-prog.m4 (cu_PREREQ_STAT_PROG): Test also for f_fstypename in struct statvfs. Paul Eggert 2006-08-18 18:36:04 +00:00
  • 47c8512a6f * src/system.h (select_plural): Reduce by 1000000, not 1000, since the CVS gettext manual now suggests 1000000. Paul Eggert 2006-08-18 18:12:47 +00:00
  • 16901dd5fb * gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Also check for CLOCK_REALTIME, since gethrxtime may revert to using clock_gettime via gettime.c. Gabor Z. Papp reported that gethrxtime-using programs failed to link due to unresolved clock_gettime on a linux-2.4.x system. Jim Meyering 2006-08-18 09:04:12 +00:00
  • 1ff9be72d4 back out last patch Jim Meyering 2006-08-18 08:24:46 +00:00
  • f0703928e4 * gethrxtime.m4 (gl_PREREQ_GETHRXTIME): Reverse sense of test for CLOCK_MONOTONIC. Otherwise, linking a gethrxtime-using program with $(LIB_GETHRXTIME) could fail due to unresolved clock_gettime. Reported by Gabor Z. Papp. Jim Meyering 2006-08-18 07:34:06 +00:00
  • 22d4295325 * Makefile.am (EXTRA_DIST): Reflect doclicense.texi->fdl.texi renaming. Jim Meyering 2006-08-17 20:55:32 +00:00
  • 5129debc41 Remove; no longer needed. Paul Eggert 2006-08-17 20:09:22 +00:00
  • 218fa5c61b Add/fix copyright notices and adjust to latest GNU FDL. Paul Eggert 2006-08-17 19:58:17 +00:00
  • 23f176cae6 ls -CF would misalign columns in some cases. * src/ls.c (get_type_indicator): New function. extracted from... (print_type_indicator): ...here. Use it. (length_of_file_name_and_frills): Use it here, too, rather than assuming stat.st_mode is valid. Reported by Andreas Schwab, here: <http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/7774> FIXME: add a test for this: FYI, I did ls -CF /proc and visually inspected the result. Jim Meyering 2006-08-17 15:46:56 +00:00
  • 1b3ac49f0e * src/copy.c (copy_internal, same_file_ok): Adjust comments not to mention the now-removed cp_options.xstat member. Jim Meyering 2006-08-17 15:34:59 +00:00
  • 2c84e99ee4 regenerate Jim Meyering 2006-08-17 11:49:08 +00:00
  • ef1c94bcd6 (AC_INIT): Bump to 6.1 and add "-cvs" suffix. Jim Meyering 2006-08-17 11:47:53 +00:00
  • 9aa695174d * Makefile.maint (patch-check): Adapt to work now that the patch modifies more than one file in src/. Jim Meyering 2006-08-17 10:03:05 +00:00
  • a771318b59 With this patch, permit building with Solaris cc on Solaris 7. * src/c99-to-c89.diff: Add diffs to convert more c99-isms. This integrates patches from Bruno Haible. Jim Meyering 2006-08-17 09:50:24 +00:00
  • 9842bf8278 * tests/chmod/setgid (abs_srcdir): Remove; not used or needed. Skip this test if "chmod g+s d" silently does nothing. Paul Eggert 2006-08-16 21:58:48 +00:00
  • 0142be6908 * tests/cp/Makefile.am: Don't mark "acl" as XFAIL. * tests/cp/acl: Instead, skip the test if either setfacl or getfacl fails. Jim Meyering 2006-08-16 21:53:56 +00:00
  • 60d8c89529 Skip this test suite if we can't set up files properly for the setuid-etc test. Paul Eggert 2006-08-16 21:46:36 +00:00
  • aacbc75155 * tests/lang-default (LC_ALL): Set to "C", so we get English-language diagnostics. Unset the other variables. Paul Eggert 2006-08-16 20:11:42 +00:00
  • b96f5ea492 Fix bugs when printing plurals of numbers that are not unsigned long int values. * src/system.h (select_plural): New function. * src/md5sum.c (digest_check): Use select_plural to avoid bug. * src/uptime.c (print_uptime): Likewise. * src/dd.c (print_stats): Likewise. Also, don't use ngettext to print a floating point number, as reducing to 0 or 1 doesn't work for some languages. Instead, just use "s" for seconds since it doesn't need a plural form. Paul Eggert 2006-08-16 19:36:46 +00:00
  • f048f049e7 (memcoll): Set errno = 0 in the shortcut case, too. Paul Eggert 2006-08-16 17:24:35 +00:00
  • 061a90d68a * fts.c (fts_children): Remove obsolete "// FIXME ..." comment. Reported by Bruno Haible. Jim Meyering 2006-08-16 13:45:27 +00:00
  • 72d1188040 Explain why gzip --help's stderr output matters. Jim Meyering 2006-08-16 12:55:18 +00:00
  • 1e77e830cc 2006-08-16 Bruno Haible <bruno@clisp.org> * Makefile.maint (gzip_rsyncable): Throw away stderr output of "gzip --help". Jim Meyering 2006-08-16 12:37:34 +00:00
  • a8914bd966 2006-08-16 Andreas Schwab <schwab@suse.de> * tests/cp/acl: Don't use non-portable == operator for test. Jim Meyering 2006-08-16 10:00:07 +00:00
  • 734afd5f62 *** empty log message *** Jim Meyering 2006-08-16 09:55:48 +00:00
  • 481113d551 * tests/ls/stat-dtype: Use stat to test file system type, rather than df -T, in case /etc/mtab lies. Reported by Michael Stone. Jim Meyering 2006-08-16 09:44:55 +00:00
  • 4ce3538865 add URL for HU-translation problem report Jim Meyering 2006-08-16 06:06:23 +00:00
  • 93d6fb1488 *** empty log message *** Jim Meyering 2006-08-16 06:05:20 +00:00
  • 9e2b97bf35 * NEWS: Mention that df exits with nonzero status if it generates no output. This change was in 6.0 but inadvertently unmentioned. * doc/coreutils.texi (df invocation): df exits nonzero if it outpus nothing. * src/df.c (file_systems_processed): Renamed from n_valid_args, and now a boolean. (show_dev): Don't set it until we actually output something. Print the header if this is the first output. (main): Don't print a header, as that is now show_dev's job. * tests/misc/Makefile.am (TESTS): Add df. * tests/misc/df: New file. Paul Eggert 2006-08-15 23:41:24 +00:00
  • 5ce0b45a43 (USE_STATVFS): Define to 0 if f_type is needed, but statvfs.f_type not present. Paul Eggert 2006-08-15 23:23:28 +00:00
  • 7b0f6f1559 * src/dd.c (print_stats): Don't substitute "1" for number, as this causes confusion for the Hungarian translators. Problem reported by Egmont Koblinger. Paul Eggert 2006-08-15 20:50:22 +00:00
  • 2ee444b5fe [./] * .x-sc_require_config_h: Add lib/at-func.c. [lib/] * at-func.c: New file, with the logic of all emulated at-functions. * openat-priv.h: Include <errno.h> and define ENOSYS, in support of the EXPECTED_ERRNO macro. * openat.c (fstatat, unlinkat, fchownat): Remove function definitions. Instead, define the appropriate symbols and include "at-func.c". * mkdirat.c (mkdirat): Likewise. * fchmodat.c (fchmodat): Likewise. (ENOSYS): Remove definition. * openat.c: Don't include <errno.h>, now that "openat-priv.h" does it. Don't include "unistd--.h" -- it wasn't ever used. [m4/] * openat.m4 (gl_FUNC_OPENAT): Add at-func.c via AC_LIBSOURCES. Jim Meyering 2006-08-15 19:17:30 +00:00
  • d8139747b1 * NEWS: Add a line for 6.1-cvs. * configure.ac (AC_INIT): Bump to 6.1 and add "-cvs" suffix. Jim Meyering 2006-08-15 17:00:00 +00:00
  • 0ae904e03d . Jim Meyering 2006-08-15 12:30:26 +00:00
  • 2df18658dc * Makefile.maint (alpha beta major): Fix syntax error. v6.0 COREUTILS-6_0 Jim Meyering 2006-08-15 12:13:04 +00:00
  • 22ce855eb6 *** empty log message *** Jim Meyering 2006-08-15 12:06:10 +00:00
  • e5b0d0aa85 . Jim Meyering 2006-08-15 12:05:34 +00:00
  • 3b3a4c3b20 Don't mention "stable" on Version line. Jim Meyering 2006-08-15 11:26:17 +00:00
  • a23eb4a58c tweak syntax of "Version ..." line. Jim Meyering 2006-08-15 11:25:13 +00:00
  • 987f3b383a * TODO: Add an item (convert to use gnulib-tool), add to the plan for id-vs-getgrouplist, and remove a few completed items. Jim Meyering 2006-08-15 11:23:44 +00:00
  • 3a246cc314 * Version 6.0 [unstable]. * NEWS: Record the 6.0 release date. * configure.ac (AC_INIT): Remove "-cvs" suffix from version string. Jim Meyering 2006-08-15 11:12:07 +00:00
  • a0fcf62767 commit, for the record. May never be used. Jim Meyering 2006-08-15 11:08:03 +00:00
  • 5ad9cd982c do not set $path Use --leak-check=full, not --quiet. Emit "--" after $vg. Jim Meyering 2006-08-15 11:05:50 +00:00
  • 1289d06809 update from gnulib Jim Meyering 2006-08-15 09:14:36 +00:00
  • 1a00d99c2f (memcoll): Optimize for the common case where the arguments are bytewise equal. Paul Eggert 2006-08-14 16:20:49 +00:00
  • 418a7c8c43 * src/shred.c (usage): Don't indent the second line of an item. Otherwise, help2man would misformat the output. Reported by Adam Buchbinder in <https://launchpad.net/bugs/48917>. Jim Meyering 2006-08-13 21:21:52 +00:00
  • 3244e9a493 * pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE -> HAVE_PIPE. Fix a file descriptor leak when fd_safer fails. Paul Eggert 2006-08-11 20:28:42 +00:00
  • 80886a8db3 (AM_GNU_GETTEXT): Upgrade to need-formatstring-macros. Paul Eggert 2006-08-11 18:40:41 +00:00