1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test
marcandre 9c197735be * eval.c (method_inspect, method_name, mnew): Bug fix when
method created from an alias.
  Based on a patch by Peter Vanbroekhoven [ruby-core:22040]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-11-08 16:55:30 +00:00
..
bigdecimal * ext/bigdecimal/bigdecimal.c (VpCtoV): big number should result 2009-06-11 06:06:01 +00:00
csv * lib/logger.rb: leading 0 padding of timestamp usec part. 2004-05-27 14:39:11 +00:00
dbm * ext/dbm/dbm.c (fdbm_key): Rename #index to #key. Emit a warning 2008-11-10 09:18:23 +00:00
digest * ext/digest, test/digest/test_digest.rb: Merge from trunk: 2006-10-25 08:54:05 +00:00
drb Improving with multiple network interface. 2007-11-01 14:52:33 +00:00
erb pass the trim_mode [Feature #1032] 2009-01-21 20:22:29 +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 * ext/dbm/dbm.c (fdbm_key): Rename #index to #key. Emit a warning 2008-11-10 09:18:23 +00:00
iconv * ext/iconv/iconv.c (iconv_create): cannot retry with given block. 2009-10-15 05:21:00 +00:00
io/nonblock * test/io/nonblock/test_flush.rb (TestIONonblock#test_flush): ignore read result. 2004-12-16 11:43:45 +00:00
logger * lib/logger.rb: imported upstream version (logger/1.2.7) 2008-11-24 14:55:19 +00:00
matrix * test/matrix/test_matrix.rb (setup): typo. 2008-09-15 01:40:55 +00:00
monitor * lib/monitor.rb (MonitorMixin.mon_release): ensure the scheduled 2009-10-20 16:14:25 +00:00
net * lib/net/http.rb (Net::HTTPResponse#each_response_header): 2009-10-30 13:05:23 +00:00
nkf This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. 2005-01-02 22:50:01 +00:00
openssl * ext/openssl/ossl_ssl.c: revert incomplete read_nonblock 2009-03-19 14:19:35 +00:00
optparse * lib/optparse.rb (OptionParser::List#summarize): gives priority 2008-12-26 06:50:55 +00:00
ostruct * test/ostruct/test_ostruct.rb (test_frozen): added assertions. 2009-02-17 09:57:12 +00:00
pathname * lib/pathname.rb (Pathname#sub): set $~ in block.binding. 2009-03-17 05:56:59 +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
rexml * lib/rexml/entity.rb (unnormalized): do not call 2008-11-06 17:09:29 +00:00
rinda fixed fails occasionally [ruby-dev:37119]. thanks, shinichiro.h. 2008-11-18 18:14:19 +00:00
rss * lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: fix a bug 2009-08-24 12:32:24 +00:00
ruby * eval.c (call_trace_func): remove the trace hook if any exception 2009-11-06 02:01:36 +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 * test/soap/ssl/test_ssl.rb (test_verification, test_property, test_ciphers): 2005-10-10 04:22:05 +00:00
socket * ext/socket/socket.c (sock_s_unpack_sockaddr_in): check too short 2009-01-12 16:00:03 +00:00
stringio wrong commit; sorry 2008-06-19 17:26:20 +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 * lib/test/unit/collector/dir.rb (Collector::Dir#collect): prepend 2006-10-12 17:31:15 +00:00
thread * eval.c (rb_thread_join), ext/thread/thread.c (wake_one): adjusts 2009-05-15 08:33:52 +00:00
uri * lib/uri/ftp.rb, lib/uri/generic.rb, test/uri/test_common.rb, 2008-04-17 13:05:17 +00:00
webrick * test warning cleanups. 2008-12-18 15:00:23 +00:00
wsdl * test/wsdl/simpletype/rpc/test_rpc.rb, test/wsdl/ref/test_ref.rb, 2005-09-20 13:32:40 +00:00
xmlrpc * lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403] 2008-04-15 17:10:38 +00:00
xsd * test warning cleanups. 2008-12-18 15:00:23 +00:00
yaml * lib/yaml/baseemitter.rb, lib/yaml/encoding.rb: performance 2008-04-19 11:38:35 +00:00
zlib don't modify $/ 2004-09-07 07:11:06 +00:00
runner.rb * eval.c (method_inspect, method_name, mnew): Bug fix when 2009-11-08 16:55:30 +00:00
test_time.rb * lib/time.rb, test/test_time.rb: Move test code to a separate 2009-07-24 11:44:29 +00:00
test_timeout.rb test/test_timeout.rb: backported from 1.9. 2009-04-28 10:11:19 +00:00