From: Jim Meyering Date: Sun, 20 Jul 2003 11:17:26 +0000 (+0000) Subject: convert each 8-space prefix to a TAB X-Git-Tag: v5.0.90~179 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34ecf6b086aed40f9cffc9141e36a261fa5ed2a4;p=thirdparty%2Fcoreutils.git convert each 8-space prefix to a TAB --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 3dc086f679..389ec024c5 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -299,11 +299,11 @@ 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. + 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 @@ -474,7 +474,7 @@ http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html 2003-03-03 Paul Eggert - Bruno Haible + Bruno Haible * mbswidth.h: Include . Needed for UnixWare 7.1.1. Reported by John Hughes, see @@ -1610,7 +1610,7 @@ included. * regex.c [!__BOUNDED_POINTERS__]: Define away __bounded, - __unbounded, and __ptrvalue. Reported by Uwe H. Steinfeld. + __unbounded, and __ptrvalue. Reported by Uwe H. Steinfeld. 2001-11-30 Akim Demaille