aboutsummaryrefslogtreecommitdiffstats
path: root/ext/pathname/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/pathname/pathname.c (path_f_pathname): Pathname() translatedakr2010-09-211-10/+0
* * ext/pathname/pathname.c (Init_pathname): Pathname#=~ undefinitionakr2010-09-201-4/+0
* * ext/pathname/pathname.c (path_unlink): Pathname#unlink andakr2010-09-181-13/+0
* * ext/pathname/pathname.c (path_each_entry): Pathname#each_entryakr2010-09-181-13/+0
* * ext/pathname/pathname.c (path_opendir): Pathname#opendir translatedakr2010-09-161-4/+0
* * ext/pathname/pathname.c (path_rmdir): Pathname#rmdir translatedakr2010-09-151-3/+0
* * ext/pathname/pathname.c (path_mkdir): Pathname#mkdir translatedakr2010-09-151-3/+0
* * ext/pathname/pathname.c (path_entries): Pathname#entries translatedakr2010-09-141-4/+0
* * ext/pathname/pathname.c (path_s_getwd): Pathname.getwd andakr2010-09-141-3/+0
* * ext/pathname/pathname.c (path_s_glob): Pathname.glob translatedakr2010-09-131-9/+0
* * ext/pathname/pathname.c (path_zero_p): Pathname#zero? translatedakr2010-09-131-7/+0
* * ext/pathname/pathname.c (path_writable_real_p):akr2010-09-121-3/+0
* * ext/pathname/pathname.c (path_world_writable_p):akr2010-09-121-3/+0
* * ext/pathname/pathname.c (path_writable_p): Pathname#writable?akr2010-09-121-3/+0
* * ext/pathname/pathname.c (path_symlink_p): Pathname#symlink?akr2010-09-101-3/+0
* * ext/pathname/pathname.c (path_sticky_p): Pathname#sticky? translatedakr2010-09-101-3/+0
* * ext/pathname/pathname.c (path_size_p): Pathname#size? translated fromakr2010-09-091-3/+0
* * ext/pathname/pathname.c (path_size): Pathname#size translated fromakr2010-09-091-3/+0
* * ext/pathname/pathname.c (path_setgid_p): Pathname#setgid? translatedakr2010-09-081-3/+0
* * ext/pathname/pathname.c (path_setuid_p): Pathname#setuid? translatedakr2010-09-071-3/+0
* * ext/pathname/pathname.c (path_readable_real_p):akr2010-09-071-3/+0
* * ext/pathname/pathname.c (path_world_readable_p):akr2010-09-061-3/+0
* * ext/pathname/pathname.c (path_readable_p): Pathname#readable?akr2010-09-051-3/+0
* * ext/pathname/pathname.c (path_owned_p): Pathname#owned?akr2010-09-051-3/+0
* * ext/pathname/pathname.c (path_socket_p): Pathname#socket?akr2010-09-031-3/+0
* * ext/pathname/pathname.c (path_pipe_p): Pathname#pipe?akr2010-09-021-3/+0
* * ext/pathname/pathname.c (path_file_p): Pathname#file?akr2010-09-021-3/+0
* * ext/pathname/pathname.c (path_directory_p): Pathname#directory?akr2010-09-011-3/+0
* * ext/pathname/pathname.c (path_grpowned_p): Pathname#grpowned?akr2010-09-011-3/+0
* * ext/pathname/pathname.c (path_exist_p): Pathname#exist? translatedakr2010-08-311-3/+0
* * ext/pathname/pathname.c (path_executable_real_p):akr2010-08-301-3/+0
* * ext/pathname/pathname.c (path_.executable_p): Pathname#.executable?akr2010-08-291-3/+0
* * ext/pathname/pathname.c (path_chardev_p): Pathname#chardev?akr2010-08-281-3/+0
* * ext/pathname/pathname.c (path_blockdev_p): Pathname#blockdev?akr2010-08-271-3/+0
* * ext/pathname/pathname.c (path_sysopen): Pathname#sysopen translatedakr2010-08-261-6/+0
* * ext/pathname/pathname.c (path_readlines): Pathname#readlinesakr2010-08-261-3/+0
* * ext/pathname/pathname.c (path_binread): Pathname#binread translatedakr2010-08-251-4/+0
* * ext/pathname/pathname.c (path_read): Pathname#read translated fromakr2010-08-241-3/+0
* * ext/pathname/pathname.c (path_each_line): Pathname#each_lineakr2010-08-231-10/+0
* * ext/pathname/pathname.c (path_split): Pathname#split translated fromakr2010-08-211-8/+0
* * ext/pathname/pathname.c (path_expand_path): Pathname#expand_pathakr2010-08-201-3/+0
* * ext/pathname/pathname.c (path_extname): Pathname#extname translatedakr2010-08-191-3/+0
* * ext/pathname/pathname.c (path_dirname): Pathname#dirname translatedakr2010-08-171-3/+0
* * ext/pathname/pathname.c (path_basename): Pathname#basename translatedakr2010-08-161-3/+0
* * ext/pathname/pathname.c (path_utime): Pathname#utime translatedakr2010-08-141-3/+0
* * ext/pathname/pathname.c (path_truncate): Pathname#truncate translatedakr2010-08-131-3/+0
* * ext/pathname/pathname.c (path_make_symlink): Pathname#make_symlinkakr2010-08-121-3/+0