aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-15 23:06:32 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-03-15 23:06:32 +0000
commitf5c2e89cd44a27b2391f94cb1b9cad74b9be692d (patch)
tree9702f300afa9da64216b85f82f7eab0a34d1e184 /ChangeLog
parent356644685e5f27df9c2dfdacfdff4cb1d7383136 (diff)
downloadruby-f5c2e89cd44a27b2391f94cb1b9cad74b9be692d.tar.gz
gc.c (objspace_xcalloc): fix GC accounting
This hopefully works on all platforms with malloc_usable_size. This may also trigger bugs in places which did not expect GC, too; so maybe some existing code will need RB_GC_GUARD. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4577385cf1..748026dc16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Mar 16 08:05:06 2014 Eric Wong <e@80x24.org>
+
+ * gc.c (objspace_xcalloc): fix GC accounting
+
Sun Mar 16 06:33:35 2014 NARUSE, Yui <naruse@ruby-lang.org>
* addr2line.c (fill_lines): return address is just after calling