aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-07-28 10:18:46 +0300
committerEli Zaretskii2014-07-28 10:18:46 +0300
commit6ea6889ab9fe4fa5069a0b28c1a612059fa3b74f (patch)
tree7e1acefc5cd4876b0f740b441fa06b3d13379b6f /src/ChangeLog
parent29c3b7163526ad66fd3a9e4201797b2fca4c87be (diff)
downloademacs-6ea6889ab9fe4fa5069a0b28c1a612059fa3b74f.tar.gz
emacs-6ea6889ab9fe4fa5069a0b28c1a612059fa3b74f.zip
src/ChangeLog: Fix a typo.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 64fb82b78a3..619efb479e6 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2410,7 +2410,7 @@
2410 Avoid undefined behavior with huge regexp interval counts. 2410 Avoid undefined behavior with huge regexp interval counts.
2411 * regex.c (GET_INTERVAL_COUNT): Rename from 'GET_UNSIGNED_NUMBER', 2411 * regex.c (GET_INTERVAL_COUNT): Rename from 'GET_UNSIGNED_NUMBER',
2412 since it's now specialized to interval counts. All uses changed. 2412 since it's now specialized to interval counts. All uses changed.
2413 Do not assume wrapraound on signed integer overflow. 2413 Do not assume wraparound on signed integer overflow.
2414 (regex_compile): Simplify based on the above changes. 2414 (regex_compile): Simplify based on the above changes.
2415 2415
24162013-12-12 Eli Zaretskii <eliz@gnu.org> 24162013-12-12 Eli Zaretskii <eliz@gnu.org>