..
base64
bigdecimal
* test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_hash):
2008-12-17 02:40:53 +00:00
cgi
Set tempfile name with literal.
2009-07-14 19:26:59 +00:00
csv
* test/csv/test_interface.rb, test/csv/test_serialization.rb:
2009-03-30 23:20:44 +00:00
date
* lib/date.rb: use subsec instead of nsec.
2009-05-09 10:28:37 +00:00
dbm
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2009-03-06 03:56:38 +00:00
digest
dl
pattern refined for ldd on OpenBSD.
2009-03-18 12:19:52 +00:00
drb
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2009-03-06 03:56:38 +00:00
erb
* test/erb/test_erb.rb (test/erb/test_erb.rb): removed trailing spaces.
2009-03-07 03:35:44 +00:00
etc
* test/etc/test_etc.rb: trivial.
2009-02-06 15:26:36 +00:00
fileutils
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2009-03-06 03:56:38 +00:00
gdbm
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2009-03-06 03:56:38 +00:00
iconv
io /nonblock
json
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2009-03-06 03:56:38 +00:00
logger
* lib/logger.rb (ProgName): fixed for svn, based on a patch from
2008-11-18 07:18:29 +00:00
matrix
minitest
Imported minitest 1.4.0 r5083.
2009-06-18 07:31:39 +00:00
monitor
net
* lib/net/imap.rb (resp_text_code): accepts response codes without
2009-07-23 15:20:47 +00:00
nkf
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2009-03-06 03:56:38 +00:00
openssl
* ext/openssl/ossl_ssl.c (write_would_block): defined.
2009-03-21 06:56:33 +00:00
optparse
* lib/optparse.rb (OptionParser#parse_in_order): do not make an
2009-04-26 06:13:11 +00:00
ostruct
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2009-03-06 03:56:38 +00:00
pathname
* lib/pathname.rb (Pathname#sub): set $~ in block.binding.
2009-03-17 05:26:15 +00:00
rdoc
* test/rdoc/test_rdoc_markup_to_html_crossref.rb (verify_convert):
2009-03-07 04:20:51 +00:00
readline
* ext/readline/extconf.rb: checked rl_refresh_line in readline.
2009-07-10 13:03:40 +00:00
rexml
* lib/rexml/entity.rb (unnormalized): do not call
2008-11-06 17:03:40 +00:00
rinda
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2009-03-06 03:56:38 +00:00
ripper
reduce tests.
2009-06-26 12:41:25 +00:00
rss
* NEWS, lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: add
2009-06-27 04:45:24 +00:00
ruby
* test/ruby/test_module.rb (TestModule#test_alias): warning
2009-07-22 18:21:32 +00:00
rubygems
Update to RubyGems 1.3.4 r2223
2009-06-09 21:38:59 +00:00
scanf
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2009-03-06 03:56:38 +00:00
sdbm
* test/sdbm/test_sdbm.rb (TestSDBM#test_index): Reflect the method
2008-11-10 08:38:20 +00:00
socket
Use UDP for sendmsg/recvmsg tests.
2009-07-19 08:53:11 +00:00
stringio
* ext/stringio/stringio.c (strio_each_codepoint): new method.
2009-06-22 08:23:30 +00:00
strscan
* ext/strscan/strscan.c (Init_strscan): remove obsolete
2009-06-17 04:57:11 +00:00
uri
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2009-03-06 03:56:38 +00:00
webrick
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2009-03-06 03:56:38 +00:00
win32ole
* ext/win32ole/win32ole.c (vtdate2rbtime): VT_DATE variant object
2009-07-21 07:27:08 +00:00
xmlrpc
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2009-03-06 03:56:38 +00:00
yaml
* time.c: remove time_t restriction from Time class.
2009-04-21 14:56:59 +00:00
zlib
* ext/zlib/zlib.c (Zlib::GzipFile#path): New method.
2009-04-22 16:31:06 +00:00
inlinetest.rb
runner.rb
test_delegate.rb
test_ipaddr.rb
test_open3.rb
* lib/open3.rb (Open3.pipeline_start): return an array of threads if a
2008-12-10 17:24:42 +00:00
test_pp.rb
* test/test_pp.rb: extract from lib/pp.rb.
2009-02-14 23:36:45 +00:00
test_prettyprint.rb
* test/test_pp.rb: extract from lib/pp.rb.
2009-02-14 23:36:45 +00:00
test_prime.rb
* lib/prime.rb (Prime#prime_division): now decomposes
2009-07-13 13:51:49 +00:00
test_pstore.rb
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2009-03-06 03:56:38 +00:00
test_pty.rb
* ext/pty/pty.c (getDevice): add nomesg argument.
2008-12-16 11:39:17 +00:00
test_set.rb
test_shellwords.rb
* {ext,lib,test}/**/*.rb: removed trailing spaces.
2009-03-06 03:56:38 +00:00
test_singleton.rb
test_syslog.rb
* test/test_syslog.rb (TestSyslog#test_open): check
2009-03-18 08:01:48 +00:00
test_tempfile.rb
test_time.rb
* time.c (rb_gmtime, rb_localtime): gmtime and localtime return
2009-05-25 18:41:32 +00:00
test_timeout.rb
test/test_timeout.rb (TestTimeout#test_timeout): add a test.
2009-04-28 10:10:05 +00:00
test_tsort.rb
* test/test_pp.rb: extract from lib/pp.rb.
2009-02-14 23:36:45 +00:00