aboutsummaryrefslogtreecommitdiffstats
path: root/ext/pathname/lib
Commit message (Expand)AuthorAgeFilesLines
* disable rdoc for internal constants [ci skip]nobu2017-08-031-0/+2
* pathname.rb: UNC root pathname needs a separatornobu2017-06-161-1/+1
* * lib/open-uri.rb: Remove indicator for "frozen_string_literal: true".akr2015-11-101-2/+1
* Put an line before "frozen_string_literal: true" for emacs.akr2015-10-051-0/+1
* * ext/pathname/lib/pathname.rb: freeze string literals forakr2015-10-041-0/+1
* * ext/pathname/lib/pathname.rb (descend): Blockless form supported.akr2015-06-141-0/+16
* * ext/pathname/lib/pathname.rb: Remove condition of RUBY_VERSION <= 1.9.hsbt2015-05-141-7/+2
* pathname.rb: fix a Pathname#relative_path_from crash onnobu2014-09-151-1/+2
* * ext/pathname/lib/pathname.rb (cleanpath_aggressive): make allakr2014-05-051-0/+2
* * ext/pathname/lib/pathname.rb (Pathname#/): Aliased to Pathname#+.akr2014-05-051-0/+5
* 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
* * ext/pathname/lib/pathname.rb: Hide private methods from RDoc.drbrain2012-12-111-9/+9
* * ext/pathname/lib/pathname.rb: Documentation for Pathname.zzak2012-09-121-48/+89
* * 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