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
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_path.rb
Age
Commit message (
Expand
)
Author
2019-12-23
Revert "Should return "." for File.extname("file.") also on Windows"
NAKAMURA Usaku
2019-12-22
Should return "." for File.extname("file.") also on Windows
NAKAMURA Usaku
2019-10-17
Fixed File.extname at a name ending with a dot
Nobuyoshi Nakada
2015-12-16
Add frozen_string_literal: false for all files
naruse
2015-07-24
Add tests for `File.extname`
nobu
2011-10-26
* file.c (rb_file_join): honor input encodings than ASCII-8BIT.
nobu
2010-08-29
* file.c (rb_get_path_check): clarify error message for
nobu
2010-06-02
* test/ruby/test_path.rb (test_path): workaround for drive
nobu
2010-06-02
* test/ruby/test_path.rb (test_path): get rid of blocking on
nobu
2010-05-31
* file.c (file_expand_path): Refix r28102: this breaks
naruse
2010-04-06
* test/ruby/test_path.rb (TestPath#test_extname): trailing spaces
nobu
2009-03-01
* test/ruby/test_path.rb (test_extname): test for r19596.
nobu
2009-03-01
* test/ruby/test_path.rb (test_basename): test for r19595.
nobu
2008-10-04
* djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.
yugui
2008-10-04
* x68/_dtos18.c: removed. Ruby no longer supports human68k.
yugui
2007-11-18
use ML ref. for assertion message.
akr
2005-11-22
* file.c (rb_file_s_basename): skip slashes just after UNC top slashes.
usa
2005-11-18
* file.c (rb_file_s_dirname): should use skipprefix for UNC path.
usa
2005-11-18
* forgotten to save after rename method name.
usa
2005-11-18
* file.c (file_s_dirname): added checks for some patterns with drive
usa
2004-02-18
* test/*: should not depend on $KCODE.
nahi
2003-09-05
* lib/optparse.rb (OptionParser#order, #permute, #parse): allow an
nobu
2003-09-05
* test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'
nahi
2003-09-04
* test/ruby: tests for ruby itself.
nahi