index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
pathname
Age
Commit message (
Expand
)
Author
2017-10-22
Fixed misspelling words.
hsbt
2017-10-21
test_pathname.rb#test_open should care about umask
kosaki
2017-10-21
Pathname#glob method implemented.
akr
2017-06-16
pathname.rb: UNC root pathname needs a separator
nobu
2016-11-05
Pathname#empty? implemented.
akr
2015-11-10
* lib/open-uri.rb: Remove indicator for "frozen_string_literal: true".
akr
2015-10-05
Put an line before "frozen_string_literal: true" for emacs.
akr
2015-10-05
specify frozen_string_literal: true.
akr
2015-08-29
test_pathname.rb: fix exception
nobu
2015-08-29
test: try File.symlink with invalid paths
nobu
2015-08-28
test: File.symlink needs administrator privilege
nobu
2015-08-26
test_pathname.rb: skip EACCES
nobu
2015-07-17
remove unnecessary enumerator requires
normal
2015-06-14
* ext/pathname/lib/pathname.rb (descend): Blockless form supported.
akr
2014-11-13
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-09-15
pathname.rb: fix a Pathname#relative_path_from crash on
nobu
2014-09-04
* test/pathname/test_pathname.rb: added testcase for Pathname#mountpoint.
hsbt
2014-06-28
* ext/pathname/pathname.c (path_birthtime): New method,
akr
2014-05-05
* ext/pathname/lib/pathname.rb (cleanpath_aggressive): make all
akr
2014-05-05
* ext/pathname/lib/pathname.rb (Pathname#/): Aliased to Pathname#+.
akr
2014-04-02
Fix error with empty args.
kazu
2014-03-25
remove unnecessary unshift
kazu
2014-03-04
* ext/pathname/lib/pathname.rb (Pathname#find): add "ignore_error"
ktsj
2014-02-16
* test/pathname/test_pathname.rb: use File.exist? instead of File.exists?
hsbt
2013-04-04
* ext/pathname/pathname.c (path_write): New method.
akr
2012-02-09
* test/pathname/test_pathname.rb (test_binread): add assertion to
nagachika
2012-02-08
* test/pathname/test_pathname.rb: not read but binread.
naruse
2012-01-25
* file.c (rb_enc_path_next, rb_enc_path_skip_prefix)
nobu
2011-11-19
* lib/pathname.rb (Pathname#find): return an enumerator if
akr
2011-06-15
* test/ruby/test_io.rb (test_copy_stream_socket): wait a child process
akr
2011-02-12
* lib/test/unit.rb (assert_include): add alias.
nobu
2010-10-29
* test/pathname/test_pathname.rb (TestPathname#test_grpowned?): the
akr
2010-09-20
* test/pathname/test_pathname.rb (TestPathname#test_mkdir): fix typo.
kazu
2010-09-15
* ext/pathname/pathname.c (path_mkdir): Pathname#mkdir translated
akr
2010-09-14
* ext/pathname/pathname.c (path_s_getwd): Pathname.getwd and
akr
2010-09-13
* ext/pathname/pathname.c (path_s_glob): Pathname.glob translated
akr
2010-08-29
* test/pathname/test_pathname.rb (test_expand_path): should treat drive letter.
usa
2010-08-23
* ext/pathname/pathname.c (path_each_line): Pathname#each_line
akr
2010-08-20
* ext/pathname/pathname.c (path_expand_path): Pathname#expand_path
akr
2010-08-16
* ext/pathname/pathname.c (path_basename): Pathname#basename translated
akr
2010-08-09
* ext/pathname/pathname.c (path_open): Pathname#open
akr
2010-08-08
fix a test name.
akr
2010-08-07
* ext/pathname/pathname.c (path_fnmatch): Pathname#fnmatch and
akr
2010-08-07
* ext/pathname/pathname.c (path_lchown): Pathname#lchown translated
akr
2010-08-07
* ext/pathname/pathname.c (path_sub_ext): don't clobber shared string.
nobu
2010-08-07
* test/ruby/envutil.rb (assert_normal_exit): use assert. fix
akr
2010-08-03
add tests.
akr
2010-07-28
add a test.
akr
2010-03-07
* file.c: add optional basedir argument for realpath/realdirpath.
akr
2009-03-17
* lib/pathname.rb (Pathname#sub): set $~ in block.binding.
akr
[next]