aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2013-08-24 04:36:40 +0200
committerJoakim Verona2013-08-24 04:36:40 +0200
commit202cca22fe9e2451a8d3cabe0c443ba985289503 (patch)
treee81f63d5a3a578ef23839b43b071854d015613a8 /src/ChangeLog
parent4bd3d0459af0b4c8ec3128d0d0d67ff2cbc2750d (diff)
parent9c05bccfb9cd29ab66b5c46643467671315a0f29 (diff)
downloademacs-202cca22fe9e2451a8d3cabe0c443ba985289503.tar.gz
emacs-202cca22fe9e2451a8d3cabe0c443ba985289503.zip
merge from trunk
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 73fdb0221ce..3eccf6ff557 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,19 @@
12013-08-24 Paul Eggert <eggert@cs.ucla.edu>
2
3 System-dependent integer overflow fixes.
4 * process.c (Fset_process_window_size): Signal an error if
5 the window size is outside the range supported by the lower level.
6 * sysdep.c (set_window_size): Return negative on error,
7 nonnegative on success, rather than -1, 0, 1 on not in system,
8 failure, success. This is simpler. Caller changed.
9 (serial_configure): Remove unnecessary initialization of local.
10 (procfs_get_total_memory) [GNU_LINUX]: Don't assume system memory
11 size fits in unsigned long; this isn't true on some 32-bit hosts.
12 Avoid buffer overrun if some future version of /proc/meminfo has a
13 variable name longer than 20 bytes.
14 (system_process_attributes) [__FreeBSD__]:
15 Don't assume hw.availpages fits in 'int'.
16
12013-08-23 Paul Eggert <eggert@cs.ucla.edu> 172013-08-23 Paul Eggert <eggert@cs.ucla.edu>
2 18
3 Don't let very long directory names overrun the stack. 19 Don't let very long directory names overrun the stack.