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 --- ext/syck/bytecode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/syck/bytecode.c') diff --git a/ext/syck/bytecode.c b/ext/syck/bytecode.c index 9a82f1bb8..ae5f19d7d 100644 --- a/ext/syck/bytecode.c +++ b/ext/syck/bytecode.c @@ -1,4 +1,4 @@ -/* Generated by re2c 0.9.3 on Fri Jun 18 18:55:09 2004 */ +/* Generated by re2c 0.9.3 on Fri Aug 13 11:47:50 2004 */ #line 1 "bytecode.re" /* * bytecode.re -- cgit