diff options
| author | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-14 23:15:19 +0000 |
|---|---|---|
| committer | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-10-14 23:15:19 +0000 |
| commit | 4688d51e1d106bd910c19ca43c3e893ca00f9dbe (patch) | |
| tree | 8e4ffb887b591097de3f8f5b080276bb62f7648c /ChangeLog | |
| parent | 8e4c4619515827f38a2acfd822b97848091a8f4e (diff) | |
| download | ruby-4688d51e1d106bd910c19ca43c3e893ca00f9dbe.tar.gz ruby-4688d51e1d106bd910c19ca43c3e893ca00f9dbe.tar.xz ruby-4688d51e1d106bd910c19ca43c3e893ca00f9dbe.zip | |
* ext/syck/bytecode.c: Checkin of YAML bytecode support.
* ext/syck/gram.c: Ditto.
* ext/syck/syck.c: Ditto.
* ext/syck/token.c: Ditto.
* ext/syck/handler.c: Ditto.
* ext/syck/handler.c: Now using 'tag' rather than 'taguri' in type URIs.
* ext/syck/rubyext.c: Ditto (on both counts).
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4769 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +Wed Oct 15 08:09:07 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net> + + * ext/syck/bytecode.c: Checkin of YAML bytecode support. + + * ext/syck/gram.c: Ditto. + + * ext/syck/syck.c: Ditto. + + * ext/syck/token.c: Ditto. + + * ext/syck/handler.c: Ditto. + + * ext/syck/handler.c: Now using 'tag' rather than 'taguri' in type URIs. + + * ext/syck/rubyext.c: Ditto (on both counts). + Wed Oct 15 05:05:53 2003 Akinori MUSHA <knu@iDaemons.org> * lib/generator.rb: A new library which converts an internal |
