summaryrefslogtreecommitdiff
path: root/lib/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-04-20 10:41:40 +0000
committerJim Meyering <jim@meyering.net>2004-04-20 10:41:40 +0000
commitaa3d650a1b59520d895fd8be5a3e0bffdc9c7d08 (patch)
treee80fd96b8be83817c84e0759ae8523c1824ede5d /lib/ChangeLog
parentfead36411c7d698b4e4457d01658fa61a91a2295 (diff)
downloadcoreutils-aa3d650a1b59520d895fd8be5a3e0bffdc9c7d08.tar.xz
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 1472a2a3d..092d43e79 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,12 @@
+2004-04-18 Paul Eggert <eggert@twinsun.com>
+
+ * nanosleep.c (suspended): Change its type from int to
+ sig_atomic_t volatile.
+ (first_call): Make it private to rpl_nanosleep, and have it
+ be zero initially as that's a bit faster.
+ (my_usleep): Round up fractional times instead of truncating them,
+ as this is the usual meaning for 'sleep'.
+
2004-04-20 Jim Meyering <jim@meyering.net>
* getndelim2.c (getndelim2): Upon realloc failure, don't leak memory.