[前][次][スレッド一覧][上]

ruby-changes:26001-26100

  26001 2012-11-30 20:50 [ko1@a...            ] ko1:r38058 (trunk): * thread.c: TracePoint#self returns invoking/exitting thread object
  26002 2012-11-30 21:09 [ko1@a...            ] usa:r38059 (trunk): * lib/test/unit/parallel.rb (Test::Unit::Worker.run): wrap LoadError
  26003 2012-11-30 21:50 [ko1@a...            ] kazu:r38060 (trunk): fix typos          
  26004 2012-11-30 22:05 [ko1@a...            ] usa:r38061 (trunk): * revert r38053 because it causes too many test failures.
  26005 2012-11-30 22:52 [ko1@a...            ] kosaki:r38062 (trunk): revert r35486 (add rb_thread_t#yeiling field). because it doesn't help
  26006 2012-11-30 22:52 [ko1@a...            ] kosaki:r38063 (trunk): * vm_core.h (rb_vm_struct): add thread_destruct_lock field.
  26007 2012-11-30 23:15 [ko1@a...            ] usa:r38064 (trunk): * lib/rubygems/specification.rb
  26008 2012-11-30 23:29 [ko1@a...            ] usa:r38065 (trunk): * test/rubygems/test_gem_ext_ext_conf_builder.rb
  26009 2012-11-30 23:43 [ko1@a...            ] usa:r38066 (trunk): * test/rubygems/test_gem_installer.rb
  26010 2012-12-01 00:05 [ko1@a...            ] nagachika:r38068 (trunk): * ChangeLog: fix a typo for r38064.
  26011 2012-12-01 00:05 [ko1@a...            ] nagachika:r38067 (trunk): * ChangeLog: fix a typo for r38063.
  26012 2012-12-01 00:05 [ko1@a...            ] svn:r38069 (trunk): * 2012-12-01        
  26013 2012-12-01 00:07 [ko1@a...            ] nagachika:r38070 (trunk): * ChangeLog: remove duplicated lines for r38042-r38044.
  26014 2012-12-01 00:14 [ko1@a...            ] usa:r38071 (trunk): * test/rubygems/test_gem_installer.rb
  26015 2012-12-01 00:16 [ko1@a...            ] kazu:r38072 (trunk): fix typos          
  26016 2012-12-01 00:57 [ko1@a...            ] ngoto:r38073 (trunk): * ext/fiddle/extconf.rb, ext/fiddle/function.c
  26017 2012-12-01 01:28 [ko1@a...            ] usa:r38074 (trunk): * lib/rubygems/command.rb (Gem::Command#get_all_gem_names_and_versions):
  26018 2012-12-01 01:52 [ko1@a...            ] usa:r38075 (trunk): * test/rubygems/test_gem_dependency_installler.rb: gems are of course
  26019 2012-12-01 02:00 [ko1@a...            ] ko1:r38076 (trunk): [EXPERIMENTAL]      
  26020 2012-12-01 02:15 [ko1@a...            ] kazu:r38078 (trunk): assert_in_out_err with block ignores test_stdout
  26021 2012-12-01 02:15 [ko1@a...            ] usa:r38077 (trunk): * test/rdoc/test_rdoc_rubygems_hook.rb
  26022 2012-12-01 02:15 [ko1@a...            ] kazu:r38079 (trunk): * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): raise if assert_in_out_err misused.
  26023 2012-12-01 02:41 [ko1@a...            ] kosaki:r38080 (trunk): * lib/thread.rb (ConditionVariable#broadcast): protect from
  26024 2012-12-01 02:42 [ko1@a...            ] kosaki:r38081 (trunk): * thread.c (rb_threadptr_interrupt_mask): add argument check.
  26025 2012-12-01 02:42 [ko1@a...            ] kosaki:r38082 (trunk): * thread.c (rb_threadptr_interrupt_mask, async_interrupt_timing_func):
  26026 2012-12-01 02:54 [ko1@a...            ] drbrain:r38083 (trunk): * test/rubygems/test_gem_dependency_installer.rb:  Use Gem.read_binary
  26027 2012-12-01 02:59 [ko1@a...            ] drbrain:r38084 (trunk): * include/ruby/ruby.h (rb_event_flag_t):  Maintain integer precision
  26028 2012-12-01 03:02 [ko1@a...            ] ko1:r38085 (trunk): * iseq.c: add RubyVM::InstructionSequence (ISeq) inspection methods.
  26029 2012-12-01 03:47 [ko1@a...            ] ko1:r38086 (trunk): * thread.c (Thread.async_interrupt_timing): fix RDoc.
  26030 2012-12-01 03:55 [ko1@a...            ] kosaki:r38087 (trunk): * lib/thread.rb (SizedQueue#pop): rewrite by using ConditionVariable.
  26031 2012-12-01 03:55 [ko1@a...            ] kosaki:r38088 (trunk): * lib/thread.rb (ConditionVariable#broadcast): s/RuntimeError/StandardError/
  26032 2012-12-01 03:55 [ko1@a...            ] kosaki:r38089 (trunk): * lib/sync.rb (Sync_m#sync_synchronize): add Thread.async_interrupt_timing
  26033 2012-12-01 04:10 [ko1@a...            ] naruse:r38090 (trunk): Use RUBYOPT to overwrite original RUBYOPT ENV
  26034 2012-12-01 04:10 [ko1@a...            ] naruse:r38091 (trunk): suppress warnings: unused variables
  26035 2012-12-01 04:10 [ko1@a...            ] naruse:r38092 (trunk): suppress warnings: uninitialized variables
  26036 2012-12-01 04:10 [ko1@a...            ] naruse:r38093 (trunk): * parse.y (parser.utf8): remove unused property.
  26037 2012-12-01 05:13 [ko1@a...            ] drbrain:r38094 (trunk): * Fixed commit reference for r38083
  26038 2012-12-01 07:29 [ko1@a...            ] shirosaki:r38095 (trunk): * compile.c (ADD_CATCH_ENTRY): add a cast to fix SEGV with x64 mingw
  26039 2012-12-01 10:01 [ko1@a...            ] drbrain:r38097 (trunk): * lib/rubygems.rb:  Search for gem deps file up the directory tree.
  26040 2012-12-01 10:01 [ko1@a...            ] drbrain:r38096 (trunk): * test/runner.rb:  Set GEM_HOME, GEM_PATH and GEM_SKIP to empty set.
  26041 2012-12-01 10:02 [ko1@a...            ] drbrain:r38098 (trunk): * test/rdoc/test_rdoc_options.rb:  Windows drive letters are
  26042 2012-12-01 11:25 [ko1@a...            ] tenderlove:r38099 (trunk): * variable.c (rb_class_path_no_cache): add a function to get the class
  26043 2012-12-01 12:34 [ko1@a...            ] nobu:r38100 (trunk): test_gem_specification.rb: suppress warnings
  26044 2012-12-01 12:35 [ko1@a...            ] kou:r38101 (trunk): * re-added r38053 that is reverted by r38061. Problems by r38053
  26045 2012-12-01 12:57 [ko1@a...            ] nobu:r38102 (trunk): markdown.rb: \r    
  26046 2012-12-01 12:58 [ko1@a...            ] nobu:r38103 (trunk): * properties.      
  26047 2012-12-01 13:48 [ko1@a...            ] drbrain:r38104 (trunk): * lib/rubygems/specification.rb:  Don't add default gems to $LOAD_PATH
  26048 2012-12-01 15:05 [ko1@a...            ] nobu:r38105 (trunk): dir.c: use NAMLEN  
  26049 2012-12-01 17:08 [ko1@a...            ] nagachika:r38106 (trunk): * ChangeLog: fix a typo for r38075.
  26050 2012-12-01 17:13 [ko1@a...            ] nobu:r38107 (trunk): inf-ruby.el: fix compilation-shell-minor-mode
  26051 2012-12-01 17:17 [ko1@a...            ] nobu:r38108 (trunk): ruby-electric.el: use kill-region
  26052 2012-12-01 17:28 [ko1@a...            ] kosaki:r38109 (trunk): * lib/thread.rb (ConditionVariable): use hash instead of array for
  26053 2012-12-01 17:29 [ko1@a...            ] kosaki:r38110 (trunk): * test/ruby/test_thread.rb (test_cv_wait_deadlock): enable
  26054 2012-12-01 17:29 [ko1@a...            ] kosaki:r38111 (trunk): * test/ruby/test_thread.rb: move ConditionVariable related test
  26055 2012-12-01 18:16 [ko1@a...            ] nobu:r38112 (trunk): * properties.      
  26056 2012-12-01 18:17 [ko1@a...            ] nobu:r38113 (trunk): vm_method.c: make initialize methods private
  26057 2012-12-01 18:17 [ko1@a...            ] nobu:r38114 (trunk): object.c: make remove_instance_variable public
  26058 2012-12-01 18:17 [ko1@a...            ] nobu:r38115 (trunk): complex.c, time.c: make marshal methods private
  26059 2012-12-01 18:30 [ko1@a...            ] nobu:r38116 (trunk): gc.c: suppress warnings
  26060 2012-12-01 18:52 [ko1@a...            ] drbrain:r38117 (trunk): * lib/rubygems/commands/cleanup_command.rb:  Fix cleanup command for
  26061 2012-12-01 19:01 [ko1@a...            ] nobu:r38118 (trunk): marshal.c: private methods
  26062 2012-12-01 19:07 [ko1@a...            ] nobu:r38119 (trunk): * misc: ignore pre-compiled emacs lisp files.
  26063 2012-12-01 19:25 [ko1@a...            ] nobu:r38120 (trunk): io.c: recurse for the argument
  26064 2012-12-01 21:10 [ko1@a...            ] ko1:r38121 (trunk): * vm_backtrace.c (location_inspect_m): add
  26065 2012-12-01 21:20 [ko1@a...            ] ko1:r38122 (trunk): * test/ruby/test_backtrace.rb: add a test for
  26066 2012-12-01 22:35 [ko1@a...            ] nobu:r38123 (trunk): vm_method.c: private
  26067 2012-12-01 22:55 [ko1@a...            ] nobu:r38124 (trunk): time.c, vm_method.c: update rdoc
  26068 2012-12-01 22:55 [ko1@a...            ] nobu:r38125 (trunk): * test/rubygems/test_gem_specification.rb (test_emits_zulu_timestamps_properly): too old bug.
  26069 2012-12-01 23:04 [ko1@a...            ] mame:r38126: add tag v2_0_0_preview2    
  26070 2012-12-01 23:24 [ko1@a...            ] nobu:r38127 (trunk): make-snapshot: PATH_SEPARATOR
  26071 2012-12-02 00:25 [ko1@a...            ] nobu:r38129 (trunk): * tool/gen_dummy_probes.rb: add mode name.
  26072 2012-12-02 00:25 [ko1@a...            ] nobu:r38128 (trunk): adjust style.      
  26073 2012-12-02 00:25 [ko1@a...            ] svn:r38130 (trunk): * 2012-12-02        
  26074 2012-12-02 00:27 [ko1@a...            ] nobu:r38131 (trunk): * vm_trace.c (rb_tracepoint_new): commit miss.
  26075 2012-12-02 02:47 [ko1@a...            ] ko1:r38132 (trunk): * vm_trace.c: add TracePoint#inspect.
  26076 2012-12-02 05:08 [ko1@a...            ] ko1:r38133 (trunk): * iseq.c (rb_iseq_line_trace_each): iterate `line' event only.
  26077 2012-12-02 06:23 [ko1@a...            ] kosaki:r38134 (trunk): * gc.h (SET_MACHINE_STACK_END): add volatile for preventing
  26078 2012-12-02 07:25 [ko1@a...            ] drbrain:r38135 (trunk): * lib/rdoc/parser.rb:  Parse files with a -*- rdoc -*- modeline
  26079 2012-12-02 11:47 [ko1@a...            ] tarui:r38136 (trunk): add ticket ref:  [Bug #7468]
  26080 2012-12-02 12:30 [ko1@a...            ] kazu:r38137 (trunk): fix typo           
  26081 2012-12-02 16:45 [ko1@a...            ] zzak:r38138 (trunk): * gc.c (WeakMap): Add doc for internal reference, use lib/weakref.rb
  26082 2012-12-02 16:48 [ko1@a...            ] zzak:r38139 (trunk): * lib/weakref.rb (rdoc): Clean up usage, add example,
  26083 2012-12-02 16:57 [ko1@a...            ] zzak:r38140 (trunk): fix typo           
  26084 2012-12-02 17:45 [ko1@a...            ] tarui:r38141 (trunk): * thread.c (RB_GC_SAVE_MACHINE_CONTEXT, rb_gc_save_machine_context):
  26085 2012-12-02 17:59 [ko1@a...            ] tarui:r38142 (trunk): revert r38141 for stack problem
  26086 2012-12-02 18:58 [ko1@a...            ] ko1:r38143 (trunk): * array.c, enum.c, insns.def, io.c, numeric.c, parse.y, process.c,
  26087 2012-12-02 19:28 [ko1@a...            ] tarui:r38144 (trunk): * thread.c (RB_GC_SAVE_MACHINE_CONTEXT, rb_gc_save_machine_context):
  26088 2012-12-02 22:10 [ko1@a...            ] knu:r38145 (ruby_1_8): Make an internal block of Generator return nil instead of self.
  26089 2012-12-02 22:10 [ko1@a...            ] svn:r38146 (ruby_1_8): * 2012-12-02     
  26090 2012-12-03 00:10 [ko1@a...            ] mrkn:r38147 (trunk): * ext/bigdecimal/bigdecimal.c (BigDecimal_new): stop checking string
  26091 2012-12-03 00:10 [ko1@a...            ] svn:r38148 (trunk): * 2012-12-03        
  26092 2012-12-03 07:56 [ko1@a...            ] drbrain:r38149 (trunk): * lib/rdoc/parser.rb:  Improved modeline support.  Patch by nobu.
  26093 2012-12-03 12:43 [ko1@a...            ] nobu:r38150 (trunk): ruby-mode.el: fix argument indent
  26094 2012-12-03 14:18 [ko1@a...            ] ko1:r38151 (trunk): * compile.c (iseq_compile_each): joke shouldn't use id.h defined ids.
  26095 2012-12-03 15:52 [ko1@a...            ] knu:r38152 (trunk): Fix a typo in misc/ruby-additional.el.
  26096 2012-12-03 15:58 [ko1@a...            ] knu:r38153 (trunk): Un-zerofill the day of month part of some entries.
  26097 2012-12-03 16:24 [ko1@a...            ] ko1:r38154 (trunk): * vm_backtrace.c (vm_backtrace_to_ary): check negative size (2nd arg).
  26098 2012-12-03 18:29 [ko1@a...            ] nobu:r38155 (trunk): id.h.tmpl: move empty?
  26099 2012-12-03 19:03 [ko1@a...            ] ko1:r38156 (trunk): * iseq.h: iseq_catch_table_entry::catch_type should be
  26100 2012-12-03 19:10 [ko1@a...            ] nobu:r38157 (trunk): random.c, rational.c: make marshal methods private

[前][次][スレッド一覧][上]