1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-18 17:56:54 +02:00
Commit Graph

15238 Commits

Author SHA1 Message Date
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
Jim Meyering
944ef7a2c1 *** empty log message *** 2003-03-20 17:43:16 +00:00
Jim Meyering
780ccddf5c (print_changelog_deltas): Ensure that a newline precedes each row of `*'s. 2003-03-20 17:43:12 +00:00
Jim Meyering
9f4a054923 bump to 4.5.12 -- maybe to 5.0, later 2003-03-20 16:46:53 +00:00
Jim Meyering
c46b6369a9 . 2003-03-20 15:10:45 +00:00
Jim Meyering
216808be38 . COREUTILS-4_5_11 2003-03-20 14:56:19 +00:00
Jim Meyering
ffde892348 fix typo 2003-03-20 14:55:33 +00:00
Jim Meyering
b1b0860f20 . 2003-03-20 14:43:03 +00:00
Jim Meyering
b912c10f7a *** empty log message *** 2003-03-20 13:52:03 +00:00
Jim Meyering
9e4472733b *** empty log message *** 2003-03-20 13:49:42 +00:00
Jim Meyering
0568c4e2d4 (valid_format): Also accept ' and '' as valid
format flag characters.
Do not require that a field width be specified.
Do not fail when given a field width of `0'.
2003-03-20 13:49:39 +00:00
Jim Meyering
8fe825b787 add two more, using space flag character 2003-03-20 13:47:21 +00:00
Jim Meyering
991e476b56 . 2003-03-20 10:11:45 +00:00
Jim Meyering
8d65951aea *** empty log message *** 2003-03-19 23:17:15 +00:00
Jim Meyering
bb6e39dc48 (all-local): Append $(EXEEXT) to use of `su'
(install-root): Likewise.
(install-exec-local): Likewise.
2003-03-19 23:17:12 +00:00
Jim Meyering
cf1a86162e *** empty log message *** 2003-03-19 23:01:11 +00:00
Jim Meyering
0c7a413e4e *** empty log message *** 2003-03-19 23:00:35 +00:00
Jim Meyering
ca85f1f994 (.x.1): Use $(LN_S) instead of 'ln -s',
because the DJGPP 2.03 port of 'ln -s' doesn't work.
Include $(EXEEXT) in program names.
Since $(LN_S) may degenerate to `cp -p', be careful
to invoke it from the destination directory.
Mostly from Richard Dawe.
2003-03-19 23:00:25 +00:00
Jim Meyering
3d8719b298 Use AC_PROG_LN_S. 2003-03-19 22:50:52 +00:00
Jim Meyering
d23db66508 *** empty log message *** 2003-03-19 19:38:34 +00:00