diff options
| author | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-06-05 04:43:05 +0000 |
|---|---|---|
| committer | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2003-06-05 04:43:05 +0000 |
| commit | ad2d401e02fe77626e79d96269cecb827996729a (patch) | |
| tree | c0485110aa5ea341f821cb6bfa210041b71813e3 /ChangeLog | |
| parent | 755671e73d5d19e837a180f6bd17fe3619253bef (diff) | |
| download | ruby-ad2d401e02fe77626e79d96269cecb827996729a.tar.gz ruby-ad2d401e02fe77626e79d96269cecb827996729a.tar.xz ruby-ad2d401e02fe77626e79d96269cecb827996729a.zip | |
* ext/syck/token.c: directives choked on a period.
* ext/syck/gram.y: anchors work above a collection. [ruby-core:1071]
* ext/syck/handler.c, ext/syck/syck.c: ensure a fresh strtable between
parser iterations.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3905 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 @@ +Thu Jun 5 04:48:57 2003 why the lucky stiff <ruby-cvs@whytheluckystiff.net> + + * ext/syck/token.c: directives choked on a period. + + * ext/syck/gram.y: anchors work above a collection. [ruby-core:1071] + + * ext/syck/handler.c, ext/syck/syck.c: ensure a fresh strtable between + parser iterations. + Tue Jun 3 22:20:49 2003 Yukihiro Matsumoto <matz@ruby-lang.org> * eval.c (rb_call_super): should search superclass method based on |
