| Commit message (Expand) | Author | Age | Files | Lines |
* | YAML parser don't need identity hash. | akr | 2009-08-22 | 1 | -11/+11 |
* | * ext/syck/rubyext.c (id_hash_new): new function to create a hash | akr | 2009-08-22 | 1 | -3/+12 |
* | * time.c: remove time_t restriction from Time class. | akr | 2009-04-21 | 1 | -3/+4 |
* | * ext/syck/rubyext.c (rb_syck_mktime): return DateTime for a value | matz | 2008-11-19 | 1 | -3/+34 |
* | * ext/syck/rubyext.c (rb_syck_compile): expression in ASSERT() has no | nobu | 2008-07-31 | 1 | -1/+3 |
* | * iseq.c (ruby_iseq_disasm_insn): suppress warnings on platforms which | nobu | 2008-07-31 | 1 | -1/+1 |
* | * ext/syck/rubyext.c (rb_syck_compile): remove meaningless branch | mame | 2008-07-30 | 1 | -2/+3 |
* | * ext/nkf/nkf-utf8/nkf.c (struct input_code.name, input_codename): | nobu | 2008-07-25 | 1 | -0/+1 |
* | * ext/syck: suppress warnings more. | nobu | 2008-07-22 | 1 | -4/+2 |
* | * ext/syck: suppress warnings. | nobu | 2008-07-22 | 1 | -5/+6 |
* | * ext/syck/rubyext.c, ext/syck/yaml2byte.c, ext/syck/emitter.c, | mame | 2008-07-22 | 1 | -3/+7 |
* | * ext/syck/rubyext.c: add encoding header. | naruse | 2008-06-16 | 1 | -0/+1 |
* | * ext/syck/rubyext.c (yaml_org_handler): associate encoding. | naruse | 2008-06-15 | 1 | -0/+2 |
* | * enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): add | mame | 2008-04-17 | 1 | -3/+0 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * ext/syck/rubyext.c (syck_genericresolver_node_import): should | matz | 2007-12-22 | 1 | -2/+2 |
* | * ext/syck/rubyext.c (rb_syck_mktime): avoid segmentation fault. | matz | 2007-11-30 | 1 | -2/+6 |
* | * ext/syck/rubyext.c: Node#value defined twice. | why | 2007-11-15 | 1 | -1/+0 |
* | * include/ruby/intern.h: declare rb_hash_tbl. | akr | 2007-08-29 | 1 | -1/+1 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -1/+1 |
* | * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefan | matz | 2007-03-19 | 1 | -4/+4 |
* | * ruby.h (struct RArray): embed small arrays. | matz | 2006-09-02 | 1 | -6/+6 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -12/+12 |
* | * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner | matz | 2006-06-20 | 1 | -161/+68 |
* | * ruby.h: fixed prototype. | ocean | 2006-02-03 | 1 | -5/+6 |
* | * eval.c: unify ruby_class (for method definition) and ruby_cbase | matz | 2006-02-03 | 1 | -3/+3 |
* | * ext/syck/rubyext.c (syck_resolver_transfer): workaround for SEGV. | ocean | 2006-01-30 | 1 | -0/+4 |
* | Sorry, commit miss. | ocean | 2006-01-10 | 1 | -4/+3 |
* | * ext/syck/rubyext.c (syck_resolver_transfer): should be able to load | ocean | 2006-01-10 | 1 | -5/+14 |
* | * ext/syck/rubyext.c: attribute name was truncated with Rev1.64. | ocean | 2005-12-31 | 1 | -10/+8 |
* | * eval.c (rb_mod_define_method): should save safe_level in the | matz | 2005-12-29 | 1 | -6/+7 |
* | * ext/syck/rubyext.c (syck_emitter_reset): to ensure compatibility | why | 2005-12-20 | 1 | -1/+1 |
* | * ext/syck/rubyext.c (syck_node_transform): ruby object holding | ocean | 2005-12-20 | 1 | -4/+2 |
* | * ext/syck/syck.h (S_FREE): small hack. no need to check if pointer is | ocean | 2005-12-19 | 1 | -92/+43 |
* | * ext/syck/rubyext.c: sorry, I reverted my "should set newly | ocean | 2005-12-19 | 1 | -5/+2 |
* | * ext/syck/rubyext.c (syck_emitter_reset): should initialize | ocean | 2005-12-17 | 1 | -2/+17 |
* | * ext/syck/rubyext.c (rb_syck_compile): fixed memory leak. | ocean | 2005-12-16 | 1 | -1/+3 |
* | * ext/syck/rubyext.c (syck_scalar_value_set): should set newly | ocean | 2005-12-16 | 1 | -1/+1 |
* | * ext/syck/rubyext.c (syck_resolver_tagurize): fixed memory leak. | ocean | 2005-12-16 | 1 | -6/+8 |
* | * gc.c (ruby_xmalloc2): change check for integer overflow. | matz | 2005-12-06 | 1 | -7/+17 |
* | * eval.c (rb_call_super): should call method_missing if super is | matz | 2005-11-01 | 1 | -0/+1 |
* | * io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c: | nobu | 2005-10-13 | 1 | -1/+1 |
* | * lib/yaml/basenode.rb (YAML::BaseNode::match_segment): fix typo. | nobu | 2005-09-27 | 1 | -0/+3 |
* | * lib/yaml/rubytypes.rb: remove comments that are bungling up | why | 2005-09-17 | 1 | -11/+1 |
* | * ext/syck/rubyext.c (syck_resolver_transfer): remove C++ style | matz | 2005-09-16 | 1 | -2/+4 |
* | * lib/yaml.rb: reworking YAML::Stream to use the new | why | 2005-09-13 | 1 | -518/+1310 |
* | * ext/syck/rubyext.c: comment to be closed. | nobu | 2005-04-30 | 1 | -1/+1 |
* | * ext/syck/rubyext.c: get rid of warnings caused by a bug of VC. | nobu | 2005-02-22 | 1 | -0/+2 |
* | * ext/syck/rubyext.c (syck_parser_bufsize_set): avoid VC++ warning | ocean | 2005-01-20 | 1 | -2/+2 |
* | * ext/syck/rubyext.c (syck_loader_transfer): check type conversion. | nobu | 2004-12-23 | 1 | -211/+218 |