From 4d27d1389b36d76fb3d45b23c53eccb565f815c5 Mon Sep 17 00:00:00 2001 From: why Date: Fri, 30 May 2003 23:09:54 +0000 Subject: * ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong. * ext/syck/gram.c: flexibility to anchors and transfer methods on collections. * ext/syck/token.c: hex escapes. * lib/yaml/basenode.rb: YamlNode references changed to YAML::BaseNode. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 250ddaacb..3d328f125 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Fri May 30 23:18:01 2003 why the lucky stiff + + * ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong. + + * ext/syck/gram.c: flexibility to anchors and transfer methods on + collections. + + * ext/syck/token.c: hex escapes. + + * lib/yaml/basenode.rb: YamlNode references changed to YAML::BaseNode. + Fri May 30 22:28:04 2003 Nobuyoshi Nakada * numeric.c (rb_num2uint, rb_fix2int): new function to convert @@ -7,7 +18,7 @@ Fri May 30 22:28:04 2003 Nobuyoshi Nakada Fri May 30 15:01:05 2003 why the lucky stiff - * ext/syck/token.c: preserve any indentation passed an explicit + * ext/syck/token.c: preserve any indentation past an explicit indentation. Fri May 30 14:55:44 2003 Nobuyoshi Nakada -- cgit