diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f7f68b41838..30af92a57e9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -106,6 +106,8 @@ | |||
| 106 | (gs_load): Use printmax_t to print the widest integers possible. | 106 | (gs_load): Use printmax_t to print the widest integers possible. |
| 107 | Check for integer overflow when computing image height and width. | 107 | Check for integer overflow when computing image height and width. |
| 108 | 108 | ||
| 109 | 2011-07-19 Paul Eggert <eggert@cs.ucla.edu> | ||
| 110 | |||
| 109 | Integer signedness and overflow and related fixes. (Bug#9079) | 111 | Integer signedness and overflow and related fixes. (Bug#9079) |
| 110 | 112 | ||
| 111 | * bidi.c: Integer size and overflow fixes. | 113 | * bidi.c: Integer size and overflow fixes. |
| @@ -303,6 +305,24 @@ | |||
| 303 | Use EMACS_INT, not EMACS_UINT, for sizes. The code works equally | 305 | Use EMACS_INT, not EMACS_UINT, for sizes. The code works equally |
| 304 | well either way, and we prefer signed to unsigned. | 306 | well either way, and we prefer signed to unsigned. |
| 305 | 307 | ||
| 308 | 2011-07-19 Paul Eggert <eggert@cs.ucla.edu> | ||
| 309 | |||
| 310 | Port to OpenBSD. | ||
| 311 | See http://lists.gnu.org/archive/html/emacs-devel/2011-07/msg00688.html | ||
| 312 | and the surrounding thread. | ||
| 313 | * minibuf.c (read_minibuf_noninteractive): Rewrite to use getchar | ||
| 314 | rather than fgets, and retry after EINTR. Otherwise, 'emacs | ||
| 315 | --batch -f byte-compile-file' fails on OpenBSD if an inactivity | ||
| 316 | timer goes off. | ||
| 317 | * s/openbsd.h (BROKEN_SIGIO): Define. | ||
| 318 | * unexelf.c (unexec) [__OpenBSD__]: | ||
| 319 | Don't update the .mdebug section of the Alpha COFF symbol table. | ||
| 320 | |||
| 321 | 2011-07-19 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 322 | |||
| 323 | * lread.c (syms_of_lread): Clarify when `lexical-binding' is used | ||
| 324 | (bug#8460). | ||
| 325 | |||
| 306 | 2011-07-18 Paul Eggert <eggert@cs.ucla.edu> | 326 | 2011-07-18 Paul Eggert <eggert@cs.ucla.edu> |
| 307 | 327 | ||
| 308 | * fileio.c (Fcopy_file) [!MSDOS]: Tighten created file's mask. | 328 | * fileio.c (Fcopy_file) [!MSDOS]: Tighten created file's mask. |