diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
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 | ||
| 2416 | 2013-12-12 Eli Zaretskii <eliz@gnu.org> | 2416 | 2013-12-12 Eli Zaretskii <eliz@gnu.org> |