| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * ChangeLog: missed to write a last ChangeLog. | ko1 | 2010-11-04 | 1 | -0/+8 |
* | * gc.c (run_final): do not need argument obj. | ko1 | 2010-11-04 | 1 | -0/+4 |
* | * gc.c (before_gc_sweep): fix commit miss. | ko1 | 2010-11-04 | 1 | -0/+4 |
* | * gc.c (after_gc_sweep, before_gc_sweep): | ko1 | 2010-11-04 | 1 | -0/+5 |
* | * gc.c (after_gc_sweep, slot_sweep): finalizers should be invoked | ko1 | 2010-11-04 | 1 | -0/+5 |
* | * configure.in (--with-valgrind): Now this option is default on. | shyouhei | 2010-11-04 | 1 | -0/+6 |
* | * cont.c (fiber_t_alloc): raise an error when fiber is going to be | mame | 2010-11-03 | 1 | -0/+5 |
* | * cont.c (rb_fiber_resume): raise an "double resume" error when root | mame | 2010-11-03 | 1 | -0/+5 |
* | * lib/ostruct.rb (OpenStruct#delete_field): also undefine | nobu | 2010-11-03 | 1 | -0/+5 |
* | * string.c (rb_enc_cr_str_buf_cat): concatenation of valid | nobu | 2010-11-03 | 1 | -0/+6 |
* | * gc.c, vm.c, vm_core.h: remove USE_VALUE_CACHE option. | ko1 | 2010-11-03 | 1 | -0/+4 |
* | * lib/irb/ruby-lex.rb (RubyLex#identify_string): parse multiple | matz | 2010-11-02 | 1 | -0/+5 |
* | * vm_method.c (rb_clear_cache_by_class): just return if the class has | akr | 2010-11-02 | 1 | -0/+5 |
* | * ext/psych/lib/psych/visitors/visitor.rb (initialize): push accessor | tenderlove | 2010-11-02 | 1 | -0/+5 |
* | * ext/psych/lib/psych/visitors/visitor.rb (accept): switch to | tenderlove | 2010-11-02 | 1 | -0/+5 |
* | * NEWS: fix a typo. | kou | 2010-11-02 | 1 | -0/+4 |
* | fix bug#3990, rake/test_tasks | arton | 2010-11-02 | 1 | -0/+5 |
* | * ext/socket/extconf.rb: win64 is just same with win32 about socket. | usa | 2010-11-01 | 1 | -0/+5 |
* | * main.c: <stdlib.h> is needed, to introduce the getenv(3) | shyouhei | 2010-11-01 | 1 | -0/+12 |
* | * gc.c (finalizer_table, objspace->final.table): | ko1 | 2010-10-31 | 1 | -0/+10 |
* | * gc.c (rb_objspace_free): finalizers should be called separately | nobu | 2010-10-31 | 1 | -0/+5 |
* | * eval.c (ruby_cleanup): free current VM and its objspace even | nobu | 2010-10-31 | 1 | -0/+5 |
* | * compile.c (new_child_iseq): adjust argument types. | nobu | 2010-10-31 | 1 | -0/+14 |
* | * vm_core.h: some refactoring. | ko1 | 2010-10-31 | 1 | -0/+21 |
* | * lib/rexml/encoding.rb: untabify. | kou | 2010-10-30 | 1 | -0/+4 |
* | * lib/rexml/encoding.rb: use Ruby native encoding mechnism. [ruby-dev:42464] | kou | 2010-10-30 | 1 | -0/+15 |
* | * util.c (ruby_strtod): get rid of overflow/underflow as possible. | nobu | 2010-10-30 | 1 | -0/+4 |
* | * configure.in (ruby_pc): erase runtime-defined variables and | nobu | 2010-10-30 | 1 | -0/+9 |
* | * win32/Makefile.sub (ruby_pc): ignore missing variables. | nobu | 2010-10-30 | 1 | -0/+6 |
* | * object.c: Make BasicObject.new accept no parameter. | marcandre | 2010-10-30 | 1 | -0/+5 |
* | * enum.c: use constants in id.h. | nobu | 2010-10-30 | 1 | -0/+4 |
* | * ext/fiddle/closure.c (fiddle_closure): embed cif not reference | nobu | 2010-10-30 | 1 | -0/+5 |
* | * lib/resolv-replace.rb: suppress warning. | akr | 2010-10-29 | 1 | -0/+6 |
* | * test/pathname/test_pathname.rb (TestPathname#test_grpowned?): the | akr | 2010-10-29 | 1 | -0/+8 |
* | * lib/resolv.rb: retry via TCP if UDP reply is truncated. | akr | 2010-10-29 | 1 | -0/+5 |
* | * iseq.c (iseq_s_compile): fix optional argument. | ko1 | 2010-10-29 | 1 | -0/+5 |
* | * ext/objspace/objspace.c (memsize_of): take care of | ko1 | 2010-10-29 | 1 | -0/+6 |
* | * test/profile_test_all.rb: added. | ko1 | 2010-10-29 | 1 | -0/+10 |
* | * tool/enc-unicode.rb, | naruse | 2010-10-29 | 1 | -1/+9 |
* | fix typos includes [ruby-dev:42474] | kazu | 2010-10-28 | 1 | -4/+4 |
* | * ext/objspace/objspace.c (ObjectSpace.memsize_of_all): rename | ko1 | 2010-10-28 | 1 | -0/+9 |
* | * string.c (rb_str_dump): fix expected length. [ruby-core:32935] | nobu | 2010-10-28 | 1 | -0/+4 |
* | * gc.c (before_gc_sweep, run_final): fix decrement timing of final_num. | ko1 | 2010-10-28 | 1 | -0/+4 |
* | * tool/enc-unicode.rb, | naruse | 2010-10-28 | 1 | -0/+8 |
* | * include/ruby/oniguruma.h (ONIGENC_CTYPE_SPECIAL_MASK): | naruse | 2010-10-28 | 1 | -0/+5 |
* | * lib/webrick/httprequest.rb (read_request_line): extend max | naruse | 2010-10-28 | 1 | -0/+6 |
* | * gc.c (GC.stat): added. [ruby-dev:38607] | ko1 | 2010-10-27 | 1 | -0/+6 |
* | * ext/objspace/objspace.c (memsize_of): fix rdoc. | ko1 | 2010-10-27 | 1 | -0/+10 |
* | * ext/iconv/iconv.c (Init_iconv): warn deprecated use. | nobu | 2010-10-27 | 1 | -0/+4 |
* | * bignum.c (rb_big2long, rb_big2ulong): rb2ulong() returns VALUE, but | usa | 2010-10-27 | 1 | -0/+8 |