summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_path.rb
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_path.rb (test_extname): test for r19596.nobu2009-03-011-0/+9
* * test/ruby/test_path.rb (test_basename): test for r19595.nobu2009-03-011-0/+2
* * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui2008-10-041-4/+4
* * x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui2008-10-041-4/+4
* use ML ref. for assertion message.akr2007-11-181-5/+5
* * file.c (rb_file_s_basename): skip slashes just after UNC top slashes.usa2005-11-221-15/+114
* * file.c (rb_file_s_dirname): should use skipprefix for UNC path.usa2005-11-181-6/+14
* * forgotten to save after rename method name.usa2005-11-181-1/+1
* * file.c (file_s_dirname): added checks for some patterns with driveusa2005-11-181-0/+71
* * test/*: should not depend on $KCODE.nahi2004-02-181-2/+0
* * lib/optparse.rb (OptionParser#order, #permute, #parse): allow annobu2003-09-051-31/+31
* * test/ruby/test_*.rb: replace 'assert(a == b)' with assert_equal(a, b)'nahi2003-09-051-27/+27
* * test/ruby: tests for ruby itself.nahi2003-09-041-0/+48