summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorwanabe <wanabe@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-02 01:04:31 +0000
committerwanabe <wanabe@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-02 01:04:31 +0000
commitc78a28513700718bf3db5fc7e4180bbe2a9a662b (patch)
tree03a6bbc838ba2e5c8e51cb2628ca4dd3c43ee02e /ChangeLog
parentc460fe5979d835694a498fe3e4088aa8290326a5 (diff)
downloadruby-c78a28513700718bf3db5fc7e4180bbe2a9a662b.tar.gz
ruby-c78a28513700718bf3db5fc7e4180bbe2a9a662b.tar.xz
ruby-c78a28513700718bf3db5fc7e4180bbe2a9a662b.zip
revert r25623
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 0 insertions, 11 deletions
diff --git a/ChangeLog b/ChangeLog
index 60c494247..0099bab39 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,3 @@
-Mon Nov 2 08:17:31 2009 wanabe <s.wanabe@gmail.com>
-
- * cont.c (fiber_free): don't free unallocated local_storage. see #1325.
-
- * cont.c (cont_init): clear local_storage not to use current thread's.
-
- * cont.c (fiber_t_alloc, root_fiber_alloc): link itself always for
- a case that fiber_link_remove() is called before fiber_link_join().
-
- * cont.c (fiber_init): don't join half-baked fiber.
-
Sun Nov 1 20:16:03 2009 NARUSE, Yui <naruse@ruby-lang.org>
* ext/bigdecimal/bigdecimal.c: fixed rdoc. [ruby-core:26457]