summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-03-19 02:12:42 +0000
committerJim Meyering <jim@meyering.net>1997-03-19 02:12:42 +0000
commitfbe78f2ef6873603cdadcec2ce8bbc627a2e3422 (patch)
tree49184f524efa6e6ee506c16c6f2f7f657fb95425
parent33da7dcdda591435f069e7089184bced4b9e9ddc (diff)
downloadcoreutils-fbe78f2ef6873603cdadcec2ce8bbc627a2e3422.tar.xz
.
-rw-r--r--old/sh-utils/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index c9e5fc46d..4649085f4 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,16 @@
+Tue Mar 18 06:46:54 1997 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * src/seq.c (check_format): Rename local, FORMAT_STRING, to avoid
+ shadowing global.
+ (print_numbers): Likewise.
+
+ * src/who-users.c (idle_string): Rename local, IDLE, to avoid
+ shadowing global.
+
+ * src/su.c (log_su): Resort to getpwuid if getlogin fails.
+ If no tty name is found, use `none' in the log message.
+ Based on a patch from Galen Hazelwood.
+
Thu Mar 13 21:27:36 1997 Jim Meyering <meyering@na-net.ornl.gov>
* lib/mktime.c: (TIME_T_MIN): Work around a bug in Cray C 5.0.3.0.