diff options
| author | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-14 20:01:09 +0000 |
|---|---|---|
| committer | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-05-14 20:01:09 +0000 |
| commit | 0bc2ccc712d944963d37082a1128c531d3ddd084 (patch) | |
| tree | 8443bb4cdace2625febeacf6e9dccf45952742d7 /ChangeLog | |
| parent | 90901cadacf2f45d60d084b60b2c33ff99592b8b (diff) | |
| download | ruby-0bc2ccc712d944963d37082a1128c531d3ddd084.tar.gz ruby-0bc2ccc712d944963d37082a1128c531d3ddd084.tar.xz ruby-0bc2ccc712d944963d37082a1128c531d3ddd084.zip | |
* ext/syck/gram.c: sequence-in-map shortcut, transfer methods on
sequence-in-sequence, memory leak in mapping merge. [0.28]
* ext/syck/syck.c: memory leak in domain anchoring. [0.28]
* lib/yaml/rubytypes.rb, lib/yaml/types.rb: eliminated 1.6.x code.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Wed May 14 20:09:26 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net> + + * ext/syck/gram.c: sequence-in-map shortcut, transfer methods on + sequence-in-sequence, memory leak in mapping merge. + + * ext/syck/syck.c: memory leak in domain anchoring. + + * lib/yaml/rubytypes.rb, lib/yaml/types.rb: eliminated 1.6.x code. + Wed May 14 19:56:43 2003 NAKAMURA Usaku <usa@ruby-lang.org> * ext/syck/rubyext.c: add prototypes to avoid VC++ warnings. |
