summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-24 20:53:06 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-24 20:53:06 +0000
commitb38e583c46222f2d44c2233e62eaa77c4ba32a99 (patch)
tree43853d683e5270c346a213108e6a0582896b95ff /ChangeLog
parent2a4825fa02b4643650bc44021c0c5b3836f2e43d (diff)
downloadruby-b38e583c46222f2d44c2233e62eaa77c4ba32a99.tar.gz
ruby-b38e583c46222f2d44c2233e62eaa77c4ba32a99.tar.xz
ruby-b38e583c46222f2d44c2233e62eaa77c4ba32a99.zip
* template/id.h.tmpl, id.h (ruby_method_ids_check): enclosed in a
struct. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ef74bf084..a63836781 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,11 @@
-Thu Dec 25 05:05:06 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Thu Dec 25 05:53:01 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* template/id.h.tmpl, id.h (ruby_method_ids): not depend on if
token are defined as macros. [ruby-dev:37553]
+ * template/id.h.tmpl, id.h (ruby_method_ids_check): enclosed in a
+ struct.
+
Thu Dec 25 01:52:34 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* thread.c (thread_start_func_2): sets native thread key.