summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-08-14 10:17:52 +0200
committerJim Meyering <jim@meyering.net>2007-08-14 10:39:05 +0200
commite769e6e632469fc66ea5397431cad25134766264 (patch)
treed17f31dc321891bc03022edde549d420c24fa47a /ChangeLog
parent1490f2dbf33ca75f060890013fb0d8caf28225aa (diff)
downloadcoreutils-e769e6e632469fc66ea5397431cad25134766264.tar.xz
Add tests for the just-fixed "od -j N FILE" bug.
* tests/misc/od: New file, test for the above. * tests/misc/Makefile.am (TESTS): Add od.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index df1718e74..aa81a6c85 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,9 @@
iteration would use unadjusted input stream pointer, thus ignoring
the desired "skip". Report and patch by Paul GHALEB.
+ * tests/misc/od: New file, test for the above.
+ * tests/misc/Makefile.am (TESTS): Add od.
+
2007-08-10 Paul Eggert <eggert@cs.ucla.edu>
Accommodate more xstrtol changes.