aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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