summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-10-26 15:16:41 +0200
committerJim Meyering <jim@meyering.net>2006-10-26 15:16:41 +0200
commit0766fb8b54c46d0f17d99d154c0420b73b8cea4b (patch)
treeb976500194d17c5b0162697c38c487f942abe085 /ChangeLog
parentb40b5b6917f62f59eff8f8bd913bd79e4cebe8f2 (diff)
downloadcoreutils-0766fb8b54c46d0f17d99d154c0420b73b8cea4b.tar.xz
* src/system.h (ftello): Add a compile-time check for the highly
unlikely condition of off_t narrower than long int, rather than handling it at run time. Based on a patch from Paul Eggert.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a09b53845..18970d0df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-10-26 Jim Meyering <jim@meyering.net>
+
+ * src/system.h (ftello): Add a compile-time check for the highly
+ unlikely condition of off_t narrower than long int, rather than
+ handling it at run time. Based on a patch from Paul Eggert.
+
2006-10-25 Paul Eggert <eggert@cs.ucla.edu>
* tests/chmod/c-option: When double-quoting part of a word, prefer