From 8048c754976fd19ff7bda993c9aaa425a6b6844c Mon Sep 17 00:00:00 2001 From: why Date: Sat, 7 Aug 2004 15:40:47 +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/branches/ruby_1_8@6742 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 816949ec0..9ce6cfa0d 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