summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-22 15:54:09 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-07-22 15:54:09 +0000
commit13361ec52137415c73a93f535a9c71402b2244df (patch)
tree22ba081d716584b1e6a0a8f2b80e5a4b6fa94cb3 /ChangeLog
parenta4f2d6fec47f5aecb67151ea53e5498289169448 (diff)
merges r28714 from trunk into ruby_1_9_2.
-- * include/ruby/missing.h: add prototype for ruby_close(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@28723 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 b9f51ed13c..1e6282a5e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jul 22 14:30:17 2010 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * include/ruby/missing.h: add prototype for ruby_close().
+
Thu Jul 22 22:38:32 2010 NARUSE, Yui <naruse@ruby-lang.org>
* sprintf.c: add short documentation about named reference.