aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathname
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/pathname.rb (Pathname#sub_ext): new method. [ruby-list:44608]akr2008-02-131-0/+11
* * include/ruby/ruby.h (FilePathStringValue): defined. similar toakr2007-12-091-0/+28
* fix test.akr2007-11-131-2/+1
* * eval.c (rb_f_send): allow send/__send__ to call methods of allmatz2007-11-041-9/+3
* specify prefix for Dir.mktmpdir.akr2007-10-241-1/+1
* use Dir.mktmpdir.akr2007-10-241-6/+2
* check codepage for SJIS pathname test.akr2007-09-281-1/+4
* * test/ruby/test_dir.rb (TestDir::setup): ?c now makes a string.matz2007-08-241-1/+1
* * lib/pathname.rb (Kernel#Pathname): new method.akr2006-06-171-3/+22
* * lib/pathname.rb (Pathname#each_filename): use split_names properly.akr2006-02-221-0/+6
* * test/pathname/test_pathname.rb (test_kernel_open): useakr2005-12-211-5/+1
* require tempdir instead of tempfile.akr2005-12-151-1/+1
* * lib/pathname.rb: use File.basename to decompose pathnames.akr2005-11-261-0/+465