aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-07-28 05:39:09 -0400
committerGlenn Morris2014-07-28 05:39:09 -0400
commitda41ffdd089b529c3d5216412d95840e065c3fe3 (patch)
treea69f5a510e2c47f774f145d9567188bc89563ac1 /src/ChangeLog
parent414e1537ab09d2f4571e61b420523dcd082f2d3a (diff)
parent1c6c2e3c70ff2f666a1e3f29b8852d375c8392cd (diff)
downloademacs-da41ffdd089b529c3d5216412d95840e065c3fe3.tar.gz
emacs-da41ffdd089b529c3d5216412d95840e065c3fe3.zip
Merge from emacs-24; up to 2014-06-26T06:55:15Z!rgm@gnu.org
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f74a46c4ad2..57d49594d7a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12014-07-28 Eli Zaretskii <eliz@gnu.org> 12014-07-28 Eli Zaretskii <eliz@gnu.org>
2 2
3 * .gdbinit (xwindow): The members total_cols, total_lines,
4 left_col, and top_line are C integers (and has been so for the
5 last 1.5 years).
6
3 * .gdbinit (xsubchartable): The members 'depth' and 'min_char' are 7 * .gdbinit (xsubchartable): The members 'depth' and 'min_char' are
4 now C integers. 8 now C integers.
5 9
@@ -4479,7 +4483,7 @@
4479 Avoid undefined behavior with huge regexp interval counts. 4483 Avoid undefined behavior with huge regexp interval counts.
4480 * regex.c (GET_INTERVAL_COUNT): Rename from 'GET_UNSIGNED_NUMBER', 4484 * regex.c (GET_INTERVAL_COUNT): Rename from 'GET_UNSIGNED_NUMBER',
4481 since it's now specialized to interval counts. All uses changed. 4485 since it's now specialized to interval counts. All uses changed.
4482 Do not assume wrapraound on signed integer overflow. 4486 Do not assume wraparound on signed integer overflow.
4483 (regex_compile): Simplify based on the above changes. 4487 (regex_compile): Simplify based on the above changes.
4484 4488
44852013-12-12 Eli Zaretskii <eliz@gnu.org> 44892013-12-12 Eli Zaretskii <eliz@gnu.org>