From 5d47fda3f8b7148087a866cfd3033ab185e492fd Mon Sep 17 00:00:00 2001 From: why Date: Thu, 29 May 2003 23:33:10 +0000 Subject: * ext/syck/handler.c, ext/syck/syck.h: removed syck_fold_format(). * ext/syck/gram.c: flexibility for aliases and anchors. * ext/syck/token.c: folding now handled in the tokenizer. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b4a60a5409..ee952e5d2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu May 29 23:41:34 2003 why the lucky stiff + + * ext/syck/handler.c, ext/syck/syck.h: removed syck_fold_format(). + + * ext/syck/gram.c: flexibility for aliases and anchors. + + * ext/syck/token.c: folding now handled in the tokenizer. + Fri May 30 06:21:18 2003 Nobuyoshi Nakada * variable.c (rb_autoload_load): should delete autoloaded @@ -111,7 +119,7 @@ Fri May 23 14:19:29 2003 Yukihiro Matsumoto Thu May 22 18:07:46 2003 why the lucky stiff - * lib/token.c: single- and double-quoted root-level fix. + * ext/syck/token.c: single- and double-quoted root-level fix. * lib/yaml.rb (YAML::object_maker): can create object attributes (such as found in Exception class) -- cgit v1.2.3