diff options
author | Jim Meyering <jim@meyering.net> | 2002-10-13 12:23:29 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-10-13 12:23:29 +0000 |
commit | 25797575f8a2d5efdebb31f3cea578548898fa52 (patch) | |
tree | 71c5f143fef942f621659d6c33adb93591515114 /lib | |
parent | ff4e2725a7f25e0b4ac606fc127b392243a23e7d (diff) | |
download | coreutils-25797575f8a2d5efdebb31f3cea578548898fa52.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index e24f91d0f..13431d1f3 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,15 @@ +2002-10-13 Jim Meyering <meyering@lucent.com> + + * xnanosleep.c (initialized): Remove declaration now that it's unused. + +2002-10-12 Paul Eggert <eggert@twionsun.com> + + * xnanosleep.c: There's no need to futz with the rounding mode, + since the code should work properly even in the default rounding mode. + (<fenv.h>): Do not include. + (#pragma STDC FENV_ACCESS ON): Remove. + (xnanosleep): Don't futz with rounding state. + 2002-10-06 Jim Meyering <meyering@lucent.com> * safe-read.c (safe_read): Change type of function |