[前][次][スレッド一覧][上]
ruby-changes:58001-58100
58001 2019-09-29 13:17 [ko1@a... ] 289cad501d (master): * 2019-09-29 [ci skip]
58002 2019-09-29 17:29 [ko1@a... ] e2d97cffe5 (master): [DOC] stated that Array#to_s calls #inspect [ci skip]
58003 2019-09-29 18:05 [ko1@a... ] ce477089f6 (master): [DOC] Fix typos in Array#{to_s, inspect} doc [ci skip]
58004 2019-09-29 18:53 [ko1@a... ] 94db8cda9b (master): [ruby/zlib] Fix for older ruby 2.6 or earlier
58005 2019-09-29 18:53 [ko1@a... ] f10c9cb1f2 (master): [ruby/zlib] Search zlib.c as a gem
58006 2019-09-29 18:59 [ko1@a... ] 7fe253f47f (master): [ruby/stringio] Use rb_funcallv_kw when delegating arguments
58007 2019-09-29 18:59 [ko1@a... ] 68ab4a5e35 (master): [ruby/stringio] Replaced rb_funcall2 with rb_funcallv
58008 2019-09-29 18:59 [ko1@a... ] 7f30783af7 (master): [ruby/stringio] Get rid of String#undump for ruby 2.4 or earlier
58009 2019-09-29 19:08 [ko1@a... ] f6f03dcad6 (master): [ruby/stringio] Bump up the version
58010 2019-09-29 19:08 [ko1@a... ] ef795f9abd (master): [ruby/stringio] Dropped older ruby versions
58011 2019-09-29 20:58 [ko1@a... ] d090e449ef (master): Exclude the test-unit bundled gem tests since they also fail since the Time#inspect change
58012 2019-09-29 20:58 [ko1@a... ] e3b11566bf (master): Remove continue-on-error for test-bundled-gems
58013 2019-09-29 20:58 [ko1@a... ] 4096e4b08c (master): Move the logic to test bundled gems to Ruby code
58014 2019-09-29 21:08 [ko1@a... ] a27dc83113 (master): Pass $(XRUBY) to test-bundled-gems.rb since RbConfig.ruby is incorrect for miniruby
58015 2019-09-29 23:04 [ko1@a... ] 1c938a72aa (master): Update to ruby/spec@519df35
58016 2019-09-29 23:04 [ko1@a... ] 31bb66a19d (master): Update to ruby/mspec@8106083
58017 2019-09-30 01:02 [ko1@a... ] f9a9f3c7c6 (master): Update to ruby/mspec@8cabcef
58018 2019-09-30 01:02 [ko1@a... ] a17bc04d15 (master): Update to ruby/spec@e69a14c
58019 2019-09-30 01:03 [ko1@a... ] f39314a98a (master): * 2019-09-30 [ci skip]
58020 2019-09-30 01:19 [ko1@a... ] 59648af296 (master): Suppress keyword argument warning from #step
58021 2019-09-30 01:34 [ko1@a... ] 2d41c712a7 (master): Skip default gemspecs spec if the default_specifications_dir cannot be found
58022 2019-09-30 02:14 [ko1@a... ] d51b4e34fb (master): Update to ruby/mspec@5dda9fb
58023 2019-09-30 02:14 [ko1@a... ] 070cbe22b7 (master): Update to ruby/spec@34e6246
58024 2019-09-30 02:34 [ko1@a... ] 869e4f6e4c (master): Fix or suppress keyword argument separation warnings in util_spec
58025 2019-09-30 02:57 [ko1@a... ] 54d49aeb52 (master): Update to ruby/spec@2699ea4
58026 2019-09-30 07:16 [ko1@a... ] 2740b86905 (master): Update to latest test-unit
58027 2019-09-30 07:16 [ko1@a... ] 59060aadea (master): Run test-unit tests in CI
58028 2019-09-30 08:29 [ko1@a... ] 58dfea0c8d (master): Make direct calls to rb_{obj_instance, mod_module}_{eval, exec} not pass keywords
58029 2019-09-30 08:48 [ko1@a... ] 6fdd701472 (master): Remove VM_NO_KEYWORDS, replace with RB_NO_KEYWORDS
58030 2019-09-30 10:27 [ko1@a... ] 3632a812c0 (master): refactor add rb_id_table_foreach_with_replace_with_key
58031 2019-09-30 10:27 [ko1@a... ] f56506be0d (master): refactor delete ID_TABLE_ITERATOR_RESULT_END
58032 2019-09-30 10:27 [ko1@a... ] cf33608203 (master): refactor constify most of rb_method_definition_t
58033 2019-09-30 10:33 [ko1@a... ] 167e6b48f1 (master): refactor reduce METHOD_ENTRY_FLAGS_COPY
58034 2019-09-30 10:33 [ko1@a... ] c11c5e69ac (master): refactor split rb_method_definition_set
58035 2019-09-30 10:43 [ko1@a... ] 1521f7cf89 (master): refactor delete vm_cref_dump
58037 2019-09-30 10:43 [ko1@a... ] 86427a3219 (master): refactor delete METHOD_ENTRY_COMPLEMENTED flag
58038 2019-09-30 11:03 [ko1@a... ] 6c6a25feca (master): refactor add rb_method_entry_from_template
58039 2019-09-30 11:03 [ko1@a... ] fba8627dc1 (master): delete unnecessary branch
58040 2019-09-30 11:03 [ko1@a... ] 3207979278 (master): refactor delete rb_method_definition_set
58041 2019-09-30 11:08 [ko1@a... ] 649a64ae29 (master): Add three more C-API functions for handling keywords
58042 2019-09-30 11:43 [ko1@a... ] 595b3c4fdd (master): refactor rb_method_definition_create take opts
58043 2019-09-30 11:43 [ko1@a... ] dd883de5ba (master): refactor constify most of rb_method_entry_t
58044 2019-09-30 14:28 [ko1@a... ] 8ba48c1b85 (master): rb_method_attr_t::location should be 0 or others.
58045 2019-09-30 16:22 [ko1@a... ] 88f38c187e (master): Emulate method_list (chkbuild) on test-all.
58046 2019-09-30 16:22 [ko1@a... ] bf8d7d9c1d (master): show RUBY_ISEQ_DUMP_DEBUG envval if given.
58047 2019-09-30 17:26 [ko1@a... ] c3b84f2de8 (master): introduce debug check.
58048 2019-09-30 17:40 [ko1@a... ] 1722c156dd (master): Now `use_symbol` is always true
58049 2019-09-30 17:40 [ko1@a... ] 771fd915a4 (master): Use assert_operator instead of mere assert
58050 2019-09-30 17:44 [ko1@a... ] 10d6a3aca7 (master): Fix assertion
58051 2019-09-30 18:00 [ko1@a... ] 945560008f (master): Revert "introduce debug check."
58052 2019-09-30 20:26 [ko1@a... ] fc66947c61 (master): test/-ext-/string/test_fstring.rb: suppress "possibly useless use of -@"
58053 2019-09-30 20:26 [ko1@a... ] 5ddc2ba13e (master): test/ruby/test_io.rb: supress a "method redefined" warning
58054 2019-09-30 23:07 [ko1@a... ] a8c436d9a1 (master): Issue keyword flag warning even with no arguments
58055 2019-09-30 23:07 [ko1@a... ] 3073404e74 (master): Add rb_enumeratorize_with_size_kw and related macros
58056 2019-10-01 01:14 [ko1@a... ] 671ca21254 (master): remove `unused var` warning
58057 2019-10-01 01:14 [ko1@a... ] 01e75b6be9 (master): * 2019-10-01 [ci skip]
58058 2019-10-01 08:58 [ko1@a... ] a38fe1fbf0 (master): ext/-test-/enumerator_kw/enumerator_kw.c: remove unused variable
58059 2019-10-01 19:53 [ko1@a... ] 36e057e26e (master): Loop with String#scan without creating substrings
58060 2019-10-01 19:53 [ko1@a... ] 3ce238b5f9 (master): WEBrick: prevent response splitting and header injection
58061 2019-10-01 19:53 [ko1@a... ] a0a2640b39 (master): Fix for wrong fnmatch patttern
58062 2019-10-01 19:57 [ko1@a... ] 1443dfd7c3 (ruby_2_6): merge revision(s) 36e057e26ef2104bc2349799d6c52d22bb1c7d03:
58063 2019-10-01 19:59 [ko1@a... ] d6adc68dc9 (ruby_2_6): lib/shell/command-processor.rb (Shell#[]): prevent unknown command
58064 2019-10-01 20:03 [ko1@a... ] 529100b8d7 (ruby_2_6): merge revision(s) a0a2640b398cffd351f87d3f6243103add66575b:
58065 2019-10-01 20:05 [ko1@a... ] 38d2d0dbd3 (ruby_2_4): merge revision(s) 36e057e26ef2104bc2349799d6c52d22bb1c7d03
58066 2019-10-01 20:18 [ko1@a... ] f98b3023bd (ruby_2_5): merge revision(s) 3ce238b5f9795581eb84114dcfbdf4aa086bfecc
58067 2019-10-01 20:18 [ko1@a... ] 3af01ae110 (ruby_2_5): lib/shell/command-processor.rb (Shell#[]): prevent unknown command
58068 2019-10-01 20:18 [ko1@a... ] 7dce4316a2 (ruby_2_5): Forgotten to update :)
58069 2019-10-01 20:23 [ko1@a... ] 8d5d5d5609 (ruby_2_6): merge revision(s) 3ce238b5f9795581eb84114dcfbdf4aa086bfecc:
58070 2019-10-01 20:38 [ko1@a... ] 05cdcdc6ec (ruby_2_5): merge revision(s) 36e057e26ef2104bc2349799d6c52d22bb1c7d03
58071 2019-10-01 20:43 [ko1@a... ] 1a45b04482 (ruby_2_4): lib/shell/command-processor.rb (Shell#[]): prevent unknown command
58072 2019-10-01 20:43 [ko1@a... ] 8eff476bce (ruby_2_4): merge revision(s) 3ce238b5f9795581eb84114dcfbdf4aa086bfecc
58073 2019-10-01 20:43 [ko1@a... ] 88387876af (ruby_2_4): merge revision(s) a0a2640b398cffd351f87d3f6243103add66575b
58074 2019-10-01 20:53 [ko1@a... ] 02ea1fdfc7 (ruby_2_5): merge revision(s) a0a2640b398cffd351f87d3f6243103add66575b
58075 2019-10-01 21:34 [ko1@a... ] 55de0282da (master): Remove draft-release.yml [ci skip]
58076 2019-10-01 22:19 [ko1@a... ] 15606963de (master): expose assert_raise and assert_join_threads
58077 2019-10-02 07:39 [ko1@a... ] 5145621528 (ruby_2_6): bump up teeny version to 2.6.6.
58078 2019-10-02 13:00 [ko1@a... ] a61ae414b6 (master): Fix the order of executing `after-update` task
58079 2019-10-02 13:00 [ko1@a... ] 5af2c8735a (master): Should fail if `system` failed
58080 2019-10-02 13:01 [ko1@a... ] 4946d83a1c (master): * 2019-10-02 [ci skip]
58081 2019-10-02 14:02 [ko1@a... ] 817a6b9d1e (ruby_2_4): Bump to 2.4.9 for repackaging
58082 2019-10-02 16:06 [ko1@a... ] 99d3043bd8 (master): Iseq#to_binary: dump flag for **nil (#2508)
58083 2019-10-02 16:50 [ko1@a... ] 84cbce3d88 (master): Enable checkers on parallel test.
58084 2019-10-02 17:04 [ko1@a... ] 4ed51b3956 (master): Fixed failure message for `clean-cache`
58085 2019-10-02 17:19 [ko1@a... ] 9759e3c9f0 (master): fix assertion number.
58086 2019-10-02 20:19 [ko1@a... ] 545e51c1e2 (ruby_2_6): merge revision(s) 63ab7046a1a5c374a52dfa79406fe52d92d80344:
58087 2019-10-02 23:56 [ko1@a... ] ef697388be (master): Treat return in block in class/module as LocalJumpError (#2511)
58088 2019-10-03 11:27 [ko1@a... ] f9981d79bc (ruby_2_5): Bump version
58089 2019-10-03 12:48 [ko1@a... ] eb92159d72 (master): Revert https://github.com/ruby/ruby/pull/2486
58090 2019-10-03 12:48 [ko1@a... ] 7e060d5018 (master): * expand tabs. [ci skip]
58091 2019-10-03 12:48 [ko1@a... ] a515e3f99e (master): * 2019-10-03 [ci skip]
58092 2019-10-03 13:45 [ko1@a... ] 1c999952e7 (master): Resolve unused local variable reported by LGTM
58093 2019-10-03 15:44 [ko1@a... ] 84fc1de512 (master): use bind_call for test-all --gc-stress
58094 2019-10-03 15:44 [ko1@a... ] 3ffd98c5cd (master): add debug counters for vm_search_method_slowpath()
58095 2019-10-03 18:33 [ko1@a... ] c14755e9ca (master): [ruby/fileutils] improve the compatibility of minitest
58096 2019-10-03 18:33 [ko1@a... ] ad67adb5f9 (master): [ruby/fileutils] Use pend instead of skip
58097 2019-10-03 19:15 [ko1@a... ] 47d143be17 (master): make-snapshot: copy cache files instead of linking
58098 2019-10-03 19:15 [ko1@a... ] 8f7fca784a (master): make-snapshot: touch updated files after prepared
58099 2019-10-03 19:15 [ko1@a... ] 8142a9b43d (master): make-snapshot: suppress make error messages unless failed
58100 2019-10-03 19:23 [ko1@a... ] b7ae26e2ee (master): vcs.rb: fix to export git-svn version
[前][次][スレッド一覧][上]