summaryrefslogtreecommitdiffstats
path: root/lib/pathname.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/pathname.rb (Pathname::SAME_PATHS): FNM_SYSCASE is alwaysnobu2009-10-231-1/+1
* * lib/pathname.rb (Pathname#sub): suppress a warning. [ruby-dev:38488]akr2009-05-181-1/+1
* * lib/pathname.rb (Pathname#relative_path_from): compares pathnobu2009-03-281-2/+9
* * lib/pathname.rb (Pathname#sub): set $~ in block.binding.akr2009-03-171-1/+15
* update doc (add Pathname#binread)kazu2009-02-271-0/+1
* * lib/pathname.rb (Pathname#foreachline): removed wronglymatz2009-02-231-6/+0
* * lib/pathname.rb (Pathname#binread): added. [ruby-dev:37952]matz2009-02-211-1/+11
* * lib/pathname.rb: obsolete methods removed.akr2009-02-141-52/+0
* update rdoc.akr2009-01-311-2/+2
* rdoc update.akr2009-01-311-24/+24
* * lib/pathname.rb (Pathname#each_child): new method.akr2009-01-311-0/+31
* * lib/pathname.rb (Pathname#realdirpath): new method.akr2009-01-301-15/+40
* * lib/pathname.rb (chop_basename, prepend_prefix): use o option.nobu2009-01-261-2/+2
* * lib/pathname.rb (Pathname#=~): undefed. at asakusa.rb.akr2008-12-111-0/+4
* * lib/pathname.rb (each_filename): return Enumerator if no blockmame2008-09-231-0/+1
* trailing space removed.akr2008-09-141-5/+5
* * lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz2008-06-041-1/+1
* * lib/pathname.rb (Pathname#sub_ext): new method. [ruby-list:44608]akr2008-02-131-1/+12
* 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