summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-24 07:36:02 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-24 07:36:02 +0000
commit204c7fd7a4fc20d4d66b318a82dfbe6f792bd33c (patch)
tree4f91494b3726253e1dc9e7afd7d6061f63bc992a /ChangeLog
parent89a31cf0a14e75a42dee5276f9306ed548928ba1 (diff)
downloadruby-204c7fd7a4fc20d4d66b318a82dfbe6f792bd33c.tar.gz
ruby-204c7fd7a4fc20d4d66b318a82dfbe6f792bd33c.tar.xz
ruby-204c7fd7a4fc20d4d66b318a82dfbe6f792bd33c.zip
* st.c (st_delete_safe): deals with packed entries.
[ruby-core:25080] * st.c (st_cleanup_safe): ditto. [ruby-core:25081] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e89b47ab9..414a1e01e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Aug 24 16:35:57 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * st.c (st_delete_safe): deals with packed entries.
+ [ruby-core:25080]
+
+ * st.c (st_cleanup_safe): ditto. [ruby-core:25081]
+
Mon Aug 24 13:24:07 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/Makefile.sub (MAKEDIRS): define.