diff options
| author | Glenn Morris | 2014-07-28 05:39:09 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-07-28 05:39:09 -0400 |
| commit | da41ffdd089b529c3d5216412d95840e065c3fe3 (patch) | |
| tree | a69f5a510e2c47f774f145d9567188bc89563ac1 /src/ChangeLog | |
| parent | 414e1537ab09d2f4571e61b420523dcd082f2d3a (diff) | |
| parent | 1c6c2e3c70ff2f666a1e3f29b8852d375c8392cd (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2014-07-28 Eli Zaretskii <eliz@gnu.org> | 1 | 2014-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 | ||
| 4485 | 2013-12-12 Eli Zaretskii <eliz@gnu.org> | 4489 | 2013-12-12 Eli Zaretskii <eliz@gnu.org> |