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

ruby-changes:66601-66700

  66601 2021-06-25 17:42 [ko1@a...            ] e788481843 (master): [ruby/reline] Avoid using blocking `IO.select`.
  66602 2021-06-25 17:42 [ko1@a...            ] bf376cae0c (master): [ruby/reline] Fix missing require.
  66603 2021-06-26 00:15 [ko1@a...            ] 68e1dc5172 (master): iseq.c: Make ast_line_count return 0 when syntax error occurred
  66604 2021-06-26 00:15 [ko1@a...            ] c86f03be55 (master): * 2021-06-26 [ci skip]
  66605 2021-06-26 02:30 [ko1@a...            ] 457a4913be (master): Disable RBIMPL_ATTR_DEPRECATED for Coverity Scan build
  66606 2021-06-26 16:53 [ko1@a...            ] 391abc543c (master): Scan the coderange in the given encoding
  66607 2021-06-27 04:32 [ko1@a...            ] e86c1f6fc5 (master): Work around issue transcoding issue with non-ASCII compatible encodings and xml escaping
  66608 2021-06-27 04:33 [ko1@a...            ] b1428b279f (master): * 2021-06-27 [ci skip]
  66609 2021-06-27 08:54 [ko1@a...            ] 1fd8b6f2b9 (master): Shrink monthly tables
  66610 2021-06-27 08:54 [ko1@a...            ] bf789af28a (master): Added macros for days in month
  66611 2021-06-27 10:36 [ko1@a...            ] 6eb7c663c6 (master): [ruby/irb] Improve performance of `show_source` for large class
  66612 2021-06-27 10:53 [ko1@a...            ] 35c7e83bb3 (master): [ruby/irb] Optimize show_source command further
  66613 2021-06-27 11:38 [ko1@a...            ] 13939d61b4 (master): Check if closed after each yield [Bug #17661]
  66614 2021-06-27 21:20 [ko1@a...            ] e724857f42 (master): Show leaked file descriptors only, without cwd, txt, and so on
  66615 2021-06-27 21:20 [ko1@a...            ] 3839a8fe79 (master): Narrow the tracing of object allocations to during each test
  66616 2021-06-28 12:10 [ko1@a...            ] 47a9b58b2a (master): Share freeze option handling
  66617 2021-06-28 12:10 [ko1@a...            ] ac8c674a81 (master): * 2021-06-28 [ci skip]
  66618 2021-06-28 18:42 [ko1@a...            ] b7d01b0d1b (master): Refined define_thread_class
  66619 2021-06-29 06:06 [ko1@a...            ] d795f494a8 (master): Avoid `free(3)`ing invalid pointer
  66620 2021-06-29 06:07 [ko1@a...            ] 983c9ad3f1 (master): * 2021-06-29 [ci skip]
  66621 2021-06-29 13:32 [ko1@a...            ] 9eae8cdefb (master): Prefer qualified names under Thread
  66622 2021-06-29 17:28 [ko1@a...            ] 39f99b8176 (master): Use assert_not_match "Did you mean?" for UncorrectableNameCheckTest
  66623 2021-06-29 17:28 [ko1@a...            ] 612b6fcd37 (master): Let Correctable#original_message skip prepended method definitions
  66624 2021-06-29 17:28 [ko1@a...            ] 4670458af8 (master): Should require "rbconfig" to use RbConfig
  66625 2021-06-29 17:28 [ko1@a...            ] 809f120374 (master): Use String#include? instead of end_with? to avoid message duplication
  66626 2021-06-29 17:28 [ko1@a...            ] 8356d9e374 (master): Start v1.6.0 development
  66627 2021-06-29 20:54 [ko1@a...            ] 5e75280c8e (master): Add basic test for updated IO wait functions.
  66628 2021-06-29 22:28 [ko1@a...            ] 03dc664493 (master): Fix crash on RGENGC_CHECK_MODE=4
  66629 2021-06-29 23:46 [ko1@a...            ] e946049665 (master): [WIP] add error_squiggle gem
  66630 2021-06-29 23:46 [ko1@a...            ] 9438c99590 (master): Rename error_squiggle to error_highlight
  66631 2021-06-29 23:46 [ko1@a...            ] d1998d8767 (master): tool/test-bundled-gems.rb: Stop tests conflicting with error_highlight
  66632 2021-06-30 10:47 [ko1@a...            ] 8118d435d0 (master): rb_warn_deprecated_to_remove_at [Feature #17432]
  66633 2021-06-30 10:47 [ko1@a...            ] 0b726924a4 (master): Show the removal version
  66634 2021-06-30 10:47 [ko1@a...            ] 21600a5f64 (master): Ensure that version number starts with digits
  66635 2021-06-30 10:47 [ko1@a...            ] 94bd3bde81 (master): Specify version to remove as bare numbers
  66636 2021-06-30 10:47 [ko1@a...            ] dcd1eedba7 (master): * 2021-06-30 [ci skip]
  66637 2021-06-30 10:49 [ko1@a...            ] 3dd3ea092a (master): Use Module#ancestors order in recursive constant lookup
  66638 2021-06-30 10:57 [ko1@a...            ] 393f84da4a (master): tool/sync_default_gems.rb: Add error_highlight gem
  66639 2021-06-30 11:40 [ko1@a...            ] 3391682eda (master): tool/sync_default_gems.rb: remove unneeded code for error_highlight sync
  66640 2021-06-30 11:47 [ko1@a...            ] db7e9b1aac (master): [ruby/error_highlight] Add some comments
  66641 2021-06-30 12:49 [ko1@a...            ] f428ced69c (master): [ruby/error_highlight] Experimentally support a custom formatter
  66642 2021-06-30 12:49 [ko1@a...            ] ca4e5b1eb3 (master): [ruby/error_highlight] Reconsider the API of ErrorHighlight.spot
  66643 2021-06-30 13:36 [ko1@a...            ] 6c6b128c67 (master): [ruby/error_highlight] Bump version
  66644 2021-06-30 13:41 [ko1@a...            ] b270b5df2c (master): Prevent "warning: ambiguity between regexp and two divisions"
  66645 2021-06-30 14:03 [ko1@a...            ] 8ccc257434 (master): Add the gemspec for error_highlight
  66646 2021-06-30 15:46 [ko1@a...            ] 59ead88563 (master): [DOC] add notes and examples for pipe [ci skip]
  66647 2021-06-30 17:34 [ko1@a...            ] b6c910e1f4 (master): [ruby/error_highlight] Allow the development version (= master branch) of Ruby 3.1
  66648 2021-06-30 19:57 [ko1@a...            ] 0feec79846 (master): "nodoc" needs to exclude "doc" [ci skip]
  66649 2021-06-30 20:55 [ko1@a...            ] e8c2b03ee1 (master): [ruby/irb] Fix error on `ls object_cant_define_singleton`
  66650 2021-06-30 21:07 [ko1@a...            ] acbddbe68c (master): [ruby/irb] Rescue a specific error
  66651 2021-07-01 05:12 [ko1@a...            ] 4a3df35239 (master): Use stride passed into os_obj_of_i
  66652 2021-07-01 05:12 [ko1@a...            ] 518d39388a (master): * 2021-07-01 [ci skip]
  66653 2021-07-01 05:16 [ko1@a...            ] 8ee24840c8 (master): [ruby/irb] Update ls.rb without requiring Set, because Set is one of standard libraries
  66654 2021-07-01 06:42 [ko1@a...            ] 9c9531950c (master): rbinstall.rb: get rid of making directories when dryrun
  66655 2021-07-01 08:23 [ko1@a...            ] 1467328edc (master): More general matrix "configure" parameter, add `--with-coroutine=pthread`.
  66656 2021-07-01 08:23 [ko1@a...            ] 42130a64f0 (master): Replace copy coroutine with pthread implementation.
  66657 2021-07-01 14:49 [ko1@a...            ] 9ca3051660 (master): [DOC] fixed the default value of flags [ci skip]
  66658 2021-07-01 14:49 [ko1@a...            ] 9692aeedf1 (master): [DOC] expanded `pattern`s in examples of File.fnmatch [ci skip]
  66659 2021-07-02 06:47 [ko1@a...            ] e8933fda0c (master): Remove gdbm/dbm related code from CI
  66660 2021-07-02 06:48 [ko1@a...            ] b8da141d32 (master): * 2021-07-02 [ci skip]
  66661 2021-07-02 09:36 [ko1@a...            ] 1862d961a9 (master): Ignore dead threads in `coroutine_join`.
  66662 2021-07-02 10:49 [ko1@a...            ] 8ebb5e23eb (master): Keep GC disabled until VM bootstrap has done [Bug #17583]
  66663 2021-07-02 16:48 [ko1@a...            ] 3a95834739 (master): [ruby/error_highlight] Suppress SyntaxError during RubyVM::AST.of
  66664 2021-07-03 12:15 [ko1@a...            ] 2aad080396 (ruby_3_0): merge revision(s) 0846c2da457e7523819236ac7da492029b3ef73d,6c7cb00c094332a208cf36e5cd723a9ba60c41b8: [Backport #16376]
  66665 2021-07-03 12:15 [ko1@a...            ] 934001fb08 (ruby_3_0): merge revision(s) 5d710d7e41ef3a9877426c87de121be3bf770e34: [Backport #17476]
  66666 2021-07-03 12:54 [ko1@a...            ] 287fb680e2 (master): Library arguments to VC are bare file names
  66667 2021-07-03 12:54 [ko1@a...            ] 6d8422659a (master): Fix linking bundled zlib
  66668 2021-07-03 12:54 [ko1@a...            ] ac86fcbfd0 (master): Removed extinit.o from main programs
  66669 2021-07-03 12:54 [ko1@a...            ] 1ac228378c (master): Use $ignore_error defined in mkmf.rb
  66670 2021-07-03 12:54 [ko1@a...            ] 6f85c9d51c (master): * 2021-07-03 [ci skip]
  66671 2021-07-03 19:50 [ko1@a...            ] 71146bd4a3 (master): Remove copy coroutine build rule.
  66672 2021-07-03 22:12 [ko1@a...            ] 2d3572a154 (master): Separate toolchain dependent test
  66673 2021-07-03 23:32 [ko1@a...            ] ac6924e10e (master): goruby.c: include golf_prelude.c to get rid of overwriting EXTOBJS
  66674 2021-07-04 01:53 [ko1@a...            ] 67b324529b (ruby_2_6): merge revision(s) d8a13e50: [Backport #17780]
  66675 2021-07-04 01:56 [ko1@a...            ] 83c255e89f (ruby_2_6): merge revision(s) 9edc1625: [Backport #17781]
  66676 2021-07-04 02:10 [ko1@a...            ] fe3c49c9ba (ruby_2_6): merge revision(s) b1c73f23, c9ab8fe2: [Backport #17877]
  66677 2021-07-04 02:11 [ko1@a...            ] 9fd60e03aa (ruby_2_6): patchlevel for previous commit
  66678 2021-07-04 11:31 [ko1@a...            ] eaa1c3190a (master): [Win32] Fix assembler name when cross compiling
  66679 2021-07-04 11:31 [ko1@a...            ] f810c007cf (master): * 2021-07-04 [ci skip]
  66680 2021-07-04 15:28 [ko1@a...            ] a73f13c907 (master): [DOC] `Hash.[]` returns a hash with no default value/proc [ci skip]
  66681 2021-07-04 15:28 [ko1@a...            ] 2488589b2f (master): Removed extra double quotes from domain error messages
  66682 2021-07-05 10:22 [ko1@a...            ] 0a32cefabd (master): Add domain check macros
  66683 2021-07-05 10:22 [ko1@a...            ] e127c85fac (master): * 2021-07-05 [ci skip]
  66684 2021-07-05 11:22 [ko1@a...            ] cca2f7ab14 (master): programs will be made from exts
  66685 2021-07-05 18:35 [ko1@a...            ] ec9a9af375 (master): [ruby/rdoc] Fix chained inclusion ancestors_of
  66686 2021-07-05 18:35 [ko1@a...            ] 2f3edf28f3 (master): [ruby/rdoc] Prefer omit to pend
  66687 2021-07-05 18:35 [ko1@a...            ] c7d1989986 (master): [ruby/rdoc] Document 'ruby:' to show core documentation in ri
  66688 2021-07-05 18:35 [ko1@a...            ] 46ab28d6c9 (master): [ruby/rdoc] Fix assertions which look very likely unintended
  66689 2021-07-05 18:35 [ko1@a...            ] caa123b50e (master): [ruby/rdoc] Support ActiveSupport::Concern.included
  66690 2021-07-05 18:35 [ko1@a...            ] 3dacc14fd3 (master): [ruby/rdoc] Fix links without paths
  66691 2021-07-05 18:35 [ko1@a...            ] f88a9097a4 (master): [ruby/rdoc] Fix for explicit http link
  66692 2021-07-05 18:35 [ko1@a...            ] 7c8aa0a5d2 (master): [ruby/rdoc] Allow a label in a link to another document text
  66693 2021-07-06 01:16 [ko1@a...            ] 1dfe75b0be (master): Fixed 'maybe_unused' attribute
  66694 2021-07-06 01:16 [ko1@a...            ] 3db7f6353f (master): Suppress unused-but-set-variable warning
  66695 2021-07-06 01:16 [ko1@a...            ] e359d637ee (master): * 2021-07-06 [ci skip]
  66696 2021-07-06 09:42 [ko1@a...            ] eecc4570cd (master): Found library is not usable if the header is not found
  66697 2021-07-06 09:42 [ko1@a...            ] 8a5e161cd9 (master): Set ENCSTATIC in rbconfig.rb [Bug #17929]
  66698 2021-07-06 11:03 [ko1@a...            ] 02a3cac658 (master): [ruby/rdoc] Bump version to 6.3.2
  66699 2021-07-06 20:27 [ko1@a...            ] 9accb92ba1 (master): Bump up Rake-13.0.4
  66700 2021-07-06 21:03 [ko1@a...            ] c5e6fa4853 (master): Moved native coroutine type checking message

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