aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* Merge RubyGems 3.1.1 and update the NEWS entry for RubyGemsHiroshi SHIBATA2019-12-161-2/+2
|
* Update the NEWS entry for Bundler 2.1.0Hiroshi SHIBATA2019-12-161-2/+2
|
* [Feature #13083] is already revertedKazuhiro NISHIYAMA2019-12-141-8/+0
|
* Update warnings in NEWSKazuhiro NISHIYAMA2019-12-141-5/+5
|
* NEWS: fix pattern matching exampleMarcus Stollsteimer2019-12-131-2/+2
|
* Add ipaddr optional parameter to Net::HTTP#startNARUSE, Yui2019-12-091-0/+5
| | | | | | | | | | | | | | | | to replace the address for TCP/IP connection [Feature #5180] There're 3 layers of hostname: * host address for TCP/IP * TLS server name * HTTP Host header value To test DNS round robin or check server certificate from server local, people sometimes want to connect server with given IP address but keep TLS server name and HTTP Host header value. closes [Feature #15215] closes https://github.com/ruby/ruby/pull/1893 closes https://github.com/ruby/ruby/pull/1977
* Remove e2mmap entries from docsHiroshi SHIBATA2019-11-301-0/+1
|
* Fixed the position in NEWS [Feature #16348]Nobuyoshi Nakada2019-11-291-4/+6
| | | | [ci skip]
* Added Symbol#start_with? and Symbol#end_with? method. [Feature #16348]NARUSE, Yui2019-11-281-0/+4
|
* Get rid of inadvertent label [ci skip]Nobuyoshi Nakada2019-11-281-2/+1
|
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2019-11-251-1/+1
|
* Remove duplicated line in NEWS [ci skip]Junichi Ito2019-11-251-1/+0
| | | | [ruby-core:95935] [Misc #16365]
* add a NEWS entry for Method#inspectKoichi Sasada2019-11-201-5/+12
|
* NEWS: Add an example for the warning of "yield in singleton class"Yusuke Endoh2019-11-181-0/+7
|
* * remove trailing spaces. [ci skip]git2019-11-181-1/+1
|
* Update NEWS for $SAFE/taint changesJeremy Evans2019-11-181-0/+9
|
* Added default gems entry to NEWSHiroshi SHIBATA2019-11-141-0/+19
|
* Update RubyGems and Bundler entries on NEWSHiroshi SHIBATA2019-11-141-4/+4
|
* Add ticket number of `FrozenError#receiver` [ci skip]Kazuhiro NISHIYAMA2019-11-121-2/+2
|
* Revert "Method reference operator"Nobuyoshi Nakada2019-11-121-3/+0
| | | | | This reverts commit 67c574736912003c377218153f9d3b9c0c96a17b. [Feature #16275]
* NEWS: Make it clear that delegation syntax `(...)` requires parenthesesYusuke Endoh2019-11-121-1/+2
| | | | Ref [Feature #16253]
* add NEWS about _1 as a local variable [ci skip]卜部昌平2019-11-121-0/+5
|
* add a NEWS entry about builtin features.Koichi Sasada2019-11-121-0/+4
|
* Revert "[EXPERIMENTAL] Make Symbol#to_s return a frozen String [Feature #16150]"NARUSE, Yui2019-11-051-8/+0
| | | | This reverts commit 6ffc045a817fbdf04a6945d3c260b55b0fa1fd1e.
* Update NEWS entry for Feature #13083Benoit Daloze2019-11-031-1/+2
|
* Remove incorrect NEWS entry, only Regexp#match and #match? changedBenoit Daloze2019-11-031-4/+0
|
* Mention update to Unicode Emoji version 12.1 in NEWS.Martin Dürst2019-10-311-1/+3
| | | | Also fixed some grammatical errors. [ci skip]
* Improve Enumerator.produce docszverok2019-10-271-0/+7
| | | | | * Add to NEWS; * Add examples of while-alike cycles with practical tasks.
* Add entry for Feature #13083 in NEWSBenoit Daloze2019-10-261-5/+17
| | | | * Move Unicode changes under String / Unicode for consistency with the rest.
* Add gem names [ci skip]Kazuhiro NISHIYAMA2019-10-231-5/+5
|
* Trivial fixes [ci skip]Kazuhiro NISHIYAMA2019-10-231-7/+7
|
* Fix typos [ci skip]Kazuhiro NISHIYAMA2019-10-231-2/+2
|
* NEWS: add a URL about the performance improvement of CGI.escapeHTMLYusuke Endoh2019-10-221-0/+1
|
* NEWS: Fix the example of Lazy#eagerv2_7_0_preview2Yusuke Endoh2019-10-221-7/+3
|
* NEWS: add an example for Lazy#eagerYusuke Endoh2019-10-221-0/+9
|
* NEWS: Make Net::FTP#features and #option more informativeYusuke Endoh2019-10-221-1/+2
|
* Arguments forwarding [Feature #16253]Nobuyoshi Nakada2019-10-221-0/+9
|
* NEWS: fixed method names [ci skip]Nobuyoshi Nakada2019-10-221-1/+1
|
* NEWS: fixed mark-up [ci skip]Nobuyoshi Nakada2019-10-221-2/+1
|
* add an NEWS entry about [Feature #15575]Koichi Sasada2019-10-221-0/+3
|
* add a NEWS entry about Proc#to_s changeKoichi Sasada2019-10-221-0/+3
|
* fix NEWS entry about unbundled gemsKoichi Sasada2019-10-221-1/+2
|
* NEWS: fixed indents [ci skip]Nobuyoshi Nakada2019-10-211-6/+6
|
* NEWS: fix a typoYusuke Endoh2019-10-211-1/+1
|
* NEWS: structured the "Language changes" sectionYusuke Endoh2019-10-211-11/+72
| | | | | | | | | | | | | There were too many items in the section in somewhat random order. This change creates the following five subsections: * Pattern matching * The spec of keyword arguments is changed towards 3.0 * Numbered parameter * proc/lambda without no block is deprecated * Other miscellaneous changes Also it adds a handful of example code.
* add a NEWS entry about [Feature #15602]Koichi Sasada2019-10-211-0/+3
|
* make monitor.so for performance. (#2576)Koichi Sasada2019-10-201-0/+3
| | | | | | | | | | | | | | | Recent monitor.rb has performance problem because of interrupt handlers. 'Monitor#synchronize' is frequently used primitive so the performance of this method is important. This patch rewrite 'monitor.rb' with 'monitor.so' (C-extension) and make it faster. See [Feature #16255] for details. Monitor class objects are normal object which include MonitorMixin. This patch introduce a Monitor class which is implemented on C and MonitorMixin uses Monitor object as re-entrant (recursive) Mutex. This technique improve performance because we don't need to care atomicity and we don't need accesses to instance variables any more on Monitor class.
* Verbatim texts need more indent [ci skip]Nobuyoshi Nakada2019-10-181-12/+16
| | | | And separate ruby script and executed example.
* NEWS: Mention that optparse now supports did_you_mean for unknown optionYusuke Endoh2019-10-181-0/+17
|
* [DOC] no change on Windows [Bug #15267] [ci skip]Nobuyoshi Nakada2019-10-171-2/+2
|