summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-26 14:49:37 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-26 14:49:37 +0000
commitfe2f09e3ba9d5a5d21265883204bb447a45febd5 (patch)
tree0603256c1ca594d9291371b6c678aea753d803d0 /ChangeLog
parentfb3a03ee63aa8fe70497205bf27c93f3e2a009fe (diff)
revert r41628 because it causes memory error on mswin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@41662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 0 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index d16a0ea096..35fe89d9c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -92,15 +92,6 @@ Wed Jun 26 16:10:01 2013 Eric Hodel <drbrain@segment7.net>
* ext/socket/extconf.rb: Enable RFC 3542 IPV6 socket options for OS X
10.7+. [ruby-trunk - Bug #8517]
-Tue Jun 25 21:54:17 2013 NAKAMURA Usaku <usa@ruby-lang.org>
-
- * gc.c: Fixup around GC by MALLOC.
- Add allocate size to malloc_increase before GC
- for updating limit in after_gc_sweep.
- Reset malloc_increase into garbage_collect()
- for preventing GC again soon.
- this backport patch is written by nari.
-
Wed Jun 5 12:38:14 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* win32/win32.c (setup_overlapped, finish_overlapped): extract from