From: Jim Meyering Date: Sun, 3 Dec 2000 10:21:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: TEXTUTILS-2_0_9~5 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=d8a157a00e35bccb9834d54eb43406612583f628;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 6131bb5e57..871d5d2250 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,6 +1,7 @@ 2000-12-03 Jim Meyering - Make od print valid addresses for offsets of 2^32 and larger. + Make od print valid addresses for offsets of 2^32 and larger, and + allow byte offset (-j) and byte count (-N) to be 2^32 and larger. * src/od.c (MAX_ADDRESS_LENGTH): Don't hard-code as a literal. Rather, define in terms of the type, off_t.