ruby--ruby/test
knu 14ddf6c9f0 * test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_gc): Fix
a bogus test that would have never passed.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@37223 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-10-16 08:55:15 +00:00
..
-ext- * test/-ext-/test_threadswitch_hook.rb 2012-10-16 08:55:11 +00:00
base64 * lib/base64.rb (Base64#{strict_encode64,strict_decode64,urlsafe_encode64, 2010-01-17 18:43:04 +00:00
bigdecimal * test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_gc): Fix 2012-10-16 08:55:15 +00:00
csv * {ext,lib,test}/**/*.rb: removed trailing spaces. 2010-04-16 21:51:01 +00:00
dbm * lib/rdoc/ri/ri_paths.rb (RI::Paths): use RbConfig instead of 2010-10-01 07:54:26 +00:00
digest * ext/digest/digest.c (rb_digest_class_init): Define 2010-10-31 16:04:19 +00:00
drb raise DRbConnError instead of ArgumentError if too many arguments. 2010-06-14 09:34:43 +00:00
erb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2010-04-16 21:51:01 +00:00
fileutils * lib/fileutils.rb: fix visibility of FileUtils::NoWrite, Verbose, DryRun (backported from trunk, rev 1.66). [ruby-core:05954] 2005-09-23 23:39:01 +00:00
gdbm * lib/rdoc/ri/ri_paths.rb (RI::Paths): use RbConfig instead of 2010-10-01 07:54:26 +00:00
iconv * ext/iconv/iconv.c (iconv_create): cannot retry with given block. 2009-10-15 05:21:00 +00:00
io/nonblock
logger * {ext,lib,test}/**/*.rb: removed trailing spaces. 2010-04-16 21:51:01 +00:00
matrix reverted r26263. 2010-01-09 20:39:28 +00:00
mkmf * lib/mkmf.rb (check_sizeof): should return integer always. 2010-12-03 10:48:12 +00:00
monitor * lib/monitor.rb (MonitorMixin.mon_release): ensure the scheduled 2009-10-20 16:14:25 +00:00
net * lib/net/imap (encode_utf7): encode & properly. Thanks, Kengo 2010-04-25 12:42:10 +00:00
nkf * ext/nkf/nkf-utf8/nkf.c (numchar_getc): get rid of buffer 2010-03-13 02:06:35 +00:00
openssl Backport r34482 from trunk. See #5353 2012-02-08 05:57:18 +00:00
optparse * test/optparse/test_summary.rb: fixed superclass so that it run 2010-06-22 12:33:33 +00:00
ostruct * {ext,lib,test}/**/*.rb: removed trailing spaces. 2010-04-16 21:51:01 +00:00
pathname * lib/pathname.rb (Pathname#sub): set $~ in block.binding. 2009-03-17 05:56:59 +00:00
rational * {ext,lib,test}/**/*.rb: removed trailing spaces. 2010-04-16 21:51:01 +00:00
rdoc/parsers Merge RDoc updates from matzruby 11502, 11503, 11504 2007-01-07 03:36:47 +00:00
readline * test/readline/test_readline.rb (TestReadline::replace_stdio): 2005-09-22 07:44:32 +00:00
resolv merge revision(s) 27388:27390: 2010-12-23 03:12:12 +00:00
rexml * lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE): 2009-12-29 01:36:26 +00:00
rinda * {ext,lib,test}/**/*.rb: removed trailing spaces. 2010-04-16 21:51:01 +00:00
rss * {ext,lib,test}/**/*.rb: removed trailing spaces. 2010-04-16 21:51:01 +00:00
ruby Merge r37148 from ruby_1_8_7. 2012-10-16 08:55:07 +00:00
sdbm * ext/dbm/dbm.c (fdbm_key): Rename #index to #key. Emit a warning 2008-11-10 09:18:23 +00:00
soap * {ext,lib,test}/**/*.rb: removed trailing spaces. 2010-04-16 21:51:01 +00:00
socket * ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): new workaround for 2010-06-25 14:41:59 +00:00
stringio * ext/stringio/stringio.c (Init_stringio): added readpartial, 2010-09-24 16:17:58 +00:00
strscan * ext/strscan/strscan.c (strscan_do_scan): should set kcode option before match. [ruby-dev:29914] 2007-01-10 09:59:11 +00:00
testunit * {ext,lib,test}/**/*.rb: removed trailing spaces. 2010-04-16 21:51:01 +00:00
thread * {ext,lib,test}/**/*.rb: removed trailing spaces. 2010-04-16 21:51:01 +00:00
uri * lib/uri/generic.rb (#route_from_path): Fix a bug where 2011-05-15 12:49:34 +00:00
webrick don't sleep indefinitely. collect the zombie. 2010-05-07 15:07:11 +00:00
wsdl * {ext,lib,test}/**/*.rb: removed trailing spaces. 2010-04-16 21:51:01 +00:00
xmlrpc * {ext,lib,test}/**/*.rb: removed trailing spaces. 2010-04-16 21:51:01 +00:00
xsd * test warning cleanups. 2008-12-18 15:00:23 +00:00
yaml merge revision(s) 34908: 2012-03-06 03:03:37 +00:00
zlib * ext/zlib/zlib.c: backport r18029 and r21861 from trunk. 2010-01-15 22:20:21 +00:00
runner.rb * eval.c (method_inspect, method_name, mnew): Bug fix when 2009-11-08 16:55:30 +00:00
test_securerandom.rb * test/test_securerandom.rb: Add testcase. This testcase does NOT aim 2011-06-16 13:56:15 +00:00
test_time.rb * {ext,lib,test}/**/*.rb: removed trailing spaces. 2010-04-16 21:51:01 +00:00
test_timeout.rb * lib/timeout.rb (Timeout#timeout): propagate errors to the 2010-04-19 09:58:09 +00:00