From 551ee6493e89f30ea3d1cc75bcaaa3d5e5fab7e1 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 24 Jul 2011 19:23:58 +0200 Subject: [PATCH] Reorder ChangeLog entries to match the order in which the changes went in at the central repository. --- ChangeLog | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9c125dc140..4aaa4e9f4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -42,6 +42,17 @@ * doc/posix-functions/pthread_mutexattr_setrobust.texi: Likewise. * doc/glibc-functions/execvpe.texi: Likewise. +2011-07-24 Paul Eggert + + ftell: don't include + * lib/ftell.c: Don't include . is now + guaranteed to define off_t, and the ftell module depends on the + stdio module. + + ftell: do not assume wraparound signed arithmetic + * lib/ftell.c: Include . + (ftell): Don't assume wraparound signed arithmetic. + 2011-07-24 Bruno Haible close: No longer depend on module 'fclose'. @@ -67,15 +78,6 @@ 2011-07-24 Paul Eggert - ftell: don't include - * lib/ftell.c: Don't include . is now - guaranteed to define off_t, and the ftell module depends on the - stdio module. - - ftell: do not assume wraparound signed arithmetic - * lib/ftell.c: Include . - (ftell): Don't assume wraparound signed arithmetic. - * README: Modernize discussion of signed integers. Assuming overflow wraparound is no longer safe. Mention ones' complement and signed magnitude. -- 2.30.2