aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a93cc8d2a9d..3013418afec 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -6,7 +6,7 @@
6 for example, #x1fffffffffffffff was misread as -2305843009213693952. 6 for example, #x1fffffffffffffff was misread as -2305843009213693952.
7 (digit_to_number): Move earlier, for benefit of read_integer. 7 (digit_to_number): Move earlier, for benefit of read_integer.
8 Return -1 if the digit is out of range for the base, -2 if it is 8 Return -1 if the digit is out of range for the base, -2 if it is
9 not a digit in any supported base. 9 not a digit in any supported base. (Bug#8602)
10 10
112011-04-30 Paul Eggert <eggert@cs.ucla.edu> 112011-04-30 Paul Eggert <eggert@cs.ucla.edu>
12 12