aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * compile.c (compile_array_): refix r37991 remove assertion:naruse2012-11-294-1/+157
* fix a typokazu2012-11-291-1/+1
* * 2012-11-30svn2012-11-291-2/+2
* fix indent and typoskazu2012-11-291-6/+6
* * ext/openssl/ossl_ssl.c (ssl_npn_encode_protocol_i): fix byte orderngoto2012-11-292-1/+8
* Add issue ref to the previous commit.nahi2012-11-291-1/+1
* * test/openssl/test_cipher.rb (test_ctr_if_exists): add CTR mode testnahi2012-11-292-0/+20
* * vm_method.c (rb_method_entry_make): add a method entry withshugo2012-11-2912-166/+410
* Revert r37991 "compile.c: hash must be paired"naruse2012-11-293-146/+1
* compile.c: hash must be pairednobu2012-11-293-1/+146
* variable.c: show namespacenobu2012-11-293-2/+12
* * lib/rubygems.rb (Gem.load_yaml): return if Kernel#gem is not definednaruse2012-11-292-1/+9
* * lib/tracer.rb: Updated to match removal of custom_require fromdrbrain2012-11-293-3/+10
* * gc.c: Documentation for GC, GC::Profiler, ObjectSpace, andzzak2012-11-292-76/+121
* helper.rb: try with sudonobu2012-11-291-2/+11
* tool/vpath.rbnobu2012-11-296-91/+108
* test_io_wait.rb: Bug #7420nobu2012-11-292-1/+7
* remove trainling spacesnobu2012-11-2910-14/+13
* * lib/rubygems/test_case.rb: Determine path to certificates to avoiddrbrain2012-11-293-10/+14
* * lib/rubygems/test_case.rb: Disable loading of keys and certificatesdrbrain2012-11-292-3/+18
* * vm_backtrace.c (rb_debug_inspector_open): use RARRAY_LENINT() forko12012-11-292-1/+6
* * include/ruby/debug.h: add rb_debug_inspector_* APIs.ko12012-11-298-16/+180
* * lib/rdoc/test_case.rb (RDoc::TestCase#verbose_capture_io):naruse2012-11-2910-15/+37
* * ext/psych/extconf.rb: added --enable-bundled-libyaml option. thisusa2012-11-292-1/+6
* * lib/rubygems*: Updated to RubyGems 2.0drbrain2012-11-29214-6995/+13959
* * include/ruby/debug.h: provide rb_tracearg_*() APIs,ko12012-11-293-79/+153
* * test/minitest/test_minitest_unit.rb: restore orig_verbose onlynaruse2012-11-292-1/+7
* * vm_trace.c (rb_tracepoint_attr_method_id):ko12012-11-294-7/+16
* * vm_trace.c (rb_tracepoint_attr_defined_class):ko12012-11-294-5/+15
* * gc.c (gc_stat): prepre Symbol objects at first timeko12012-11-292-10/+30
* * gc.c (gc_stat): GC.stat supports new informationko12012-11-292-52/+45
* * test/dtrace/helper.rb (DTrace::TestCase): check dtrace availabilitynobu2012-11-2911-15/+12
* * properties.nobu2012-11-290-0/+0
* Imported minitest 4.3.2 (r8026)ryan2012-11-2913-240/+760
* test/dl: no warningsnobu2012-11-293-2/+5
* remove trailing spaces.nobu2012-11-298-118/+117
* Revert r37956: thread.c (thread_start_func_2): small cleanups.kosaki2012-11-291-9/+10
* * thread.c (thread_start_func_2): remove unused code. Whenkosaki2012-11-292-8/+13
* * vm_backtrace.c: same as a last patch.ko12012-11-292-7/+11
* * vm_backtrace.c: use `long' for return values of `NUM2LONG()'.ko12012-11-292-1/+5
* Revert r37953: thread.c (thread_start_func_2): remove unused code. securitynaruse2012-11-292-7/+10
* * thread.c (do_select): suppress warning (uninitialized value warning)naruse2012-11-292-1/+7
* * eval.c (ruby_cleanup): delay THREAD_KILLED timing.ko12012-11-292-3/+8
* * vm_backtrace.c (vm_backtrace_to_ary): support range argumentko12012-11-292-16/+50
* * thread.c (thread_start_func_2): small cleanups.kosaki2012-11-282-10/+13
* * thread.c (thread_start_func_2): remove unused code.kosaki2012-11-282-19/+18
* * thread.c (thread_start_func_2): remove unused code.kosaki2012-11-282-1/+6
* * thread.c (thread_start_func_2): remove unused code. securitykosaki2012-11-282-10/+7
* * vm_backtrace.c (backtrace_to_str_ary2): rename to backtrace_to_str_ary.ko12012-11-282-21/+27
* * probes.d: Change function-entry probe to method-entry.tenderlove2012-11-289-28/+39