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

ruby-changes:53401-53500

  53401 2018-11-08 10:57 [ko1@a...            ] nobu:r65617 (trunk): compile.c: compile error than rb_bug [ci skip]
  53402 2018-11-08 11:25 [ko1@a...            ] nobu:r65618 (trunk): refine parse_rat   
  53403 2018-11-08 12:27 [ko1@a...            ] normal:r65619 (trunk): ext/socket/init.c (wait_connectable): bail out early on some errors
  53404 2018-11-08 13:06 [ko1@a...            ] k0kubun:r65620 (trunk): test_ftp.rb: extend timeout for --jit-wait testing
  53405 2018-11-08 13:24 [ko1@a...            ] shyouhei:r65621 (trunk): st.c: straight-forward comparison of characters
  53406 2018-11-08 14:01 [ko1@a...            ] ko1:r65622 (trunk): separate Thread type (func or proc) explicitly.
  53407 2018-11-08 14:01 [ko1@a...            ] svn:r65623 (trunk): * expand tabs.      
  53408 2018-11-08 14:06 [ko1@a...            ] shyouhei:r65624 (trunk): avoid (size_t)--
  53409 2018-11-08 14:24 [ko1@a...            ] shyouhei:r65625 (trunk): st.c: fix comparison between signed and unsigned
  53410 2018-11-08 14:34 [ko1@a...            ] k0kubun:r65626 (trunk): .travis.yml: simplify travis matrix description
  53411 2018-11-08 14:35 [ko1@a...            ] shyouhei:r65627 (trunk): svn merge -r 65625:65623 .
  53412 2018-11-08 14:35 [ko1@a...            ] ko1:r65628 (trunk): initialize VM postponed_job first. [Bug #15288]
  53413 2018-11-08 15:19 [ko1@a...            ] k0kubun:r65629 (trunk): lib/rubygems/indexer.rb: suppress random test-all error
  53414 2018-11-08 15:23 [ko1@a...            ] shyouhei:r65630 (trunk): avoid (size_t)-- (2nd try)
  53415 2018-11-08 15:26 [ko1@a...            ] k0kubun:r65631 (trunk): vm_core.h: conform C90
  53416 2018-11-08 16:41 [ko1@a...            ] shyouhei:r65632 (trunk): hash.c: +(-1) is a wrong idea
  53417 2018-11-08 18:46 [ko1@a...            ] shyouhei:r65633 (trunk): gc.c: avoid integer overflow at process exit
  53418 2018-11-08 18:46 [ko1@a...            ] svn:r65634 (trunk): * expand tabs.      
  53419 2018-11-08 18:52 [ko1@a...            ] shyouhei:r65635 (trunk): st.c: bin might be zero
  53420 2018-11-09 10:02 [ko1@a...            ] ko1:r65636 (trunk): fix passing wrong `passed_bmethod_me`.
  53421 2018-11-09 10:02 [ko1@a...            ] svn:r65637 (trunk): * expand tabs.      
  53422 2018-11-09 10:02 [ko1@a...            ] svn:r65638 (trunk): * 2018-11-09        
  53423 2018-11-09 10:13 [ko1@a...            ] ko1:r65639 (trunk): There is a path to use bmethod with ifunc.
  53424 2018-11-09 10:13 [ko1@a...            ] svn:r65640 (trunk): * expand tabs.      
  53425 2018-11-09 10:37 [ko1@a...            ] yui-knk:r65641 (trunk): Rename `AST` module to `AbstractSyntaxTree`
  53426 2018-11-09 18:14 [ko1@a...            ] shyouhei:r65642 (trunk): numeric.c: avoid division by zero
  53427 2018-11-09 18:44 [ko1@a...            ] shyouhei:r65643 (trunk): util.c: suppress warnings
  53428 2018-11-09 20:19 [ko1@a...            ] nobu:r65644 (trunk): addr2line.c: fix compilation for i386-darwin
  53429 2018-11-09 22:00 [ko1@a...            ] kazu:r65645 (trunk): Remove unused default value of MJIT_CC [ci skip]
  53430 2018-11-09 22:39 [ko1@a...            ] nobu:r65646 (trunk): Hoisted out rb_ast_parse_str and rb_ast_parse_file
  53431 2018-11-09 22:39 [ko1@a...            ] nobu:r65647 (trunk): Get rid of setting SCRIPT_LINES__ by AST.parse
  53432 2018-11-10 08:24 [ko1@a...            ] normal:r65648 (trunk): thread_pthread.c (rb_sigwait_sleep): add note about spurious wakeup
  53433 2018-11-10 08:24 [ko1@a...            ] svn:r65649 (trunk): * 2018-11-10        
  53434 2018-11-10 18:29 [ko1@a...            ] nobu:r65650 (trunk): Fix potential NULL pointer access [ci skip]
  53435 2018-11-10 19:40 [ko1@a...            ] nobu:r65651 (trunk): Parse the source in SCRIPT_LINES__ if possible
  53436 2018-11-10 20:16 [ko1@a...            ] nobu:r65652 (trunk): Check the argument before creating a parser
  53437 2018-11-10 20:40 [ko1@a...            ] nobu:r65653 (trunk): Parse the source in SCRIPT_LINES__ as array
  53438 2018-11-10 20:43 [ko1@a...            ] nobu:r65654 (trunk): AST.of -e script   
  53439 2018-11-10 21:04 [ko1@a...            ] nobu:r65655 (trunk): Constified ruby_sourcefile
  53440 2018-11-11 03:07 [ko1@a...            ] hsbt:r65656 (trunk): Merge psych from upstream.
  53442 2018-11-11 07:26 [ko1@a...            ] mame:r65658 (trunk): Revert "Merge psych from upstream."
  53443 2018-11-11 09:20 [ko1@a...            ] nobu:r65659 (trunk): Make rubygems follow the upstream of psych
  53444 2018-11-11 09:40 [ko1@a...            ] nobu:r65660 (trunk): Use friendlier terminology in rubysocket.h comment
  53445 2018-11-11 09:46 [ko1@a...            ] nobu:r65661 (trunk): Revert "Use friendlier terminology in rubysocket.h comment"
  53446 2018-11-11 09:46 [ko1@a...            ] nobu:r65662 (trunk): Use friendlier terminology in rubysocket.h comment
  53447 2018-11-11 09:55 [ko1@a...            ] yui-knk:r65663 (trunk): Make some functions to be static
  53448 2018-11-11 10:25 [ko1@a...            ] nobu:r65664 (trunk): Use friendlier terminology in leaf helpers
  53449 2018-11-11 20:58 [ko1@a...            ] nobu:r65665 (trunk): Fix a typo [ci skip]
  53450 2018-11-11 21:15 [ko1@a...            ] yui-knk:r65666 (trunk): Add docs to RubyVM::AbstractSyntaxTree.of
  53451 2018-11-11 21:40 [ko1@a...            ] nobu:r65667 (trunk): Fix for bison 3.2 [Bug #15284]
  53452 2018-11-12 08:22 [ko1@a...            ] nobu:r65669 (trunk): win32/setup.mak: Substitute slashes in `MJIT_CC`
  53453 2018-11-12 08:23 [ko1@a...            ] nobu:r65668 (trunk): `MJIT_BUILD_DIR` is not used on Windows
  53454 2018-11-12 08:23 [ko1@a...            ] svn:r65670 (trunk): * 2018-11-12        
  53455 2018-11-12 09:37 [ko1@a...            ] k0kubun:r65671 (trunk): erb.rb: warn invalid trim_mode [Misc #15294]
  53456 2018-11-12 09:53 [ko1@a...            ] hsbt:r65672 (trunk): Merge Bundler-2.0.0.pre1 from upstream.
  53457 2018-11-12 09:53 [ko1@a...            ] svn:r65673 (trunk): * properties.       
  53458 2018-11-12 09:55 [ko1@a...            ] k0kubun:r65674 (trunk): Document binding.irb on Binding [ci skip]
  53459 2018-11-12 10:08 [ko1@a...            ] shyouhei:r65675 (trunk): ~(unsigned char) is not unsigned char
  53460 2018-11-12 11:00 [ko1@a...            ] kazu:r65676 (trunk): lib/irb.rb: fix up r65674
  53461 2018-11-12 11:39 [ko1@a...            ] shyouhei:r65677 (trunk): char is neither signed nor unsigned
  53462 2018-11-12 12:26 [ko1@a...            ] shyouhei:r65678 (trunk): vm_insnhelper.c: avoid division by zero
  53463 2018-11-12 12:26 [ko1@a...            ] svn:r65679 (trunk): * expand tabs.      
  53464 2018-11-12 13:09 [ko1@a...            ] shyouhei:r65680 (trunk): numeric.c: fix typo
  53465 2018-11-12 15:56 [ko1@a...            ] nobu:r65681 (trunk): srcs-ext should update ext/ripper/eventids2table.c
  53466 2018-11-12 16:14 [ko1@a...            ] nobu:r65682 (trunk): Export rb_flo_div_flo for MJIT
  53467 2018-11-12 16:32 [ko1@a...            ] nobu:r65683 (trunk): Adopt [Misc #15294]
  53468 2018-11-12 16:58 [ko1@a...            ] k0kubun:r65684 (trunk): erb/new_spec.rb: fix spec failure by other specs
  53469 2018-11-12 17:14 [ko1@a...            ] shyouhei:r65685 (trunk): vm_insnhelper.c: avoid nevative sp
  53470 2018-11-12 17:18 [ko1@a...            ] shyouhei:r65686 (trunk): .travis.yml: resurrect -j on mac
  53471 2018-11-12 19:19 [ko1@a...            ] nobu:r65687 (trunk): Revert r65681 which had a race condition issue
  53472 2018-11-13 09:40 [ko1@a...            ] shyouhei:r65688 (trunk): suppress integer overflow warnings
  53473 2018-11-13 09:41 [ko1@a...            ] svn:r65689 (trunk): * 2018-11-13        
  53474 2018-11-13 10:35 [ko1@a...            ] k0kubun:r65690 (trunk): test_array.rb: try to avoid NoMemoryError on AppVeyor
  53475 2018-11-13 11:03 [ko1@a...            ] shyouhei:r65691 (trunk): .travis.yml: update VM images
  53476 2018-11-13 11:06 [ko1@a...            ] k0kubun:r65692 (trunk): common.mk: force updating revision.h on each commit
  53477 2018-11-13 11:19 [ko1@a...            ] shyouhei:r65693 (trunk): addr2line.c: more on suppressing warnings
  53478 2018-11-13 11:58 [ko1@a...            ] shyouhei:r65694 (trunk): .travis.yml: allow osx failures [experimental]
  53479 2018-11-13 12:24 [ko1@a...            ] nobu:r65695 (trunk): gmake.mk: force updating revision.h
  53480 2018-11-13 13:29 [ko1@a...            ] nobu:r65696 (trunk): date_core.c: set/reset COMPLEX_DAT
  53481 2018-11-13 13:29 [ko1@a...            ] nobu:r65697 (trunk): date_core.c: keep COMPLEX_DAT bit
  53482 2018-11-13 13:29 [ko1@a...            ] nobu:r65698 (trunk): date_core.c: respect COMPLEX_DAT bit
  53483 2018-11-13 13:33 [ko1@a...            ] shyouhei:r65700 (trunk): .travis.yml: delete test-all options for osx
  53484 2018-11-13 13:36 [ko1@a...            ] nobu:r65699 (trunk): date_core.c: obey to the allocation framework
  53486 2018-11-13 13:55 [ko1@a...            ] shyouhei:r65702 (trunk): .travis.yml: specify --tty=no
  53487 2018-11-13 14:46 [ko1@a...            ] k0kubun:r65703 (trunk): appveyor.yml: run memory-exchausting test separately
  53488 2018-11-13 15:17 [ko1@a...            ] nobu:r65704 (trunk): Moved REVISION_FORCE before uncommon.mk
  53489 2018-11-13 15:18 [ko1@a...            ] k0kubun:r65705 (trunk): test_function.rb: loosen delta boundary
  53490 2018-11-13 15:20 [ko1@a...            ] marcandRe: r65706 (trunk): Pathname: Have #relative_path_from accept String argument.
  53491 2018-11-13 16:17 [ko1@a...            ] shyouhei:r65707 (trunk): .travis.yml: eliminate remaining --color=never [ci skip]
  53492 2018-11-13 16:19 [ko1@a...            ] shyouhei:r65708 (trunk): .travis.tml: reintroduce exclusions for osx
  53493 2018-11-13 23:35 [ko1@a...            ] kazu:r65709 (trunk): Remove duplicated assignment
  53494 2018-11-13 23:56 [ko1@a...            ] nobu:r65710 (trunk): Makefile.in: `$` for shell needs to be escaped in Makefile
  53496 2018-11-14 06:37 [ko1@a...            ] svn:r65712 (trunk): * 2018-11-14        
  53497 2018-11-14 08:06 [ko1@a...            ] k0kubun:r65713 (trunk): test/excludes/../TestWEBrickUtils.rb: exclude unstable test
  53498 2018-11-14 08:06 [ko1@a...            ] svn:r65714 (trunk): * properties.       
  53499 2018-11-14 09:43 [ko1@a...            ] shyouhei:r65715 (trunk): .travis.yml: add empty lines for readability [ci skip]
  53500 2018-11-14 11:27 [ko1@a...            ] nobu:r65716 (trunk): Makefile.in: update-known-errors

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