summaryrefslogtreecommitdiff
path: root/lib/pathname.rb
AgeCommit message (Expand)Author
2006-07-08update 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 toakr
2005-07-02doc fix.akr
2005-05-15* lib/pathname.rb (Pathname#unlink): use SystemCallError instead ofakr
2005-05-15* lib/pathname.rb (Pathname#unlink): unlink a symlink to a directoryakr
2004-12-12* lib/pathname.rb (cleanpath_aggressive): make it private.akr
2004-05-27* lib/pathname.rb (Pathname#initialize): fix pathname initializationakr
2004-05-24test Kernel.open accepts pathname object.akr
2004-04-26add tests.akr
2004-04-23* lib/pathname.rb: sync taint/freeze flag betweenakr
2004-02-11* lib/pathname.rb: use assert_raise instead of assert_raises.akr
2004-01-11Backported from CVS HEAD (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