.. |
bigdecimal
|
* lib/bigdecimal.rb: fix comparison operators [ruby-core:26646]
|
2009-12-06 22:05:52 +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
|
* test/digest/test_digest_extend.rb: added tests for digest framework.
|
2009-12-01 09:03:47 +00:00 |
drb
|
* test/drb/drbtest.rb (DRbService.add_service_command): quotes
|
2009-12-23 01:31:37 +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
|
* test/net/http/test_post_io.rb: parse chunked stream to avoid client
|
2009-12-22 02:01:34 +00:00 |
nkf
|
This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.
|
2005-01-02 22:50:01 +00:00 |
openssl
|
* test/openssl/{common.pem,max.pem}: added fixture certificates.
|
2009-12-21 06:28:20 +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
|
* parse.y (args): splat other than direct array literal.
|
2009-12-23 11:48:55 +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
|
* 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
|
* 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 |