aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-14 04:20:59 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-14 04:20:59 +0000
commit3bf1afbdd8446faaa5e125dfcfb8741a4893e89e (patch)
tree057c0d10bab22feba4543fd8ad89cc8abe615888 /ChangeLog
parent87da8f0a292798126a40dfc3f06a4a8f98aa9073 (diff)
downloadruby-3bf1afbdd8446faaa5e125dfcfb8741a4893e89e.tar.gz
* include/ruby/intern.h (rb_make_backtrace, rb_make_exception):
used in ripper. * node.h (rb_parser_{malloc,realloc,calloc,free}): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28975 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 bdef1013ef..33e7d33fe9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Sat Aug 14 13:20:58 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * include/ruby/intern.h (rb_make_backtrace, rb_make_exception):
+ used in ripper.
+
+ * node.h (rb_parser_{malloc,realloc,calloc,free}): ditto.
+
Fri Aug 13 22:48:39 2010 Tanaka Akira <akr@fsij.org>
* ext/pathname/pathname.c (path_truncate): Pathname#truncate translated