summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-03-30 04:48:57 +0000
committerJim Meyering <jim@meyering.net>1999-03-30 04:48:57 +0000
commitbb0631e82584ce48ab75dec4f3815652833b5257 (patch)
tree4444ca673d6d279bc9fd5537f2463681792783b0 /old
parent9dab31b501c12e4d2e2e0ad46622c4ca4e2dfe4c (diff)
downloadcoreutils-bb0631e82584ce48ab75dec4f3815652833b5257.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 646c3fb04..bad4b617f 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -3,6 +3,23 @@
* configure.in (GNU_PACKAGE): Remove related code -- now it's in
the catch-all for shared autoconf code, m4/jm-macros.m4.
(jm_CHECK_ALL_TYPES): Remove explicit AC_TYPE_* macros and use
+ this instead.
+
+1999-03-29 Paul Eggert <eggert@twinsun.com>
+
+ Minor lint removal in code that forks and execs.
+
+ * lib/mkdir.c (mkdir): Use pid_t instead of int; check status
+ against zero. This is to improve portability.
+ * lib/rename.c (rename): Likewise.
+ * lib/rmdir.c (rmdir): Likewise.
+
+ * lib/rename.c (rename):
+ (rename): Do not print any error messages, so that the messages
+ are internationalized properly.
+
+ * src/install.c (strip): Use standard "cannot fork" message.
+ Check for strip nonzero exit status.
1999-03-28 Jim Meyering <meyering@ascend.com>