From 52e0ab245a1c7d446861f8882f741356b4d24bec Mon Sep 17 00:00:00 2001 From: why Date: Mon, 12 Jan 2004 22:55:09 +0000 Subject: * 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. * test/yaml/test_yaml.rb: add test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6627531434..08db8688f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Tue Jan 13 07:52:40 2004 why the lucky stiff + + * 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. + + * test/yaml/test_yaml.rb: add test. + Tue Jan 13 04:29:52 2004 Dave Thomas * lib/rdoc/ri/ri_driver.rb (RiDriver::report_method_stuff): -- cgit v1.2.3