index
:
ruby.git
master
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_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
pathname.rb
Age
Commit message (
Expand
)
Author
2006-07-08
update doc.
akr
2006-06-17
* lib/pathname.rb: backport from 1.9.
akr
2005-12-21
* lib/pathname.rb (test_kernel_open): use File.identical?.
akr
2005-07-10
* lib/pathname.rb (Pathname#unlink): try Dir.unlink first to
akr
2005-07-02
doc fix.
akr
2005-05-15
* lib/pathname.rb (Pathname#unlink): use SystemCallError instead of
akr
2005-05-15
* lib/pathname.rb (Pathname#unlink): unlink a symlink to a directory
akr
2004-12-12
* lib/pathname.rb (cleanpath_aggressive): make it private.
akr
2004-05-27
* lib/pathname.rb (Pathname#initialize): fix pathname initialization
akr
2004-05-24
test Kernel.open accepts pathname object.
akr
2004-04-26
add tests.
akr
2004-04-23
* lib/pathname.rb: sync taint/freeze flag between
akr
2004-02-11
* lib/pathname.rb: use assert_raise instead of assert_raises.
akr
2004-01-11
Backported from CVS HEAD (documentation)
gsinclair
2003-12-26
lib/pathname.rb (PathnameTest#test_plus): add 2 assertions.
akr
2003-12-21
lib/pathname.rb (Pathname#+): re-implemented to resolve ".." in
akr
2003-12-03
* lib/pathname.rb (Pathname#link, Pathname#symlink): obsoleted.
akr
2003-11-28
previous change refined.
akr
2003-11-28
* lib/pathname.rb (Pathname#realpath): obsolete the force_absolute
akr
2003-11-25
add document that pathname.rb supports only Unix style pathnames.
akr
2003-11-07
(Pathname#parent): if self is `.', return `..'.
akr
2003-11-07
lib/pathname.rb (Pathname#+): if self or the argument is `.', return another.
akr
2003-11-07
* lib/pathname.rb (Pathname#+): return the argument if self is `.'.
akr
2003-10-29
* re.c (rb_reg_s_union, Init_Regexp): new method `Regexp.union'.
akr
2003-10-19
* lib/pathname.rb (foreachline, dir_foreach): add obsolete warning.
akr
2003-10-13
* lib/pathname.rb (realpath): make ELOOP check bit more robust.
akr
2003-10-11
fix previous change.
akr
2003-10-11
* lib/pathname.rb (realpath): check existence of the file.
akr
2003-10-11
* lib/pathname.rb (realpath): re-implemented.
akr
2003-10-11
* lib/pathname.rb (realpath_rec): fix handling of symlink to absolute
akr
2003-10-05
* lib/pathname.rb: version information is added in document.
akr
2003-10-04
* lib/pathname.rb (initialize): raise ArgumentError if argument has
akr
2003-10-03
* lib/pathname.rb (initialize): duplicate and freeze argument.
akr
2003-09-18
lib/pathname.rb: update document.
akr
2003-07-24
* lib/pathname.rb: added.
akr