1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-06-10 19:56:39 +02:00
Commit Graph

15857 Commits

Author SHA1 Message Date
Jim Meyering bb726ef20b (is_empty_dir): Don't let a failing closedir
clobber errno.  Spotted by Arnold Robbins.
2003-03-30 15:02:55 +00:00
Jim Meyering d4bac80f4d *** empty log message *** 2003-03-30 14:04:19 +00:00
Jim Meyering 2ec96a5e83 Fix typo in comment. 2003-03-30 12:11:50 +00:00
Jim Meyering 6a1ff8af0c . 2003-03-30 08:41:39 +00:00
Jim Meyering 99ba62166a *** empty log message *** COREUTILS-4_5_12 2003-03-29 14:24:19 +00:00
Jim Meyering 030c740af1 Note to expect build problems for stat.c on Ultrix 4.3.
Note that there are some harmless test failures when running
`make check' as root on some systems.
2003-03-29 14:24:16 +00:00
Jim Meyering 44d5da2f7e *** empty log message *** 2003-03-28 15:24:04 +00:00
Jim Meyering 5e8abb3891 Skip this test if stty can't get window size.
This happens when connecting to sparc-solaris2.7 via ssh from within
emacs.  Reported by Karl Berry.
2003-03-28 15:23:58 +00:00
Jim Meyering 2a049a867f *** empty log message *** 2003-03-28 14:03:26 +00:00
Jim Meyering cf0fa2d930 Use seq, not `yes' to generate dir name.
Otherwise, on systems (DJGPP) that emulate pipes using files,
this test would never complete, waiting for `yes' to terminate.
2003-03-28 14:03:17 +00:00
Jim Meyering 98458bfd36 Use seq, not `yes' to generate link target.
Otherwise, on systems (DJGPP) that emulate pipes using files,
this test would never complete, waiting for `yes' to terminate.
2003-03-28 14:02:58 +00:00
Jim Meyering e93c93de4e generate 9000+ bytes, in case we ever go for 8KB of output 2003-03-28 12:55:04 +00:00
Jim Meyering 5165cd0f65 Use seq, not `yes' to generate 4KB of data.
Otherwise, on systems (DJGPP) that emulate pipes using files,
this test would never complete, waiting for `yes' to terminate.
2003-03-28 12:38:52 +00:00
Jim Meyering 2210b0a9de *** empty log message *** 2003-03-28 12:29:57 +00:00
Jim Meyering e41f61881b *** empty log message *** 2003-03-28 10:28:52 +00:00
Jim Meyering 340ff6ec71 . 2003-03-28 10:23:28 +00:00
Jim Meyering e8b4056312 *** empty log message *** 2003-03-28 09:44:17 +00:00
Jim Meyering 5e3a2ec4d0 *** empty log message *** 2003-03-28 09:38:54 +00:00
Jim Meyering 9864858156 *** empty log message *** 2003-03-28 09:32:21 +00:00
Jim Meyering 8bd4ff02af *** empty log message *** 2003-03-28 09:30:46 +00:00
Jim Meyering 248735bfc4 *** empty log message *** 2003-03-28 09:18:40 +00:00
Jim Meyering 642939ab6a *** empty log message *** 2003-03-28 07:35:50 +00:00
Jim Meyering 1040e672f1 add tests for Paul's change of Mar 24, 2003 2003-03-28 00:00:58 +00:00
Jim Meyering b381b40c4b *** empty log message *** 2003-03-28 00:00:34 +00:00
Jim Meyering 85ea0a3546 *** empty log message *** 2003-03-27 23:59:26 +00:00
Jim Meyering 7c740a55c6 Remove Arnold Robbins' obsolete e-mail address
from `written by...' comment, at his request.
2003-03-27 22:40:37 +00:00
Jim Meyering b05fe59a8b *** empty log message *** 2003-03-27 17:11:11 +00:00
Jim Meyering 41a6a3caff *** empty log message *** 2003-03-27 15:55:58 +00:00
Jim Meyering bfaee25d1f (sort invocation): Describe sort's --stable (-s) option. 2003-03-27 15:55:55 +00:00
Jim Meyering 9ad2c98a28 *** empty log message *** 2003-03-27 14:59:37 +00:00
Jim Meyering cb392d1022 Fix buffer overrun problem reported by TAKAI Kousuke, along
with some other POSIX incompatibilities.

(print_esc): Do not treat \x specially if
POSIXLY_CORRECT.  Avoid buffer overrun if the format ends
in backslash.  Treat incomplete escape sequences as strings
of characters, as POSIX requires.
(print_formatted): Allow multiple flags.  Avoid buffer overrun
if the format is incomplete.
2003-03-27 14:59:26 +00:00
Jim Meyering a89b7d3e83 tiny spelling fix 2003-03-27 14:00:45 +00:00
Jim Meyering 7c09897fcb *** empty log message *** 2003-03-27 13:59:17 +00:00
Jim Meyering fb9a0792d7 (printf invocation): Fix formatting bugs. 2003-03-27 13:59:13 +00:00
Jim Meyering 3988ba0038 *** empty log message *** 2003-03-27 10:55:18 +00:00
Jim Meyering 592a888d76 . 2003-03-27 09:50:29 +00:00
Jim Meyering dd12de8477 . 2003-03-27 09:08:37 +00:00
Jim Meyering 8b4b8696ba *** empty log message *** 2003-03-26 18:47:55 +00:00
Jim Meyering 2cd4a7d3cd (struct cp_options): Add a comment. 2003-03-26 18:47:49 +00:00
Jim Meyering 8044f51ca3 Describe problem with 64-bit mode on HPUX 11.x,
with patch for /usr/include/inttypes.h.
2003-03-23 09:13:57 +00:00
Jim Meyering 585736ca42 Plan to add an autoconf test to work around the HPUX 11.x bug. 2003-03-23 09:13:36 +00:00
Jim Meyering 92b524013b D'oh. 2003-03-22 22:32:12 +00:00
Jim Meyering 27b3065db1 *** empty log message *** 2003-03-22 21:32:34 +00:00
Jim Meyering 1bf7ea8fd1 Don't include <sys/sysmacros.h>.
That is already done via system.h.  Otherwise, the multiple
inclusion would evoke redefinition warnings from Cray's /bin/cc
(Cray Standard C Version 4.0.3  (057126) Mar 22 2003  22:02:28).
(human_fstype): Factor some directives `up', out of this function.
Cast away `const' to avoid error from Cray's /bin/cc.
2003-03-22 21:32:22 +00:00
Jim Meyering e08b6d5fe7 *** empty log message *** 2003-03-22 19:42:50 +00:00
Jim Meyering 06fc494da3 (widen): Cast alloca return value to proper type. 2003-03-22 19:42:42 +00:00
Jim Meyering 206ea8eee6 *** empty log message *** 2003-03-22 19:39:48 +00:00
Jim Meyering d777b396b7 (NEW_PATTERN): Cast alloca to proper type.
Otherwise, it wouldn't compile with at least /bin/cc on
ymp-cray-unicos9.0.2.X.
Combine two mostly-identical uses of alloca into one.
2003-03-22 19:39:40 +00:00
Jim Meyering fe2e2b71ea *** empty log message *** 2003-03-22 19:38:00 +00:00
Jim Meyering ed9f04cf64 *** empty log message *** 2003-03-21 15:26:21 +00:00