diff options
| author | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-17 20:53:39 +0000 |
|---|---|---|
| committer | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-17 20:53:39 +0000 |
| commit | 7309c0ad64a0658481d3f807d723baa56b27a9d6 (patch) | |
| tree | 12451184c932388ec7fa18a76b855054027589e2 /ChangeLog | |
| parent | c58f1a32e64f7bac0c8f3e70cd2ddfed4118c9e4 (diff) | |
| download | ruby-7309c0ad64a0658481d3f807d723baa56b27a9d6.tar.gz ruby-7309c0ad64a0658481d3f807d723baa56b27a9d6.tar.xz ruby-7309c0ad64a0658481d3f807d723baa56b27a9d6.zip | |
* ext/syck/rubyext.c: YAML::Syck::compile method.
* ext/syck/syck.c: Buffer edge bug.
* ext/syck/yaml2byte.c: YAML to bytecode converter.
* ext/syck/bytecode.c: Bytecode parser fixes to empty collections
and empty strings.
* ext/syck/token.c: Ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Sat Oct 18 05:48:59 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net> + + * ext/syck/rubyext.c: YAML::Syck::compile method. + + * ext/syck/syck.c: Buffer edge bug. + + * ext/syck/yaml2byte.c: YAML to bytecode converter. + + * ext/syck/bytecode.c: Bytecode parser fixes to empty collections + and empty strings. + + * ext/syck/token.c: Ditto. + Fri Oct 17 23:07:38 2003 Akinori MUSHA <knu@iDaemons.org> * ext/enumerator/enumerator.c, ext/enumerator/enumerator.txt: |
