aboutsummaryrefslogtreecommitdiffstats
path: root/lib/pathname.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/pathname.rb (test_kernel_open): use File.identical?.akr2005-12-211-7/+3
* * lib/pathname.rb (Pathname#unlink): try Dir.unlink first toakr2005-07-101-2/+2
* doc fix.akr2005-07-021-1/+1
* * lib/pathname.rb (Pathname#unlink): use SystemCallError instead ofakr2005-05-151-1/+1
* * lib/pathname.rb (Pathname#unlink): unlink a symlink to a directoryakr2005-05-151-3/+3
* * lib/pathname.rb (cleanpath_aggressive): make it private.akr2004-12-121-2/+4
* * lib/pathname.rb (Pathname#initialize): fix pathname initializationakr2004-05-271-1/+9
* test Kernel.open accepts pathname object.akr2004-05-241-0/+15
* add tests.akr2004-04-261-0/+27
* * lib/pathname.rb: sync taint/freeze flag betweenakr2004-04-231-1/+33
* * lib/pathname.rb: use assert_raise instead of assert_raises.akr2004-02-111-2/+2
* Backported from CVS HEAD (documentation)gsinclair2004-01-111-104/+433
* 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