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 /ext/syck/bytecode.c | |
| 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 'ext/syck/bytecode.c')
| -rw-r--r-- | ext/syck/bytecode.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
