]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 3 Dec 2000 10:21:34 +0000 (10:21 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 3 Dec 2000 10:21:34 +0000 (10:21 +0000)
old/textutils/ChangeLog

index 6131bb5e57cf5822f0b3569abe3479ae1ea93002..871d5d2250ac8ca2f91c04c4f7c27215f729ef3f 100644 (file)
@@ -1,6 +1,7 @@
 2000-12-03  Jim Meyering  <meyering@lucent.com>
 
-       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.