aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [DOC] Improve readability of requirements for <=>Marcus Stollsteimer2019-12-231-3/+3
|
* NEWS: add reference for [Feature #14405]Marcus Stollsteimer2019-12-231-2/+2
|
* NEWS: revise grammar, language, markup, etc.Marcus Stollsteimer2019-12-231-69/+72
|
* NEWS: fix some typos, grammar, and languageMarcus Stollsteimer2019-12-231-12/+13
|
* fix wmap_finalize.Koichi Sasada2019-12-231-2/+16
| | | | | | wmap_finalize expects id2ref() returns a corresponding object even if the object is dead. Make id2ref_obj_tbl() for this purpose.
* add more debug counters to count numeric objects.Koichi Sasada2019-12-232-7/+19
|
* NEWS: Fix issue reference [#15807] [DOC]Marc-Andre Lafortune2019-12-231-1/+1
|
* README: Add Range#minmax to the list of potential incompatibilities [#15929] ↵Marc-Andre Lafortune2019-12-231-0/+6
| | | | [DOC]
* README: Improve wording [DOC]Marc-Andre Lafortune2019-12-231-1/+1
|
* NEWS: Hint at potential incompatibility with Range#minmax [#15807]Marc-Andre Lafortune2019-12-231-1/+1
|
* ObjectSpace._id2ref should check liveness.Koichi Sasada2019-12-232-1/+22
| | | | | objspace->id_to_obj_tbl can contain died objects because of lazy sweep, so that it should check liveness.
* Port ↵Yuki Nishijima2019-12-231-0/+0
| | | | https://github.com/ruby/did_you_mean/commit/dd1dd86e6c3188c36224d5dd4389676e6653a727
* FrozenError.new accepts :receiver instead of 2nd argument [ci skip]Kazuhiro NISHIYAMA2019-12-231-2/+2
| | | | [ruby-core:96227] [Feature #16419]
* Revert "Changed behavior on windows platforms too [ci skip]"Kazuhiro NISHIYAMA2019-12-231-1/+2
| | | | | | This reverts commit 1bf8d5e9797f6304b2e27cb7f42d467f84de0ff4. Because 204dc3f39f12b4e2640555306bd1dd4530344277 reverts 61aff0cd189e67fa6f2565639ad0128fa33b88fc
* Revert "Should return "." for File.extname("file.") also on Windows"NAKAMURA Usaku2019-12-234-23/+15
| | | | | | | | We want to introduce consistency and better compatibility with unixen, but the Windows APIs doues not have consistency fundamentally and we can not found any logical way... This reverts commit 61aff0cd189e67fa6f2565639ad0128fa33b88fc.
* [ruby/prime] Bump versionMarc-Andre Lafortune2019-12-221-1/+1
|
* [ruby/ostruct] Bump versionMarc-Andre Lafortune2019-12-221-1/+1
|
* [ruby/ostruct] Create OpenStruct::VERSIONMarc-Andre Lafortune2019-12-223-2/+17
|
* [ruby/ostruct] Move gemspecMarc-Andre Lafortune2019-12-221-0/+0
|
* [ruby/matrix] Bump versionMarc-Andre Lafortune2019-12-221-1/+1
|
* Add NEWS about Warning.[] [Feature #16345] [ci skip]Nobuyoshi Nakada2019-12-231-0/+6
|
* Fixed a typo in an exception class nameNobuyoshi Nakada2019-12-231-1/+1
|
* make-snapshot: fixed modeNobuyoshi Nakada2019-12-231-1/+1
| | | | "X" must be used in conjunction with "+".
* Fix typo in commit logs by log-fix notesNobuyoshi Nakada2019-12-231-2/+22
|
* Re-apply f85e8d2a8b keeping characters < 80Takashi Kokubun2019-12-221-1/+1
|
* Revert "Fixed misspellings"Yusuke Endoh2019-12-231-1/+1
| | | | | | This reverts commit f85e8d2a8b2a37740334db4fd92ef820f05ddbc5. It violated the limit of width (> 80) and caused the test failure
* Fixed misspellingsNobuyoshi Nakada2019-12-231-1/+1
| | | | Fixed misspellings reported at [Bug #16437]
* Fix typos of previous docs PRzverok2019-12-232-2/+2
| | | | | | In #2612 I made two typos (extra ,, and copy-pasted same line of code instead of showing two different ones), fixing them.
* Document Module#const_source_locationzverok2019-12-231-0/+47
|
* Adjust sentence in doc [ci skip]Alan Wu2019-12-221-1/+1
|
* [DOC] Improve documentation for Enumerable#tallyMarcus Stollsteimer2019-12-221-4/+4
|
* Some fixes in Enumerator::Lazy docsMarcus Stollsteimer2019-12-221-23/+24
| | | | | | * fix list in #flat_map * fix wrong indentation in #filter_map and #with_index * other small fixes
* [ruby/reline] Use IO#raw to read one byteNobuyoshi Nakada2019-12-232-19/+5
| | | | https://github.com/ruby/reline/commit/be17740e82
* * 2019-12-23 [ci skip]git2019-12-231-1/+1
|
* Changed behavior on windows platforms too [ci skip]Kazuhiro NISHIYAMA2019-12-231-2/+1
| | | | at 61aff0cd189e67fa6f2565639ad0128fa33b88fc [Bug #15267]
* Enhance docs for Module#deprecate_constantzverok2019-12-221-1/+13
|
* Enhance Range docszverok2019-12-221-10/+24
| | | | | | | | * Change === docs to mention it uses cover? * Add different example to === docs to showcase behavior better * Change include? docs to mention cover? and clarify the difference
* Actualize Time#inspect docszverok2019-12-221-5/+6
|
* Actualize Method#inspect docszverok2019-12-221-2/+21
|
* Fix FrozenError#receiver and #initialize docszverok2019-12-221-1/+2
|
* Update private visibility explanationzverok2019-12-221-3/+35
|
* Document numbered block parameterszverok2019-12-221-0/+50
|
* Enhancements for ENV docBurdetteLamar2019-12-221-13/+55
|
* [Doc] Fix sample in Encoding#namesQuestionDriven2019-12-221-1/+1
|
* [Doc] Fix wrong example in Encoding.aliasesQuestionDriven2019-12-221-2/+2
|
* Fixed misspellingsNobuyoshi Nakada2019-12-224-4/+4
| | | | | Fixed misspellings reported at [Bug #16437], missed and a new typo.
* Move version guard outside to make it clear the method was added in Ruby 2.5Benoit Daloze2019-12-221-2/+2
|
* RDoc of Warning.[] and .[]= [Feature #16345] [ci skip]Nobuyoshi Nakada2019-12-221-0/+25
|
* Manage deprecation warning by the flagNobuyoshi Nakada2019-12-221-2/+4
|
* [ruby/io-console] bump up to 0.5.3Nobuyoshi Nakada2019-12-221-1/+1
|