From 3c26c805a75f11ebf5c72581cb47cd60a68d8fb8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 18 Jul 2002 18:35:47 +0000 Subject: *** empty log message *** --- old/sh-utils/ChangeLog | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'old/sh-utils') 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 +2002-07-18 Jim Meyering * 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 + + * 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 + * src/uptime.c (print_uptime): Restore use of (equivalent, but more readable) `>=' from Bruno's patch. -- cgit v1.2.3-54-g00ecf