aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove unused variablenaruse2013-03-231-1/+0
* * ext/bigdecimal/bigdecimal.c (BigDecimal_divide): Use Qnil and NIL_Pmrkn2013-03-232-4/+15
* Suppress warning: OpenSSL::X509::StoreContext#cleanup is deprecated with no r...naruse2013-03-231-1/+4
* * KNOWNBUGS.rb: test for [Bug #8100].nobu2013-03-231-0/+8
* * array.c (take_items): honor encoding of class name.nobu2013-03-231-2/+2
* vm_eval.c: preserve passed_blocknobu2013-03-233-17/+21
* * test_enum.rb: Make test more precisemarcandre2013-03-221-1/+1
* * test_array.rb: Make test more precisemarcandre2013-03-221-1/+1
* * 2013-03-23svn2013-03-221-2/+2
* * array.c: Avoid zip bug by not using obsolete rb_check_block_call [Bug #8153]marcandre2013-03-223-10/+26
* cleanup by @vipulnsward [GH fixes #262]hsbt2013-03-222-2/+1
* forwardable.rb: reduce allocations in def_delegatorsnobu2013-03-222-4/+13
* load.c: loaded_features_index st_tablenobu2013-03-224-14/+35
* compiler versionnobu2013-03-223-0/+9
* * ext/bigdecimal/bigdecimal.c: Fix style.mrkn2013-03-222-1659/+1724
* * test/ruby/envutil.rb (assert_warning): show diff.nobu2013-03-211-3/+2
* parse.y: refine warning messagenobu2013-03-213-1/+27
* vm_insnhelper.c: check required kwarg with resthashnobu2013-03-213-3/+28
* use rb_pid_t instead of pid_t.kazu2013-03-213-5/+12
* * 2013-03-22svn2013-03-211-2/+2
* * addr2line.c (rb_dump_backtrace_with_lines): output line at once.naruse2013-03-212-5/+9
* Retry ps if it doesn't do setproctitlenaruse2013-03-211-2/+6
* revert r39861nobu2013-03-213-11/+8
* * thread_win32.c (native_sleep): suppress warning.nobu2013-03-211-1/+1
* thread.c: fix deadlocknobu2013-03-213-3/+15
* ruby.h: RB_UNUSED_VAR from UNINITIALIZED_VARnobu2013-03-213-9/+12
* * marshal.c (marshal_dump, marshal_load): workaround for segv onngoto2013-03-212-2/+8
* parse.y: escape all closing parensnobu2013-03-213-4/+15
* Makefile.in: remove broken symlinksnobu2013-03-211-1/+1
* string.c: potential memory leaknobu2013-03-211-1/+2
* vm_core.h: suppress warningsnobu2013-03-212-1/+8
* * 2013-03-21svn2013-03-201-2/+2
* * ext/date/date_core.c: Typo in Date::MONTHNAMES by Matt Gaugerzzak2013-03-202-1/+6
* mkmf.rb: format messagenobu2013-03-202-1/+6
* mkmf.rb: prefix install_dirs only with DESTDIRnobu2013-03-202-14/+21
* * test/win32ole/test_err_in_callback.rb (TestErrInCallBack#setup):usa2013-03-202-2/+9
* * test/ruby/test_signal.rb (test_hup_me): skip if HUP isn't supported.shirosaki2013-03-202-0/+7
* * test/rubygems/test_gem_installer.rb (test_install_extension_flat):shirosaki2013-03-202-0/+7
* * test/win32ole/test_err_in_callback.rb (TestErrInCallBack#setup): useusa2013-03-202-4/+11
* * test/win32ole/test_err_in_callback.rb: revert r39823 (debug code).usa2013-03-201-2/+1
* * test/rinda/test_rinda.rb: remove unused variables.ayumin2013-03-192-4/+9
* * ext/bigdecimal/bigdecimal.c: fixed typo. same as r39830ayumin2013-03-191-1/+1
* * ext/bigdecimal/bigdecimal.c: fixed typo.ayumin2013-03-192-1/+6
* * test/ruby/test_signal.rb (test_hup_me): added a few comments.kosaki2013-03-192-0/+8
* * thread.c (ruby_kill): added a few comments.kosaki2013-03-192-0/+8
* * 2013-03-20svn2013-03-191-2/+2
* * thread.c (ruby_kill): release GVL while waiting signal delivered.kosaki2013-03-192-0/+6
* * ruby_kill (internal.h, thread.c): use rb_pid_t instead of pid_t.usa2013-03-193-2/+7
* * test/win32ole/test_err_in_callback.rb: debug print. I'll remove this later.usa2013-03-191-1/+2
* convert with one converternobu2013-03-192-13/+36