summaryrefslogtreecommitdiff
path: root/ext/pathname
Commit message (Expand)AuthorAgeFilesLines
* [ruby/pathname] Expose Pathname::VERSIONHiroshi SHIBATA2023-04-142-2/+11
* [ruby/pathname] Remove taint/untaint methods because they should be removed s...Hiroshi SHIBATA2023-03-271-28/+0
* Update the depend filesMatt Valentine-House2023-02-281-1/+0
* Remove intern/gc.h from Make depsMatt Valentine-House2023-02-271-1/+0
* Extract include/ruby/internal/attr/packed_struct.hNobuyoshi Nakada2023-02-081-0/+1
* [ruby/pathname] Bump version to 0.2.1Hiroshi SHIBATA2022-12-051-1/+1
* [ruby/pathname] [Misc #19155] [DOC] Addion of absolute pathsNobuyoshi Nakada2022-12-031-0/+4
* [ruby/pathname] Fix `autoload` of `FileUtils`Nobuyoshi Nakada2022-07-271-2/+2
* Expand tabs [ci skip]Takashi Kokubun2022-07-211-1/+1
* Merge https://github.com/ruby/pathname/pull/8 for pathnameHiroshi SHIBATA2022-05-201-3/+4
* [ruby/pathname] Implement Pathname#lutimeAkinori MUSHA2022-04-211-0/+17
* [Feature #18249] Update dependenciesPeter Zhu2022-02-221-0/+1
* [ruby/pathname] Officially drop support for ruby 2.6 or olderDavid Rodríguez2022-01-251-1/+1
* [ruby/pathname] Make Pathname#each_entry return enumerator if called without ...Jeremy Evans2022-01-071-0/+1
* Update dependenciesNobuyoshi Nakada2021-11-211-1/+0
* [ruby/pathname] Bump up pathname version to 0.2.0Hiroshi SHIBATA2021-10-141-1/+1
* ruby tool/update-deps --fix卜部昌平2021-10-051-14/+23
* [Feature #16972] Add mode: option to Pathname#mkpathNobuyoshi Nakada2021-08-311-2/+2
* Faster Pathname FileUtils methodsschneems2021-08-301-2/+2
* [ruby/pathname] gemspec: Explicitly list 0 executablesOlle Jonsson2021-04-271-1/+1
* dependency updates卜部昌平2021-04-131-1/+0
* [ruby/pathname] Fix segfault of Pathname#splitKenichi Kamiya2021-03-281-1/+1
* Forward keyword arguments for Pathname#each_line [Bug #17589]Nobuyoshi Nakada2021-01-291-2/+2
* [pathname] Make Pathname Ractor safe (#3940)Kenta Murata2020-12-201-0/+4
* Promote pathname to default gemsHiroshi SHIBATA2020-10-141-0/+25
* Optimize Pathname#relative? / absolute?Marc-Andre Lafortune2020-09-141-6/+9
* Document limitation of Pathname#relative_path_from [ci skip]Jeremy Evans2020-09-021-0/+3
* sed -i '/rmodule.h/d'卜部昌平2020-08-271-1/+0
* sed -i '/r_cast.h/d'卜部昌平2020-08-271-1/+0
* sed -i '\,2/extern.h,d'卜部昌平2020-08-271-1/+0
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-140/+140
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-140/+140
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-0/+152
* Add `#write` and `#binwrite` to IO section [ci skip]Kazuhiro NISHIYAMA2020-03-021-0/+2
* Fix wrong documentation for return value of Pathname#fnmatchMasataka Pocke Kuwabara2020-02-251-2/+2
* Fix call-seq of Pathname#{,l}ch{mod,own} [ci skip]Kazuhiro NISHIYAMA2020-02-151-4/+4
* Add call-seq to Pathname#open from File.openKazuhiro NISHIYAMA2020-02-041-0/+7
* Revert pathname, rb_warn_deprecated* are not public APINobuyoshi Nakada2020-01-231-2/+2
* Added rb_warn_deprecated_to_removeNobuyoshi Nakada2020-01-231-2/+2
* Make taint warnings non-verbose instead of verboseJeremy Evans2020-01-221-2/+2
* Remove unnecessary double bangs from Pathname#root?Masataka Pocke Kuwabara2019-12-171-1/+1
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-12/+4
* Fix more keyword argument separation issues in PathnameJeremy Evans2019-09-261-5/+5
* Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans2019-09-251-5/+5
* Make Kernel#{Pathname,BigDecimal,Complex} return argument if given correct typeJeremy Evans2019-09-211-0/+2
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-141-0/+1
* Delegates 3 arguments for Pathname.glob.Tanaka Akira2019-07-141-2/+2
* Try statx syscallnobu2019-02-202-2/+3
* Removed moving toplevel header since r12501nobu2019-02-081-1/+1
* Pathname#relative_path_from uses is_a?akr2018-12-181-6/+2