summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-03 10:21:34 +0000
committerJim Meyering <jim@meyering.net>2000-12-03 10:21:34 +0000
commitd8a157a00e35bccb9834d54eb43406612583f628 (patch)
tree8703ce8859064abe120e5879c1e5c0caa7110b0c /old
parent85a75d3a1616a61f119b20abb09bae821859a9b8 (diff)
downloadcoreutils-d8a157a00e35bccb9834d54eb43406612583f628.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/textutils/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index 6131bb5e5..871d5d225 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -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.