aboutsummaryrefslogtreecommitdiffstats
path: root/ext/syck
Commit message (Expand)AuthorAgeFilesLines
* * ext/syck/yaml2byte.c (syck_yaml2byte_handler): need to freematz2006-05-031-0/+1
* * ext/syck/emitter.c (syck_scan_scalar): avoid accessingmatz2006-05-031-1/+1
* * ext/syck/syck.c (syck_move_tokens): should reset p->cursor or etcocean2006-02-031-3/+0
* * ext/syck/emitter.c (syck_emitter_write): should not set '\0' onocean2006-02-021-1/+0
* * ext/syck/rubyext.c (syck_resolver_transfer): workaround for SEGV.ocean2006-01-301-0/+4
* * ext/syck/emitter.c (syck_emit_seq, syck_emit_map, syck_emit_item):ocean2006-01-161-21/+15
* Sorry, commit miss.ocean2006-01-101-4/+3
* * ext/syck/rubyext.c (syck_resolver_transfer): should be able to loadocean2006-01-101-1/+9
* * ext/syck/rubyext.c: fixed GC problem (backported HEAD 1.55 - 1.62)ocean2005-12-202-101/+76
* * ext/syck/rubyext.c (syck_emitter_reset): to ensure compatibilitywhy2005-12-201-1/+1
* * ext/readline/readline.c (readline_readline): type check.matz2005-10-301-0/+1
* * ext/syck/implicit.c (syck_type_id_to_uri): should returnocean2005-10-261-2/+2
* * io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c:nobu2005-10-132-1/+4
* * lib/yaml/basenode.rb (YAML::BaseNode::match_segment): fix typo.nobu2005-09-271-0/+3
* * ext/syck/token.c: correctly compute identation of a blockwhy2005-09-201-110/+115
* * ext/syck/emitter.c (syck_scan_scalar): prevent indicators fromwhy2005-09-207-346/+367
* * ext/syck/emitter.c (syck_emit): passing an int* value to the long* paramete...aamine2005-09-191-1/+2
* * lib/yaml/rubytypes.rb: remove comments that are bungling upwhy2005-09-174-507/+508
* * ext/syck/node.c (syck_replace_str): was using return from thematz2005-09-161-1/+1
* * ext/syck/rubyext.c (syck_resolver_transfer): remove C++ stylematz2005-09-161-2/+4
* * lib/yaml.rb: reworking YAML::Stream to use the newwhy2005-09-1312-1874/+3776
* * ext/syck/rubyext.c: comment to be closed.nobu2005-04-301-1/+1
* * ext/syck/rubyext.c: get rid of warnings caused by a bug of VC.nobu2005-03-281-0/+2
* * ext/syck/rubyext.c (syck_parser_bufsize_set): avoid VC++ warningocean2005-01-201-2/+2
* * ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973]nobu2004-12-231-212/+222
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-011-16/+0
* * ext/syck/token.c: re2c no longer compiled with bit vectors. causedwhy2004-08-183-1973/+3821
* * lib/implicit.c: added sexagecimal float#base60.why2004-08-075-2955/+1386
* * lib/yaml.rb (YAML::load_file, YAML::parse_file): added.why2004-07-303-1371/+1454
* * ext/syck/rubyext.c (syck_emitter_new): set buffer afterwhy2004-06-291-108/+107
* * ext/syck/syck.c (syck_new_parser): clear parser on init.why2004-05-252-1/+2
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-05-161-0/+12
* * lib/yaml.rb: removed fallback to pure Ruby parser.why2004-05-167-88/+98
* * lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy2004-05-0610-236/+246
* * lib/yaml/rubytypes.rb: passing Range tests.why2004-04-266-308/+406
* * ext/syck/syck.h: version 0.43.why2004-04-035-1051/+1179
* * ext/syck/rubyext.c (syck_emitter_end_object): takes only one arg.usa2004-02-171-3/+3
* * eval.c (rb_mod_modfunc): should break if m has no super class.matz2004-01-061-1/+1
* * ext/syck/emitter.c (syck_emitter_write): str bigger thanmatz2003-12-212-3/+12
* * configure.in (ieeefp.h), numeric.c: needed for finite() onnobu2003-12-111-7/+8
* * 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-255-91/+134
* * ext/syck/yaml2byte.c: HASH const too long. Thanks, matz.why2003-10-301-1/+1
* * ext/syck/MANIFEST: Add yamlbyte.h.knu2003-10-301-0/+1
* C++/C99 style comments are not allowed yet. (ruby-bugs:PR#1184)nobu2003-10-212-17/+17
* * ext/syck/yamlbyte.h: Ditto.why2003-10-171-0/+170
* * ext/syck/rubyext.c: YAML::Syck::compile method.why2003-10-178-1558/+4098
* * ext/enumerator/enumerator.c (enumerator_each): avoid VC++ warning.usa2003-10-151-0/+1
* * ext/syck/bytecode.c: Checkin of YAML bytecode support.why2003-10-1411-3647/+2613