1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test
knu abe08c7810 * array.c (rb_ary_sort_by_bang): Add Array#sort_by!.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-11-17 09:29:49 +00:00
..
-ext- * eval.c (rb_add_threadswitch_hook): wrapper for unofficial APIs 2010-09-23 18:00:46 +00:00
base64 * lib/base64.rb (Base64#{strict_encode64,strict_decode64,urlsafe_encode64, 2010-01-17 18:43:04 +00:00
bigdecimal * ext/bigdecimal/bigdecimal.c (VpAlloc): ensure buf does not get 2010-05-08 02:07:43 +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 * test/io/nonblock/test_flush.rb (TestIONonblock#test_flush): ignore read result. 2004-12-16 11:43:45 +00:00
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
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 * ext/openssl/ossl_asn1.c (obj_to_asn1bool): fixed ASN1::Boolean 2010-08-23 03:06:30 +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
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 * array.c (rb_ary_sort_by_bang): Add Array#sort_by!. 2010-11-17 09:29:49 +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 * {ext,lib,test}/**/*.rb: removed trailing spaces. 2010-04-16 21:51:01 +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 * ext/syck/emitter.c (syck_scan_scalar): set SCAN_WHITEEDGE flag 2010-05-02 23:15:08 +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_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