diff options
author | Jim Meyering <jim@meyering.net> | 2003-07-20 11:17:26 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-07-20 11:17:26 +0000 |
commit | 34ecf6b086aed40f9cffc9141e36a261fa5ed2a4 (patch) | |
tree | 13685d120fe83f3b7344994fb49d1ae66b33099d | |
parent | a9c557304a61efb079a3d72674bdb1d0aeae75b6 (diff) | |
download | coreutils-34ecf6b086aed40f9cffc9141e36a261fa5ed2a4.tar.xz |
convert each 8-space prefix to a TAB
-rw-r--r-- | lib/ChangeLog | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 3dc086f67..389ec024c 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -299,11 +299,11 @@ 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> @@ -474,7 +474,7 @@ 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 @@ -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 <akim@epita.fr> |