| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-06 | Fixed 'maybe_unused' attribute | Nobuyoshi Nakada | |
| ``` ../../../src/ext/bigdecimal/bigdecimal.c:303:5: error: 'maybe_unused' attribute cannot be applied to types ENTER(1); ^ ``` | |||
| 2021-07-06 | Suppress unused-but-set-variable warning | Nobuyoshi Nakada | |
| 2021-07-05 | [ruby/rdoc] Fix links without paths | Nobuyoshi Nakada | |
| https://github.com/ruby/rdoc/commit/424bd5db4d | |||
| 2021-07-05 | [ruby/rdoc] Fix for explicit http link | Nobuyoshi Nakada | |
| https://github.com/ruby/rdoc/commit/caf234665c | |||
| 2021-07-05 | [ruby/rdoc] Allow a label in a link to another document text | Nobuyoshi Nakada | |
| https://github.com/ruby/rdoc/commit/85bb2d33bb | |||
| 2021-07-05 | [ruby/rdoc] Fix assertions which look very likely unintended | Nobuyoshi Nakada | |
| https://github.com/ruby/rdoc/commit/dc7c890a3d | |||
| 2021-07-05 | [ruby/rdoc] Support ActiveSupport::Concern.included | aycabta | |
| ref. https://github.com/rails/rails/blob/168ddaa08a63cd956bb7c3ba10be1a7ae36d4ee2/activerecord/lib/active_record/core.rb#L9-L20 https://github.com/ruby/rdoc/commit/a2d651dade Co-authored-by: Fumiaki MATSUSHIMA <mtsmfm@gmail.com> | |||
| 2021-07-05 | [ruby/rdoc] Prefer omit to pend | Nobuyoshi Nakada | |
| These conditions are not temporary, rather platform dependent. https://github.com/ruby/rdoc/pull/815#discussion_r654660411 https://github.com/ruby/rdoc/commit/92545fa250 | |||
| 2021-07-05 | [ruby/rdoc] Fix chained inclusion ancestors_of | Ulysse Buonomo | |
| Fixes #814 Signed-off-by: Ulysse Buonomo <buonomo.ulysse@gmail.com> https://github.com/ruby/rdoc/commit/b45f747216 | |||
| 2021-07-05 | [ruby/rdoc] Document 'ruby:' to show core documentation in ri | xstnztk | |
| ri supports 'ruby:' as a kind of "pseudo gem name" to display files of the core Ruby documentation such as syntax and NEWS. Add the appropriate documentation to the description of options shown by "ri --help". https://github.com/ruby/rdoc/commit/a0e5df6702 | |||
| 2021-07-05 | programs will be made from exts | Nobuyoshi Nakada | |
| `programs` after `exts` overwrites programs built with extension libraries when static-linked-ext. | |||
| 2021-07-05 | * 2021-07-05 [ci skip] | git | |
| 2021-07-04 | Add domain check macros | Nobuyoshi Nakada | |
| 2021-07-04 | Removed extra double quotes from domain error messages | Nobuyoshi Nakada | |
| 2021-07-04 | [DOC] `Hash.[]` returns a hash with no default value/proc [ci skip] | Nobuyoshi Nakada | |
| 2021-07-04 | * 2021-07-04 [ci skip] | git | |
| 2021-07-04 | [Win32] Fix assembler name when cross compiling | Nobuyoshi Nakada | |
| Hostx64\x86\nmake.exe sets AS to ml64 which targets amd64, but we need assembler for x86. | |||
| 2021-07-03 | goruby.c: include golf_prelude.c to get rid of overwriting EXTOBJS | Nobuyoshi Nakada | |
| 2021-07-03 | Separate toolchain dependent test | Nobuyoshi Nakada | |
| 2021-07-03 | Remove copy coroutine build rule. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4623 | |||
| 2021-07-03 | * 2021-07-03 [ci skip] | git | |
| 2021-07-03 | Removed extinit.o from main programs | Nobuyoshi Nakada | |
| It is included in libruby, which is linked into the main programs. | |||
| 2021-07-03 | Fix linking bundled zlib | Nobuyoshi Nakada | |
| * Prefix "./" to the import library name to expanded when static linking exts. * Copy zlib shared library to the top build directory. | |||
| 2021-07-03 | Library arguments to VC are bare file names | Nobuyoshi Nakada | |
| 2021-07-03 | Use $ignore_error defined in mkmf.rb | Nobuyoshi Nakada | |
| 2021-07-02 | [ruby/error_highlight] Suppress SyntaxError during RubyVM::AST.of | Yusuke Endoh | |
| When the original source code is erb, RubyVM::AST.of does not work well. https://github.com/rails/rails/issues/42678. https://github.com/ruby/error_highlight/commit/b1572761a6 | |||
| 2021-07-02 | Fix default prompt mode in doc/irb/irb.rd.ja | Kazuhiro NISHIYAMA | |
| 2021-07-01 | Keep GC disabled until VM bootstrap has done [Bug #17583] | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4617 | |||
| 2021-07-02 | Ignore dead threads in `coroutine_join`. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4620 | |||
| 2021-07-02 | * 2021-07-02 [ci skip] | git | |
| 2021-07-01 | Remove gdbm/dbm related code from CI | Jeremy Evans | |
| The related extensions have been removed. Notes: Merged: https://github.com/ruby/ruby/pull/4619 | |||
| 2021-07-01 | - add regression tests for U+6E7F (湿) in ISO-2022-JP | Martin Dürst | |
| In ISO-2022-JP, the bytes use to code are the same as those for "<>". This adds regression tests to make sure that these bytes, when representing 湿, are NOT escaped with encode("ISO-2022-JP, xml: :text) or similar. These are additional regression tests for #12052. | |||
| 2021-07-01 | [DOC] fixed the default value of flags [ci skip] | Nobuyoshi Nakada | |
| 2021-07-01 | [DOC] expanded `pattern`s in examples of File.fnmatch [ci skip] | Nobuyoshi Nakada | |
| 2021-07-01 | More general matrix "configure" parameter, add `--with-coroutine=pthread`. | Samuel Williams | |
| 2021-07-01 | Replace copy coroutine with pthread implementation. | Samuel Williams | |
| 2021-07-01 | rbinstall.rb: get rid of making directories when dryrun | Nobuyoshi Nakada | |
| 2021-07-01 | [ruby/irb] Update ls.rb without requiring Set, because Set is one of ↵ | Keiko Kaneko | |
| standard libraries https://github.com/ruby/irb/commit/7092ad2ab5 | |||
| 2021-07-01 | * 2021-07-01 [ci skip] | git | |
| 2021-06-30 | Use stride passed into os_obj_of_i | Peter Zhu | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4614 | |||
| 2021-06-30 | [ruby/irb] Rescue a specific error | Takashi Kokubun | |
| Rescuing StandardError is prone to bugs caused by a typo or obsoleted methods. https://github.com/ruby/irb/commit/eb5260fcd5 | |||
| 2021-06-30 | [ruby/irb] Fix error on `ls object_cant_define_singleton` | Masataka Pocke Kuwabara | |
| such as `ls 42`, `ls :sym` and so on https://github.com/ruby/irb/commit/b1d436a853 | |||
| 2021-06-30 | "nodoc" needs to exclude "doc" [ci skip] | Nobuyoshi Nakada | |
| 2021-06-30 | [ruby/error_highlight] Allow the development version (= master branch) of ↵ | Yusuke Endoh | |
| Ruby 3.1 https://github.com/ruby/error_highlight/commit/2dca1446c9 | |||
| 2021-06-30 | [DOC] add notes and examples for pipe [ci skip] | Nobuyoshi Nakada | |
| 2021-06-30 | Add the gemspec for error_highlight | Yusuke Endoh | |
| 2021-06-30 | Prevent "warning: ambiguity between regexp and two divisions" | Yusuke Endoh | |
| 2021-06-30 | [ruby/error_highlight] Bump version | Yusuke Endoh | |
| https://github.com/ruby/error_highlight/commit/8d483c251e | |||
| 2021-06-30 | [ruby/error_highlight] Reconsider the API of ErrorHighlight.spot | Yusuke Endoh | |
| https://github.com/ruby/error_highlight/commit/acb2046a82 | |||
| 2021-06-30 | [ruby/error_highlight] Experimentally support a custom formatter | Yusuke Endoh | |
| https://github.com/ruby/error_highlight/commit/f40a1de20e | |||
