summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-18 18:35:47 +0000
committerJim Meyering <jim@meyering.net>2002-07-18 18:35:47 +0000
commit3c26c805a75f11ebf5c72581cb47cd60a68d8fb8 (patch)
treee38a1c8a280b1b0d3486cf6b4d58a3f28e995a2b /old/sh-utils
parenta19f9253c46f191ce41858f8c6a37bbb02f8ba87 (diff)
downloadcoreutils-3c26c805a75f11ebf5c72581cb47cd60a68d8fb8.tar.xz
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index d4e96b0a8..b723606e1 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,7 +1,21 @@
-2002-07-17 Jim Meyering <meyering@lucent.com>
+2002-07-18 Jim Meyering <meyering@lucent.com>
* Version 2.0.13.
+ * src/uname.c (main): Test sysctl(...) >= 0, not == 0, since
+ on NetBSD the return value may well be positive.
+ Use one-line aggregate initializations.
+ Use tightly scoped static buffers to avoid warnings about
+ unused variables on some systems.
+
+2002-05-07 Paul Eggert <eggert@twinsun.com>
+
+ * src/uname.c (UNAME_HARDWARE_PLATFORM, UNAME_PROCESSOR): New macros.
+ (main): Use them, along with sysctl, to support uname -i and uname -p
+ on BSD hosts.
+
+2002-07-17 Jim Meyering <meyering@lucent.com>
+
* src/uptime.c (print_uptime): Restore use of (equivalent, but
more readable) `>=' from Bruno's patch.