aboutsummaryrefslogtreecommitdiffstats
path: root/ext/syck/token.c
Commit message (Expand)AuthorAgeFilesLines
* * lib/yaml.rb: removed fallback to pure Ruby parser.why2004-05-151-64/+68
* * lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy2004-05-061-1/+1
* * lib/yaml/rubytypes.rb: passing Range tests.why2004-04-261-125/+194
* * ext/syck/token.c: removed YYTOKTMP references whichwhy2003-11-251-32/+30
* * ext/syck/rubyext.c: YAML::Syck::compile method.why2003-10-171-492/+985
* * ext/syck/bytecode.c: Checkin of YAML bytecode support.why2003-10-141-1047/+586
* * ext/syck/token.c: headerless documents with root-level spacing nowwhy2003-09-031-546/+562
* * ext/syck/rubyext.c: refactoring of the transfer methodwhy2003-08-211-61/+64
* * ext/syck/token.c: prefixed many constants and definitions with YAML_ towhy2003-07-291-45/+45
* * ext/syck/syck.h: Added 'syck' yacc prefixes.why2003-07-281-83/+85
* * ext/syck/emitter.c (syck_emitter_flush): accepts countwhy2003-07-241-93/+174
* *** empty log message ***nobu2003-07-041-16/+16
* * ext/syck/gram.c: added grammar for certain empty sequence entries.why2003-06-171-512/+566
* * ext/syck/token.c: preserve newlines prepended to a block.why2003-06-101-432/+543
* * ext/syck/rubyext.c (syck_parser_mark): was a bit heavy on the GC.why2003-06-051-56/+61
* * ext/syck/token.c: directives choked on a period.why2003-06-051-71/+129
* * ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong.why2003-05-301-129/+205
* * ext/syck/token.c: preserve any indentation passed an explicitwhy2003-05-291-63/+61
* * ext/syck/handler.c, ext/syck/syck.h: removed syck_fold_format().why2003-05-291-277/+260
* * lib/token.c: single- and double-quoted root-level fix.why2003-05-221-44/+46
* * ext/syck/rubyext.c (syck_parser_load): root-level false was returningwhy2003-05-221-44/+45
* * lib/token.c, lib/implicit.c: expanded character set to allow UTF-8,why2003-05-191-558/+888
* * lib/syck.c, lib/syck.h, lib/token.c, lib/gram.c: count line numberswhy2003-05-191-59/+60
* * lib/gram.c: fixes to one-line documents and end of stream documents.why2003-05-151-3/+3
* * lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_idwhy2003-05-131-7/+7
* * lib/yaml/rubytypes.rb: object and struct loadingwhy2003-05-131-132/+127
* * ext/syck/implicit.c, ext/syck/rubyext.c: transfer methods applied to native...why2003-05-111-50/+60
* Initial checkin of YAML substances.why2003-05-091-0/+1638