index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pathname.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lib/rdoc.rb: massive spelling correction patch from Evan Farrar
matz
2008-06-04
1
-1
/
+1
*
* lib/pathname.rb (Pathname#sub_ext): new method. [ruby-list:44608]
akr
2008-02-13
1
-1
/
+12
*
update doc.
akr
2006-07-08
1
-0
/
+4
*
* lib/pathname.rb (Kernel#Pathname): new method.
akr
2006-06-17
1
-3
/
+28
*
* lib/pathname.rb: use a subclass for instantiation except
akr
2006-04-04
1
-21
/
+23
*
* lib/pathname.rb (Pathname#each_filename): use split_names properly.
akr
2006-02-22
1
-1
/
+2
*
* lib/pathname.rb: use File.basename to decompose pathnames.
akr
2005-11-26
1
-527
/
+235
*
* lib/pathname.rb (Pathname#sub): new method.
akr
2005-09-23
1
-1
/
+9
*
* lib/pathname.rb (Pathname#descend): Pathname.new("./a/b/c").descend
akr
2005-09-03
1
-18
/
+29
*
* lib/pathname.rb (Pathname#descend): new method.
akr
2005-08-28
1
-0
/
+96
*
* lib/pathname.rb (Pathname#unlink): try Dir.unlink first to
akr
2005-07-10
1
-2
/
+2
*
doc fix.
akr
2005-07-02
1
-1
/
+1
*
* lib/pathname.rb (Pathname#unlink): use SystemCallError instead of
akr
2005-05-15
1
-1
/
+1
*
* lib/pathname.rb (Pathname#unlink): unlink a symlink to a directory
akr
2005-05-15
1
-3
/
+3
*
* lib/pathname.rb (cleanpath_aggressive): make it private.
akr
2004-12-12
1
-2
/
+4
*
* lib/pathname.rb (Pathname#initialize): fix pathname initialization
akr
2004-05-27
1
-1
/
+9
*
test Kernel.open accepts pathname object.
akr
2004-05-24
1
-1
/
+12
*
* io.c (rb_f_open): open should not ignore block when "to_open"
matz
2004-05-08
1
-4
/
+0
*
add a test for Kernel.open(Pathname.new(...)) { ... }.
akr
2004-05-07
1
-0
/
+4
*
add tests.
akr
2004-04-26
1
-0
/
+27
*
* lib/pathname.rb: sync taint/freeze flag between
akr
2004-04-23
1
-1
/
+33
*
update the document for to_path.
akr
2004-04-07
1
-1
/
+1
*
* file.c (rb_get_path): get path string via "to_path" method if
matz
2004-04-07
1
-1
/
+1
*
* error.c (Init_Exception): remove Exception#to_str. [Ruby2]
matz
2004-04-05
1
-0
/
+4
*
* lib/pathname.rb: use assert_raise instead of assert_raises.
akr
2004-02-11
1
-4
/
+4
*
* variable.c (rb_set_class_path): do not set path if
matz
2004-01-19
1
-2
/
+2
*
* parse.y (primary): allow no "when" case. [ruby-dev:22578]
matz
2004-01-13
1
-0
/
+8
*
* lib/pathname.rb: Corrected small coding error.
gsinclair
2003-12-31
1
-2
/
+2
*
* lib/pathname.rb: Completed documentation.
gsinclair
2003-12-31
1
-107
/
+266
*
Re-applied revision 1.21 as its changes were lost on the way to 1.22
gsinclair
2003-12-30
1
-0
/
+2
*
* lib/pathname.rb: Added documentation.
gsinclair
2003-12-29
1
-18
/
+186
*
lib/pathname.rb (PathnameTest#test_plus): add 2 assertions.
akr
2003-12-26
1
-0
/
+2
*
lib/pathname.rb (Pathname#+): re-implemented to resolve ".." in
akr
2003-12-21
1
-27
/
+61
*
* lib/pathname.rb (Pathname#link, Pathname#symlink): obsoleted.
akr
2003-12-03
1
-2
/
+16
*
previous change refined.
akr
2003-11-28
1
-3
/
+4
*
* lib/pathname.rb (Pathname#realpath): obsolete the force_absolute
akr
2003-11-28
1
-3
/
+5
*
add document that pathname.rb supports only Unix style pathnames.
akr
2003-11-25
1
-0
/
+1
*
(Pathname#parent): if self is `.', return `..'.
akr
2003-11-07
1
-11
/
+44
*
lib/pathname.rb (Pathname#+): if self or the argument is `.', return another.
akr
2003-11-07
1
-0
/
+10
*
* lib/pathname.rb (Pathname#+): return the argument if self is `.'.
akr
2003-11-07
1
-2
/
+4
*
* re.c (rb_reg_s_union, Init_Regexp): new method `Regexp.union'.
akr
2003-10-29
1
-32
/
+36
*
* lib/pathname.rb (foreachline, dir_foreach): add obsolete warning.
akr
2003-10-19
1
-9
/
+10
*
* lib/pathname.rb (realpath): make ELOOP check bit more robust.
akr
2003-10-13
1
-9
/
+39
*
fix previous change.
akr
2003-10-11
1
-1
/
+3
*
* lib/pathname.rb (realpath): check existence of the file.
akr
2003-10-11
1
-1
/
+1
*
* lib/pathname.rb (realpath): re-implemented.
akr
2003-10-11
1
-54
/
+32
*
* lib/pathname.rb (realpath_rec): fix handling of symlink to absolute
akr
2003-10-11
1
-6
/
+8
*
* lib/pathname.rb: version information is added in document.
akr
2003-10-05
1
-3
/
+39
*
* lib/pathname.rb (initialize): raise ArgumentError if argument has
akr
2003-10-04
1
-19
/
+107
*
* lib/pathname.rb (initialize): duplicate and freeze argument.
akr
2003-10-03
1
-3
/
+24
[next]