From bafa4915d84f6b37055781bbb548de0f41c59dea Mon Sep 17 00:00:00 2001 From: why Date: Sat, 7 Aug 2004 15:34:39 +0000 Subject: * lib/implicit.c: added sexagecimal float#base60. * ext/syck/rubyext.c (yaml_org_handler): ditto. * lib/token.c: indentation absolutely ignored when processing flow collections. plain scalars are trimmed if indentation follows in an ambiguous flow collection. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6741 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ec148c3ca..6e5a33326 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Sun Aug 8 00:43:31 2004 why the lucky stiff + + * lib/implicit.c: added sexagecimal float#base60. + + * ext/syck/rubyext.c (yaml_org_handler): ditto. + + * lib/token.c: indentation absolutely ignored when processing flow + collections. plain scalars are trimmed if indentation follows in + an ambiguous flow collection. + Sat Aug 7 00:50:01 2004 Tanaka Akira * ext/zlib/zlib.c: Zlib::GzipReader#read(0) returns "" instead of nil. -- cgit