Age | Commit message (Expand) | Author |
2008-07-31 | * ext/syck/rubyext.c (rb_syck_compile): expression in ASSERT() has no | nobu |
2008-07-31 | * iseq.c (ruby_iseq_disasm_insn): suppress warnings on platforms which | nobu |
2008-07-30 | * ext/syck/rubyext.c (rb_syck_compile): remove meaningless branch | mame |
2008-07-25 | * ext/nkf/nkf-utf8/nkf.c (struct input_code.name, input_codename): | nobu |
2008-07-22 | * ext/syck: suppress warnings more. | nobu |
2008-07-22 | * ext/syck: suppress warnings. | nobu |
2008-07-22 | * ext/syck/rubyext.c, ext/syck/yaml2byte.c, ext/syck/emitter.c, | mame |
2008-06-16 | * ext/syck/rubyext.c: add encoding header. | naruse |
2008-06-15 | * ext/syck/rubyext.c (yaml_org_handler): associate encoding. | naruse |
2008-04-17 | * enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): add | mame |
2008-01-06 | * $Date$ keyword removed to avoid inclusion of locale dependent | akr |
2007-12-22 | * ext/syck/rubyext.c (syck_genericresolver_node_import): should | matz |
2007-11-30 | * ext/syck/rubyext.c (rb_syck_mktime): avoid segmentation fault. | matz |
2007-11-15 | * ext/syck/rubyext.c: Node#value defined twice. | why |
2007-08-29 | * include/ruby/intern.h: declare rb_hash_tbl. | akr |
2007-06-10 | * include/ruby: moved public headers. | nobu |
2007-03-19 | * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefan | matz |
2006-09-02 | * ruby.h (struct RArray): embed small arrays. | matz |
2006-08-31 | * ruby.h (struct RString): embed small strings. | matz |
2006-06-20 | * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner | matz |
2006-02-03 | * ruby.h: fixed prototype. | ocean |
2006-02-03 | * eval.c: unify ruby_class (for method definition) and ruby_cbase | matz |
2006-01-30 | * ext/syck/rubyext.c (syck_resolver_transfer): workaround for SEGV. | ocean |
2006-01-10 | Sorry, commit miss. | ocean |
2006-01-10 | * ext/syck/rubyext.c (syck_resolver_transfer): should be able to load | ocean |
2005-12-31 | * ext/syck/rubyext.c: attribute name was truncated with Rev1.64. | ocean |
2005-12-29 | * eval.c (rb_mod_define_method): should save safe_level in the | matz |
2005-12-20 | * ext/syck/rubyext.c (syck_emitter_reset): to ensure compatibility | why |
2005-12-20 | * ext/syck/rubyext.c (syck_node_transform): ruby object holding | ocean |
2005-12-19 | * ext/syck/syck.h (S_FREE): small hack. no need to check if pointer is | ocean |
2005-12-19 | * ext/syck/rubyext.c: sorry, I reverted my "should set newly | ocean |
2005-12-17 | * ext/syck/rubyext.c (syck_emitter_reset): should initialize | ocean |
2005-12-16 | * ext/syck/rubyext.c (rb_syck_compile): fixed memory leak. | ocean |
2005-12-16 | * ext/syck/rubyext.c (syck_scalar_value_set): should set newly | ocean |
2005-12-16 | * ext/syck/rubyext.c (syck_resolver_tagurize): fixed memory leak. | ocean |
2005-12-06 | * gc.c (ruby_xmalloc2): change check for integer overflow. | matz |
2005-11-01 | * eval.c (rb_call_super): should call method_missing if super is | matz |
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-17 | * lib/yaml/rubytypes.rb: remove comments that are bungling up | why |
2005-09-16 | * ext/syck/rubyext.c (syck_resolver_transfer): remove C++ style | matz |
2005-09-13 | * lib/yaml.rb: reworking YAML::Stream to use the new | why |
2005-04-30 | * ext/syck/rubyext.c: comment to be closed. | nobu |
2005-02-22 | * 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++ warning | ocean |
2004-12-23 | * ext/syck/rubyext.c (syck_loader_transfer): check type conversion. | nobu |
2004-12-15 | * ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973] | matz |
2004-08-07 | * lib/implicit.c: added sexagecimal float#base60. | why |
2004-06-29 | * ext/syck/rubyext.c (syck_emitter_new): set buffer after | why |
2004-05-15 | * lib/yaml.rb: removed fallback to pure Ruby parser. | why |