summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix check for malloc_conf when no library is requiredNobuyoshi Nakada2021-07-061-3/+6
|
* Moved native coroutine type checking messageNobuyoshi Nakada2021-07-061-1/+1
| | | | Not to be interleaved by fallback checking messages
* Try "so" attribute if "smso" is not foundNobuyoshi Nakada2021-07-062-1/+2
|
* Bump up Rake-13.0.4Hiroshi SHIBATA2021-07-061-1/+1
|
* [ruby/rdoc] Bump version to 6.3.2Hiroshi SHIBATA2021-07-061-1/+1
| | | | https://github.com/ruby/rdoc/commit/0a3a674583
* Set ENCSTATIC in rbconfig.rb [Bug #17929]Nobuyoshi Nakada2021-07-061-0/+1
|
* Found library is not usable if the header is not foundNobuyoshi Nakada2021-07-061-1/+2
|
* * 2021-07-06 [ci skip]git2021-07-061-1/+1
|
* Fixed 'maybe_unused' attributeNobuyoshi Nakada2021-07-061-0/+4
| | | | | | | | ``` ../../../src/ext/bigdecimal/bigdecimal.c:303:5: error: 'maybe_unused' attribute cannot be applied to types ENTER(1); ^ ```
* Suppress unused-but-set-variable warningNobuyoshi Nakada2021-07-061-0/+2
|
* [ruby/rdoc] Fix links without pathsNobuyoshi Nakada2021-07-052-1/+7
| | | | https://github.com/ruby/rdoc/commit/424bd5db4d
* [ruby/rdoc] Fix for explicit http linkNobuyoshi Nakada2021-07-052-8/+8
| | | | https://github.com/ruby/rdoc/commit/caf234665c
* [ruby/rdoc] Allow a label in a link to another document textNobuyoshi Nakada2021-07-052-2/+14
| | | | https://github.com/ruby/rdoc/commit/85bb2d33bb
* [ruby/rdoc] Fix assertions which look very likely unintendedNobuyoshi Nakada2021-07-051-2/+2
| | | | https://github.com/ruby/rdoc/commit/dc7c890a3d
* [ruby/rdoc] Support ActiveSupport::Concern.includedaycabta2021-07-052-0/+66
| | | | | | | | 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>
* [ruby/rdoc] Prefer omit to pendNobuyoshi Nakada2021-07-051-5/+5
| | | | | | | | These conditions are not temporary, rather platform dependent. https://github.com/ruby/rdoc/pull/815#discussion_r654660411 https://github.com/ruby/rdoc/commit/92545fa250
* [ruby/rdoc] Fix chained inclusion ancestors_ofUlysse Buonomo2021-07-052-4/+28
| | | | | | | | Fixes #814 Signed-off-by: Ulysse Buonomo <buonomo.ulysse@gmail.com> https://github.com/ruby/rdoc/commit/b45f747216
* [ruby/rdoc] Document 'ruby:' to show core documentation in rixstnztk2021-07-051-0/+7
| | | | | | 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
* programs will be made from extsNobuyoshi Nakada2021-07-051-1/+1
| | | | | `programs` after `exts` overwrites programs built with extension libraries when static-linked-ext.
* * 2021-07-05 [ci skip]git2021-07-051-1/+1
|
* Add domain check macrosNobuyoshi Nakada2021-07-042-18/+33
|
* Removed extra double quotes from domain error messagesNobuyoshi Nakada2021-07-042-17/+17
|
* [DOC] `Hash.[]` returns a hash with no default value/proc [ci skip]Nobuyoshi Nakada2021-07-041-4/+10
|
* * 2021-07-04 [ci skip]git2021-07-041-1/+1
|
* [Win32] Fix assembler name when cross compilingNobuyoshi Nakada2021-07-041-2/+8
| | | | | Hostx64\x86\nmake.exe sets AS to ml64 which targets amd64, but we need assembler for x86.
* goruby.c: include golf_prelude.c to get rid of overwriting EXTOBJSNobuyoshi Nakada2021-07-032-186/+31
|
* Separate toolchain dependent testNobuyoshi Nakada2021-07-031-1/+8
|
* Remove copy coroutine build rule.Samuel Williams2021-07-031-3/+0
|
* * 2021-07-03 [ci skip]git2021-07-031-1/+1
|
* Removed extinit.o from main programsNobuyoshi Nakada2021-07-032-3/+4
| | | | It is included in libruby, which is linked into the main programs.
* Fix linking bundled zlibNobuyoshi Nakada2021-07-031-2/+2
| | | | | | | * Prefix "./" to the import library name to expanded when static linking exts. * Copy zlib shared library to the top build directory.
* Library arguments to VC are bare file namesNobuyoshi Nakada2021-07-031-1/+2
|
* Use $ignore_error defined in mkmf.rbNobuyoshi Nakada2021-07-032-10/+10
|
* [ruby/error_highlight] Suppress SyntaxError during RubyVM::AST.ofYusuke Endoh2021-07-021-1/+1
| | | | | | | 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
* Fix default prompt mode in doc/irb/irb.rd.jaKazuhiro NISHIYAMA2021-07-021-2/+2
|
* Keep GC disabled until VM bootstrap has done [Bug #17583]Nobuyoshi Nakada2021-07-012-3/+5
|
* Ignore dead threads in `coroutine_join`.Samuel Williams2021-07-021-3/+7
|
* * 2021-07-02 [ci skip]git2021-07-021-1/+1
|
* Remove gdbm/dbm related code from CIJeremy Evans2021-07-017-8/+8
| | | | The related extensions have been removed.
* - add regression tests for U+6E7F (湿) in ISO-2022-JPMartin Dürst2021-07-011-0/+3
| | | | | | | 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.
* [DOC] fixed the default value of flags [ci skip]Nobuyoshi Nakada2021-07-011-1/+1
|
* [DOC] expanded `pattern`s in examples of File.fnmatch [ci skip]Nobuyoshi Nakada2021-07-011-14/+8
|
* More general matrix "configure" parameter, add `--with-coroutine=pthread`.Samuel Williams2021-07-011-6/+7
|
* Replace copy coroutine with pthread implementation.Samuel Williams2021-07-0130-449/+492
|
* rbinstall.rb: get rid of making directories when dryrunNobuyoshi Nakada2021-07-011-21/+30
|
* [ruby/irb] Update ls.rb without requiring Set, because Set is one of ↵Keiko Kaneko2021-07-011-3/+4
| | | | | | standard libraries https://github.com/ruby/irb/commit/7092ad2ab5
* * 2021-07-01 [ci skip]git2021-07-011-2/+2
|
* Use stride passed into os_obj_of_iPeter Zhu2021-06-301-3/+2
|
* [ruby/irb] Rescue a specific errorTakashi Kokubun2021-06-301-1/+1
| | | | | | Rescuing StandardError is prone to bugs caused by a typo or obsoleted methods. https://github.com/ruby/irb/commit/eb5260fcd5
* [ruby/irb] Fix error on `ls object_cant_define_singleton`Masataka Pocke Kuwabara2021-06-302-2/+22
| | | | | | such as `ls 42`, `ls :sym` and so on https://github.com/ruby/irb/commit/b1d436a853