aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8b74e921450..d9e99722319 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12014-03-23 Daniel Colascione <dancol@dancol.org>
2
3 Split gc_sweep into discrete functions for legibility and better
4 stack traces.
5
6 * alloc.c (sweep_strings,sweep_vectors): Add NO_INLINE
7 (sweep_vectors): Fix typo in comment.
8 (sweep_conses,sweep_floats,sweep_intervals)
9 (sweep_symbols,sweep_misc,sweep_buffers): New functions.
10 (gc_sweep): Call new functions, to which existing functionality is
11 moved.
12 * fns.c (sweep_weak_hash_tables): Add NO_INLINE.
13
12014-03-23 Juanma Barranquero <lekktu@gmail.com> 142014-03-23 Juanma Barranquero <lekktu@gmail.com>
2 15
3 * w32fns.c (Fw32_shell_execute): Declare `result' only on Cygwin. 16 * w32fns.c (Fw32_shell_execute): Declare `result' only on Cygwin.