1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00
Commit Graph

14981 Commits

Author SHA1 Message Date
Jim Meyering
73408e50af *** empty log message *** 2003-03-11 22:12:42 +00:00
Jim Meyering
28a2492860 *** empty log message *** 2003-03-11 22:12:38 +00:00
Jim Meyering
a988982b19 (longopts): Don't hard-code `2' here.
Instead, just specify `&verbose', and ...
(main): ... remove the `case 2:' block for --verbose.
2003-03-11 20:48:36 +00:00
Jim Meyering
872d765633 *** empty log message *** 2003-03-11 20:34:29 +00:00
Jim Meyering
89c8181527 *** empty log message *** 2003-03-11 20:31:53 +00:00
Jim Meyering
257b85ca8e Don't segfault for a negative field width or precision in format string.
(UNSPECIFIED): Define.
(print_direc): Use the special value, UNSPECIFIED, to indicate
that field_width or precision has not been specified.
(print_formatted): Fail if field_width or precision is the
special value, UNSPECIFIED.
2003-03-11 20:25:18 +00:00
Jim Meyering
09ad938a09 *** empty log message *** 2003-03-11 20:23:38 +00:00
Jim Meyering
4a3dc4c76c Make the test larger than 64 bytes, so that we don't
immediately disqualify file systems (e.g., NetApp) on which smaller
files take up zero disk blocks.
2003-03-11 20:23:31 +00:00
Jim Meyering
3850874bf0 *** empty log message *** 2003-03-11 17:08:50 +00:00
Jim Meyering
a0528d8bf2 *** empty log message *** 2003-03-11 10:08:21 +00:00
Jim Meyering
d7103af2bc Include <wchar.h>. Needed for UnixWare 7.1.1.
Reported by John Hughes, see
http://mail.gnu.org/archive/html/bug-bison/2003-02/msg00030.html
2003-03-11 10:08:15 +00:00
Jim Meyering
0f48190f5d *** empty log message *** 2003-03-11 10:07:21 +00:00
Jim Meyering
c7cb614727 (EXIT_FAILURE): Define if the system doesn't.
Reported by Bruce Becker; see:
http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
2003-03-11 10:07:17 +00:00
Jim Meyering
2cfe7f19eb *** empty log message *** 2003-03-10 18:27:27 +00:00
Jim Meyering
1a91a03bd0 *** empty log message *** 2003-03-10 18:26:16 +00:00
Jim Meyering
f089969ec9 Add a test for the above-fixed bug. 2003-03-10 12:24:59 +00:00
Jim Meyering
b44a6e8565 (INT_MIN): Define, if necessary. 2003-03-10 10:41:24 +00:00
Jim Meyering
cbc5ba67a5 *** empty log message *** 2003-03-10 10:39:31 +00:00
Jim Meyering
f380405cb6 . 2003-03-10 07:53:39 +00:00
Jim Meyering
3d23ede4eb Include "save-cwd.h".
(ftw_startup): Avoid use of getcwd, if possible.
Instead, use fopen/fchdir via save_cwd/restore_cwd.
2003-03-09 09:22:55 +00:00
Jim Meyering
ff47d1602f *** empty log message *** 2003-03-09 09:14:25 +00:00
Jim Meyering
79cb935030 fix typo in comment 2003-03-09 07:56:29 +00:00
Jim Meyering
b834bcfc65 *** empty log message *** 2003-03-09 07:54:43 +00:00
Jim Meyering
ac6d593d59 *** empty log message *** 2003-03-09 07:14:28 +00:00
Jim Meyering
25697ff274 (AD_stack_pop): Cast sizeof... to int before changing its sign.
This avoids a warning from gcc on 64-bit systems.
(pop_dir): Reverse order of sign change and cast, to be consistent
with the above.
2003-03-09 07:14:19 +00:00
Jim Meyering
5a7ffbd8f9 *** empty log message *** 2003-03-08 21:22:40 +00:00
Jim Meyering
cf79b808df (evar-check): Check for POSIXLY_CORRECT not as a
shell variable, but only in the environment.  With /bin/sh->bash, the
shell variable is set to `y', and that would cause a spurious warning.
2003-03-08 21:22:25 +00:00
Jim Meyering
79d95ae843 *** empty log message *** 2003-03-08 21:04:11 +00:00
Jim Meyering
183fe2386d *** empty log message *** 2003-03-08 19:02:46 +00:00
Jim Meyering
30ccf7222a Require at least version 1.11 of Expect.pm.
Old versions of Expect.pm (e.g., 1.07) lack the log_user function.
Patch by Bob Proulx.
2003-03-08 19:02:38 +00:00
Jim Meyering
34a6d6e2dd Before, when using shred on a device, one had to specify --exact,
or be careful to choose a size that would not be rounded up and
exceed the maximum value;  that could result in a failure of
the final write.

(do_wipefd): --exact is now the default for non-regular
files.  Suggestion from Ben Elliston.
(usage): Say it.
2003-03-08 16:57:55 +00:00
Jim Meyering
4dffef72e6 *** empty log message *** 2003-03-08 16:55:50 +00:00
Jim Meyering
9d3548a908 (check-root): Remove touch/fifo.
It doesn't appear to have to be run as root.
2003-03-08 16:55:42 +00:00
Jim Meyering
c440afd9f8 *** empty log message *** 2003-03-08 16:44:04 +00:00
Jim Meyering
e02625cb79 *** empty log message *** 2003-03-08 16:43:52 +00:00
Jim Meyering
c86bae2a59 *** empty log message *** 2003-03-08 16:43:48 +00:00
Jim Meyering
6df9b9041d Rather than simply using the first non-root
username, make sure that the selected user name has a usable shell.
2003-03-08 16:43:43 +00:00
Jim Meyering
777ac50d21 *** empty log message *** 2003-03-08 15:47:57 +00:00
Jim Meyering
b01a17f9b4 *** empty log message *** 2003-03-08 15:32:23 +00:00
Jim Meyering
f31336c193 Also check for the log_user method, to avoid
spurious failure when using an old version of Expect.pm (e.g., 1.07).
Reported by Bob Proulx.
2003-03-08 15:32:17 +00:00
Jim Meyering
cb1dcb5818 . 2003-03-08 14:32:57 +00:00
Jim Meyering
3e9e352991 Remove now-unused #include and #define directives. 2003-03-08 14:30:28 +00:00
Jim Meyering
79065539dd (check-misc): Check for use of `defined' in #define directives.
Change to $(srcdir) before running grep.
2003-03-08 14:30:14 +00:00
Jim Meyering
eff5758aaf Don't use `defined' in a #define directive. 2003-03-08 14:26:48 +00:00
Jim Meyering
ec655b669f *** empty log message *** 2003-03-08 10:28:41 +00:00
Jim Meyering
9d7d671604 . 2003-03-08 10:27:19 +00:00
Jim Meyering
5abd02fef6 *** empty log message *** 2003-03-08 10:26:32 +00:00
Jim Meyering
e4c02ba583 *** empty log message *** 2003-03-08 10:25:25 +00:00
Jim Meyering
a3a6a035d1 . 2003-03-08 10:24:00 +00:00
Jim Meyering
04c9a5c2e4 Ensure that hard links _are_ listed twice when using --count-links. 2003-03-08 10:23:45 +00:00