aboutsummaryrefslogtreecommitdiffstats
path: root/ext/syck/syck.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/syck/syck.c (syck_new_parser): clear parser on init.why2004-05-251-0/+1
* * lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy2004-05-061-1/+2
* * lib/yaml/rubytypes.rb: passing Range tests.why2004-04-261-1/+2
* * ext/syck/syck.c (syck_io_str_read): get rid of buffer overflow.nobu2003-12-081-1/+1
* * ext/syck/syck.c: string buffering bug. decrementing by fullwhy2003-12-011-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-2/+2
* * ext/syck/bytecode.c: Checkin of YAML bytecode support.why2003-10-141-1/+11
* * ext/syck/syck.h: Parser definition problems on HP-UX. [ruby-talk:79389]why2003-08-191-2/+2
* * ext/syck/syck.h: Added 'syck' yacc prefixes.why2003-07-281-7/+2
* * ext/syck/emitter.c: new emitter code.why2003-07-111-24/+13
* *** empty log message ***nobu2003-07-041-11/+11
* * ext/syck/gram.c: added grammar for certain empty sequence entries.why2003-06-171-1/+16
* * ext/syck/token.c: directives choked on a period.why2003-06-051-8/+19
* * st.h: define ST_DATA_T_DEFINED for portability.eban2003-05-201-4/+4
* * lib/syck.c, lib/syck.h, lib/token.c, lib/gram.c: count line numberswhy2003-05-191-0/+3
* * lib/gram.c: fixes to one-line documents and end of stream documents.why2003-05-151-2/+10
* * ext/ruby/ext/syck/rubyext.c, lib/implicit.re: timestamp repairs towhy2003-05-151-1/+2
* * ext/syck/syck.c (syck_parser_pop_level): add prototype.usa2003-05-151-0/+3
* * ext/syck/gram.c: sequence-in-map shortcut, transfer methods onwhy2003-05-141-8/+19
* * ext/syck/handler.c: add proper casts.eban2003-05-131-4/+4
* * lib/yaml/rubytypes.rb: object and struct loadingwhy2003-05-131-24/+21
* * ext/syck/gram.c ext/syck/handler.c ext/syck/implicit.cwhy2003-05-101-5/+5
* Initial checkin of YAML substances.why2003-05-091-0/+460