From b23d4bb28c622e45e549b570281d6338ceb096e1 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 15 May 2004 04:38:39 +0000 Subject: * ext/syck/MANIFEST, ext/syck/depend: new file. * lib/yaml/rubytypes.rb: range of exponential floats. [ruby-core:02824] * test/yaml/test_yaml.rb: tests for strings start with colon and some round trip. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6318 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e02b8a814..d082bde67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sat May 15 13:38:33 2004 Nobuyoshi Nakada + + * ext/syck/MANIFEST, ext/syck/depend: new file. + + * lib/yaml/rubytypes.rb: range of exponential floats. [ruby-core:02824] + + * test/yaml/test_yaml.rb: tests for strings start with colon and some + round trip. + Sat May 15 12:04:58 2004 why the lucky stiff * lib/yaml.rb: removed fallback to pure Ruby parser. @@ -44,7 +53,7 @@ Fri May 14 21:29:26 2004 Yukihiro Matsumoto Fri May 14 18:37:49 2004 Hidetoshi NAGAI * ext/tk/lib/tk/canvas.rb: improve coords support for canvas - items. Now, supports all of the followings. + items. Now, supports all of the followings. TkcLine.new(c, 0, 0, 100, 100, :fill=>'red') TkcLine.new(c, [0, 0, 100, 100], :fill=>'red') TkcLine.new(c, [0, 0], [100, 100], :fill=>'red') -- cgit