summaryrefslogtreecommitdiff
path: root/ext/pathname
AgeCommit message (Expand)Author
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
2019-02-20Try statx syscallnobu
2019-02-08Removed moving toplevel header since r12501nobu
2018-12-18Pathname#relative_path_from uses is_a?akr
2018-12-16Pathname#relative_path_from compatible with mock.akr
2018-12-12Use File class methods to avoid pipe executionakr
2018-11-13Pathname: Have #relative_path_from accept String argument.marcandre
2018-08-10Pathname: Simplified Pathname#mountpoint?nobu
2018-03-13Improve Pathname performancewatson1978
2017-11-07pathname.c: improve docs for Pathnamestomar
2017-11-01Pathname: get rid of a -Wcomment warning [DOC]nobu
2017-10-31Pathname: Simplify example [DOC] [ci-skip]marcandre
2017-10-21declare variables once for each line in pathname.c.akr
2017-10-21Pathname#glob method implemented.akr
2017-08-03disable rdoc for internal constants [ci skip]nobu
2017-08-03extract IDsnobu
2017-06-16pathname.rb: UNC root pathname needs a separatornobu
2017-03-22ruby tool/update-deps --fixshyouhei
2016-11-05Pathname#empty? implemented.akr
2016-11-04pathname.c: unnormalized Fixnum valuenobu
2016-07-29rb_funcallvnobu
2016-07-06Update dependenciesnobu
2015-12-16handle ext/ as r53141naruse
2015-11-10* lib/open-uri.rb: Remove indicator for "frozen_string_literal: true".akr
2015-10-05Put an line before "frozen_string_literal: true" for emacs.akr
2015-10-04* ext/pathname/lib/pathname.rb: freeze string literals forakr
2015-06-14* ext/pathname/lib/pathname.rb (descend): Blockless form supported.akr
2015-05-14* ext/pathname/lib/pathname.rb: Remove condition of RUBY_VERSION <= 1.9.hsbt
2015-01-19* file.c: NotImplementedError is raised if birthtime is unavailable.zzak
2014-09-30protoize no-arguments functionsnobu
2014-09-15pathname.rb: fix a Pathname#relative_path_from crash onnobu
2014-07-06* file.c, ext/pathname/pathname.c: [DOC] correct position of method rdoc.ktsj
2014-06-28* ext/pathname/pathname.c (path_birthtime): Windows support.usa
2014-06-28* ext/pathname/pathname.c (path_birthtime): New method,akr
2014-05-05* ext/pathname/lib/pathname.rb (cleanpath_aggressive): make allakr
2014-05-05* ext/pathname/lib/pathname.rb (Pathname#/): Aliased to Pathname#+.akr
2014-04-02Fix error with empty args.kazu