1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-31 21:09:01 +02:00
Commit Graph

17959 Commits

Author SHA1 Message Date
Jim Meyering eddf022d34 . 2004-03-12 19:19:50 +00:00
Jim Meyering 808f8a1f56 *** empty log message *** COREUTILS-5_2_1 2004-03-12 19:04:31 +00:00
Jim Meyering eebc36755a *** empty log message *** 2004-03-12 19:03:46 +00:00
Jim Meyering 4763a4baa8 Exit 77 (not 1) if we can't set up for the test.
This was triggered on a Linux-2.2.19 system using a file system
NFS-mounted from some sort of Sun.
2004-03-12 19:03:07 +00:00
Jim Meyering 2ea4bf6e9c *** empty log message *** 2004-03-12 16:00:59 +00:00
Jim Meyering 4c4dae631f *** empty log message *** 2004-03-12 16:00:41 +00:00
Jim Meyering 0d37ee121a *** empty log message *** 2004-03-12 15:59:20 +00:00
Jim Meyering 2e09cb8e92 *** empty log message *** 2004-03-12 14:07:14 +00:00
Jim Meyering bff76faefd Sync with autoconf. 2004-03-12 14:06:44 +00:00
Jim Meyering 2b41266890 . 2004-03-12 13:59:39 +00:00
Jim Meyering e0bc86781f . 2004-03-12 13:55:52 +00:00
Jim Meyering 67d9979529 *** empty log message *** 2004-03-12 13:55:28 +00:00
Jim Meyering cdf1dc368e *** empty log message *** 2004-03-12 12:04:57 +00:00
Jim Meyering 8915472521 (TESTS): Add part-hardlink. 2004-03-12 12:04:15 +00:00
Jim Meyering fc3ce57024 # Before coreutils-5.2.1, this test would fail. 2004-03-12 12:04:02 +00:00
Jim Meyering 97ce436ba5 *** empty log message *** 2004-03-12 11:53:57 +00:00
Jim Meyering ec65003050 (src_to_dest_lookup): Add prototype. 2004-03-12 11:53:46 +00:00
Jim Meyering 83f4f1abd9 (src_to_dest_lookup): New function. 2004-03-12 11:53:29 +00:00
Jim Meyering bcea8e96ea Sometimes, when source and destination partition are different,
mv mistakenly fails to preserve a hard link.  Reported by IIDA Yosiaki.

When moving a set of N hard-linked files between
partitions, via two or more command line arguments where the
command line argument containing the Nth link contains no other
link to that same file, mv would mistakenly copy the file, rather
than hard-linking it to the other(s).  That happens because when the
final link is processed, its link count has been reduced to 1 since
the other links have been `copied' to the destination partition
and the source links have been removed.
(copy_internal): When in move mode, use the source dev/inode
pair to look up destination name even when st_nlink == 1.
2004-03-12 11:53:18 +00:00
Jim Meyering 04975d2592 . 2004-03-11 18:58:29 +00:00
Jim Meyering 98ea4dad08 . 2004-03-11 09:25:53 +00:00
Jim Meyering 3e112de5c7 *** empty log message *** 2004-03-11 09:25:40 +00:00
Jim Meyering f9a3bc012b Also convert sizes in the 70-79 kB range,
so that this test works with SELinux-enable systems.
Based on a patch from Tim Waugh.
2004-03-10 18:06:04 +00:00
Jim Meyering 0814035fb5 *** empty log message *** 2004-03-10 18:05:56 +00:00
Jim Meyering b601389e04 *** empty log message *** 2004-03-10 17:57:00 +00:00
Jim Meyering deafc3de5f *** empty log message *** 2004-03-10 17:53:57 +00:00
Jim Meyering 11a0405450 (Sorting the output): Remove description of
ls's --sort=directory option.  ls doesn't accept that option, yet.
2004-03-10 17:53:50 +00:00
Jim Meyering 927a52d577 *** empty log message *** 2004-03-10 17:53:00 +00:00
Jim Meyering 8651917856 . 2004-03-10 17:40:00 +00:00
Jim Meyering bfafc5243e *** empty log message *** 2004-03-10 17:39:40 +00:00
Jim Meyering 1b9d200986 (invalid-j): New partial test for the above fix. 2004-03-10 17:39:34 +00:00
Jim Meyering 53e04d7ff7 *** empty log message *** 2004-03-10 10:44:35 +00:00
Jim Meyering aa18f80de6 `join -1 x' would give a misleading diagnostic
(string_to_join_field): Report that a non-numeric field
number is invalid, rather than `so large that it is not representable'.
2004-03-10 10:44:31 +00:00
Jim Meyering 97f63d336f *** empty log message *** 2004-03-10 10:08:21 +00:00
Jim Meyering ce4f09d642 . 2004-03-10 09:57:29 +00:00
Jim Meyering 33f515c920 *** empty log message *** 2004-03-10 09:51:30 +00:00
Jim Meyering ebbbe4553a (cp invocation): Improve description of cp's --sparse=WHEN option. 2004-03-10 09:51:26 +00:00
Jim Meyering ae6f132503 *** empty log message *** 2004-03-10 06:51:09 +00:00
Jim Meyering df1dd184d7 (nl invocation): Specify that these are _basic_
regular expressions (BRE), and add a link to grep's documentation.
2004-03-10 06:50:59 +00:00
Jim Meyering 2bff52d99f . 2004-03-08 15:06:25 +00:00
Jim Meyering be70c79eac regenerate 2004-03-08 09:56:48 +00:00
Jim Meyering 33fb5d8b7c *** empty log message *** 2004-03-08 09:54:31 +00:00
Jim Meyering 71c9e6f21f (Makefile.am): Don't use $<, as it doesn't work with Solaris make. 2004-03-08 09:54:28 +00:00
Jim Meyering 0838de73a4 *** empty log message *** 2004-03-08 09:50:52 +00:00
Jim Meyering da77829aa0 *** empty log message *** 2004-03-08 09:44:15 +00:00
Jim Meyering 13b32612d2 *** empty log message *** 2004-03-08 09:43:56 +00:00
Jim Meyering 32b2fadde6 *** empty log message *** 2004-03-07 23:25:01 +00:00
Jim Meyering 0c6b3dffc5 *** empty log message *** 2004-03-06 17:41:00 +00:00
Jim Meyering 0ede5ec7f9 cp --sparse=always sparse-image-file.img /dev/hda1 could
produce an invalid copy on the destination device.

(copy_reg): Even with --sparse=always, try to
make `holes' only if the destination is a regular file.
Reported by Szakacsits Szabolcs.
2004-03-06 17:40:56 +00:00
Jim Meyering aad4245695 *** empty log message *** 2004-03-06 14:45:50 +00:00