aboutsummaryrefslogtreecommitdiffstats
path: root/ext/pathname/pathname.c
Commit message (Expand)AuthorAgeFilesLines
* [ruby/pathname] Remove taint/untaint methods because they should be removed s...Hiroshi SHIBATA2023-03-271-28/+0
* Expand tabs [ci skip]Takashi Kokubun2022-07-211-1/+1
* [ruby/pathname] Implement Pathname#lutimeAkinori MUSHA2022-04-211-0/+17
* [ruby/pathname] Make Pathname#each_entry return enumerator if called without ...Jeremy Evans2022-01-071-0/+1
* [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
* 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
* 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
* Delegates 3 arguments for Pathname.glob.Tanaka Akira2019-07-141-2/+2
* Try statx syscallnobu2019-02-201-1/+2
* Use File class methods to avoid pipe executionakr2018-12-121-12/+12
* 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
* extract IDsnobu2017-08-031-81/+168
* Pathname#empty? implemented.akr2016-11-051-0/+17
* pathname.c: unnormalized Fixnum valuenobu2016-11-041-1/+5
* rb_funcallvnobu2016-07-291-10/+10
* * file.c: NotImplementedError is raised if birthtime is unavailable.zzak2015-01-191-1/+1
* protoize no-arguments functionsnobu2014-09-301-1/+1
* * 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-281-0/+21
* 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/pathname/pathname.c (path_write): New method.akr2013-04-041-0/+44
* * ext/pathname/pathname.c (path_f_pathname): rdoc for Pathname()zzak2013-03-081-1/+14
* pathname.c: suppress -Wcomment warningnobu2012-09-121-1/+1
* * ext/pathname/lib/pathname.rb: Documentation for Pathname.zzak2012-09-121-100/+225
* use RB_TYPE_P() instead of comparison of TYPE()nobu2012-05-231-2/+2
* * file.c (rb_enc_path_next, rb_enc_path_skip_prefix)nobu2012-01-251-3/+4
* * ext/pathname/pathname.c (path_entries): add document suggested byakr2012-01-091-0/+19
* * remove trailing spaces.nobu2011-05-151-9/+9
* * ext/pathname/pathname.c (path_f_pathname): Pathname() translatedakr2010-09-211-0/+12
* * ext/pathname/pathname.c (Init_pathname): Pathname#=~ undefinitionakr2010-09-201-0/+1
* * ext/pathname/pathname.c (path_unlink): Pathname#unlink andakr2010-09-181-0/+26