Takashi Kokubun
afd3f64f8c
Redmine /projects/ruby-trunk is now redirected
...
to /projects/ruby-master
2019-12-31 22:06:19 -08:00
Kazuhiro NISHIYAMA
3096baec0e
Copy NEWS to doc/NEWS-2.7.0
2019-12-31 18:16:21 +09:00
Vladimir Dementyev
e882187612
syntax.rdoc: remove "experimental" from refinements ( #2796 )
2019-12-29 16:59:07 -08:00
Marcus Stollsteimer
3679023df8
[DOC] Fix typo and language
2019-12-24 16:57:30 +01:00
Marcus Stollsteimer
66e518f7b3
[DOC] Fix typo
2019-12-24 13:01:24 +01:00
Marcus Stollsteimer
a7b5018495
[DOC] Use capitalized "Ruby"
2019-12-23 22:07:02 +01:00
Marcus Stollsteimer
ba9ccef818
[DOC] Various fixes in bug triaging guide
2019-12-23 22:04:59 +01:00
zverok
a4b99f9764
Fix typos of previous docs PR
...
In #2612 I made two typos (extra ,, and copy-pasted
same line of code instead of showing two different
ones), fixing them.
2019-12-23 08:36:58 +09:00
zverok
e568bb5649
Update private visibility explanation
2019-12-22 23:17:39 +09:00
Nobuyoshi Nakada
fac60be324
shell.rb is no longer bundled [ci skip]
2019-12-20 09:40:06 +09:00
Nobuyoshi Nakada
db16629008
Fixed misspellings
...
Fixed misspellings reported at [Bug #16437 ], only in ruby and rubyspec.
2019-12-20 09:32:42 +09:00
Kevin Deisz
171803d5d3
Promote did_you_mean to default gem
...
At the moment, there are some problems with regard to bundler + did_you_mean because of did_you_mean being a bundled gem. Since the vendored version of thor inside bundler and ruby itself explicitly requires did_you_mean, it can become difficult to load it when using Bundler.setup. See this issue: https://github.com/yuki24/did_you_mean/issues/117#issuecomment-482733159 for more details.
2019-11-30 21:08:19 -05:00
Hiroshi SHIBATA
0950ef9a9a
Remove e2mmap entries from docs
2019-11-30 08:00:40 +09:00
aycabta
91bf3b7a77
Use singleline/multiline instead of readline/reidline
2019-11-21 02:44:35 +09:00
Jeremy Evans
3a0de05bee
Remove mention of $SAFE and taint from doc [ci skip]
2019-11-18 01:00:25 +02:00
Hiroshi SHIBATA
bcfe94b7f2
Revert "Revert "Promote uri to default gems""
...
This reverts commit fdfad90522
.
f1f27da6c4
resolved this.
2019-11-11 22:21:43 +09:00
Hiroshi SHIBATA
fdfad90522
Revert "Promote uri to default gems"
...
This reverts commit c5b4d2a259
.
This commit affects with activation feature of RubyGems.
[Bug #16337 ][ruby-core:95768]
2019-11-09 20:16:03 +09:00
Hiroshi SHIBATA
c5b4d2a259
Promote uri to default gems
2019-11-09 07:32:34 +09:00
Hiroshi SHIBATA
8c9438d219
Promote yaml to default gems
2019-11-09 07:32:34 +09:00
Hiroshi SHIBATA
2a0ed5691e
Promote timeout to default gems
2019-11-09 07:32:34 +09:00
Hiroshi SHIBATA
9a90a4d953
Fixup 368ee984ed52f6abe1fdf8360ad72e6cf1cbfa66
2019-11-09 07:32:34 +09:00
Hiroshi SHIBATA
5f206cebb9
Promote observer to default gems. But not yet released
2019-11-09 07:32:34 +09:00
Hiroshi SHIBATA
fc1d06b25d
Added gemspec for readline gem that is wrapper library for reline and readline extension
2019-11-09 07:32:34 +09:00
Hiroshi SHIBATA
fc85bdeb77
Promote cgi to default gems
2019-11-07 16:36:14 +09:00
Hiroshi SHIBATA
223d3c460a
Promote net-smtp to default gems
2019-11-07 16:36:14 +09:00
Hiroshi SHIBATA
eb0b13596d
Promote net-pop to default gems
2019-11-07 16:36:14 +09:00
Hiroshi SHIBATA
77c94e0dd8
Promote benchmark to default gems
2019-11-07 16:36:14 +09:00
Hiroshi SHIBATA
1159dbf305
Promote delegate to default gems
2019-11-07 16:36:14 +09:00
Hiroshi SHIBATA
3b0bd34001
Promote pstore to default gems
2019-11-07 16:36:14 +09:00
Hiroshi SHIBATA
6797c3e371
Promote getoptlong to default gems
2019-11-07 16:36:14 +09:00
Hiroshi SHIBATA
d1630d41ad
Promote open3 to default gems
2019-11-07 07:16:27 +09:00
Hiroshi SHIBATA
fb7fe7f16c
Added rubygems url for published gem
2019-11-07 07:16:27 +09:00
Hiroshi SHIBATA
91135f6d29
Promote singleton to default gems
2019-11-07 07:16:26 +09:00
Nobuyoshi Nakada
7b2cd548aa
[DOC] mentioned \R
[ci skip]
2019-11-03 23:18:01 +09:00
Nobuyoshi Nakada
f8b3d7d159
[DOC] \s in regexp is not same as in string [ci skip]
2019-11-03 22:53:17 +09:00
zverok
bddb31bb37
Documentation improvements for Ruby core
...
* Top-level `return`;
* Documentation for comments syntax;
* `rescue` inside blocks;
* Enhance `Object#to_enum` docs;
* Make `chomp:` option more obvious for `String#each_line` and
`#lines`;
* Enhance `Proc#>>` and `#<<` docs;
* Enhance `Processs` class docs.
2019-10-26 14:58:08 +09:00
Kazuhiro NISHIYAMA
959ddf44b3
Fix typos [ci skip]
2019-10-23 12:00:44 +09:00
Kazuhiro NISHIYAMA
d2982bea67
Remove duplicated .
[ci skip]
2019-10-15 20:18:32 +09:00
Jeremy Evans
29c1e9a0d4
Document the difference between expressions and statements [ci skip]
...
In the grammar, all expressions are statements, but not all
statements are expressions. Some parts of the grammar accept
expressions and not other types of statements, which causes
similar looking code to parse differently due to operator
precedence.
Mostly from Dan0042 (Daniel DeLorme).
Fixes [Bug #16092 ]
2019-10-10 13:45:19 -07:00
Jeremy Evans
59c3b1c9c8
Add section to extension.rdoc for backwards compatibility macros [ci skip]
...
These macros should make it easier to C extensions to switch to
the Ruby 2.7 C-API *_kw functions, but still have the code work
correctly on older Ruby versions.
2019-10-07 13:51:28 -07:00
Jeremy Evans
c0eae130b1
Note RB_PASS_EMPTY_KEYWORDS and RB_SCAN_ARGS_EMPTY_KEYWORDS will be removed
...
There is no need for these in Ruby 3.0, and the plan is to
remove them.
2019-10-07 13:51:21 -07:00
Jeremy Evans
9f24e8fdbb
Document *_kw functions added to include/ruby/ruby.h [ci skip]
...
Also documents the non-*_kw functions if they were not already
documented.
2019-10-03 14:13:27 -07:00
Jeremy Evans
c7715a4936
Add documentation regarding keyword argument separation [ci skip]
2019-10-03 14:13:27 -07:00
Jeremy Evans
12e27a411c
Minor updates to methods and calling_methods documentation [ci skip]
2019-10-03 14:13:27 -07:00
Nobuyoshi Nakada
2683171994
[DOC] DOT is not a part of a receiver [ci skip]
...
[Feature #11297 ] [Feature #16123 ]
2019-09-20 16:43:39 +09:00
Hiroshi SHIBATA
9d25c652a9
Removed ThreadsWait from the ruby repository
2019-09-20 14:21:04 +09:00
Hiroshi SHIBATA
37c0839425
Removed Synchronizer from the ruby repository.
2019-09-20 14:06:22 +09:00
Hiroshi SHIBATA
3b56a0934f
Removed Shell from the ruby repository.
2019-09-20 12:56:18 +09:00
Hiroshi SHIBATA
67a6662032
Removed Scanf from the ruby repository.
2019-09-20 12:43:11 +09:00
Hiroshi SHIBATA
a3b8501614
Removed CMath from the ruby repository.
2019-09-20 12:31:37 +09:00