From: Jim Meyering Date: Thu, 8 May 2003 09:26:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~568 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=8a3a1ce11fbf79eb2ec5708360dbc96e3bce93fb;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 88301bb499..014c843cc3 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2003-05-07 Paul Eggert + + * xnanosleep.c (timespec_subtract): Don't modify the 2nd arg. + Work even if X-Y overflows when subtracting. Make explicit the + assumption that tv_nsec must be in range. + (clock_get_realtime): Remove. All callers changed to invoke gettime, + for simplicity. + (xnanosleep): Check for gettime failure every time. + 2003-05-06 Jim Meyering * xnanosleep.c (clock_get_realtime): Use gettime.c's gettime function,