summaryrefslogtreecommitdiff
path: root/ext/pathname
AgeCommit message (Expand)Author
3 days[ruby/pathname] Remove check for File.birthtimePeter Zhu
2023-12-28[ruby/pathname] require fileutils in both methods using itIvan Kuchin
2023-11-07[ruby/pathname] Bump up 0.3.0Hiroshi SHIBATA
2023-04-14[ruby/pathname] Expose Pathname::VERSIONHiroshi SHIBATA
2023-03-27[ruby/pathname] Remove taint/untaint methods because they should be removed s...Hiroshi SHIBATA
2023-02-28Update the depend filesMatt Valentine-House
2023-02-27Remove intern/gc.h from Make depsMatt Valentine-House
2023-02-08Extract include/ruby/internal/attr/packed_struct.hNobuyoshi Nakada
2022-12-05[ruby/pathname] Bump version to 0.2.1Hiroshi SHIBATA
2022-12-03[ruby/pathname] [Misc #19155] [DOC] Addion of absolute pathsNobuyoshi Nakada
2022-07-27[ruby/pathname] Fix `autoload` of `FileUtils`Nobuyoshi Nakada
2022-07-21Expand tabs [ci skip]Takashi Kokubun
2022-05-20Merge https://github.com/ruby/pathname/pull/8 for pathnameHiroshi SHIBATA
2022-04-21[ruby/pathname] Implement Pathname#lutimeAkinori MUSHA
2022-02-22[Feature #18249] Update dependenciesPeter Zhu
2022-01-25[ruby/pathname] Officially drop support for ruby 2.6 or olderDavid Rodríguez
2022-01-07[ruby/pathname] Make Pathname#each_entry return enumerator if called without ...Jeremy Evans
2021-11-21Update dependenciesNobuyoshi Nakada
2021-10-14[ruby/pathname] Bump up pathname version to 0.2.0Hiroshi SHIBATA
2021-10-05ruby tool/update-deps --fix卜部昌平
2021-08-31[Feature #16972] Add mode: option to Pathname#mkpathNobuyoshi Nakada
2021-08-30Faster Pathname FileUtils methodsschneems
2021-04-27[ruby/pathname] gemspec: Explicitly list 0 executablesOlle Jonsson
2021-04-13dependency updates卜部昌平
2021-03-28[ruby/pathname] Fix segfault of Pathname#splitKenichi Kamiya
2021-01-29Forward keyword arguments for Pathname#each_line [Bug #17589]Nobuyoshi Nakada
2020-12-20[pathname] Make Pathname Ractor safe (#3940)Kenta Murata
2020-10-14Promote pathname to default gemsHiroshi SHIBATA
2020-09-14Optimize Pathname#relative? / absolute?Marc-Andre Lafortune
2020-09-02Document limitation of Pathname#relative_path_from [ci skip]Jeremy Evans
2020-08-27sed -i '/rmodule.h/d'卜部昌平
2020-08-27sed -i '/r_cast.h/d'卜部昌平
2020-08-27sed -i '\,2/extern.h,d'卜部昌平
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2020-03-02Add `#write` and `#binwrite` to IO section [ci skip]Kazuhiro NISHIYAMA
2020-02-25Fix wrong documentation for return value of Pathname#fnmatchMasataka Pocke Kuwabara
2020-02-15Fix call-seq of Pathname#{,l}ch{mod,own} [ci skip]Kazuhiro NISHIYAMA
2020-02-04Add call-seq to Pathname#open from File.openKazuhiro NISHIYAMA
2020-01-23Revert pathname, rb_warn_deprecated* are not public APINobuyoshi Nakada
2020-01-23Added rb_warn_deprecated_to_removeNobuyoshi Nakada
2020-01-22Make taint warnings non-verbose instead of verboseJeremy Evans
2019-12-17Remove unnecessary double bangs from Pathname#root?Masataka Pocke Kuwabara
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-09-26Fix more keyword argument separation issues in PathnameJeremy Evans
2019-09-25Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans
2019-09-21Make Kernel#{Pathname,BigDecimal,Complex} return argument if given correct typeJeremy Evans
2019-07-14Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada
2019-07-14Delegates 3 arguments for Pathname.glob.Tanaka Akira