summaryrefslogtreecommitdiff
path: root/ext/syck/token.c
AgeCommit message (Expand)Author
2005-09-20* ext/syck/token.c: correctly compute identation of a blockwhy
2005-09-20* ext/syck/emitter.c (syck_scan_scalar): prevent indicators fromwhy
2005-09-17* lib/yaml/rubytypes.rb: remove comments that are bungling upwhy
2005-09-13* lib/yaml.rb: reworking YAML::Stream to use the newwhy
2004-08-13* ext/syck/token.c: re2c no longer compiled with bit vectors. causedwhy
2004-08-07* lib/implicit.c: added sexagecimal float#base60.why
2004-07-30* lib/yaml/rubytypes.rb: exceptions were using an olderwhy
2004-07-15* lib/yaml.rb (YAML::load_file, YAML::parse_file): added.why
2004-05-25* ext/syck/syck.c (syck_new_parser): clear parser on init.why
2004-05-15* lib/yaml.rb: removed fallback to pure Ruby parser.why
2004-05-06* lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy
2004-04-26* lib/yaml/rubytypes.rb: passing Range tests.why
2003-11-25* ext/syck/token.c: removed YYTOKTMP references whichwhy
2003-10-17* ext/syck/rubyext.c: YAML::Syck::compile method.why
2003-10-14* ext/syck/bytecode.c: Checkin of YAML bytecode support.why
2003-09-03* ext/syck/token.c: headerless documents with root-level spacing nowwhy
2003-08-21* ext/syck/rubyext.c: refactoring of the transfer methodwhy
2003-07-29* ext/syck/token.c: prefixed many constants and definitions with YAML_ towhy
2003-07-28* ext/syck/syck.h: Added 'syck' yacc prefixes.why
2003-07-24* ext/syck/emitter.c (syck_emitter_flush): accepts countwhy
2003-07-04*** empty log message ***nobu
2003-06-17* ext/syck/gram.c: added grammar for certain empty sequence entries.why
2003-06-10* ext/syck/token.c: preserve newlines prepended to a block.why
2003-06-05* ext/syck/rubyext.c (syck_parser_mark): was a bit heavy on the GC.why
2003-06-05* ext/syck/token.c: directives choked on a period.why
2003-05-30* ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong.why
2003-05-29* ext/syck/token.c: preserve any indentation passed an explicitwhy
2003-05-29* ext/syck/handler.c, ext/syck/syck.h: removed syck_fold_format().why
2003-05-22* lib/token.c: single- and double-quoted root-level fix.why
2003-05-22* ext/syck/rubyext.c (syck_parser_load): root-level false was returningwhy
2003-05-19* lib/token.c, lib/implicit.c: expanded character set to allow UTF-8,why
2003-05-19* lib/syck.c, lib/syck.h, lib/token.c, lib/gram.c: count line numberswhy
2003-05-15* lib/gram.c: fixes to one-line documents and end of stream documents.why
2003-05-13* lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_idwhy
2003-05-13* lib/yaml/rubytypes.rb: object and struct loadingwhy
2003-05-11* ext/syck/implicit.c, ext/syck/rubyext.c: transfer methods applied to native...why
2003-05-09Initial checkin of YAML substances.why