summaryrefslogtreecommitdiffstats
path: root/ext/syck/gram.c
Commit message (Expand)AuthorAgeFilesLines
* * lib/yaml.rb: reworking YAML::Stream to use the newwhy2005-09-131-538/+636
* * lib/yaml.rb (YAML::load_file, YAML::parse_file): added.why2004-07-151-11/+11
* * lib/yaml.rb: removed fallback to pure Ruby parser.why2004-05-151-1/+1
* * lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy2004-05-061-206/+191
* * lib/yaml/rubytypes.rb: passing Range tests.why2004-04-261-175/+190
* * ext/syck/lib/gram.c: allow root-level inline collections.why2004-04-021-307/+327
* * ext/syck/bytecode.c: Checkin of YAML bytecode support.why2003-10-141-239/+313
* * ext/syck/token.c: prefixed many constants and definitions with YAML_ towhy2003-07-291-28/+30
* * ext/syck/syck.h: Added 'syck' yacc prefixes.why2003-07-281-4/+13
* * ext/syck/gram.c: added grammar for certain empty sequence entries.why2003-06-171-213/+236
* * ext/syck/token.c: directives choked on a period.why2003-06-051-110/+151
* * ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong.why2003-05-301-145/+186
* * ext/syck/handler.c, ext/syck/syck.h: removed syck_fold_format().why2003-05-291-184/+203
* * ext/syck/rubyext.c (syck_parser_load): root-level false was returningwhy2003-05-221-68/+68
* * lib/syck.c, lib/syck.h, lib/token.c, lib/gram.c: count line numberswhy2003-05-191-9/+8
* * lib/gram.c: fixes to one-line documents and end of stream documents.why2003-05-151-164/+168
* * ext/syck/gram.c: sequence-in-map shortcut, transfer methods onwhy2003-05-141-94/+145
* * lib/yaml/rubytypes.rb: object and struct loadingwhy2003-05-131-84/+103
* * ext/syck/gram.c ext/syck/handler.c ext/syck/implicit.cwhy2003-05-101-2/+2
* Initial checkin of YAML substances.why2003-05-091-0/+1494