summaryrefslogtreecommitdiff
path: root/ext/syck
AgeCommit message (Expand)Author
2006-08-07* ext/syck/syck.c (syck_move_tokens): should avoid negativematz
2006-05-03* ext/syck/yaml2byte.c (syck_yaml2byte_handler): need to freematz
2006-05-03* ext/syck/emitter.c (syck_scan_scalar): avoid accessingmatz
2006-02-03* ext/syck/syck.c (syck_move_tokens): should reset p->cursor or etcocean
2006-02-02* ext/syck/emitter.c (syck_emitter_write): should not set '\0' onocean
2006-01-30* ext/syck/rubyext.c (syck_resolver_transfer): workaround for SEGV.ocean
2006-01-16* ext/syck/emitter.c (syck_emit_seq, syck_emit_map, syck_emit_item):ocean
2006-01-10Sorry, commit miss.ocean
2006-01-10* ext/syck/rubyext.c (syck_resolver_transfer): should be able to loadocean
2005-12-20* ext/syck/rubyext.c: fixed GC problem (backported HEAD 1.55 - 1.62)ocean
2005-12-20* ext/syck/rubyext.c (syck_emitter_reset): to ensure compatibilitywhy
2005-10-30* ext/readline/readline.c (readline_readline): type check.matz
2005-10-26* ext/syck/implicit.c (syck_type_id_to_uri): should returnocean
2005-10-13* io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c:nobu
2005-09-27* lib/yaml/basenode.rb (YAML::BaseNode::match_segment): fix typo.nobu
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-19* ext/syck/emitter.c (syck_emit): passing an int* value to the long* paramete...aamine
2005-09-17* lib/yaml/rubytypes.rb: remove comments that are bungling upwhy
2005-09-16* ext/syck/node.c (syck_replace_str): was using return from thematz
2005-09-16* ext/syck/rubyext.c (syck_resolver_transfer): remove C++ stylematz
2005-09-13* lib/yaml.rb: reworking YAML::Stream to use the newwhy
2005-04-30* ext/syck/rubyext.c: comment to be closed.nobu
2005-03-28* ext/syck/rubyext.c: get rid of warnings caused by a bug of VC.nobu
2005-01-20* ext/syck/rubyext.c (syck_parser_bufsize_set): avoid VC++ warningocean
2004-12-23* ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973]nobu
2004-11-01* MANIFEST, ext/**/MANIFEST: removed.eban
2004-08-18* 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.rb (YAML::load_file, YAML::parse_file): added.why
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