aboutsummaryrefslogtreecommitdiffstats
path: root/ext/pathname/pathname.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/pathname/pathname.c (path_size_p): Pathname#size? translated fromakr2010-09-091-0/+10
* * ext/pathname/pathname.c (path_size): Pathname#size translated fromakr2010-09-091-0/+10
* * ext/pathname/pathname.c (path_setgid_p): Pathname#setgid? translatedakr2010-09-081-0/+10
* * ext/pathname/pathname.c (path_setuid_p): Pathname#setuid? translatedakr2010-09-071-0/+10
* * ext/pathname/pathname.c (path_readable_real_p):akr2010-09-071-0/+10
* * ext/pathname/pathname.c (path_world_readable_p):akr2010-09-061-0/+10
* * ext/pathname/pathname.c (path_readable_p): Pathname#readable?akr2010-09-051-0/+10
* * ext/pathname/pathname.c (path_owned_p): Pathname#owned?akr2010-09-051-0/+10
* * ext/pathname/pathname.c (path_socket_p): Pathname#socket?akr2010-09-031-0/+10
* * ext/pathname/pathname.c (path_pipe_p): Pathname#pipe?akr2010-09-021-0/+10
* * ext/pathname/pathname.c (path_file_p): Pathname#file?akr2010-09-021-0/+10
* * ext/pathname/pathname.c (path_directory_p): Pathname#directory?akr2010-09-011-0/+10
* * ext/pathname/pathname.c (path_grpowned_p): Pathname#grpowned?akr2010-09-011-0/+10
* * ext/pathname/pathname.c (path_exist_p): Pathname#exist? translatedakr2010-08-311-0/+10
* * ext/pathname/pathname.c (path_executable_real_p):akr2010-08-301-0/+10
* * ext/pathname/pathname.c (path_.executable_p): Pathname#.executable?akr2010-08-291-0/+10
* * ext/pathname/pathname.c (path_chardev_p): Pathname#chardev?akr2010-08-281-0/+10