index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
pathname.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
* prelude.rb (require_relative): use File.realpath. [ruby-dev:40040]
akr
2010-01-12
1
-57
/
+2
*
* lib/pathname.rb (Pathname::SAME_PATHS): FNM_SYSCASE is always
nobu
2009-10-23
1
-1
/
+1
*
* lib/pathname.rb (Pathname#sub): suppress a warning. [ruby-dev:38488]
akr
2009-05-18
1
-1
/
+1
*
* lib/pathname.rb (Pathname#relative_path_from): compares path
nobu
2009-03-28
1
-2
/
+9
*
* lib/pathname.rb (Pathname#sub): set $~ in block.binding.
akr
2009-03-17
1
-1
/
+15
*
update doc (add Pathname#binread)
kazu
2009-02-27
1
-0
/
+1
*
* lib/pathname.rb (Pathname#foreachline): removed wrongly
matz
2009-02-23
1
-6
/
+0
*
* lib/pathname.rb (Pathname#binread): added. [ruby-dev:37952]
matz
2009-02-21
1
-1
/
+11
*
* lib/pathname.rb: obsolete methods removed.
akr
2009-02-14
1
-52
/
+0
*
update rdoc.
akr
2009-01-31
1
-2
/
+2
*
rdoc update.
akr
2009-01-31
1
-24
/
+24
*
* lib/pathname.rb (Pathname#each_child): new method.
akr
2009-01-31
1
-0
/
+31
*
* lib/pathname.rb (Pathname#realdirpath): new method.
akr
2009-01-30
1
-15
/
+40
*
* lib/pathname.rb (chop_basename, prepend_prefix): use o option.
nobu
2009-01-26
1
-2
/
+2
*
* lib/pathname.rb (Pathname#=~): undefed. at asakusa.rb.
akr
2008-12-11
1
-0
/
+4
*
* lib/pathname.rb (each_filename): return Enumerator if no block
mame
2008-09-23
1
-0
/
+1
*
trailing space removed.
akr
2008-09-14
1
-5
/
+5
*
* lib/rdoc.rb: massive spelling correction patch from Evan Farrar
matz
2008-06-04
1
-1
/
+1
*
* lib/pathname.rb (Pathname#sub_ext): new method. [ruby-list:44608]
akr
2008-02-13
1
-1
/
+12
*
update doc.
akr
2006-07-08
1
-0
/
+4
*
* lib/pathname.rb (Kernel#Pathname): new method.
akr
2006-06-17
1
-3
/
+28
*
* lib/pathname.rb: use a subclass for instantiation except
akr
2006-04-04
1
-21
/
+23
*
* lib/pathname.rb (Pathname#each_filename): use split_names properly.
akr
2006-02-22
1
-1
/
+2
*
* lib/pathname.rb: use File.basename to decompose pathnames.
akr
2005-11-26
1
-527
/
+235
*
* lib/pathname.rb (Pathname#sub): new method.
akr
2005-09-23
1
-1
/
+9
*
* lib/pathname.rb (Pathname#descend): Pathname.new("./a/b/c").descend
akr
2005-09-03
1
-18
/
+29
*
* lib/pathname.rb (Pathname#descend): new method.
akr
2005-08-28
1
-0
/
+96
*
* lib/pathname.rb (Pathname#unlink): try Dir.unlink first to
akr
2005-07-10
1
-2
/
+2
*
doc fix.
akr
2005-07-02
1
-1
/
+1
*
* lib/pathname.rb (Pathname#unlink): use SystemCallError instead of
akr
2005-05-15
1
-1
/
+1
*
* lib/pathname.rb (Pathname#unlink): unlink a symlink to a directory
akr
2005-05-15
1
-3
/
+3
*
* lib/pathname.rb (cleanpath_aggressive): make it private.
akr
2004-12-12
1
-2
/
+4
*
* lib/pathname.rb (Pathname#initialize): fix pathname initialization
akr
2004-05-27
1
-1
/
+9
*
test Kernel.open accepts pathname object.
akr
2004-05-24
1
-1
/
+12
*
* io.c (rb_f_open): open should not ignore block when "to_open"
matz
2004-05-08
1
-4
/
+0
*
add a test for Kernel.open(Pathname.new(...)) { ... }.
akr
2004-05-07
1
-0
/
+4
*
add tests.
akr
2004-04-26
1
-0
/
+27
*
* lib/pathname.rb: sync taint/freeze flag between
akr
2004-04-23
1
-1
/
+33
*
update the document for to_path.
akr
2004-04-07
1
-1
/
+1
*
* file.c (rb_get_path): get path string via "to_path" method if
matz
2004-04-07
1
-1
/
+1
*
* error.c (Init_Exception): remove Exception#to_str. [Ruby2]
matz
2004-04-05
1
-0
/
+4
*
* lib/pathname.rb: use assert_raise instead of assert_raises.
akr
2004-02-11
1
-4
/
+4
*
* variable.c (rb_set_class_path): do not set path if
matz
2004-01-19
1
-2
/
+2
*
* parse.y (primary): allow no "when" case. [ruby-dev:22578]
matz
2004-01-13
1
-0
/
+8
*
* lib/pathname.rb: Corrected small coding error.
gsinclair
2003-12-31
1
-2
/
+2
*
* lib/pathname.rb: Completed documentation.
gsinclair
2003-12-31
1
-107
/
+266
*
Re-applied revision 1.21 as its changes were lost on the way to 1.22
gsinclair
2003-12-30
1
-0
/
+2
*
* lib/pathname.rb: Added documentation.
gsinclair
2003-12-29
1
-18
/
+186
*
lib/pathname.rb (PathnameTest#test_plus): add 2 assertions.
akr
2003-12-26
1
-0
/
+2
*
lib/pathname.rb (Pathname#+): re-implemented to resolve ".." in
akr
2003-12-21
1
-27
/
+61
[next]