aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-07-19 13:37:27 -0700
committerPaul Eggert2011-07-19 13:37:27 -0700
commit63cf7836ae7616ce91d7eeaeac997d71609e191b (patch)
tree801b7c438808303fd47cf19aec1d899c78c2472f /src/ChangeLog
parent7403ff044d82d390bdc4cdd3954448daedcd4571 (diff)
parent0d8de0fd0a5a63cc9558b5c99f9c7f1ddcaf338a (diff)
downloademacs-63cf7836ae7616ce91d7eeaeac997d71609e191b.tar.gz
emacs-63cf7836ae7616ce91d7eeaeac997d71609e191b.zip
Merge from intsign.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog20
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
1092011-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
3082011-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
3212011-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
3062011-07-18 Paul Eggert <eggert@cs.ucla.edu> 3262011-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.