From 7cca6c25f0682053b861fa987fa5b415346d044f Mon Sep 17 00:00:00 2001 From: why Date: Thu, 21 Aug 2003 21:16:58 +0000 Subject: * ext/syck/rubyext.c: refactoring of the transfer method dispatch. added yaml_org_handler for faster dispatch of transfers to base types. * lib/yaml/rubytypes.rb: removed handling of builtins from Ruby library. * ext/syck/token.c: quoted and block scalars are now implicit !str * ext/syck/implicit.c: empty string detected as !null. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 22046e973f..30b84fd6f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Fri Aug 22 06:13:22 2003 why the lucky stiff + + * ext/syck/rubyext.c: refactoring of the transfer method + dispatch. added yaml_org_handler for faster dispatch of + transfers to base types. + + * lib/yaml/rubytypes.rb: removed handling of builtins from + Ruby library. + + * ext/syck/token.c: quoted and block scalars are now implicit !str + + * ext/syck/implicit.c: empty string detected as !null. + Fri Aug 22 01:00:31 2003 Nobuyoshi Nakada * eval.c (block_pass): improve passing current block. -- cgit v1.2.3