From da9cec713b117435b5dd412a3180d1d7ca2411ce Mon Sep 17 00:00:00 2001 From: why Date: Sat, 3 Apr 2004 08:13:22 +0000 Subject: * ext/syck/syck.h: version 0.43. * ext/syck/lib/gram.c: allow root-level inline collections. [ruby-talk:94922] * lib/yaml/rubytypes.rb (Symbol#to_yaml): emit symbols as implicits. [ruby-talk:94930] * ext/syck/bytecode.c: turn off default implicit typing. * ext/syck/implicit.c: detect base60 integers. * ext/syck/rubyext.c: handle base60, as well as hex and octal with commas. implicit typing of ruby symbols. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6083 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2527450e5..f22029b8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +Sat Apr 3 17:11:05 2004 why the lucky stiff + + * ext/syck/syck.h: version 0.43. + + * ext/syck/lib/gram.c: allow root-level inline collections. + [ruby-talk:94922] + + * lib/yaml/rubytypes.rb (Symbol#to_yaml): emit symbols as implicits. + [ruby-talk:94930] + + * ext/syck/bytecode.c: turn off default implicit typing. + + * ext/syck/implicit.c: detect base60 integers. + + * ext/syck/rubyext.c: handle base60, as well as hex and octal + with commas. implicit typing of ruby symbols. + Thu Apr 1 19:58:37 2004 NAKAMURA, Hiroshi * lib/soap/mapping/{factory.rb,registry.rb}: fixed illegal mapped URI -- cgit