summaryrefslogtreecommitdiff
path: root/ext/syck
AgeCommit message (Expand)Author
2004-06-29* ext/syck/rubyext.c (syck_emitter_new): set buffer afterwhy
2004-05-25* ext/syck/syck.c (syck_new_parser): clear parser on init.why
2004-05-16This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-05-16* 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
2004-04-03* ext/syck/syck.h: version 0.43.why
2004-02-17* ext/syck/rubyext.c (syck_emitter_end_object): takes only one arg.usa
2004-01-06* eval.c (rb_mod_modfunc): should break if m has no super class.matz
2003-12-21* ext/syck/emitter.c (syck_emitter_write): str bigger thanmatz
2003-12-11* configure.in (ieeefp.h), numeric.c: needed for finite() onnobu
2003-12-08* ext/syck/syck.c (syck_io_str_read): get rid of buffer overflow.nobu
2003-12-01* ext/syck/syck.c: string buffering bug. decrementing by fullwhy
2003-11-25* ext/syck/token.c: removed YYTOKTMP references whichwhy
2003-10-30* ext/syck/yaml2byte.c: HASH const too long. Thanks, matz.why
2003-10-30* ext/syck/MANIFEST: Add yamlbyte.h.knu
2003-10-21C++/C99 style comments are not allowed yet. (ruby-bugs:PR#1184)nobu
2003-10-17* ext/syck/yamlbyte.h: Ditto.why
2003-10-17* ext/syck/rubyext.c: YAML::Syck::compile method.why
2003-10-15* ext/enumerator/enumerator.c (enumerator_each): avoid VC++ warning.usa
2003-10-14* ext/syck/bytecode.c: Checkin of YAML bytecode support.why
2003-10-03* ext/syck/rubyext.c: default keys handled.why
2003-09-03* ext/syck/token.c: headerless documents with root-level spacing nowwhy
2003-08-26* implicit.c (syck_type_id_to_taguri): corrected detection ofwhy
2003-08-21* ext/syck/rubyext.c: refactoring of the transfer methodwhy
2003-08-19* ext/syck/syck.h: Parser definition problems on HP-UX. [ruby-talk:79389]why
2003-08-01* ext/syck/rubyext.c (syck_emitter_write_m): forgot to declarematz
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-25* ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz
2003-07-24* ext/syck/emitter.c (syck_emitter_flush): accepts countwhy
2003-07-15* ext/syck/emitter.c (syck_emitter_start_obj): cast to avoid warning.eban
2003-07-14* ext/syck/rubyext.c (syck_mark_emitter): forgot to rb_gc_mark thewhy
2003-07-11Missed MANIFEST change and addition of ext/syck/emitter.c.why
2003-07-11* ext/syck/emitter.c: new emitter code.why
2003-07-04*** empty log message ***nobu
2003-06-18* ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented.why
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-10* lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3matz
2003-06-05* ext/syck/rubyext.c (syck_parser_mark): was a bit heavy on the GC.why
2003-06-05* ext/syck/rubyext.c: using GC nodes caused segfault. [ruby-core:1071]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 (rb_syck_err_handler): raise ArgumentError onwhy
2003-05-22* ext/syck/rubyext.c (syck_parser_load): root-level false was returningwhy
2003-05-20* st.h: define ST_DATA_T_DEFINED for portability.eban