diff options
| author | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-08-18 20:54:40 +0000 |
|---|---|---|
| committer | why <why@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-08-18 20:54:40 +0000 |
| commit | b0e7e0d285baffadd33f9377d5bdf62309cbfc5b (patch) | |
| tree | 41efb190a4d156c161153665d0418d01796893eb /ChangeLog | |
| parent | 42c7bb4d6aa4b5a3351c033dfa785ff51fa29e2f (diff) | |
| download | ruby-b0e7e0d285baffadd33f9377d5bdf62309cbfc5b.tar.gz ruby-b0e7e0d285baffadd33f9377d5bdf62309cbfc5b.tar.xz ruby-b0e7e0d285baffadd33f9377d5bdf62309cbfc5b.zip | |
* ext/syck/token.c: re2c no longer compiled with bit vectors. caused
problems for non-ascii characters. [ruby-core:03280]
* ext/syck/implicit.c: ditto.
* ext/syck/bytecode.c: ditto.
* lib/yaml/baseemitter.rb: folding now handles double-quoted strings,
fixed problem with extra line feeds at end of folding, whitespace
opening scalar blocks.
* lib/yaml/rubytypes.rb: subtelties in handling strings with
non-printable characters and odd whitespace patterns.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Thu Aug 19 06:07:45 2004 why the lucky stiff <why@ruby-lang.org> + + * ext/syck/token.c: re2c no longer compiled with bit vectors. caused + problems for non-ascii characters. [ruby-core:03280] + * ext/syck/implicit.c: ditto. + * ext/syck/bytecode.c: ditto. + + * lib/yaml/baseemitter.rb: folding now handles double-quoted strings, + fixed problem with extra line feeds at end of folding, whitespace + opening scalar blocks. + + * lib/yaml/rubytypes.rb: subtelties in handling strings with + non-printable characters and odd whitespace patterns. + + Wed Aug 18 23:41:33 2004 Minero Aoki <aamine@loveruby.net> * lib/net/protocol.rb (rbuf_fill): OpenSSL::SSLSocket has its own |
