]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
convert each 8-space prefix to a TAB
authorJim Meyering <jim@meyering.net>
Sun, 20 Jul 2003 11:17:26 +0000 (11:17 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 20 Jul 2003 11:17:26 +0000 (11:17 +0000)
lib/ChangeLog

index 3dc086f67918a7a2ca88fc959e8828458b14260d..389ec024c558b33b5bd04f1d91057378e849d091 100644 (file)
 2003-05-07  Paul Eggert  <eggert@twinsun.com>
 
        * 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  <jim@meyering.net>
 
        http://mail.gnu.org/archive/html/bug-bison/2003-03/msg00017.html
 
 2003-03-03  Paul Eggert  <eggert@twinsun.com>
-            Bruno Haible  <bruno@clisp.org>
+           Bruno Haible  <bruno@clisp.org>
 
        * mbswidth.h: Include <wchar.h>. Needed for UnixWare 7.1.1.
        Reported by John Hughes, see
        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  <akim@epita.fr>