aboutsummaryrefslogtreecommitdiffstats
path: root/ext/syck
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/syck/rubyext.c (syck_emitter_reset): to ensure compatibilitywhy2005-12-201-1/+1
* * ext/syck/rubyext.c (syck_node_transform): ruby object holdingocean2005-12-201-4/+2
* * ext/syck/syck.h (S_FREE): small hack. no need to check if pointer isocean2005-12-192-93/+44
* * ext/syck/rubyext.c: sorry, I reverted my "should set newlyocean2005-12-191-5/+2
* * ext/syck/rubyext.c (syck_emitter_reset): should initializeocean2005-12-171-2/+17
* * ext/syck/rubyext.c (rb_syck_compile): fixed memory leak.ocean2005-12-161-1/+3
* * ext/syck/rubyext.c (syck_scalar_value_set): should set newlyocean2005-12-161-1/+1
* * ext/syck/rubyext.c (syck_resolver_tagurize): fixed memory leak.ocean2005-12-161-6/+8
* * gc.c (ruby_xmalloc2): change check for integer overflow.matz2005-12-061-7/+17
* * eval.c (rb_call_super): should call method_missing if super ismatz2005-11-011-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-347/+369
* * 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-02-221-0/+2
* * ext/syck/rubyext.c (syck_parser_bufsize_set): avoid VC++ warningocean2005-01-201-2/+2
* * ext/syck/rubyext.c (syck_loader_transfer): check type conversion.nobu2004-12-231-211/+218
* * ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973]matz2004-12-151-6/+9
* * MANIFEST, ext/**/MANIFEST: removed.eban2004-11-011-16/+0
* * ext/syck/token.c: re2c no longer compiled with bit vectors. causedwhy2004-08-133-1973/+3821
* * lib/implicit.c: added sexagecimal float#base60.why2004-08-074-2944/+1375
* * lib/yaml/rubytypes.rb: exceptions were using an olderwhy2004-07-301-1152/+964
* * lib/yaml.rb (YAML::load_file, YAML::parse_file): added.why2004-07-154-355/+626
* * ext/syck/rubyext.c (syck_emitter_new): set buffer afterwhy2004-06-291-5/+4
* * ext/syck/syck.c (syck_new_parser): clear parser on init.why2004-05-252-1/+2
* * ext/syck/depend: commit miss.eban2004-05-151-1/+1
* * ext/syck/depend: add ruby's headers.eban2004-05-151-10/+12
* * ext/syck/MANIFEST, ext/syck/depend: new file.nobu2004-05-152-0/+11
* * lib/yaml.rb: removed fallback to pure Ruby parser.why2004-05-156-194/+203
* * ext/syck/rubyext.c (yaml_org_handler): some empty strings werewhy2004-05-131-1/+1
* * 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-031-1/+1
* * ext/syck/lib/gram.c: allow root-level inline collections.why2004-04-021-307/+327
* * ext/syck/rubyext.c: get rid of warnings.nobu2004-03-031-29/+40
* * ext/syck/rubyext.c (syck_emitter_end_object): fix inline document.usa2004-02-171-1/+1
* * ext/syck/rubyext.c (syck_emitter_end_object): takes only one arg.usa2004-02-171-2/+2
* * ext/syck/rubyext.c: usec round-tripping skew. [ruby-core:2305]why2004-01-281-16/+21
* * ext/syck/rubyext.c: omission of Date library code causedwhy2004-01-131-0/+8
* * ext/syck/bytecode.c: turn off default implicit typing.why2004-01-123-617/+698
* * ext/syck/rubyext.c (yaml_org_handler): lazy-load Date fornobu2004-01-071-176/+179
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-021-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