aboutsummaryrefslogtreecommitdiffstats
path: root/ext/pathname
Commit message (Expand)AuthorAgeFilesLines
* Fix error with empty args.kazu2014-04-021-0/+1
* remove unnecessary unshiftkazu2014-03-251-2/+1
* * ext/pathname/lib/pathname.rb (Pathname#find): add "ignore_error"ktsj2014-03-041-4/+4
* 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/-test-/debug/depend: New file.akr2013-04-141-0/+3
* * 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
* * ext/pathname/lib/pathname.rb: Hide private methods from RDoc.drbrain2012-12-111-9/+9
* pathname.c: suppress -Wcomment warningnobu2012-09-121-1/+1
* * ext/pathname/lib/pathname.rb: Documentation for Pathname.zzak2012-09-122-148/+314
* 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
* * lib/pathname.rb (Pathname#find): return an enumerator ifakr2011-11-191-0/+3
* * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj2011-11-051-1/+1
* * ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patchdrbrain2011-08-261-2/+2
* * remove trailing spaces.nobu2011-05-151-9/+9
* * ext/pathname/pathname.c (path_f_pathname): Pathname() translatedakr2010-09-212-10/+12
* * ext/pathname/pathname.c (Init_pathname): Pathname#=~ undefinitionakr2010-09-202-4/+1
* * ext/pathname/pathname.c (path_unlink): Pathname#unlink andakr2010-09-182-13/+26
* * ext/pathname/pathname.c (path_each_entry): Pathname#each_entryakr2010-09-182-13/+22
* * ext/pathname/pathname.c (path_opendir): Pathname#opendir translatedakr2010-09-162-4/+13
* * ext/pathname/pathname.c (path_rmdir): Pathname#rmdir translatedakr2010-09-152-3/+10
* * ext/pathname/pathname.c (path_mkdir): Pathname#mkdir translatedakr2010-09-152-3/+15
* * ext/pathname/pathname.c (path_entries): Pathname#entries translatedakr2010-09-142-4/+25
* * ext/pathname/pathname.c (path_s_getwd): Pathname.getwd andakr2010-09-142-3/+13
* * ext/pathname/pathname.c (path_s_glob): Pathname.glob translatedakr2010-09-132-9/+34
* * ext/pathname/pathname.c (path_zero_p): Pathname#zero? translatedakr2010-09-132-7/+10
* * ext/pathname/pathname.c (path_writable_real_p):akr2010-09-122-3/+10
* * ext/pathname/pathname.c (path_world_writable_p):akr2010-09-122-3/+10
* * ext/pathname/pathname.c (path_writable_p): Pathname#writable?akr2010-09-122-3/+10
* * ext/pathname/pathname.c (path_symlink_p): Pathname#symlink?akr2010-09-102-3/+10
* * ext/pathname/pathname.c (path_sticky_p): Pathname#sticky? translatedakr2010-09-102-3/+10
* * ext/pathname/pathname.c (path_size_p): Pathname#size? translated fromakr2010-09-092-3/+10
* * ext/pathname/pathname.c (path_size): Pathname#size translated fromakr2010-09-092-3/+10
* * ext/pathname/pathname.c (path_setgid_p): Pathname#setgid? translatedakr2010-09-082-3/+10
* * ext/pathname/pathname.c (path_setuid_p): Pathname#setuid? translatedakr2010-09-072-3/+10
* * ext/pathname/pathname.c (path_readable_real_p):akr2010-09-072-3/+10
* * ext/pathname/pathname.c (path_world_readable_p):akr2010-09-062-3/+10
* * ext/pathname/pathname.c (path_readable_p): Pathname#readable?akr2010-09-052-3/+10
* * ext/pathname/pathname.c (path_owned_p): Pathname#owned?akr2010-09-052-3/+10
* * ext/pathname/pathname.c (path_socket_p): Pathname#socket?akr2010-09-032-3/+10
* * ext/pathname/pathname.c (path_pipe_p): Pathname#pipe?akr2010-09-022-3/+10
* * ext/pathname/pathname.c (path_file_p): Pathname#file?akr2010-09-022-3/+10
* * ext/pathname/pathname.c (path_directory_p): Pathname#directory?akr2010-09-012-3/+10
* * ext/pathname/pathname.c (path_grpowned_p): Pathname#grpowned?akr2010-09-012-3/+10
* * ext/pathname/pathname.c (path_exist_p): Pathname#exist? translatedakr2010-08-312-3/+10