1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-27 04:26:41 +02:00
Commit Graph

9335 Commits

Author SHA1 Message Date
Jim Meyering 1b306b070e (install-exec-local): On systems with glibc-2.1 or
newer, don't install charset.alias.
2000-06-03 08:34:34 +00:00
Jim Meyering 70ac95bbb2 Change the Linux/glibc rules so they become empty on glibc-2.1 or newer. 2000-06-03 08:34:18 +00:00
Jim Meyering 43585ddb5e *** empty log message *** 2000-06-03 08:33:04 +00:00
Jim Meyering 410cb32814 Add comment to AC_DEFINE_UNQUOTED use. 2000-06-03 08:29:33 +00:00
Jim Meyering ea146bfd07 . 2000-06-03 08:26:05 +00:00
Jim Meyering 534576fad0 Use jm_GLIBC21. 2000-06-03 08:25:33 +00:00
Jim Meyering 6f7ac74eb3 New file. From Bruno Haible. 2000-06-03 08:23:54 +00:00
Jim Meyering f6639dbe36 *** empty log message *** 2000-06-03 08:19:42 +00:00
Jim Meyering f29147b4a1 *** empty log message *** 2000-06-03 08:18:18 +00:00
Jim Meyering 757e85d993 *** empty log message *** 2000-06-03 08:15:24 +00:00
Jim Meyering b662dfc657 Allow -v as synonym for --verbose, to be consistent with other fileutils. 2000-06-03 08:11:08 +00:00
Jim Meyering 8cb9b753c5 Allow -v as synonym for --verbose, to be consistent with other fileutils. 2000-06-03 08:10:37 +00:00
Jim Meyering 2d5e52c70d (usage): Document that -v is a synonym for --verbose. 2000-06-03 08:09:53 +00:00
Jim Meyering 4eb4f8c624 *** empty log message *** 2000-06-02 21:49:50 +00:00
Jim Meyering 59ee5c9f35 *** empty log message *** 2000-06-02 11:54:35 +00:00
Jim Meyering 209099c9d9 Back out last change. Instead, do this...
(read_filesystem_list) [MOUNTED_VMOUNT]: Set the me_dummy
member using the same `ignore'-testing code.
2000-06-02 11:20:47 +00:00
Jim Meyering 8f245c6f2c (ME_DUMMY): Add `autofs' to the list of ignored fs_type strings.
From Mark D. Roth.
2000-06-02 11:20:30 +00:00
Jim Meyering 8208033b86 *** empty log message *** 2000-05-29 21:06:20 +00:00
Jim Meyering afa54698c9 Adapt to fit new semantics of `cp -d'. 2000-05-29 21:05:22 +00:00
Jim Meyering a4791b30ea *** empty log message *** 2000-05-29 21:05:13 +00:00
Jim Meyering f06a2374fd Allow `cp -d -u' to copy one symlink onto another that's identical.
(copy_internal): Change the || to ^ in the big sameness
test, so copying one symlink onto another, identical one doesn't fail here.
If the symlink call fails, don't report the failure if the destination
already exists and is a symlink pointing to the proper name.
2000-05-29 21:05:07 +00:00
Jim Meyering ff9eb12809 . 2000-05-29 20:44:25 +00:00
Jim Meyering 472729831e (TESTS): Add slink-2-slink. 2000-05-29 20:44:03 +00:00
Jim Meyering 4fc0af40aa *** empty log message *** 2000-05-29 20:41:10 +00:00
Jim Meyering 11c6d21d52 (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore mounts
with the `ignore' attribute.  Based on a patch from Mark D. Roth.
2000-05-29 16:23:45 +00:00
Jim Meyering ab2c79328e *** empty log message *** 2000-05-29 16:23:04 +00:00
Jim Meyering 40acdda1b3 . 2000-05-29 16:22:03 +00:00
Jim Meyering ad435461eb *** empty log message *** 2000-05-29 16:20:07 +00:00
Jim Meyering 8b59f3a9e5 *** empty log message *** 2000-05-29 15:43:12 +00:00
Jim Meyering 1a0017092d . 2000-05-28 21:29:14 +00:00
Jim Meyering 769aaffc24 bump serial number 2000-05-28 21:28:05 +00:00
Jim Meyering 2981d74992 (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
2000-05-28 21:27:04 +00:00
Jim Meyering 5ccb8ddd83 *** empty log message *** 2000-05-28 21:24:54 +00:00
Jim Meyering 6aff8653fe (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from
jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK.
2000-05-28 21:24:42 +00:00
Jim Meyering 42cfd00757 . 2000-05-28 21:21:42 +00:00
Jim Meyering 3cec0fda7b *** empty log message *** 2000-05-28 17:36:36 +00:00
Jim Meyering 4957557813 s/jm_FUNC_STRERROR_R/AC_FUNC_STRERROR_R/. 2000-05-28 16:49:22 +00:00
Jim Meyering 619bbd4ce6 . 2000-05-28 16:48:25 +00:00
Jim Meyering 15a9b83bdd . 2000-05-27 21:26:50 +00:00
Jim Meyering d73513786d Arrange to call close_stdout upon exit.
Don't close stdout explicitly.
(usage): Add missing backslash at end of line.
(write_header): Remove now-unused COMMENT parameter.
Update all callers.
2000-05-27 21:17:39 +00:00
Jim Meyering 8ccf29f7fe Arrange to call close_stdout upon exit.
Don't close stdout explicitly.  Replace uses of global constant,
output_desc, with uses of STDOUT_FILENO.
2000-05-27 21:14:26 +00:00
Jim Meyering c8afcbe2e7 *** empty log message *** 2000-05-26 21:39:19 +00:00
Jim Meyering 37cbfc8c6b Use $cross_compiling', not $ac_cv_prog_cc_cross'. 2000-05-26 21:39:16 +00:00
Jim Meyering 40b91250bc *** empty log message *** 2000-05-25 07:14:22 +00:00
Jim Meyering 87da84ba81 (close_stdout_wrapper): Don't dereference NULL pointer.
From Bob Proulx.
2000-05-25 07:14:13 +00:00
Jim Meyering 8b45419759 *** empty log message *** 2000-05-24 07:50:18 +00:00
Jim Meyering 9ca281e5b3 Use []-quoted list in AC_CHECK_MEMBERS, now that autoconf requires that. 2000-05-24 07:50:05 +00:00
Jim Meyering d2586a214a Use []-quoted list in AC_CHECK_MEMBERS, now that autoconf requires that. 2000-05-24 07:49:38 +00:00
Jim Meyering 429093f9ad (jm_LIB_CHECK): Use []-quoted list in
AC_CHECK_MEMBERS, now that autoconf requires that.
2000-05-24 07:49:09 +00:00
Jim Meyering 35aaf0b09d (jm_PREREQ_READUTMP): Use []-quoted list in
AC_CHECK_MEMBERS, now that autoconf requires that.
2000-05-24 07:48:04 +00:00