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

ruby-changes:52301-52400

  52301 2018-08-22 20:09 [ko1@a...            ] mame:r64509 (trunk): compile.c: remove tracecoverage instruction for line coverage
  52302 2018-08-23 00:04 [ko1@a...            ] svn:r64511 (trunk): * 2018-08-23        
  52303 2018-08-23 00:04 [ko1@a...            ] mame:r64510 (trunk): parse.y (arg_append): support NODE_ARGSCAT case
  52304 2018-08-23 01:02 [ko1@a...            ] nobu:r64512 (trunk): compile.c: pop literal object in condition
  52305 2018-08-23 04:18 [ko1@a...            ] naruse:r64513 (trunk): Also skip on AIX 
  52306 2018-08-23 13:12 [ko1@a...            ] ko1:r64514 (trunk): check trace flags at loading [Bug #14702]
  52307 2018-08-23 14:54 [ko1@a...            ] ko1:r64515 (trunk): remove `const` warning.
  52308 2018-08-23 16:22 [ko1@a...            ] nobu:r64516 (trunk): compile.c: drop unused string
  52309 2018-08-23 16:45 [ko1@a...            ] nobu:r64517 (trunk): compile.c: drop unused array
  52310 2018-08-23 17:32 [ko1@a...            ] mame:r64518 (trunk): iseq.c: add a map from encoded insn to insn data
  52311 2018-08-23 17:32 [ko1@a...            ] mame:r64519 (trunk): iseq.c (rb_iseq_trace_set): refactoring by using encoded_insn_data
  52312 2018-08-23 17:33 [ko1@a...            ] kazu:r64520 (trunk): Mention `--enable=jit` instead of `--jit`
  52313 2018-08-23 17:49 [ko1@a...            ] mame:r64521 (trunk): iseq.c (rb_vm_encoded_insn_data_table_init): add a cast to build on clang
  52314 2018-08-24 04:13 [ko1@a...            ] normal:r64522 (trunk): NEWS: add entries for rb_waitpid and timer-thread [ci skip]
  52315 2018-08-24 04:13 [ko1@a...            ] svn:r64523 (trunk): * 2018-08-24        
  52316 2018-08-24 04:49 [ko1@a...            ] normal:r64524 (trunk): thread_pthread.c (ubf_timer_destroy): remove redundant getpid check
  52317 2018-08-24 08:50 [ko1@a...            ] k0kubun:r64525 (trunk): test/readline/test_readline.rb: fix readline test
  52318 2018-08-24 19:25 [ko1@a...            ] k0kubun:r64526 (trunk): ext/readline/extconf.rb: try using more readline APIs
  52319 2018-08-25 04:19 [ko1@a...            ] svn:r64528 (trunk): * 2018-08-25        
  52320 2018-08-25 04:19 [ko1@a...            ] normal:r64527 (trunk): thread_pthread.c: use eventfd instead of pipe on Linux
  52321 2018-08-25 05:28 [ko1@a...            ] normal:r64529 (trunk): test/ruby/test_io.rb (test_recycled_fd_close): use IO#read to avoid ppoll call
  52322 2018-08-25 07:32 [ko1@a...            ] naruse:r64530 (trunk): Add AIX guards   
  52323 2018-08-25 11:32 [ko1@a...            ] normal:r64531 (trunk): drb: simplify shutdown pipe close logic
  52324 2018-08-25 11:32 [ko1@a...            ] normal:r64532 (trunk): drb: close graceful shutdown pipe before socket
  52325 2018-08-25 15:58 [ko1@a...            ] svn:r64534 (trunk): * properties.       
  52326 2018-08-25 15:58 [ko1@a...            ] normal:r64533 (trunk): thread.c: use rb_hrtime_t scalar for high-resolution time operations
  52327 2018-08-25 18:02 [ko1@a...            ] normal:r64535 (trunk): hrtime.h: add documentation
  52328 2018-08-26 06:34 [ko1@a...            ] normal:r64536 (trunk): thread.c: quiet down -Wmaybe-uninitialized on gcc 7.[2-3]
  52329 2018-08-26 06:34 [ko1@a...            ] svn:r64537 (trunk): * 2018-08-26        
  52331 2018-08-26 07:14 [ko1@a...            ] normal:r64539 (trunk): thread_pthread.c (ubf_wakeup_thread): `th' is never NULL
  52332 2018-08-26 07:32 [ko1@a...            ] normal:r64540 (trunk): test/io/wait/test_io_wait_uncommon.rb: relax /dev/random check
  52333 2018-08-26 13:29 [ko1@a...            ] normal:r64541 (trunk): process.c: remove worthless waitpid_sys macro
  52334 2018-08-26 21:41 [ko1@a...            ] normal:r64542 (trunk): thread_sync.c: common wakeup_{one, all} implementation
  52335 2018-08-26 21:41 [ko1@a...            ] normal:r64543 (trunk): test/ruby/test_io.rb (test_recycled_fd_close): Linux workaround
  52336 2018-08-27 09:44 [ko1@a...            ] hsbt:r64544 (trunk): Merge psych-3.1.0.pre1.
  52337 2018-08-27 09:44 [ko1@a...            ] svn:r64545 (trunk): * 2018-08-27        
  52338 2018-08-27 09:44 [ko1@a...            ] svn:r64546 (trunk): * properties.       
  52339 2018-08-27 10:30 [ko1@a...            ] svn:r64549 (trunk): * properties.       
  52341 2018-08-27 10:30 [ko1@a...            ] svn:r64548 (trunk): * remove trailing spaces.
  52342 2018-08-27 14:32 [ko1@a...            ] normal:r64550 (trunk): thread.c: check interrupts explicitly in select/ppoll blocking regions
  52343 2018-08-27 14:39 [ko1@a...            ] nobu:r64551 (trunk): configure.ac: printf prifix for int64_t
  52344 2018-08-27 14:48 [ko1@a...            ] nobu:r64552 (trunk): hrtime.h: explicit casts to time_t
  52345 2018-08-27 14:49 [ko1@a...            ] nobu:r64553 (trunk): hrtime.h: missing paren
  52346 2018-08-27 17:48 [ko1@a...            ] normal:r64554 (trunk): hrtime.h: add note explaining current use of uint64_t [ci skip]
  52347 2018-08-27 19:05 [ko1@a...            ] svn:r64556 (trunk): * remove trailing spaces.
  52349 2018-08-27 19:12 [ko1@a...            ] eregon:r64557 (trunk): Simplify guards, the behavior seems Linux-specific
  52350 2018-08-27 22:47 [ko1@a...            ] usa:r64558 (ruby_2_4): merge revision(s) 62731, 62735: [Backport #14495]
  52351 2018-08-27 22:48 [ko1@a...            ] usa:r64559 (ruby_2_4): merge revision(s) 63696: [Backport #14853]
  52352 2018-08-27 22:59 [ko1@a...            ] usa:r64560 (ruby_2_4): merge revision(s) 63994: [Backport #14920]
  52353 2018-08-27 23:09 [ko1@a...            ] usa:r64561 (ruby_2_4): merge revision(s) 64007, 64019, 64020: [Backport #14929]
  52355 2018-08-27 23:15 [ko1@a...            ] usa:r64563 (ruby_2_4): merge revision(s) 64071: [Backport #14941]
  52356 2018-08-27 23:19 [ko1@a...            ] usa:r64564 (ruby_2_4): merge revision(s) 64092: [Backport #14942]
  52357 2018-08-27 23:25 [ko1@a...            ] svn:r64566 (trunk): * append newline at EOF.
  52358 2018-08-27 23:25 [ko1@a...            ] eregon:r64567 (trunk): Fix template/fake.rb.in when external and internal encodings are set
  52359 2018-08-27 23:33 [ko1@a...            ] eregon:r64568 (trunk): Fix template/fake.rb.in if ENV["RUBYOPT"] is nil
  52360 2018-08-27 23:50 [ko1@a...            ] svn:r64570 (trunk): * append newline at EOF.
  52361 2018-08-27 23:50 [ko1@a...            ] eregon:r64569 (trunk): Update to ruby/spec@a89819d
  52362 2018-08-28 01:22 [ko1@a...            ] svn:r64572 (trunk): * append newline at EOF.
  52363 2018-08-28 01:22 [ko1@a...            ] eregon:r64571 (trunk): Update to ruby/spec@007e908
  52364 2018-08-28 01:38 [ko1@a...            ] eregon:r64573 (trunk): SC_TZNAME_MAX can also be infinite
  52365 2018-08-28 01:38 [ko1@a...            ] svn:r64574 (trunk): * 2018-08-28        
  52366 2018-08-28 02:17 [ko1@a...            ] normal:r64575 (trunk): thread_pthread.c: avoid lock ping-pong in do_gvl_timer & ubf_select
  52367 2018-08-28 02:17 [ko1@a...            ] normal:r64576 (trunk): process.c: simplify SIGCHLD-based waitpid
  52368 2018-08-28 03:37 [ko1@a...            ] normal:r64577 (trunk): process.c: fix potential missed wakeups in r64576
  52369 2018-08-28 04:08 [ko1@a...            ] eregon:r64578 (trunk): Rewrite Etc.sysconf spec to allow nil or Integer for all variables
  52370 2018-08-28 08:29 [ko1@a...            ] normal:r64579 (trunk): thread_pthread.c: fix deadlock on test_thread.rb::test_signal_at_join
  52371 2018-08-28 08:40 [ko1@a...            ] normal:r64580 (trunk): thread_pthread.c: document sigwait_th and sigwait_fd [ci skip]
  52372 2018-08-28 09:24 [ko1@a...            ] normal:r64581 (trunk): thread_pthread.h: rename `gvl.acquired' to `gvl.owner' and document
  52373 2018-08-28 11:39 [ko1@a...            ] hsbt:r64582 (trunk): Fixed test failures in mswin environment at r64555.
  52374 2018-08-28 16:06 [ko1@a...            ] ko1:r64583 (trunk): rest parameter optimization [Feature #15010]
  52375 2018-08-28 18:41 [ko1@a...            ] eregon:r64584 (trunk): Update to ruby/spec@6fd9472
  52377 2018-08-28 23:55 [ko1@a...            ] eregon:r64586 (trunk): Tag a couple specs failing on AIX
  52378 2018-08-29 11:23 [ko1@a...            ] normal:r64587 (trunk): cont.c (rb_context_t): remove ensure_list
  52379 2018-08-29 11:23 [ko1@a...            ] svn:r64588 (trunk): * 2018-08-29        
  52380 2018-08-29 17:04 [ko1@a...            ] normal:r64589 (trunk): cont.c: set th->root_fiber to current fiber at fork
  52382 2018-08-30 04:47 [ko1@a...            ] svn:r64591 (trunk): * 2018-08-30        
  52383 2018-08-30 12:25 [ko1@a...            ] normal:r64592 (trunk): hrtime.h: fix typo in non-builtin overflow check
  52384 2018-08-31 04:14 [ko1@a...            ] svn:r64594 (trunk): * 2018-08-31        
  52385 2018-08-31 04:14 [ko1@a...            ] normal:r64593 (trunk): cont.c (rb_fiber_atfork): th->root_fiber may not exist
  52386 2018-08-31 13:31 [ko1@a...            ] mame:r64595 (trunk): test/lib/test/unit/assertions.rb: explicit delegation of keyword arguments
  52387 2018-08-31 18:56 [ko1@a...            ] nobu:r64596 (trunk): random.c: SecRandomCopyBytes
  52388 2018-09-01 00:05 [ko1@a...            ] kazu:r64597 (trunk): [DOC] leap seconds [ci skip]
  52389 2018-09-01 00:05 [ko1@a...            ] svn:r64598 (trunk): * 2018-09-01        
  52390 2018-09-01 00:25 [ko1@a...            ] kazu:r64599 (trunk): Try to add workaround for warnings
  52391 2018-09-01 00:29 [ko1@a...            ] kazu:r64600 (trunk): Revert "Try to add workaround for warnings"
  52393 2018-09-01 11:03 [ko1@a...            ] nagachika:r64602 (ruby_2_5): merge revision(s) 63994: [Backport #14920]
  52394 2018-09-01 11:31 [ko1@a...            ] nagachika:r64603 (ruby_2_5): merge revision(s) 64014: [Backport #14926]
  52395 2018-09-01 13:09 [ko1@a...            ] nobu:r64604 (trunk): surround macro block with do/while
  52396 2018-09-01 14:40 [ko1@a...            ] nagachika:r64605 (ruby_2_5): merge revision(s) 64007, 64019, 64020: [Backport #14929]
  52397 2018-09-01 15:14 [ko1@a...            ] nobu:r64606 (trunk): adjust indent      
  52398 2018-09-01 15:14 [ko1@a...            ] nobu:r64607 (trunk): 10**3 is always 1000
  52399 2018-09-01 15:19 [ko1@a...            ] nobu:r64608 (trunk): RSTRING_PTR may not be terminated in the future
  52400 2018-09-01 15:59 [ko1@a...            ] kazu:r64609 (trunk): Re-try to add workaround for warnings

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