1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/syck
why df0e9dbe97 * ext/syck/rubyext.c: default keys handled.
* ext/syck/syck.h: lowered default buffer size to 16k for increased
  performance.

* test/yaml: checkin of basic unit tests.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2003-10-03 19:51:25 +00:00
..
.cvsignore * ext/syck/MANIFEST: new file. 2003-05-10 09:29:26 +00:00
emitter.c * implicit.c (syck_type_id_to_taguri): corrected detection of 2003-08-26 07:02:19 +00:00
extconf.rb Initial checkin of YAML substances. 2003-05-09 21:25:50 +00:00
gram.c * ext/syck/token.c: prefixed many constants and definitions with YAML_ to 2003-07-29 03:27:01 +00:00
gram.h * ext/syck/token.c: prefixed many constants and definitions with YAML_ to 2003-07-29 03:27:01 +00:00
handler.c * ext/syck/syck.h: Parser definition problems on HP-UX. [ruby-talk:79389] 2003-08-19 16:38:02 +00:00
implicit.c * implicit.c (syck_type_id_to_taguri): corrected detection of 2003-08-26 07:02:19 +00:00
MANIFEST Missed MANIFEST change and addition of ext/syck/emitter.c. 2003-07-11 23:44:37 +00:00
node.c * ext/syck/syck.h: Added 'syck' yacc prefixes. 2003-07-28 19:27:42 +00:00
rubyext.c * ext/syck/rubyext.c: default keys handled. 2003-10-03 19:51:25 +00:00
syck.c * ext/syck/syck.h: Parser definition problems on HP-UX. [ruby-talk:79389] 2003-08-19 16:38:02 +00:00
syck.h * ext/syck/rubyext.c: default keys handled. 2003-10-03 19:51:25 +00:00
token.c * ext/syck/token.c: headerless documents with root-level spacing now 2003-09-03 18:58:27 +00:00