summaryrefslogtreecommitdiff
path: root/ext/pathname/lib
AgeCommit message (Expand)Author
2020-09-14Optimize Pathname#relative? / absolute?Marc-Andre Lafortune
2020-09-02Document limitation of Pathname#relative_path_from [ci skip]Jeremy Evans
2019-12-17Remove unnecessary double bangs from Pathname#root?Masataka Pocke Kuwabara
2018-12-18Pathname#relative_path_from uses is_a?akr
2018-12-16Pathname#relative_path_from compatible with mock.akr
2018-11-13Pathname: Have #relative_path_from accept String argument.marcandre
2018-08-10Pathname: Simplified Pathname#mountpoint?nobu
2018-03-13Improve Pathname performancewatson1978
2017-08-03disable rdoc for internal constants [ci skip]nobu
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