summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-11-30 * lib/rake/backtrace.rb: Removed duplication indrbrain
2012-11-30* revert r37993 to avoid SEGV in tests.shugo
2012-11-30* lib/rdoc/ri/driver.rb: Relaxed matching for pages to be moredrbrain
2012-11-30* lib/rdoc/markdown.rb: Fixed warnings with -wdrbrain
2012-11-30vm_backtrace.c: RB_GC_GUARDnobu
2012-11-30* lib/rubygems/commands/contents_command.rb: Sort output from command.drbrain
2012-11-29 * lib/rdoc/generator/darkfish.rb: Silenced warningdrbrain
2012-11-29* gc.c : remove a unused function.nari
2012-11-29fix a revisited typo.nari
2012-11-29* gc.c (rb_objspace_call_finalizer): finalize_deferred may free upnari
2012-11-29* thread.c (rb_thread_interrupted): avoid warning ofko1
2012-11-29* vm_backtrace.c: add GC guards.ko1
2012-11-29 [EXPERIMENTAL: NEED DISCUSS]ko1
2012-11-29Imported minitest 4.3.2 (r8027)ryan
2012-11-29* lib/rake/*: Updated to rake 0.9.5drbrain
2012-11-29* vm.c: add a return hook when a method raises an exception.tenderlove
2012-11-29* compile.c (compile_array_): refix r37991 remove assertion:naruse
2012-11-29fix a typokazu
2012-11-29fix indent and typoskazu
2012-11-29* ext/openssl/ossl_ssl.c (ssl_npn_encode_protocol_i): fix byte orderngoto
2012-11-29Add issue ref to the previous commit.nahi
2012-11-29* test/openssl/test_cipher.rb (test_ctr_if_exists): add CTR mode testnahi
2012-11-29* vm_method.c (rb_method_entry_make): add a method entry withshugo
2012-11-29Revert r37991 "compile.c: hash must be paired"naruse
2012-11-29compile.c: hash must be pairednobu
2012-11-29variable.c: show namespacenobu
2012-11-29* lib/rubygems.rb (Gem.load_yaml): return if Kernel#gem is not definednaruse
2012-11-29 * lib/tracer.rb: Updated to match removal of custom_require fromdrbrain
2012-11-29* gc.c: Documentation for GC, GC::Profiler, ObjectSpace, andzzak
2012-11-29tool/vpath.rbnobu
2012-11-29test_io_wait.rb: Bug #7420nobu
2012-11-29 * lib/rubygems/test_case.rb: Determine path to certificates to avoiddrbrain
2012-11-29* lib/rubygems/test_case.rb: Disable loading of keys and certificatesdrbrain
2012-11-29* vm_backtrace.c (rb_debug_inspector_open): use RARRAY_LENINT() forko1
2012-11-29* include/ruby/debug.h: add rb_debug_inspector_* APIs.ko1
2012-11-29* lib/rdoc/test_case.rb (RDoc::TestCase#verbose_capture_io):naruse
2012-11-29* ext/psych/extconf.rb: added --enable-bundled-libyaml option. thisusa
2012-11-29* lib/rubygems*: Updated to RubyGems 2.0drbrain
2012-11-29* include/ruby/debug.h: provide rb_tracearg_*() APIs,ko1
2012-11-29* test/minitest/test_minitest_unit.rb: restore orig_verbose onlynaruse
2012-11-29* vm_trace.c (rb_tracepoint_attr_method_id):ko1
2012-11-29* vm_trace.c (rb_tracepoint_attr_defined_class):ko1
2012-11-29* gc.c (gc_stat): prepre Symbol objects at first timeko1
2012-11-29* gc.c (gc_stat): GC.stat supports new informationko1
2012-11-29Imported minitest 4.3.2 (r8026)ryan
2012-11-29* thread.c (thread_start_func_2): remove unused code. Whenkosaki
2012-11-29* vm_backtrace.c: same as a last patch.ko1
2012-11-29* vm_backtrace.c: use `long' for return values of `NUM2LONG()'.ko1
2012-11-29Revert r37953: thread.c (thread_start_func_2): remove unused code. securitynaruse
2012-11-29* thread.c (do_select): suppress warning (uninitialized value warning)naruse