From 0d701774d8b885ffe70b044df817d60979a39632 Mon Sep 17 00:00:00 2001 From: why Date: Mon, 26 Apr 2004 23:37:37 +0000 Subject: * lib/yaml/rubytypes.rb: passing Range tests. * ext/syck/syck.h: version 0.44. * ext/syck/gram.c: transfers no longer open an indentation. fixed transfers which precede blocks. * ext/syck/token.c: ditto. * ext/syck/syck.c: fixed segfault if an anchor has been released already. * ext/syck/node.c (syck_free_members): organized order of free'd nodes. * ext/syck/rubyext.c (syck_emitter_write_m): test for proper string with StringValue. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 38fca6a59..e6bd08ae9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +Tue Apr 27 08:41:28 2004 why the lucky stiff + + * lib/yaml/rubytypes.rb: passing Range tests. + + * ext/syck/syck.h: version 0.44. + + * ext/syck/gram.c: transfers no longer open an indentation. + fixed transfers which precede blocks. + + * ext/syck/token.c: ditto. + + * ext/syck/syck.c: fixed segfault if an anchor has been released already. + + * ext/syck/node.c (syck_free_members): organized order of free'd nodes. + + * ext/syck/rubyext.c (syck_emitter_write_m): test for proper string with + StringValue. + Mon Apr 26 23:56:54 2004 Daniel Kelley * README.EXT, README.EXT.ja: fixed wrong function signature. -- cgit