aboutsummaryrefslogtreecommitdiffstats
path: root/lib/pathname.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/pathname.rb: use assert_raise instead of assert_raises.akr2004-02-111-4/+4
* * variable.c (rb_set_class_path): do not set path ifmatz2004-01-191-2/+2
* * parse.y (primary): allow no "when" case. [ruby-dev:22578]matz2004-01-131-0/+8
* * lib/pathname.rb: Corrected small coding error.gsinclair2003-12-311-2/+2
* * lib/pathname.rb: Completed documentation.gsinclair2003-12-311-107/+266
* Re-applied revision 1.21 as its changes were lost on the way to 1.22gsinclair2003-12-301-0/+2
* * lib/pathname.rb: Added documentation.gsinclair2003-12-291-18/+186
* lib/pathname.rb (PathnameTest#test_plus): add 2 assertions.akr2003-12-261-0/+2
* 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