summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b7ad9c597..f016c8162 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@
2003-04-09 Jim Meyering <jim@meyering.net>
+ * tests/misc/split-fail: Add a new test for the above fix.
+
* src/split.c (bytes_split): Use size_t temporary (rather than
uintmax_t original) in remaining computations. From Paul Eggert.