aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathname
Commit message (Expand)AuthorAgeFilesLines
...
* * file.c (rb_enc_path_next, rb_enc_path_skip_prefix)nobu2012-01-251-6/+2
* * lib/pathname.rb (Pathname#find): return an enumerator ifakr2011-11-191-0/+4
* * test/ruby/test_io.rb (test_copy_stream_socket): wait a child processakr2011-06-151-13/+19
* * lib/test/unit.rb (assert_include): add alias.nobu2011-02-121-1/+1
* * test/pathname/test_pathname.rb (TestPathname#test_grpowned?): theakr2010-10-291-0/+1
* * test/pathname/test_pathname.rb (TestPathname#test_mkdir): fix typo.kazu2010-09-201-1/+1
* * ext/pathname/pathname.c (path_mkdir): Pathname#mkdir translatedakr2010-09-151-0/+2
* * ext/pathname/pathname.c (path_s_getwd): Pathname.getwd andakr2010-09-141-0/+5
* * ext/pathname/pathname.c (path_s_glob): Pathname.glob translatedakr2010-09-131-0/+4
* * test/pathname/test_pathname.rb (test_expand_path): should treat drive letter.usa2010-08-291-5/+10
* * ext/pathname/pathname.c (path_each_line): Pathname#each_lineakr2010-08-231-0/+17
* * ext/pathname/pathname.c (path_expand_path): Pathname#expand_pathakr2010-08-201-0/+8
* * ext/pathname/pathname.c (path_basename): Pathname#basename translatedakr2010-08-161-0/+1
* * ext/pathname/pathname.c (path_open): Pathname#openakr2010-08-091-1/+19
* fix a test name.akr2010-08-081-1/+1
* * ext/pathname/pathname.c (path_fnmatch): Pathname#fnmatch andakr2010-08-071-0/+2
* * ext/pathname/pathname.c (path_lchown): Pathname#lchown translatedakr2010-08-071-1/+0
* * ext/pathname/pathname.c (path_sub_ext): don't clobber shared string.nobu2010-08-071-1/+5
* * test/ruby/envutil.rb (assert_normal_exit): use assert. fixakr2010-08-071-0/+3
* add tests.akr2010-08-031-0/+602
* add a test.akr2010-07-281-0/+14
* * file.c: add optional basedir argument for realpath/realdirpath.akr2010-03-071-2/+4
* * lib/pathname.rb (Pathname#sub): set $~ in block.binding.akr2009-03-171-0/+9
* * lib/pathname.rb (Pathname#realdirpath): new method.akr2009-01-301-6/+41
* add tests.akr2009-01-291-1/+45
* Back out the previous change after miniunit import.knu2008-10-021-12/+12
* * test/pathname/test_pathname.rb: Fix use of deprecated methods.knu2008-09-261-12/+12
* * lib/pathname.rb (each_filename): return Enumerator if no blockmame2008-09-231-0/+1
* * 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