summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-12-02* array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c,ko1
2012-12-02revert r38141 for stack problemtarui
2012-12-02 * thread.c (RB_GC_SAVE_MACHINE_CONTEXT, rb_gc_save_machine_context):tarui
2012-12-02* lib/weakref.rb (rdoc): Clean up usage, add example,zzak
2012-12-02* gc.c (WeakMap): Add doc for internal reference, use lib/weakref.rbzzak
2012-12-02fix typokazu
2012-12-02add ticket ref: [ruby-dev:46665] [Bug #7468]tarui
2012-12-01* lib/rdoc/parser.rb: Parse files with a -*- rdoc -*- modelinedrbrain
2012-12-01* gc.h (SET_MACHINE_STACK_END): add volatile for preventingkosaki
2012-12-01* iseq.c (rb_iseq_line_trace_each): iterate `line' event only.ko1
2012-12-01* vm_trace.c: add TracePoint#inspect.ko1
2012-12-01* test/ruby/test_backtrace.rb: add a test forko1
2012-12-01* vm_backtrace.c (location_inspect_m): addko1
2012-12-01io.c: recurse for the argumentnobu
2012-12-01marshal.c: private methodsnobu
2012-12-01* lib/rubygems/commands/cleanup_command.rb: Fix cleanup command fordrbrain
2012-12-01complex.c, time.c: make marshal methods privatenobu
2012-12-01object.c: make remove_instance_variable publicnobu
2012-12-01vm_method.c: make initialize methods privatenobu
2012-12-01* test/ruby/test_thread.rb: move ConditionVariable related testkosaki
2012-12-01* test/ruby/test_thread.rb (test_cv_wait_deadlock): enablekosaki
2012-12-01* lib/thread.rb (ConditionVariable): use hash instead of array forkosaki
2012-12-01ruby-electric.el: use kill-regionnobu
2012-12-01inf-ruby.el: fix compilation-shell-minor-modenobu
2012-12-01* ChangeLog: fix a typo for r38075.nagachika
2012-12-01dir.c: use NAMLENnobu
2012-12-01* lib/rubygems/specification.rb: Don't add default gems to $LOAD_PATHdrbrain
2012-12-01* properties.nobu
2012-12-01* re-added r38053 that is reverted by r38061. Problems by r38053kou
2012-12-01* variable.c (rb_class_path_no_cache): add a function to get the classtenderlove
2012-12-01* test/rdoc/test_rdoc_options.rb: Windows drive letters aredrbrain
2012-12-01* lib/rubygems.rb: Search for gem deps file up the directory tree.drbrain
2012-12-01* test/runner.rb: Set GEM_HOME, GEM_PATH and GEM_SKIP to empty set.drbrain
2012-11-30* compile.c (ADD_CATCH_ENTRY): add a cast to fix SEGV with x64 mingwshirosaki
2012-11-30* Fixed commit reference for r38083drbrain
2012-11-30* parse.y (parser.utf8): remove unused property.naruse
2012-11-30* lib/sync.rb (Sync_m#sync_synchronize): add Thread.async_interrupt_timingkosaki
2012-11-30* lib/thread.rb (ConditionVariable#broadcast): s/RuntimeError/StandardError/kosaki
2012-11-30* lib/thread.rb (SizedQueue#pop): rewrite by using ConditionVariable.kosaki
2012-11-30* thread.c (Thread.async_interrupt_timing): fix RDoc.ko1
2012-11-30* iseq.c: add RubyVM::InstructionSequence (ISeq) inspection methods.ko1
2012-11-30* include/ruby/ruby.h (rb_event_flag_t): Maintain integer precisiondrbrain
2012-11-30* test/rubygems/test_gem_dependency_installer.rb: Use Gem.read_binarydrbrain
2012-11-30* thread.c (rb_threadptr_interrupt_mask, async_interrupt_timing_func):kosaki
2012-11-30* thread.c (rb_threadptr_interrupt_mask): add argument check.kosaki
2012-11-30* lib/thread.rb (ConditionVariable#broadcast): protect fromkosaki
2012-11-30* test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): raise if a...kazu
2012-11-30* test/rdoc/test_rdoc_rubygems_hook.rbusa
2012-11-30 [EXPERIMENTAL]ko1
2012-11-30* test/rubygems/test_gem_dependency_installler.rb: gems are of courseusa