From b0e7e0d285baffadd33f9377d5bdf62309cbfc5b Mon Sep 17 00:00:00 2001 From: why Date: Wed, 18 Aug 2004 20:54:40 +0000 Subject: * 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 --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 383cb1db5..ab6370ee4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Thu Aug 19 06:07:45 2004 why the lucky stiff + + * 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 * lib/net/protocol.rb (rbuf_fill): OpenSSL::SSLSocket has its own -- cgit