aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Update documentation for Array/Hash Argument section of methods.rdocAdam Isom2020-03-131-2/+13
| | | | [Bug #16514]
* [DOC] Fix typo and languageMarcus Stollsteimer2019-12-241-3/+3
|
* [DOC] Fix typoMarcus Stollsteimer2019-12-241-1/+1
|
* [DOC] Use capitalized "Ruby"Marcus Stollsteimer2019-12-231-3/+3
|
* [DOC] Various fixes in bug triaging guideMarcus Stollsteimer2019-12-231-13/+12
|
* Fix typos of previous docs PRzverok2019-12-231-1/+1
| | | | | | In #2612 I made two typos (extra ,, and copy-pasted same line of code instead of showing two different ones), fixing them.
* Update private visibility explanationzverok2019-12-221-3/+35
|
* shell.rb is no longer bundled [ci skip]Nobuyoshi Nakada2019-12-201-335/+0
|
* Fixed misspellingsNobuyoshi Nakada2019-12-204-4/+4
| | | | Fixed misspellings reported at [Bug #16437], only in ruby and rubyspec.
* Promote did_you_mean to default gemKevin Deisz2019-11-302-3/+4
| | | | 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.
* Remove e2mmap entries from docsHiroshi SHIBATA2019-11-302-4/+0
|
* Use singleline/multiline instead of readline/reidlineaycabta2019-11-211-12/+22
|
* Remove mention of $SAFE and taint from doc [ci skip]Jeremy Evans2019-11-183-39/+0
|
* Revert "Revert "Promote uri to default gems""Hiroshi SHIBATA2019-11-112-3/+4
| | | | | | This reverts commit fdfad905227a0e2e4c224d87181041fb75d5082e. f1f27da6c457684fdbfc0352297e6847f675ce4c resolved this.
* Revert "Promote uri to default gems"Hiroshi SHIBATA2019-11-092-4/+3
| | | | | | | This reverts commit c5b4d2a2592942766dc2789f46105b91eba7026a. This commit affects with activation feature of RubyGems. [Bug #16337][ruby-core:95768]
* Promote uri to default gemsHiroshi SHIBATA2019-11-092-3/+4
|
* Promote yaml to default gemsHiroshi SHIBATA2019-11-092-3/+4
|
* Promote timeout to default gemsHiroshi SHIBATA2019-11-092-3/+4
|
* Fixup 368ee984ed52f6abe1fdf8360ad72e6cf1cbfa66Hiroshi SHIBATA2019-11-091-1/+1
|
* Promote observer to default gems. But not yet releasedHiroshi SHIBATA2019-11-092-3/+4
|
* Added gemspec for readline gem that is wrapper library for reline and ↵Hiroshi SHIBATA2019-11-091-0/+4
| | | | readline extension
* Promote cgi to default gemsHiroshi SHIBATA2019-11-072-5/+9
|
* Promote net-smtp to default gemsHiroshi SHIBATA2019-11-072-3/+5
|
* Promote net-pop to default gemsHiroshi SHIBATA2019-11-072-3/+5
|
* Promote benchmark to default gemsHiroshi SHIBATA2019-11-072-3/+5
|
* Promote delegate to default gemsHiroshi SHIBATA2019-11-072-3/+5
|
* Promote pstore to default gemsHiroshi SHIBATA2019-11-072-3/+5
|
* Promote getoptlong to default gemsHiroshi SHIBATA2019-11-072-3/+5
|
* Promote open3 to default gemsHiroshi SHIBATA2019-11-072-3/+5
|
* Added rubygems url for published gemHiroshi SHIBATA2019-11-071-0/+35
|
* Promote singleton to default gemsHiroshi SHIBATA2019-11-072-3/+4
|
* [DOC] mentioned `\R` [ci skip]Nobuyoshi Nakada2019-11-031-0/+3
|
* [DOC] \s in regexp is not same as in string [ci skip]Nobuyoshi Nakada2019-11-031-1/+2
|
* Documentation improvements for Ruby corezverok2019-10-264-2/+50
| | | | | | | | | | | * 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.
* Fix typos [ci skip]Kazuhiro NISHIYAMA2019-10-231-1/+1
|
* Remove duplicated `.` [ci skip]Kazuhiro NISHIYAMA2019-10-151-1/+1
|
* Document the difference between expressions and statements [ci skip]Jeremy Evans2019-10-103-5/+67
| | | | | | | | | | | | 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]
* Add section to extension.rdoc for backwards compatibility macros [ci skip]Jeremy Evans2019-10-071-0/+42
| | | | | | 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.
* Note RB_PASS_EMPTY_KEYWORDS and RB_SCAN_ARGS_EMPTY_KEYWORDS will be removedJeremy Evans2019-10-071-0/+2
| | | | | There is no need for these in Ruby 3.0, and the plan is to remove them.
* Document *_kw functions added to include/ruby/ruby.h [ci skip]Jeremy Evans2019-10-031-6/+107
| | | | | Also documents the non-*_kw functions if they were not already documented.
* Add documentation regarding keyword argument separation [ci skip]Jeremy Evans2019-10-032-1/+97
|
* Minor updates to methods and calling_methods documentation [ci skip]Jeremy Evans2019-10-032-24/+32
|
* [DOC] DOT is not a part of a receiver [ci skip]Nobuyoshi Nakada2019-09-201-1/+1
| | | | [Feature #11297] [Feature #16123]
* Removed ThreadsWait from the ruby repositoryHiroshi SHIBATA2019-09-201-1/+0
|
* Removed Synchronizer from the ruby repository.Hiroshi SHIBATA2019-09-202-4/+0
|
* Removed Shell from the ruby repository.Hiroshi SHIBATA2019-09-202-4/+0
|
* Removed Scanf from the ruby repository.Hiroshi SHIBATA2019-09-202-4/+0
|
* Removed CMath from the ruby repository.Hiroshi SHIBATA2019-09-202-4/+0
|
* Update NEWS and documents [ci skip]Nobuyoshi Nakada2019-09-202-3/+4
| | | | [Feature #11297] [Feature #16123]
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2019-09-161-1/+1
|