1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-26 02:30:35 +02:00
Commit Graph

2738 Commits

Author SHA1 Message Date
Paul Eggert e8b76516bf Check for ug+r and ug,+x bugs. 2005-04-28 16:32:06 +00:00
Paul Eggert 67f7a0936c Check for =u bug. 2005-04-28 16:31:49 +00:00
Paul Eggert add32958fc Check for =xX bug. 2005-04-28 16:31:32 +00:00
Paul Eggert db3f41ec77 Test for "mkdir -m =+x dir" bug. 2005-04-22 23:54:05 +00:00
Paul Eggert 406dac3861 Regenerate. 2005-04-21 00:34:47 +00:00
Paul Eggert 2d8996299e Undo previous change.
(sig): New var.  Use it insted of "trap '' CHLD".
Append $EXEEXT to executable name.
2005-04-21 00:30:35 +00:00
Paul Eggert 82e7b3c7ca Undo previous change.
(dd, dd2): New vars, which use $EXEEXT.  All uses of dd and dd2 changed.
2005-04-21 00:30:13 +00:00
Paul Eggert 516e0734b5 (TESTS_ENVIRONMENT): Add EXEEXT. 2005-04-21 00:29:50 +00:00
Paul Eggert 16ded268dd Fetish.pm renamed to Coreutils.pm. 2005-04-20 07:58:09 +00:00
Paul Eggert 9118673ca3 Renamed Fetish package to Coreutils. 2005-04-20 07:54:54 +00:00
Paul Eggert 6195b00513 (EXTRA_DIST): Add Coreutils.pm and remove Fetish.pm. 2005-04-20 07:53:53 +00:00
Paul Eggert ee3fb6fadc (package Coreutils): Renamed from package Fetish. 2005-04-20 07:53:09 +00:00
Paul Eggert e3f1529533 (dot_mount_point): Use stat -L, in case the
directory is actually a symbolic link.
2005-04-19 07:36:39 +00:00
Paul Eggert a8f2520b15 Use test -p to test for fifos, rather
than the (incorrect) test -f and the (inadequate) ls.  ls is
inadequate because on some hosts a buggy mv will create a file of
the wrong type (problem reported by Eric Blake).  Skip this test
if test -p doesn't work.
2005-04-19 07:26:18 +00:00
Paul Eggert 822c4d9a83 Use numeric group ids, not symbolic group names,
since the latter can have shell metacharacters in them (e.g., spaces).
2005-04-19 07:08:08 +00:00
Paul Eggert 9f79304ead (FETISH_GROUP): Renamed from COREUTILS_GROUP. 2005-04-18 23:33:29 +00:00
Paul Eggert a57516e20f (COREUTILS_GROUPS): Renamed from FETISH_GROUPS. 2005-04-18 23:33:10 +00:00
Paul Eggert 9f6ffbac31 Fix typo in comment. 2005-04-18 18:48:22 +00:00
Paul Eggert 17d40155b4 Use "cat", not "test", to test for
../../src/dd.  Problem reported by Eric Blake.
2005-04-18 18:37:36 +00:00
Paul Eggert 1563f3241e Skip this test if "trap '' CHLD" doesn't work. 2005-04-18 06:35:22 +00:00
Paul Eggert 2cb82c08c6 Skip this test if ../../src/dd isn't readable. 2005-04-18 06:35:06 +00:00
Paul Eggert 9ca6f88366 (dot_mount_point): Use stat rather than df, as
it's more reliable.
(other_partition_tmpdir): Remove df from name as that would be
misleading now.
2005-04-14 20:35:34 +00:00
Paul Eggert b6820a451d Ignore chatter about when files are removed,
since POSIX doesn't require rename to fail across file systems.
2005-04-14 20:35:14 +00:00
Paul Eggert 3aeec3ceed Regenerate. 2005-04-11 20:21:07 +00:00
Jim Meyering 6d619b4ab7 . 2005-04-05 11:45:49 +00:00
Jim Meyering 4c78f3da38 (SUBDIRS): Add tee. 2005-04-05 11:44:54 +00:00
Jim Meyering 7d2ad53db7 . 2005-04-05 11:43:03 +00:00
Jim Meyering 0df327a7a9 . 2005-04-01 07:44:41 +00:00
Jim Meyering 9c9c4327e2 Don't let pr treat +1:-1 like +1:18446744073709551615.
(neg-page): Add a test for this.
2005-04-01 07:40:33 +00:00
Jim Meyering 0c7d9eda5c . 2005-03-22 16:17:25 +00:00
Paul Eggert 78fa4b674d Regenerate. 2005-03-21 20:37:19 +00:00
Jim Meyering 33f2ed5c4d . 2005-03-19 14:20:47 +00:00
Jim Meyering 2ecd300ec3 . 2005-03-15 18:10:50 +00:00
Jim Meyering fd304f1e0e Both pr -0' and e.g., pr -03' would evoke `column count too large'.
`pr -0' should give a better diagnostic and `pr -03' should be
equivalent to `pr -3'.

(parse_column_count): Change return type to void.
Call error (EXIT_FAILURE, ... for an invalid string.
(main): Allocate space for column_count_string using malloc.
Accumulate all old-style column-count digits before converting.
When the number of columns is specified via both old-style,
(e.g., -3), and a long option (--columns=5), ensure that only
the last one specified takes effect.

Add tests for the above.
2005-03-15 18:09:05 +00:00
Jim Meyering 5dd8c8ca32 Add tests for this:
Prompt once again for `mv -i A B' when A and B are hard links
	to the same file.  This fixes a bug introduced by my 2003-04-04
	(coreutils-5.0.1) change.
2005-03-11 09:37:15 +00:00
Jim Meyering c4ce40a9a3 . 2005-03-09 10:17:30 +00:00
Jim Meyering 2153bad976 . 2005-03-01 20:50:35 +00:00
Paul Eggert 9ba7355604 Regenerate. 2005-02-26 07:42:19 +00:00
Paul Eggert 5677f3f7d9 Regenerate. 2005-02-22 07:21:57 +00:00
Paul Eggert 7244117ba2 Regenerate. 2005-02-21 08:26:21 +00:00
Paul Eggert 80cc962bd5 Don't assume that the current host supports 64-bit integers. 2005-02-21 07:22:49 +00:00
Paul Eggert 17103c0976 Don't assume that the current host supports integers wider than 32
bits.  Fix comment typo.
2005-02-21 07:12:37 +00:00
Jim Meyering 017b3436b8 . 2005-02-13 08:15:24 +00:00
Jim Meyering 4738975f66 . 2005-02-09 09:58:07 +00:00
Jim Meyering 8fecea5296 Check for $2 -ge 128, rather than $2 = 128, in case
there is a file system type that doesn't support sparse files,
	yet for which metadata takes up additional space.
2005-02-02 14:14:28 +00:00
Jim Meyering 0c453a0d11 Also adjust the test to detect systems that don't support sparse files. 2005-02-02 13:10:23 +00:00
Jim Meyering 5446b32584 Detect sparse files on NTFS under cygwin. 2005-02-02 08:30:08 +00:00
Jim Meyering 84f0fef1c7 . 2005-01-30 17:41:06 +00:00
Jim Meyering f13af5d424 Quote user and group names. 2005-01-30 14:31:19 +00:00
Jim Meyering 1ab0c93405 Ignore ACL designation. 2005-01-30 14:30:10 +00:00