summaryrefslogtreecommitdiff
path: root/old/sh-utils/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-11-28 19:57:54 +0000
committerJim Meyering <jim@meyering.net>1999-11-28 19:57:54 +0000
commit2c3fa56cefe8213d6a2827363a3cb4292b654515 (patch)
treebde3758cecc808c7ddf8426bbe01f6d5382f0c91 /old/sh-utils/ChangeLog
parent346edb7361feec84b305d93b5f7f3a26732f423c (diff)
downloadcoreutils-2c3fa56cefe8213d6a2827363a3cb4292b654515.tar.xz
*** empty log message ***
Diffstat (limited to 'old/sh-utils/ChangeLog')
-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 8edcda754..17e3b1429 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,3 +1,16 @@
+1999-11-27 Jim Meyering <meyering@ascend.com>
+
+ Rewrite to allow fractional seconds and to handle SIGCONT.
+ * src/sleep.c (main): Rewrite.
+ (sighandler): New function.
+ (apply_suffix): New function.
+ (timeval_subtract): New function.
+ Reported by Raul Miller.
+
+ * src/sleep.c (argdecode): Move definition to precede use.
+ Remove prototype.
+ (usage): Add elipses to show that sleep allows more than one argument.
+
1999-11-22 Jim Meyering <meyering@ascend.com>
* lib/Makefile.am (DISTCLEANFILES): Add lstat.c and stat.c.