diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-02 05:56:14 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-02 05:56:14 +0000 |
commit | 7d3d26e57f2c3cf6ce4b0c715c15300cb10fc918 (patch) | |
tree | b767b17bbc9dc5aec078f826ef5a0cabe367ea16 /lib/ChangeLog | |
parent | bd6af0743d2fddeae18f595fd66e251441ebd4f9 (diff) | |
download | coreutils-7d3d26e57f2c3cf6ce4b0c715c15300cb10fc918.tar.xz |
Install safe-read fix for blocksizes greater than 2**31.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 20d5a3a42..5bb06886d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,5 +1,10 @@ 2004-08-01 Paul Eggert <eggert@cs.ucla.edu> + * safe-read.c (errno): Remove decl; we now assume C89 or better. + (safe_rw): Don't work around Tru64 bug unless the bug symptoms + manifest themselves. This allows us to do proper reads and writes + on other hosts, e.g., "dd" with a block size greater than 2**31. + * md5.c (UNALIGNED_P): Use size_t; in practice, this is just as good as uintptr_t in checking for alignments, and has fewer configuration hassles. |