..
-ext-
* util.c (ruby_add_suffix): fixed a bug returning uninitialized
2010-07-29 22:59:54 +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
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2010-04-16 21:51:01 +00:00
digest
* ext/digest/digest.c (rb_digest_instance_digest)
2010-01-17 19:23:17 +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
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2010-04-16 21:51:01 +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
* file.c (file_expand_path): home directory must be absolute.
2010-07-29 23:51:53 +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 (strio_getline): fix for "" as separator.
2009-12-21 06:33:05 +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