summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf8c371997..a2caf9df92 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed Jun 17 06:48:28 2009 Koichi Sasada <[email protected]>
+
+ * st.c, include/ruby/st.h (st_memsize): added. This function returns
+ the memory usage of st_talbe.
+
Wed Jun 17 06:19:06 2009 Koichi Sasada <[email protected]>
* include/ruby/ruby.h: New structure RTypedData, added.