aboutsummaryrefslogtreecommitdiffstats
path: root/ext/pathname/pathname.c
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 9241211538189a58b477bd55b539357617fd42ed: [Backport #17589]nagachika2021-02-201-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
* * ext/pathname/pathname.c (path_each_entry): Pathname#each_entryakr2010-09-181-0/+22
* * ext/pathname/pathname.c (path_opendir): Pathname#opendir translatedakr2010-09-161-0/+13
* * ext/pathname/pathname.c (path_rmdir): Pathname#rmdir translatedakr2010-09-151-0/+10
* * ext/pathname/pathname.c (path_mkdir): Pathname#mkdir translatedakr2010-09-151-0/+15
* * ext/pathname/pathname.c (path_entries): Pathname#entries translatedakr2010-09-141-0/+25
* * ext/pathname/pathname.c (path_s_getwd): Pathname.getwd andakr2010-09-141-0/+13
* * ext/pathname/pathname.c (path_s_glob): Pathname.glob translatedakr2010-09-131-0/+34
* * ext/pathname/pathname.c (path_zero_p): Pathname#zero? translatedakr2010-09-131-0/+10
* * ext/pathname/pathname.c (path_writable_real_p):akr2010-09-121-0/+10
* * ext/pathname/pathname.c (path_world_writable_p):akr2010-09-121-0/+10
* * ext/pathname/pathname.c (path_writable_p): Pathname#writable?akr2010-09-121-0/+10
* * ext/pathname/pathname.c (path_symlink_p): Pathname#symlink?akr2010-09-101-0/+10
* * ext/pathname/pathname.c (path_sticky_p): Pathname#sticky? translatedakr2010-09-101-0/+10