aboutsummaryrefslogtreecommitdiffstats
path: root/ext/pathname
Commit message (Expand)AuthorAgeFilesLines
* [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
* Pathname#relative_path_from compatible with mock.akr2018-12-161-2/+6
* Use File class methods to avoid pipe executionakr2018-12-121-12/+12
* Pathname: Have #relative_path_from accept String argument.marcandre2018-11-131-0/+1
* Pathname: Simplified Pathname#mountpoint?nobu2018-08-101-2/+1
* Improve Pathname performancewatson19782018-03-131-6/+6
* pathname.c: improve docs for Pathnamestomar2017-11-071-3/+3
* Pathname: get rid of a -Wcomment warning [DOC]nobu2017-11-011-1/+1
* Pathname: Simplify example [DOC] [ci-skip]marcandre2017-10-311-1/+1
* declare variables once for each line in pathname.c.akr2017-10-211-15/+68
* Pathname#glob method implemented.akr2017-10-211-2/+53
* disable rdoc for internal constants [ci skip]nobu2017-08-031-0/+2
* extract IDsnobu2017-08-031-81/+168
* pathname.rb: UNC root pathname needs a separatornobu2017-06-161-1/+1
* ruby tool/update-deps --fixshyouhei2017-03-221-0/+1
* Pathname#empty? implemented.akr2016-11-051-0/+17
* pathname.c: unnormalized Fixnum valuenobu2016-11-041-1/+5
* rb_funcallvnobu2016-07-291-10/+10
* Update dependenciesnobu2016-07-061-3/+15
* handle ext/ as r53141naruse2015-12-161-0/+1
* * lib/open-uri.rb: Remove indicator for "frozen_string_literal: true".akr2015-11-101-2/+1
* Put an line before "frozen_string_literal: true" for emacs.akr2015-10-051-0/+1
* * ext/pathname/lib/pathname.rb: freeze string literals forakr2015-10-041-0/+1
* * ext/pathname/lib/pathname.rb (descend): Blockless form supported.akr2015-06-141-0/+16