summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-07-23 15:28:29 +0000
committerJim Meyering <jim@meyering.net>2000-07-23 15:28:29 +0000
commit00652253f7011a4253fb9d3168506e67fb39cf9d (patch)
treea532e97189f4cbcc18fdcb7384178bad4dcf1183
parent6a3f36dacbd122132c8d57bdcedbe930ed1db3d0 (diff)
downloadcoreutils-00652253f7011a4253fb9d3168506e67fb39cf9d.tar.xz
*** empty log message ***
-rw-r--r--old/sh-utils/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index dd84d0210..c33b87e84 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,14 @@
+2000-07-23 Jim Meyering <meyering@lucent.com>
+
+ * src/sys2.h [!HAVE_DECL_GETPWUID]: Declare getpwuid.
+ [!HAVE_DECL_GETGRGID]: Declare getgrgid.
+ [!HAVE_DECL_GETUID]: Declare getuid.
+
+2000-07-19 Jim Meyering <meyering@lucent.com>
+
+ * src/date.c (batch_convert): Free `initial_TZ' only if it was set.
+ Reported by Michael Hohn.
+
2000-07-17 Jim Meyering <meyering@lucent.com>
* src/stty.c (visible): Don't mark `<undef>' for translation.