64711 Commits

Author SHA1 Message Date
Hiroshi SHIBATA
e6fee2b64f [ruby/pp] Removed needless files from Gem::Specification#files
https://github.com/ruby/pp/commit/272d4befeb
2020-12-28 16:20:37 +09:00
Hiroshi SHIBATA
8b387bcfba [ruby/pp] Drop to support < Ruby 2.7
https://github.com/ruby/pp/commit/e92228964b
2020-12-28 16:19:42 +09:00
Nobuyoshi Nakada
2556cd3f51 Bypass check for warning_category on internal calls 2020-12-28 12:44:03 +09:00
Nobuyoshi Nakada
64d79d333b
Suppress too big exponent warnings 2020-12-28 12:12:54 +09:00
Marcus Stollsteimer
228ad7d84b doc/ractor.md: Fix indentation
Reintroduce removed empty line to fix indentation on rendered page
(the first line is _not_ indented despite the leading spaces,
and ends up "outdented" compared to the rest of the block).

Also add a missing "-".
2020-12-27 22:39:42 +01:00
Marc-Andre Lafortune
cf1f9bdc8d Language tweaks to Fiber [doc] 2020-12-27 16:09:06 -05:00
Nobuyoshi Nakada
c8010fcec0
Dup kwrest hash when merging other keyword arguments [Bug #17481] 2020-12-28 01:52:18 +09:00
git
cc055d4d3f * 2020-12-28 [ci skip] 2020-12-28 01:39:14 +09:00
Benoit Daloze
727c97da19 Update to ruby/spec@4ce9f41 2020-12-27 17:35:32 +01:00
Benoit Daloze
267bed0cd9 Update to ruby/mspec@a40a674 2020-12-27 17:35:30 +01:00
Nobuyoshi Nakada
a042043487
Do not include external library sources into packages 2020-12-27 23:33:56 +09:00
Nobuyoshi Nakada
f6a080047e
Limit bactrace length from Exception#full_message 2020-12-27 20:50:15 +09:00
Nobuyoshi Nakada
730b0099fd
Get rid of inconsistent dll linkages against vcpkg readline 2020-12-27 19:35:27 +09:00
Nobuyoshi Nakada
0a2e4a8f0c
Removed declarations conflicting on MinGW 2020-12-27 19:19:31 +09:00
Nobuyoshi Nakada
ecfbd97292
win32: Removed never used/worked functions
Almost certainly, these have never been used in external extension
libraries.  If any had, these would have had to be declared in
headers.
2020-12-27 16:50:10 +09:00
Nobuyoshi Nakada
90dd482061
win32: Declared wait and fixed the return type 2020-12-27 16:49:27 +09:00
Nobuyoshi Nakada
260d626ef6
Ignore symbols declared in the platform header 2020-12-27 15:50:44 +09:00
Nobuyoshi Nakada
366b58d7ca
Ignore objects from the "missing" directory 2020-12-27 15:50:44 +09:00
Nobuyoshi Nakada
0957814c27
Get rid of \K for old BASERUBYs which have a bug in String#scan 2020-12-27 15:50:43 +09:00
Nobuyoshi Nakada
d55d0331c7
Exclude entry points 2020-12-27 15:50:02 +09:00
Nobuyoshi Nakada
46ab4fcf2a
Support AC_FUNC_MEMCMP 2020-12-27 15:50:02 +09:00
Nobuyoshi Nakada
b73d256f34
Check leaked global symbols under more various conditions 2020-12-27 15:50:02 +09:00
Kenta Murata
441cd156e0 [ruby/csv] Fix typo [ci skip]
https://github.com/ruby/csv/commit/117bcf311e
2020-12-27 15:27:46 +09:00
Sampat Badhe
677ccb927c [ruby/csv] fix typo conveters => converters for CSV parsing docs (#196)
https://github.com/ruby/csv/commit/77ccf486fe
2020-12-27 15:27:03 +09:00
Sutou Kouhei
cd2c726bc0 [ruby/csv] Bump version
https://github.com/ruby/csv/commit/5855c017ef
2020-12-27 15:26:24 +09:00
git
7459fcb3eb * 2020-12-27 [ci skip] 2020-12-27 07:02:53 +09:00
Marcus Stollsteimer
ab6adf2772 doc/ractor.md: Fix indentation in code blocks
Remove unnecessary indentation of code in code blocks
(it is also not rendered properly in the generated HTML).

Also remove an empty line.
2020-12-26 22:51:48 +01:00
Marcus Stollsteimer
0a867315e8 [DOC] Fix typos in vm_method.c 2020-12-26 22:50:55 +01:00
Marcus Stollsteimer
114840b0fe [DOC] Fix typo in proc.c 2020-12-26 22:49:23 +01:00
Marcus Stollsteimer
3fc53de5c9 methods.rdoc: Improve method definition documentation
* typos, grammar, formatting
* use `concrete_method` again in `regular_method` example,
  to better distinguish from `forwarding_method` example
* clarify that leading arguments before `...` require Ruby 3.0
2020-12-26 10:40:52 +01:00
Marcus Stollsteimer
ce65a7687f methods.rdoc: Clarify "currently" means "in 2.7" here 2020-12-26 10:40:47 +01:00
Kazuhiro NISHIYAMA
858f9aa430
Update labels of badges [ci skip] 2020-12-26 18:31:50 +09:00
Nobuyoshi Nakada
3a0a08697a
Add 3.0 top sepc guards
* Needs WEBrick
2020-12-26 17:09:25 +09:00
Hiroshi SHIBATA
bb04856bca [ruby/racc] Bump version to 1.5.2
https://github.com/ruby/racc/commit/ce0d7b9cde
2020-12-26 15:10:49 +09:00
Hiroshi SHIBATA
533bf6f19d [ruby/racc] Use Racc::VERSION for gemspec
https://github.com/ruby/racc/commit/30f5760d85
2020-12-26 15:10:28 +09:00
Takashi Kokubun
15e192070a
Fix a cyclic explanation 2020-12-25 19:17:16 -08:00
Nobuyoshi Nakada
dc13bd22bb Ignore failure on unsupported fcntl to drop non-blocking mode
Fixes https://github.com/ruby/ruby/pull/3723
2020-12-26 09:45:06 +09:00
Nobuyoshi Nakada
292230cbf9 Fixed leaked global symbols 2020-12-26 09:39:53 +09:00
Nobuyoshi Nakada
73cd4951de Reduced GitHub Actions
Moved leaked-globals before check.
2020-12-26 09:39:53 +09:00
git
d4ba88bcd8 * 2020-12-26 [ci skip] 2020-12-26 01:41:13 +09:00
Nobuyoshi Nakada
6083fed366 Use size_t for RSTRING_LEN in String#count
https://hackerone.com/reports/1042722
2020-12-26 01:40:51 +09:00
Nobuyoshi Nakada
92f9f998fb
test/test_trick.rb: fixed the position to add timeout 2020-12-25 22:23:53 +09:00
zverok
255ee4de8c Update method definition documentation
* Add endless methods
* Add argument forwarding ...
2020-12-25 22:10:09 +09:00
Nobuyoshi Nakada
aaf0474e76
Adjusted the heading level of "Block Arguments" [ci skip] 2020-12-25 22:09:22 +09:00
Yusuke Endoh
a01d28fed7 test/test_trick.rb: increase timeout of some tests
http://rubyci.s3.amazonaws.com/raspbian10-armv7l/ruby-master/log/20201225T071824Z.fail.html.gz
2020-12-25 21:58:50 +09:00
Kenta Murata
7a4b8d8700
[memory_view] Fix a comment
A consumer of a MemoryView no longer guards the original object.
[ci skip]
2020-12-25 20:11:01 +09:00
Nobuyoshi Nakada
ddacff2b41
Follow up on variations of the development start messages [ci skip] 2020-12-25 17:43:23 +09:00
Kazuhiro NISHIYAMA
7e3d710a22
Copy NEWS.md to doc/NEWS-3.0.0.md and update for 3.1.0 2020-12-25 17:31:48 +09:00
Yukihiro "Matz" Matsumoto
c591ab11ce
Development of 3.1.0 started. 2020-12-25 17:09:16 +09:00
Nobuyoshi Nakada
caae14d90b
test_trick.rb: Make the encoding explicit for code written in UTF-8 2020-12-25 15:57:41 +09:00