aboutsummaryrefslogtreecommitdiffstats
path: root/ext/syck/syck.h
Commit message (Expand)AuthorAgeFilesLines
* * lib/yaml.rb: removed fallback to pure Ruby parser.why2004-05-151-2/+11
* * lib/yaml/rubytypes.rb: passing Range tests.why2004-04-261-1/+1
* * ext/syck/syck.h: version 0.43.why2004-04-031-1/+1
* * ext/syck/token.c: removed YYTOKTMP references whichwhy2003-11-251-2/+2
* * ext/syck/rubyext.c: YAML::Syck::compile method.why2003-10-171-0/+3
* * ext/enumerator/enumerator.c (enumerator_each): avoid VC++ warning.usa2003-10-151-0/+1
* * ext/syck/bytecode.c: Checkin of YAML bytecode support.why2003-10-141-5/+13
* * ext/syck/rubyext.c: default keys handled.why2003-10-031-1/+1
* * ext/syck/syck.h: Parser definition problems on HP-UX. [ruby-talk:79389]why2003-08-191-15/+25
* * ext/syck/syck.h: Added 'syck' yacc prefixes.why2003-07-281-0/+10
* * ext/syck/emitter.c (syck_emitter_flush): accepts countwhy2003-07-241-2/+2
* * ext/syck/emitter.c: new emitter code.why2003-07-111-4/+100
* *** empty log message ***nobu2003-07-041-23/+23
* * ext/syck/gram.c: added grammar for certain empty sequence entries.why2003-06-171-3/+8
* * ext/syck/rubyext.c (syck_parser_mark): was a bit heavy on the GC.why2003-06-051-1/+1
* * ext/syck/rubyext.c: using GC nodes caused segfault. [ruby-core:1071]why2003-06-051-1/+1
* * ext/syck/handler.c, ext/syck/syck.h: removed syck_fold_format().why2003-05-291-2/+1
* * st.h: define ST_DATA_T_DEFINED for portability.eban2003-05-201-1/+5
* * lib/syck.c, lib/syck.h, lib/token.c, lib/gram.c: count line numberswhy2003-05-191-1/+1
* * lib/gram.c: fixes to one-line documents and end of stream documents.why2003-05-151-3/+7
* * ext/syck/gram.c: sequence-in-map shortcut, transfer methods onwhy2003-05-141-6/+5
* * lib/yaml/rubytypes.rb: object and struct loadingwhy2003-05-131-26/+27
* * ext/syck/gram.c ext/syck/handler.c ext/syck/implicit.cwhy2003-05-101-2/+5
* Initial checkin of YAML substances.why2003-05-091-0/+257