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
NARUSE, Yui
67fe290bb3
fix filename
2020-12-25 15:28:48 +09:00
Yusuke Endoh
09216f63ba
test/test_trick.rb: Add a test file for TRICK entries ( #3988 )
...
* test/test_trick.rb: Add a test file for TRICK entries
Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
2020-12-25 15:22:37 +09:00
Nobuyoshi Nakada
6a0bbc55b6
Updated bundled_gems
2020-12-25 12:32:13 +09:00
TAKANO Mitsuhiro
78677f105d
Disable DTrace in FreeBSD ( #3999 )
...
The latest ruby cannot compile with FreeBSD Dtrace enabled.
2020-12-25 12:06:46 +09:00
Kazuhiro NISHIYAMA
1f18f5c61e
Sort URLs by issue numbers and remove duplicated [ci skip]
2020-12-25 11:32:19 +09:00
Koichi Sasada
888cf28a7e
define RGENGC_DEBUG_ENABLED() as 0
...
on RUBY_DEVEL==0 and !HAVE_VA_ARGS_MACRO.
gc_report() is always enabled on such configuration
(maybe it is a bug) so disable RGENGC_DEBUG_ENABLED().
2020-12-25 11:20:23 +09:00
Hiroshi SHIBATA
1ba77ff8aa
Update stdlib section for Ruby 3.0
2020-12-25 10:22:45 +09:00
Koichi Sasada
45f3d48106
USE_RUBY_DEBUG_LOG is not defined !devel build
2020-12-25 09:52:18 +09:00
Marcus Stollsteimer
93a1ef6709
Fix typos
2020-12-24 23:20:04 +01:00
Marcus Stollsteimer
c3f91f9d88
[DOC] Fix typos
2020-12-24 23:09:51 +01:00
Marc-André Lafortune
db2ebbd71b
Optimize calls to `Kernel#hash` ( #3987 )
...
This avoids recursive checks when the `hash` method of an object
isn't specialized.
2020-12-25 02:08:12 +09:00
Yusuke Endoh
8981a63f12
Update TypeProf to 0.11.0 ( #3996 )
2020-12-25 01:59:07 +09:00
Kenta Murata
9b091084a1
[memory_view] Add documentation [ci skip]
2020-12-25 01:44:54 +09:00
aycabta
523b520b44
[ruby/reline] 0.2.0
...
https://github.com/ruby/reline/commit/064664c8f9
2020-12-25 01:29:18 +09:00
aycabta
32616229e3
[ruby/irb] Version 1.3.0
...
https://github.com/ruby/irb/commit/ec83280e66
2020-12-25 01:29:18 +09:00
Nobuyoshi Nakada
d143b75f8e
Adjusted indents [ci skip]
2020-12-25 00:56:17 +09:00
git
0356c3269a
* 2020-12-25 [ci skip]
2020-12-25 00:14:50 +09:00
Yusuke Endoh
c64a067d05
configure.ac: Make it possible to build on Android Termux
...
The recent Termux's clang predefines `__ANDROID_API__` as a fixed number
24. However, when it is lower to the current device version, some
functions that "configure" detemines available are not declared
correctly in the header files.
This change forces to overwrite the predefined `__ANDROID_API__` macro
with the current device version.
ref: https://github.com/termux/termux-packages/issues/6176
2020-12-25 00:06:16 +09:00
Nobuyoshi Nakada
81562f943e
Updated access to Process::Status attributes
...
pst_pid() no longer returns Qnil even if the receiver is not
initialized.
2020-12-24 23:35:18 +09:00
aycabta
9a7647d9eb
[ruby/reline] Doesn't contain terminate spaces by cw
...
This closes ruby/reline#233 .
https://github.com/ruby/reline/commit/4c3f2e2eae
2020-12-24 23:26:22 +09:00
aycabta
78421319d0
[ruby/reline] Use #bytesize for vi_replace_char
...
This closes ruby/reline#228 .
https://github.com/ruby/reline/commit/8205fa0b00
2020-12-24 23:26:22 +09:00
aycabta
0db9842b2c
[ruby/reline] Delete the last char of a line by dw
...
This closes ruby/reline#229 .
https://github.com/ruby/reline/commit/3f0ae689c4
2020-12-24 23:26:22 +09:00