diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2015-04-24 Kaz Kylheku <kaz@kylheku.com> + + * gc.c (gc): Minor off-by-one: compare gc_counter to FULL_GC_INTERVAL + rather than FULL_GC_INTERVAL - 1, since it is pre-incremented. + 2015-04-22 Kaz Kylheku <kaz@kylheku.com> Switch to in-tree mpi directory. |