aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-07-01 14:06:12 -0700
committerPaul Eggert2013-07-01 14:06:12 -0700
commit8f43ce497c3fcd76d0d3be2d8a0506c53c757fb3 (patch)
tree196afeabe60fd7b5e2b1ec27e8d8f793c32edc11 /src/ChangeLog
parent24827db9c4dd4597715958a3f6178cd2173251e1 (diff)
downloademacs-8f43ce497c3fcd76d0d3be2d8a0506c53c757fb3.tar.gz
emacs-8f43ce497c3fcd76d0d3be2d8a0506c53c757fb3.zip
Fix bug re noninteractive multithreaded memory allocation.
* emacs.c (malloc_enable_thread): Hoist extern decl to top level. (main) [HAVE_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]: Invoke malloc_enable_thread even when not interactive. Problem reported by Ken Brown in <http://bugs.gnu.org/14569#275>. * process.c (init_process_emacs) [CYGWIN]: Tickle glib even in this case, since the underlying bug has now been fixed.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 23e9502e3b5..061083af6cd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12013-07-01 Paul Eggert <eggert@cs.ucla.edu>
2
3 Fix bug re noninteractive multithreaded memory allocation (Bug#14569).
4 * emacs.c (malloc_enable_thread): Hoist extern decl to top level.
5 (main) [HAVE_PTHREAD && !SYSTEM_MALLOC && !DOUG_LEA_MALLOC]:
6 Invoke malloc_enable_thread even when not interactive.
7 Problem reported by Ken Brown in <http://bugs.gnu.org/14569#275>.
8 * process.c (init_process_emacs) [CYGWIN]: Tickle glib even
9 in this case, since the underlying bug has now been fixed.
10
12013-07-01 Juanma Barranquero <lekktu@gmail.com> 112013-07-01 Juanma Barranquero <lekktu@gmail.com>
2 12
3 * emacs.c (Fkill_emacs): Expand Vauto_save_list_file_name before 13 * emacs.c (Fkill_emacs): Expand Vauto_save_list_file_name before