diff options
author | Jim Meyering <jim@meyering.net> | 2002-09-30 16:14:02 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-09-30 16:14:02 +0000 |
commit | 43231af57726130d7c5b39f2ac49d8a7651d65e0 (patch) | |
tree | 6673b3ad0bb68a0f352e3e9deddd34b61ee6d64f | |
parent | be9d4e80a08dd9b493d0e58f3ab93c42de383c65 (diff) | |
download | coreutils-43231af57726130d7c5b39f2ac49d8a7651d65e0.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -1,12 +1,15 @@ 2002-09-29 Jim Meyering <meyering@lucent.com> + * Version 4.5.2. + + * src/tr.c (find_bracketed_repeat): Rearrange pointer/integer + expression to avoid bogus warning from gcc. + * src/cat.c (simple_cat): Use a temporary to avoid bogus warnings. (cat): Declare insize and outsize to be of type size_t, not int. Rearrange pointer/integer expressions to avoid bogus warnings. (main): Declare insize and outsize to be of type size_t, not int. - * Version 4.5.2. - * src/tail.c (parse_options): Give a sensible diagnostic for an invalid byte or line count. Reported by Mikko Tuumanen. @@ -18,9 +21,9 @@ In move mode, always first try to rename. Before, upon failure to rename a directory, this code would never attempt to rename any other file in that directory, but would thenceforth always copy. - On some systems (NetApp version ??), renaming a directory may fail - with EXDEV, yet renaming files within that directory to a newly- - created destination directory succeeds. + On some systems (e.g., NetApp's OnTap-6.4), renaming a directory + may fail with EXDEV, yet renaming files within that directory to + a newly-created destination directory succeeds. * src/copy.c (copy_internal): Remove local, move_mode; use x->move_mode instead. Based on a patch from Tom Haynes. |