summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-31 16:55:51 +0000
committerJim Meyering <jim@meyering.net>1999-01-31 16:55:51 +0000
commit5b070b23299d221e935ff434cced9dc61a94ac37 (patch)
tree35512d7a3395b4b6c796ac8eaf0da9e3ca2cb7a2 /old/sh-utils
parenta12101a2246aca9d93a03d610eafecf76eb4c86a (diff)
downloadcoreutils-5b070b23299d221e935ff434cced9dc61a94ac37.tar.xz
*** empty log message ***
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 5dd27f55b..d2246daea 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,13 @@
1999-01-31 Jim Meyering <meyering@ascend.com>
+ * src/uptime.c (print_uptime): Use the C numeric locale for sscanf
+ of /proc/uptime data, then restore.
+ * lib/getloadavg.c: Include locale.h.
+ [!HAVE_SETLOCALE]: Define-away setlocale.
+ (getloadavg): Ensure the sscanf of /proc/getloadavg data uses the
+ `C' numeric locale. Restore afterwards.
+ Based on a suggestion from Thomas Quinot.
+
* lib/strtod.c: Protoize.
1999-01-30 Jim Meyering <meyering@ascend.com>