diff options
| author | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-05-15 03:11:28 +0000 |
|---|---|---|
| committer | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-05-15 03:11:28 +0000 |
| commit | a3112838c8637226b96f1cca7036eb42536d2aa2 (patch) | |
| tree | f333f1c306d07933ceb2f4098b8aefde5d34d29e /ChangeLog | |
| parent | 5f4f55203981252169b3fe3aeb594321edf91d52 (diff) | |
| download | ruby-a3112838c8637226b96f1cca7036eb42536d2aa2.tar.gz ruby-a3112838c8637226b96f1cca7036eb42536d2aa2.tar.xz ruby-a3112838c8637226b96f1cca7036eb42536d2aa2.zip | |
* lib/yaml.rb: removed fallback to pure Ruby parser.
* lib/yaml/baseemitter.rb (node_text): rewriting folded scalars.
* ext/syck/syck.h: reports style of scalars now, be they plain, block
single-, or double-quoted.
* ext/syck/syck.c: ditto.
* ext/syck/gram.c: ditto.
* ext/syck/node.c: ditto.
* ext/syck/token.c: ditto.
* ext/syck/rubyext.c (yaml_org_handler): symbols loaded only
if scalar style is plain.
* test/yaml/test_yaml.rb (test_perl_regexp): updated test to
match new regexp serialization.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6315 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +Sat May 15 12:04:58 2004 why the lucky stiff <why@ruby-lang.org> + + * lib/yaml.rb: removed fallback to pure Ruby parser. + + * lib/yaml/baseemitter.rb (node_text): rewriting folded scalars. + + * ext/syck/syck.h: reports style of scalars now, be they plain, block + single-, or double-quoted. + + * ext/syck/syck.c: ditto. + + * ext/syck/gram.c: ditto. + + * ext/syck/node.c: ditto. + + * ext/syck/token.c: ditto. + + * ext/syck/rubyext.c (yaml_org_handler): symbols loaded only + if scalar style is plain. + + * test/yaml/test_yaml.rb (test_perl_regexp): updated test to + match new regexp serialization. + Sat May 15 01:41:34 2004 Yukihiro Matsumoto <matz@ruby-lang.org> * eval.c (eval): forgot to restore $SAFE value before evaluating |
