From 605014cb5544518d26e1039fa7d2de912151fb46 Mon Sep 17 00:00:00 2001 From: why Date: Thu, 6 May 2004 06:39:45 +0000 Subject: * lib/yaml/rubytypes.rb (to_yaml): added instance variable handling for Ranges, Strings, Structs, Regexps. * lib/yaml/rubytypes.rb (to_yaml_fold): new method for setting a String's flow style. * lib/yaml.rb (YAML::object_maker): now uses Object.allocate. * ext/syck/gram.c: fixed transfer methods on structs, broke it last commit. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6253 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fff1b6322d..0446051201 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Thu May 6 14:22:29 2004 why the lucky stiff + + * lib/yaml/rubytypes.rb (to_yaml): added instance variable handling + for Ranges, Strings, Structs, Regexps. + + * lib/yaml/rubytypes.rb (to_yaml_fold): new method for setting a + String's flow style. + + * lib/yaml.rb (YAML::object_maker): now uses Object.allocate. + + * ext/syck/gram.c: fixed transfer methods on structs, broke it + last commit. + Thu May 6 11:40:28 2004 Shugo Maeda * lib/net/imap.rb (string): accept NIL. -- cgit v1.2.3