summaryrefslogtreecommitdiffstats
path: root/lib/pathname.rb
Commit message (Expand)AuthorAgeFilesLines
* update doc.akr2006-07-081-0/+4
* * lib/pathname.rb (Kernel#Pathname): new method.akr2006-06-171-3/+28
* * lib/pathname.rb: use a subclass for instantiation exceptakr2006-04-041-21/+23
* * lib/pathname.rb (Pathname#each_filename): use split_names properly.akr2006-02-221-1/+2
* * lib/pathname.rb: use File.basename to decompose pathnames.akr2005-11-261-527/+235
* * lib/pathname.rb (Pathname#sub): new method.akr2005-09-231-1/+9
* * lib/pathname.rb (Pathname#descend): Pathname.new("./a/b/c").descendakr2005-09-031-18/+29
* * lib/pathname.rb (Pathname#descend): new method.akr2005-08-281-0/+96
* * 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-1/+12
* * io.c (rb_f_open): open should not ignore block when "to_open"matz2004-05-081-4/+0
* add a test for Kernel.open(Pathname.new(...)) { ... }.akr2004-05-071-0/+4
* add tests.akr2004-04-261-0/+27
* * lib/pathname.rb: sync taint/freeze flag betweenakr2004-04-231-1/+33
* update the document for to_path.akr2004-04-071-1/+1
* * file.c (rb_get_path): get path string via "to_path" method ifmatz2004-04-071-1/+1
* * error.c (Init_Exception): remove Exception#to_str. [Ruby2]matz2004-04-051-0/+4
* * 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