diff options
| author | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-26 23:37:37 +0000 |
|---|---|---|
| committer | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-04-26 23:37:37 +0000 |
| commit | 0d701774d8b885ffe70b044df817d60979a39632 (patch) | |
| tree | bce523b227d1020c7b2eebe70596d1c988b8ae69 /ChangeLog | |
| parent | a49963f27108175abc621bc6afa8a2d3971874f9 (diff) | |
| download | ruby-0d701774d8b885ffe70b044df817d60979a39632.tar.gz ruby-0d701774d8b885ffe70b044df817d60979a39632.tar.xz ruby-0d701774d8b885ffe70b044df817d60979a39632.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -1,3 +1,21 @@ +Tue Apr 27 08:41:28 2004 why the lucky stiff <why@ruby-lang.org> + + * 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 <news-1082945587@dkelley.gmp.san-jose.ca.us> * README.EXT, README.EXT.ja: fixed wrong function signature. |
