aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathname
Commit message (Expand)AuthorAgeFilesLines
* * lib/open-uri.rb: Remove indicator for "frozen_string_literal: true".akr2015-11-101-2/+1
* Put an line before "frozen_string_literal: true" for emacs.akr2015-10-051-0/+1
* specify frozen_string_literal: true.akr2015-10-051-12/+14
* test_pathname.rb: fix exceptionnobu2015-08-291-1/+1
* test: try File.symlink with invalid pathsnobu2015-08-291-1/+1
* test: File.symlink needs administrator privilegenobu2015-08-281-1/+1
* test_pathname.rb: skip EACCESnobu2015-08-261-0/+1
* remove unnecessary enumerator requiresnormal2015-07-171-1/+0
* * ext/pathname/lib/pathname.rb (descend): Blockless form supported.akr2015-06-141-2/+10
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* pathname.rb: fix a Pathname#relative_path_from crash onnobu2014-09-151-0/+13
* * test/pathname/test_pathname.rb: added testcase for Pathname#mountpoint.hsbt2014-09-041-0/+5
* * ext/pathname/pathname.c (path_birthtime): New method,akr2014-06-281-0/+8
* * ext/pathname/lib/pathname.rb (cleanpath_aggressive): make allakr2014-05-051-0/+8
* * ext/pathname/lib/pathname.rb (Pathname#/): Aliased to Pathname#+.akr2014-05-051-0/+4
* Fix error with empty args.kazu2014-04-021-0/+2
* remove unnecessary unshiftkazu2014-03-251-0/+8
* * ext/pathname/lib/pathname.rb (Pathname#find): add "ignore_error"ktsj2014-03-041-0/+25
* * test/pathname/test_pathname.rb: use File.exist? instead of File.exists?hsbt2014-02-161-1/+1
* * ext/pathname/pathname.c (path_write): New method.akr2013-04-041-0/+16
* * test/pathname/test_pathname.rb (test_binread): add assertion tonagachika2012-02-091-1/+3
* * test/pathname/test_pathname.rb: not read but binread.naruse2012-02-081-1/+1
* * 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