| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+1 |
* | * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222] | nobu | 2007-07-15 | 1 | -0/+2 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 10 | -10/+10 |
* | * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefan | matz | 2007-03-19 | 4 | -12/+12 |
* | * ruby.h (struct RArray): embed small arrays. | matz | 2006-09-02 | 1 | -6/+6 |
* | * eval.c (search_required): use RSTRING_PTR and RSTRING_STR. | usa | 2006-08-31 | 1 | -1/+1 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -12/+12 |
* | * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c, | matz | 2006-08-07 | 1 | -1/+2 |
* | add extconf.h to .cvsignore. | akr | 2006-06-24 | 1 | -0/+1 |
* | * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner | matz | 2006-06-20 | 4 | -166/+73 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 7 | -17/+18 |
* | * 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/syck.c (syck_move_tokens): should reset p->cursor or etc | ocean | 2006-02-03 | 1 | -3/+0 |
* | * ext/syck/emitter.c (syck_emitter_write): should not set '\0' on | ocean | 2006-02-02 | 1 | -1/+0 |
* | * ext/syck/rubyext.c (syck_resolver_transfer): workaround for SEGV. | ocean | 2006-01-30 | 1 | -0/+4 |
* | * ext/syck/emitter.c (syck_emit_seq, syck_emit_map, syck_emit_item): | ocean | 2006-01-16 | 1 | -21/+15 |
* | 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 | 2 | -93/+44 |
* | * 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 |
* | * ext/syck/implicit.c (syck_type_id_to_uri): should return | ocean | 2005-10-26 | 1 | -2/+2 |
* | * io.c, pack.c, ext/syck/rubyext.c, ext/syck/syck.h, missing/isinf.c: | nobu | 2005-10-13 | 2 | -1/+4 |
* | * lib/yaml/basenode.rb (YAML::BaseNode::match_segment): fix typo. | nobu | 2005-09-27 | 1 | -0/+3 |
* | * ext/syck/token.c: correctly compute identation of a block | why | 2005-09-20 | 1 | -110/+115 |
* | * ext/syck/emitter.c (syck_scan_scalar): prevent indicators from | why | 2005-09-20 | 7 | -347/+369 |
* | * lib/yaml/rubytypes.rb: remove comments that are bungling up | why | 2005-09-17 | 4 | -507/+508 |
* | * ext/syck/node.c (syck_replace_str): was using return from the | matz | 2005-09-16 | 1 | -1/+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 | 12 | -1874/+3776 |
* | * 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 |
* | * ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973] | matz | 2004-12-15 | 1 | -6/+9 |
* | * MANIFEST, ext/**/MANIFEST: removed. | eban | 2004-11-01 | 1 | -16/+0 |
* | * ext/syck/token.c: re2c no longer compiled with bit vectors. caused | why | 2004-08-13 | 3 | -1973/+3821 |