summaryrefslogtreecommitdiff
path: root/ext/pathname/pathname.c
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-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-14Delegates 3 arguments for Pathname.glob.Tanaka Akira
2019-02-20Try statx syscallnobu
2018-12-12Use File class methods to avoid pipe executionakr
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-03extract IDsnobu
2016-11-05Pathname#empty? implemented.akr
2016-11-04pathname.c: unnormalized Fixnum valuenobu
2016-07-29rb_funcallvnobu
2015-01-19* file.c: NotImplementedError is raised if birthtime is unavailable.zzak
2014-09-30protoize no-arguments functionsnobu
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
2013-11-29ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLISTnobu
2013-08-26* array.c (rb_ary_splice): use RARRAY_PTR_USE() without WB becauseko1
2013-07-19* ext/pathname/pathname.c (path_inspect): use PRIsVALUE to preservektsj
2013-05-19fix typos. Patch by k_takata.ktsj
2013-04-04* ext/pathname/pathname.c (path_write): New method.akr
2013-03-08* ext/pathname/pathname.c (path_f_pathname): rdoc for Pathname()zzak
2012-09-12pathname.c: suppress -Wcomment warningnobu
2012-09-12* ext/pathname/lib/pathname.rb: Documentation for Pathname.zzak
2012-05-23use RB_TYPE_P() instead of comparison of TYPE()nobu
2012-01-25* file.c (rb_enc_path_next, rb_enc_path_skip_prefix)nobu
2012-01-09* ext/pathname/pathname.c (path_entries): add document suggested byakr
2011-05-15* remove trailing spaces.nobu
2010-09-21* ext/pathname/pathname.c (path_f_pathname): Pathname() translatedakr
2010-09-20* ext/pathname/pathname.c (Init_pathname): Pathname#=~ undefinitionakr
2010-09-18* ext/pathname/pathname.c (path_unlink): Pathname#unlink andakr
2010-09-18* ext/pathname/pathname.c (path_each_entry): Pathname#each_entryakr
2010-09-16* ext/pathname/pathname.c (path_opendir): Pathname#opendir translatedakr
2010-09-15* ext/pathname/pathname.c (path_rmdir): Pathname#rmdir translatedakr
2010-09-15* ext/pathname/pathname.c (path_mkdir): Pathname#mkdir translatedakr
2010-09-14* ext/pathname/pathname.c (path_entries): Pathname#entries translatedakr
2010-09-14* ext/pathname/pathname.c (path_s_getwd): Pathname.getwd andakr
2010-09-13* ext/pathname/pathname.c (path_s_glob): Pathname.glob translatedakr