summaryrefslogtreecommitdiff
path: root/ext/pathname/lib
AgeCommit message (Expand)Author
2017-06-16pathname.rb: UNC root pathname needs a separatornobu
2015-11-10* lib/open-uri.rb: Remove indicator for "frozen_string_literal: true".akr
2015-10-05Put an line before "frozen_string_literal: true" for emacs.akr
2015-10-04* ext/pathname/lib/pathname.rb: freeze string literals forakr
2015-06-14* ext/pathname/lib/pathname.rb (descend): Blockless form supported.akr
2015-05-14* ext/pathname/lib/pathname.rb: Remove condition of RUBY_VERSION <= 1.9.hsbt
2014-09-15pathname.rb: fix a Pathname#relative_path_from crash onnobu
2014-05-05* ext/pathname/lib/pathname.rb (cleanpath_aggressive): make allakr
2014-05-05* ext/pathname/lib/pathname.rb (Pathname#/): Aliased to Pathname#+.akr
2014-04-02Fix error with empty args.kazu
2014-03-25remove unnecessary unshiftkazu
2014-03-04* ext/pathname/lib/pathname.rb (Pathname#find): add "ignore_error"ktsj
2012-12-11* ext/pathname/lib/pathname.rb: Hide private methods from RDoc.drbrain
2012-09-12* ext/pathname/lib/pathname.rb: Documentation for Pathname.zzak
2011-11-19* lib/pathname.rb (Pathname#find): return an enumerator ifakr
2011-11-05* ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj
2011-08-26* ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patchdrbrain
2010-09-21* ext/pathname/pathname.c (path_f_pathname): Pathname() translatedakr
2010-09-20* ext/pathname/pathname.c (Init_pathname): Pathname#=~ undefinitionakr
2010-09-18* ext/pathname/pathname.c (path_unlink): Pathname#unlink andakr
2010-09-18* ext/pathname/pathname.c (path_each_entry): Pathname#each_entryakr
2010-09-16* ext/pathname/pathname.c (path_opendir): Pathname#opendir translatedakr
2010-09-15* ext/pathname/pathname.c (path_rmdir): Pathname#rmdir translatedakr
2010-09-15* ext/pathname/pathname.c (path_mkdir): Pathname#mkdir translatedakr
2010-09-14* ext/pathname/pathname.c (path_entries): Pathname#entries translatedakr
2010-09-14* ext/pathname/pathname.c (path_s_getwd): Pathname.getwd andakr
2010-09-13* ext/pathname/pathname.c (path_s_glob): Pathname.glob translatedakr
2010-09-13* ext/pathname/pathname.c (path_zero_p): Pathname#zero? translatedakr
2010-09-12* ext/pathname/pathname.c (path_writable_real_p):akr
2010-09-12* ext/pathname/pathname.c (path_world_writable_p):akr
2010-09-12* ext/pathname/pathname.c (path_writable_p): Pathname#writable?akr
2010-09-10* ext/pathname/pathname.c (path_symlink_p): Pathname#symlink?akr
2010-09-10* ext/pathname/pathname.c (path_sticky_p): Pathname#sticky? translatedakr
2010-09-09* ext/pathname/pathname.c (path_size_p): Pathname#size? translated fromakr
2010-09-09* ext/pathname/pathname.c (path_size): Pathname#size translated fromakr
2010-09-08* ext/pathname/pathname.c (path_setgid_p): Pathname#setgid? translatedakr
2010-09-07* ext/pathname/pathname.c (path_setuid_p): Pathname#setuid? translatedakr
2010-09-07* ext/pathname/pathname.c (path_readable_real_p):akr
2010-09-06* ext/pathname/pathname.c (path_world_readable_p):akr
2010-09-05* ext/pathname/pathname.c (path_readable_p): Pathname#readable?akr
2010-09-05* ext/pathname/pathname.c (path_owned_p): Pathname#owned?akr
2010-09-03* ext/pathname/pathname.c (path_socket_p): Pathname#socket?akr
2010-09-02* ext/pathname/pathname.c (path_pipe_p): Pathname#pipe?akr
2010-09-02* ext/pathname/pathname.c (path_file_p): Pathname#file?akr
2010-09-01* ext/pathname/pathname.c (path_directory_p): Pathname#directory?akr
2010-09-01* ext/pathname/pathname.c (path_grpowned_p): Pathname#grpowned?akr
2010-08-31* ext/pathname/pathname.c (path_exist_p): Pathname#exist? translatedakr
2010-08-30* ext/pathname/pathname.c (path_executable_real_p):akr
2010-08-29* ext/pathname/pathname.c (path_.executable_p): Pathname#.executable?akr
2010-08-28* ext/pathname/pathname.c (path_chardev_p): Pathname#chardev?akr