summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Expand)Author
2019-09-28NEWS: marked up `**nil` [ci skip]Nobuyoshi Nakada
2019-09-28NEWS: Added module name to proc and lambda [ci skip]Nobuyoshi Nakada
2019-09-27Update NEWS section on keyword argument separation [ci skip]Jeremy Evans
2019-09-27[EXPERIMENTAL] Make NilClass#to_s, TrueClass#to_s and FalseClass#to_s return ...Jean Boussier
2019-09-27NEWS: fixed markups and indent [ci skip]Nobuyoshi Nakada
2019-09-27NEWS: fixed markups and formatting [ci skip]Nobuyoshi Nakada
2019-09-26Fix Module#name news and add a testJean Boussier
2019-09-26* remove trailing spaces. [ci skip]git
2019-09-26[EXPERIMENTAL] Make Module#name return a frozen StringJean Boussier
2019-09-26[EXPERIMENTAL] Make Symbol#to_s return a frozen StringBenoit Daloze
2019-09-20[DOC] DOT is not a part of a receiver [ci skip]Nobuyoshi Nakada
2019-09-20Removed ThreadsWait from the ruby repositoryHiroshi SHIBATA
2019-09-20Removed Synchronizer from the ruby repository.Hiroshi SHIBATA
2019-09-20Removed Shell from the ruby repository.Hiroshi SHIBATA
2019-09-20Removed Scanf from the ruby repository.Hiroshi SHIBATA
2019-09-20Removed CMath from the ruby repository.Hiroshi SHIBATA
2019-09-20Update NEWS and documents [ci skip]Nobuyoshi Nakada
2019-09-19Separate Time#inspect from to_s and show subsec [Feature #15958]NARUSE, Yui
2019-09-15Comment lines can be placed between fluent dot nowNobuyoshi Nakada
2019-09-14Update news regarding `Fiber#raise`.Samuel Williams
2019-09-04Implement Enumerator::Lazy#eager [Feature #15901]Akinori MUSHA
2019-09-02Prohibit nul-separated glob pattern [Feature #14643] (#2419)Nobuyoshi Nakada
2019-09-02Add Net::FTP#features and Net::FTP#optionShugo Maeda
2019-09-02Get rid of interpreting BTS references as label-list [ci skip]Nobuyoshi Nakada
2019-09-01Note about ANYARGS in NEWSTakashi Kokubun
2019-08-31NEWS: Hash-to-keywords automatic conversion is now warnedYusuke Endoh
2019-08-30lib/pp.rb: Use UnboundMethod#bind_call instead of .bind(obj).call(...)Yusuke Endoh
2019-08-30proc.c: Add UnboundMethod#bind_callYusuke Endoh
2019-08-29NEWS: [Feature #16035] [ci skip]Nobuyoshi Nakada
2019-08-29Revert "Add pipeline operator [Feature #15799]"Nobuyoshi Nakada
2019-08-12Minor wording fix in NEWS [ci skip]Takashi Kokubun
2019-07-18Add details of fiber pool and coroutine selection to NEWS.Samuel Williams
2019-07-15Add features of IRB to NEWSaycabta
2019-07-15Add Reline section to NEWSaycabta
2019-07-15Fix a typo of Markdown of NEWSaycabta
2019-07-15The default charset of text/* media type is UTF-8.Tanaka Akira
2019-07-14NEWS: RubyVM.resolve_feature_path moved [ci skip]Kazuhiro NISHIYAMA
2019-07-14[DOC] Add missing headings [ci skip]Kazuhiro NISHIYAMA
2019-07-14[DOC] Fix a typo [ci skip]Kazuhiro NISHIYAMA
2019-07-14Describe about Pathname.glob.Tanaka Akira
2019-07-14Describe warning of open-uri.Tanaka Akira
2019-07-14NEWS: warning of flip-flop is reverted [ci skip]Kazuhiro NISHIYAMA
2019-07-13Add $LOAD_PATH.resolve_feature_path in NEWSBenoit Daloze
2019-07-01[DOC] Fix typos [ci skip]Kazuhiro NISHIYAMA
2019-06-24Add new encoding CESU-8 [Feature #15931]NARUSE, Yui
2019-06-24Update NEWS.Samuel Williams
2019-06-23NEWS: Module#constant_source_locationNobuyoshi Nakada
2019-06-21Add an optional `inherit` argument to Module#autoload?Jean Boussier
2019-06-20Fix a typo [ci skip]Kazuhiro NISHIYAMA
2019-06-20Added racc entry to NEWS.Hiroshi SHIBATA