From f4038b58e7c9522f4d22aa2f3bea6840f179c856 Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 23 May 2007 22:52:19 +0000 Subject: * cont.c: support callcc which everyone love. incomplete. please give me bug reports. * common.mk, inits.c, thread.c: ditto. * yarvcore.c: export thread_mark(). * yarvcore.h: disable value cache option. * eval_intern.h: set th_get_ruby_level_cfp to inline. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e0a015fff..dc52094cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Thu May 24 01:54:53 2007 Koichi Sasada + + * cont.c: support callcc which everyone love. + incomplete. please give me bug reports. + + * common.mk, inits.c, thread.c: ditto. + + * yarvcore.c: export thread_mark(). + + * yarvcore.h: disable value cache option. + + * eval_intern.h: set th_get_ruby_level_cfp to inline. + Wed May 23 15:39:02 2007 Yukihiro Matsumoto * common.mk: add a rule for regsyntax.c. -- cgit