aboutsummaryrefslogtreecommitdiffstats
path: root/ext/pathname
Commit message (Expand)AuthorAgeFilesLines
* 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
* * ext/pathname/lib/pathname.rb: Remove condition of RUBY_VERSION <= 1.9.hsbt2015-05-141-7/+2
* * file.c: NotImplementedError is raised if birthtime is unavailable.zzak2015-01-191-1/+1
* protoize no-arguments functionsnobu2014-09-301-1/+1
* pathname.rb: fix a Pathname#relative_path_from crash onnobu2014-09-151-1/+2
* * file.c, ext/pathname/pathname.c: [DOC] correct position of method rdoc.ktsj2014-07-061-1/+1
* * ext/pathname/pathname.c (path_birthtime): Windows support.usa2014-06-281-1/+1
* * ext/pathname/pathname.c (path_birthtime): New method,akr2014-06-282-0/+22
* * ext/pathname/lib/pathname.rb (cleanpath_aggressive): make allakr2014-05-051-0/+2
* * ext/pathname/lib/pathname.rb (Pathname#/): Aliased to Pathname#+.akr2014-05-051-0/+5
* Fix error with empty args.kazu2014-04-021-0/+1
* remove unnecessary unshiftkazu2014-03-251-2/+1
* * ext/pathname/lib/pathname.rb (Pathname#find): add "ignore_error"ktsj2014-03-041-4/+4
* ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu2013-11-291-2/+2
* * array.c (rb_ary_splice): use RARRAY_PTR_USE() without WB becauseko12013-08-261-2/+2
* * ext/pathname/pathname.c (path_inspect): use PRIsVALUE to preservektsj2013-07-191-1/+1
* fix typos. Patch by k_takata.ktsj2013-05-191-1/+1
* * ext/-test-/debug/depend: New file.akr2013-04-141-0/+3