aboutsummaryrefslogtreecommitdiffstats
path: root/lib/pathname.rb
Commit message (Expand)AuthorAgeFilesLines
* lib/pathname.rb (Pathname#+): re-implemented to resolve ".." inakr2003-12-211-27/+61
* * lib/pathname.rb (Pathname#link, Pathname#symlink): obsoleted.akr2003-12-031-2/+16
* previous change refined.akr2003-11-281-3/+4
* * lib/pathname.rb (Pathname#realpath): obsolete the force_absoluteakr2003-11-281-3/+5
* add document that pathname.rb supports only Unix style pathnames.akr2003-11-251-0/+1
* (Pathname#parent): if self is `.', return `..'.akr2003-11-071-11/+44
* lib/pathname.rb (Pathname#+): if self or the argument is `.', return another.akr2003-11-071-0/+10
* * lib/pathname.rb (Pathname#+): return the argument if self is `.'.akr2003-11-071-2/+4
* * re.c (rb_reg_s_union, Init_Regexp): new method `Regexp.union'.akr2003-10-291-32/+36
* * lib/pathname.rb (foreachline, dir_foreach): add obsolete warning.akr2003-10-191-9/+10
* * lib/pathname.rb (realpath): make ELOOP check bit more robust.akr2003-10-131-9/+39
* fix previous change.akr2003-10-111-1/+3
* * lib/pathname.rb (realpath): check existence of the file.akr2003-10-111-1/+1
* * lib/pathname.rb (realpath): re-implemented.akr2003-10-111-54/+32
* * lib/pathname.rb (realpath_rec): fix handling of symlink to absoluteakr2003-10-111-6/+8
* * lib/pathname.rb: version information is added in document.akr2003-10-051-3/+39
* * lib/pathname.rb (initialize): raise ArgumentError if argument hasakr2003-10-041-19/+107
* * lib/pathname.rb (initialize): duplicate and freeze argument.akr2003-10-031-3/+24
* lib/pathname.rb: update document.akr2003-09-181-3/+5
* * lib/pathname.rb: added.akr2003-07-241-0/+523