[前][次][番号順一覧][上]

ruby-changes:52101-52200

  52101 2018-08-12 01:25 [ko1@a...            ] naruse:r64309 (trunk): fix r64296       
  52102 2018-08-12 01:25 [ko1@a...            ] svn:r64310 (trunk): * 2018-08-12        
  52103 2018-08-12 08:33 [ko1@a...            ] k0kubun:r64311 (trunk): appveyor.yml: customize icon_url
  52104 2018-08-12 08:40 [ko1@a...            ] k0kubun:r64312 (trunk): vm_insnhelper.c: drop duplicated inline
  52105 2018-08-12 09:28 [ko1@a...            ] nobu:r64313 (trunk): skip non-IP interfaces
  52106 2018-08-12 09:30 [ko1@a...            ] k0kubun:r64314 (trunk): vm_insnhelper.c: revert r64280
  52107 2018-08-12 13:50 [ko1@a...            ] nobu:r64315 (trunk): compile.c: check error in when_vals
  52108 2018-08-12 13:50 [ko1@a...            ] nobu:r64316 (trunk): compile.c: use EXPECT_NODE macro
  52110 2018-08-12 17:11 [ko1@a...            ] nobu:r64318 (trunk): Optimization for case when with splat operator
  52111 2018-08-12 19:37 [ko1@a...            ] nagachika:r64319 (ruby_2_5): merge revision(s) 63133: [Backport #14566]
  52112 2018-08-12 20:51 [ko1@a...            ] nagachika:r64320 (ruby_2_5): merge revision(s) 63252: [Backport #14707]
  52113 2018-08-12 21:59 [ko1@a...            ] k0kubun:r64321 (trunk): mjit.c: reduce the number of variables
  52114 2018-08-12 23:42 [ko1@a...            ] k0kubun:r64322 (trunk): mjit_worker.c: allow showing line number
  52115 2018-08-13 00:00 [ko1@a...            ] svn:r64324 (trunk): * 2018-08-13        
  52116 2018-08-13 00:00 [ko1@a...            ] k0kubun:r64323 (trunk): mjit_worker.c: lazily delete so file
  52117 2018-08-13 00:13 [ko1@a...            ] k0kubun:r64325 (trunk): configure.ac: MJIT_DLDFLAGS_NOCOMPRESS
  52118 2018-08-13 00:16 [ko1@a...            ] k0kubun:r64326 (trunk): configure.ac: use the correct argument
  52119 2018-08-13 01:45 [ko1@a...            ] akr:r64327 (trunk): timegm_noleapsecond uses calc_tm_yday.
  52120 2018-08-13 11:56 [ko1@a...            ] naruse:r64328 (trunk): support compressed debug_line
  52121 2018-08-13 15:05 [ko1@a...            ] naruse:r64329 (trunk): Revert "support compressed debug_line"
  52122 2018-08-13 15:10 [ko1@a...            ] nobu:r64330 (trunk): configure.ac: use linker_flag to LIBRUBY_DLDFLAGS
  52123 2018-08-13 15:20 [ko1@a...            ] naruse:r64331 (trunk): support compressed debug_line
  52124 2018-08-13 15:31 [ko1@a...            ] naruse:r64332 (trunk): Define parse_compressed_debug_line() only ifdef SUPPORT_COMPRESSED_DEBUG_LINE
  52125 2018-08-13 16:55 [ko1@a...            ] naruse:r64333 (trunk): Re-apply wrongly reverted r64330
  52126 2018-08-13 17:48 [ko1@a...            ] naruse:r64334 (trunk): Don't free allocated uncompressed_debug_line until backtrace is printed
  52127 2018-08-13 20:02 [ko1@a...            ] k0kubun:r64335 (trunk): Makefile.in: drop MJIT_DLDFLAGS_NOCOMPRESS
  52128 2018-08-13 21:22 [ko1@a...            ] kazu:r64336 (trunk): test/rinda/test_rinda.rb: Start keeper only on used tests
  52129 2018-08-13 21:42 [ko1@a...            ] usa:r64337 (trunk): Support optional inherit argument for Module#method_defined?
  52130 2018-08-13 21:42 [ko1@a...            ] svn:r64338 (trunk): * remove trailing spaces.
  52132 2018-08-13 22:27 [ko1@a...            ] kazu:r64340 (trunk): Revert "Support optional inherit argument for Module#method_defined?"
  52133 2018-08-13 22:27 [ko1@a...            ] kazu:r64341 (trunk): Add test for method_defined?(notimplement)
  52134 2018-08-13 22:46 [ko1@a...            ] k0kubun:r64342 (trunk): appveyor.yml: drop unnecessary 1.0. prefix
  52135 2018-08-13 22:48 [ko1@a...            ] usa:r64343 (trunk): Fix problem about notimplemented case
  52136 2018-08-13 22:50 [ko1@a...            ] kazu:r64344 (trunk): Fix test bug       
  52137 2018-08-13 23:29 [ko1@a...            ] usa:r64345 (trunk): Add some tests for *method_defined?
  52139 2018-08-13 23:54 [ko1@a...            ] kazu:r64347 (trunk): fix typos [ci skip]
  52140 2018-08-14 00:29 [ko1@a...            ] k0kubun:r64348 (trunk): appveyor.yml: add MinGW build
  52141 2018-08-14 00:29 [ko1@a...            ] svn:r64349 (trunk): * 2018-08-14        
  52142 2018-08-14 01:03 [ko1@a...            ] k0kubun:r64350 (trunk): appveyor.yml: install gdbm
  52143 2018-08-14 04:12 [ko1@a...            ] naruse:r64351 (trunk): FreeBSD 11.0 lacks ELFCOMPRESS_ZLIB
  52144 2018-08-14 06:34 [ko1@a...            ] normal:r64352 (trunk): thread_pthread.c: eliminate timer thread by restructuring GVL
  52145 2018-08-14 06:34 [ko1@a...            ] normal:r64353 (trunk): thread_pthread: use POSIX timer or thread to get rid of races
  52146 2018-08-14 07:20 [ko1@a...            ] normal:r64354 (trunk): thread_pthread (rb_timer_arm): ignore UBF_TIMER_POSIX state 2
  52147 2018-08-14 09:31 [ko1@a...            ] normal:r64355 (trunk): test/fiddle/test_function.rb (test_nogvl_poll): stop timer hack
  52148 2018-08-14 11:24 [ko1@a...            ] normal:r64356 (trunk): thread_pthread.c: use CLOCK_REALTIME on SunOS (Solaris)
  52149 2018-08-14 15:49 [ko1@a...            ] normal:r64357 (trunk): thread_pthread.c: use UBF_TIMER_PTHREAD on Solaris
  52150 2018-08-14 20:58 [ko1@a...            ] nobu:r64358 (trunk): non-symbol keys in kwargs
  52152 2018-08-15 02:07 [ko1@a...            ] normal:r64359 (trunk): spec/ruby/optional/capi/io_spec.rb: fix fragile spec from unpredictable errno
  52153 2018-08-15 07:06 [ko1@a...            ] normal:r64361 (trunk): Revert "thread_pthread.c: use UBF_TIMER_PTHREAD on Solaris"
  52154 2018-08-15 08:00 [ko1@a...            ] normal:r64362 (trunk): Revert "test/lib/leakchecker.rb (find_tempfiles): don't warn for missing files"
  52155 2018-08-15 08:00 [ko1@a...            ] normal:r64363 (trunk): webrick/httpauth/htgroup.rb (flush): avoid unnecessary unlink
  52156 2018-08-15 08:23 [ko1@a...            ] k0kubun:r64364 (trunk): appveyor.yml: remove broken --name option
  52157 2018-08-15 10:41 [ko1@a...            ] k0kubun:r64365 (trunk): skip tests failing on AppVeyor MinGW
  52158 2018-08-15 10:55 [ko1@a...            ] k0kubun:r64366 (trunk): test_env.rb: change mingw branch
  52159 2018-08-15 11:05 [ko1@a...            ] nobu:r64367 (trunk): -Wsuggest-attribute=noreturn on io_spec_rb_io_wait_readable
  52160 2018-08-15 11:15 [ko1@a...            ] nobu:r64368 (trunk): appveyor.yml: get rid of msys sh as possible
  52161 2018-08-15 12:03 [ko1@a...            ] k0kubun:r64369 (trunk): test_readline.rb: skip teardown failure
  52163 2018-08-15 13:32 [ko1@a...            ] normal:r64371 (trunk): thread_pthread.c: additional UBF_TIMER == UBF_TIMER_PTHREAD guards
  52164 2018-08-15 13:32 [ko1@a...            ] normal:r64372 (trunk): thread_pthread.c: rename timer_thread_pipe to signal_self_pipe
  52165 2018-08-15 13:32 [ko1@a...            ] normal:r64373 (trunk): thread_pthread.c: rename rb_timer_* to ubf_timer_*
  52168 2018-08-15 14:54 [ko1@a...            ] normal:r64376 (trunk): vm_core.h (rb_thread_t): pack small fields together
  52169 2018-08-15 16:17 [ko1@a...            ] normal:r64377 (trunk): thread_pthread.c: hoist out do_gvl_timer and improve documentation
  52171 2018-08-15 21:53 [ko1@a...            ] nobu:r64379 (trunk): spec/ruby/optional/capi/ext/io_spec.c: guard unreachable code
  52172 2018-08-15 23:24 [ko1@a...            ] akr:r64380 (trunk): gmtimew_noleapsecond uses tables for mon and mday.
  52173 2018-08-16 03:56 [ko1@a...            ] normal:r64381 (trunk): test/ripper/test_parser_events.rb (test_block_variables): bump RLIMIT_AS again
  52174 2018-08-16 03:56 [ko1@a...            ] svn:r64382 (trunk): * 2018-08-16        
  52175 2018-08-16 09:05 [ko1@a...            ] nobu:r64383 (trunk): apply r64239 to macOS too
  52177 2018-08-16 09:58 [ko1@a...            ] svn:r64386 (trunk): * properties.       
  52178 2018-08-16 09:58 [ko1@a...            ] nobu:r64385 (trunk): Adding Enumerator::Lazy#uniq and Enumerator::Lazy#grep_v to proc chaining
  52179 2018-08-16 12:37 [ko1@a...            ] normal:r64387 (trunk): test/net/imap/test_imap.rb (test_exception_during_idle): kill infinite looper
  52180 2018-08-16 17:26 [ko1@a...            ] normal:r64388 (trunk): thread_pthread.c: check signals from gvl.timer
  52181 2018-08-16 17:27 [ko1@a...            ] normal:r64389 (trunk): thread_pthread.c: reduce ubf_timer arming for non-signal wakeups
  52182 2018-08-16 18:16 [ko1@a...            ] normal:r64390 (trunk): thread.c (consume_communication_pipe): disarm UBF_TIMER before consume
  52183 2018-08-16 18:27 [ko1@a...            ] nobu:r64391 (trunk): Makefile.in: dependencies to config.status
  52184 2018-08-16 18:46 [ko1@a...            ] nobu:r64392 (trunk): configure.ac: LIBPATHENV on macOS
  52185 2018-08-16 19:50 [ko1@a...            ] naruse:r64393 (trunk): skip examples failing on solaris
  52186 2018-08-16 21:14 [ko1@a...            ] kazu:r64394 (trunk): Remove outdated comment [ci skip]
  52187 2018-08-17 01:12 [ko1@a...            ] nobu:r64395 (trunk): appveyor.yml: run on all branches
  52188 2018-08-17 01:12 [ko1@a...            ] svn:r64396 (trunk): * 2018-08-17        
  52189 2018-08-17 01:12 [ko1@a...            ] nobu:r64397 (trunk): Makefile.sub: remove -DRUBY_EXPORT overridden by -U option
  52190 2018-08-17 04:59 [ko1@a...            ] normal:r64398 (trunk): thread_sync.c (rb_mutex_lock): acquire lock before being killed
  52191 2018-08-17 08:56 [ko1@a...            ] normal:r64399 (trunk): process.c: defaults to close_others false
  52192 2018-08-17 10:14 [ko1@a...            ] nobu:r64400 (trunk): passing non-stdio fds is not supported on Windows
  52193 2018-08-17 10:38 [ko1@a...            ] nobu:r64401 (trunk): ast.c (rb_ast_node_type): return frozen strings
  52194 2018-08-17 10:39 [ko1@a...            ] nobu:r64402 (trunk): signal.c: no SIGCHLD, no sigchld_hit
  52195 2018-08-17 11:07 [ko1@a...            ] normal:r64403 (trunk): thread_pthread.c (rb_sigwait_fd_get): skip getpid check
  52196 2018-08-17 12:36 [ko1@a...            ] mame:r64404 (trunk): vm.c: add a simple rdoc for RubyVM
  52197 2018-08-17 13:00 [ko1@a...            ] kazu:r64405 (trunk): [DOC] Update NEWS about close_others [ci skip]
  52198 2018-08-17 13:01 [ko1@a...            ] kazu:r64406 (trunk): [DOC] Add ticket number [ci skip]
  52199 2018-08-17 14:59 [ko1@a...            ] nobu:r64407 (trunk): process.c: dead code when no SIGCHLD
  52200 2018-08-17 16:47 [ko1@a...            ] normal:r64408 (trunk): NEWS: clarify that we still use FD_CLOEXEC [ci skip]

[前][次][番号順一覧][上]