summaryrefslogtreecommitdiff
path: root/lib/pathname.rb
AgeCommit message (Expand)Author
2004-01-19* variable.c (rb_set_class_path): do not set path ifmatz
2004-01-13* parse.y (primary): allow no "when" case. [ruby-dev:22578]matz
2003-12-31 * lib/pathname.rb: Corrected small coding error.gsinclair
2003-12-31 * lib/pathname.rb: Completed documentation.gsinclair
2003-12-30Re-applied revision 1.21 as its changes were lost on the way to 1.22gsinclair
2003-12-29 * lib/pathname.rb: Added documentation.gsinclair
2003-12-26lib/pathname.rb (PathnameTest#test_plus): add 2 assertions.akr
2003-12-21lib/pathname.rb (Pathname#+): re-implemented to resolve ".." inakr
2003-12-03* lib/pathname.rb (Pathname#link, Pathname#symlink): obsoleted.akr
2003-11-28previous change refined.akr
2003-11-28* lib/pathname.rb (Pathname#realpath): obsolete the force_absoluteakr
2003-11-25add document that pathname.rb supports only Unix style pathnames.akr
2003-11-07(Pathname#parent): if self is `.', return `..'.akr
2003-11-07lib/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-11fix 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 absoluteakr
2003-10-05* lib/pathname.rb: version information is added in document.akr
2003-10-04* lib/pathname.rb (initialize): raise ArgumentError if argument hasakr
2003-10-03* lib/pathname.rb (initialize): duplicate and freeze argument.akr
2003-09-18lib/pathname.rb: update document.akr
2003-07-24* lib/pathname.rb: added.akr