svn
6d36527c9a
* 2011-08-21
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-21 05:34:55 +00:00
ngoto
b28715b2fb
* configure.in: use LD_LIBRARY_PATH_64 on 64-bit Solaris.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-21 05:34:51 +00:00
ktsj
5cb16a55f5
* iseq.c (iseq_s_disasm): fix a bug that may cause SEGV.
...
* test/ruby/test_method.rb (test_body): add a test for the above change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33013 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-20 04:26:20 +00:00
svn
4536f22a69
* 2011-08-20
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-20 01:43:34 +00:00
nobu
dcb7cc1a8b
* ext/stringio/stringio.c (strio_read): return new string if nil
...
is explicitly given as a buffer ([Bug #5207 ]), otherwise set the
encoding. also removed dead code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-20 01:43:26 +00:00
nobu
e9930a4b56
* process.c (proc_spawn_v, proc_spawn): should not wait the
...
spawned process.
* process.c (proc_spawn_v): fix missing argument, and try with
/bin/sh only if failed with ENOEXEC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-19 05:25:52 +00:00
shugo
2bd37c7183
* lib/net/imap.rb (idle): raises a Net::IMAP::Error when the
...
connection is closed. based on the patch by Hugo Barauna.
[Bug #5190 ] [ruby-core:38930]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-19 05:16:20 +00:00
mrkn
5852b97e4e
* configure.in: defines _DARWIN_UNLIMITED_SELECT if the target_os
...
is darwin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33006 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-19 04:20:10 +00:00
mrkn
248d589b55
* thread.c: add a description for the behavior of select(2) on
...
Mac OS X 10.7 (Lion).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-19 04:17:04 +00:00
svn
61f830bf7d
* 2011-08-19
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33002 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-19 02:33:02 +00:00
shugo
28b5db007f
* lib/net/imap.rb (msg_att): accepts extra space before ')'.
...
based on the patch by art lussos. [Bug #5163 ] [ruby-core:38820]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-19 02:32:59 +00:00
svn
29cbd33923
* 2011-08-18
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-18 12:48:28 +00:00
nagachika
224d0eeb3d
* ChangeLog: fix typos.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-18 12:48:25 +00:00
mrkn
52c7bbd444
* ext/bigdecimal/bigdecimal.c (cannot_be_coerced_into_BigDecimal):
...
remove duplication.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32998 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-17 14:04:22 +00:00
mrkn
4e8d6c105c
Merge branch '5172_bigdecimal_gc_issue' into trunk
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-17 06:35:21 +00:00
mrkn
b30d203fed
* rational.c (nurat_coerce): Rational#coerce should converts itself
...
into Complex if the argument is a Complex with non-zero imaginary
part. [Bug #5020 ] [ruby-dev:44088]
* test/ruby/test_rational.rb (test_coerce): test for the above change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-17 01:24:22 +00:00
emboss
783fb0881f
* ext/openssl/ossl_x509cert.c: fixed whitespace issues
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-16 21:41:25 +00:00
emboss
515d546d76
* ext/openssl/ossl_x509cert.c: Add class documentation for
...
OpenSSL::X509::Certificate.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32991 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-16 21:37:46 +00:00
svn
734a62a4fe
* 2011-08-17
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-16 19:59:42 +00:00
emboss
a517fe0518
* ext/openssl/ossl_pkey.c: corrected docs, OpenSSL::PKey::DH does
...
*not* support #sign/verify.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32987 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-16 19:59:38 +00:00
nobu
0dee7247a7
* vm.c (ruby_threadptr_data_type): rename to hide.
...
[ruby-core:38972]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-16 09:56:56 +00:00
nobu
cb40b39a2f
* win32/mkexports.rb (Exports::Mswin#each_export): exclude Init_
...
and _threadptr_ functions, as well as mingw.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-16 09:52:10 +00:00
akr
5afbff7bc2
duplicated statement removed in comment.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-16 01:36:28 +00:00
drbrain
de6d4f7e7b
* ext/dl: Add documentation. Patch by Vincent Batts. [Ruby 1.9 - Bug #5192 ]
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32982 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-16 00:34:51 +00:00
drbrain
87ff4b24ae
* ext/.document (fiddle): Remove duplicate entry
...
* ext/fiddle: Complete documentation of Fiddle. Patch by Vincent
Batts. [#5192 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-15 23:48:59 +00:00
svn
8977d3e30c
* 2011-08-16
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-15 23:08:43 +00:00
drbrain
1297942451
* ext/socket: Make Socket documentation appear. Add documentation for
...
Socket, TCPServer, SOCKSSocket. Patch by Sylvain Daubert.
[Ruby 1.9 - Feature #5182 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32977 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-15 23:08:39 +00:00
svn
39e112f89a
* 2011-08-15
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-15 01:10:29 +00:00
emboss
1be5789eed
* ext/openssl/ossl_ssl.c: Support disabling OpenSSL compression.
...
* test/openssl/test_ssl.rb: Add a test for it.
Thanks to Eric Wong for the patch.
[Ruby 1.9 - Feature #5183 ] [ruby-core:38911]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-15 01:10:26 +00:00
svn
63ad065026
* 2011-08-14
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32972 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-13 20:58:16 +00:00
akr
4db0c519f5
* test/socket/test_socket.rb (test_connect_timeout): added a test
...
based on a patch by Eric Wong. [ruby-core:38910]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-13 20:58:11 +00:00
nobu
31e1fce2a3
* tool/mkconfig.rb: do not make the entries related to sitedir and
...
verdordir if disabled by --without options. [ruby-core:38922]
[Bug #5187 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-13 13:17:30 +00:00
tadf
75de442dd0
* ext/date/date_core.c: [ruby-core:38861]
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32968 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-13 08:05:43 +00:00
nagachika
a49ad9a639
* ChangeLog: fix a typo.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-13 00:46:18 +00:00
tadf
c67712ef63
* test/date/test_*.rb: added tests.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32963 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-13 00:41:10 +00:00
nagachika
14b57772ec
* ext/date/date_parse.c parse_ddd_cb): fix r32896. RB_GC_GUARD
...
insertion position was mistaken. [ruby-dev:44337] [Bug #5152 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-13 00:40:06 +00:00
tenderlove
5339bbe2dc
* ext/psych/lib/psych/core_ext.rb: Make Kernel#y private.
...
[ruby-core:38913]
* test/psych/test_yaml.rb: corresponding test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-13 00:27:44 +00:00
tadf
0acaab201a
* ext/date/date_core.c (date_strftime_alloc): followed the change
...
of r32885.
* doc/NEWS-1.9.3: followed the above change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-13 00:12:05 +00:00
tenderlove
b5f05971f5
* ext/psych/lib/psych/scalar_scanner.rb: Only consider strings
...
with fewer than 2 dots to be numbers. [ruby-core:38915]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-13 00:00:26 +00:00
tadf
e8b3d0decf
* ext/date/date_core.c: [ruby-core:38855].
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-12 23:48:18 +00:00
drbrain
ee13ed7e84
* lib/uri/common.rb: Fix documentation of URI::Parser.new. Patch by
...
Steve Klabnik. [Ruby 1.9 - Bug #5177 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-12 18:41:57 +00:00
drbrain
c233d6592d
* ext/digest/digest.c: Add documentation for the Digest module. Patch by
...
Sylvain Daubert. [Ruby 1.9 - Bug #5167 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-12 17:23:11 +00:00
svn
26b384e6a5
* 2011-08-13
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-12 16:56:52 +00:00
drbrain
5caef67a6f
* lib/rake: Update to Rake 0.9.2.2. Prevent pollution of toplevel
...
namespace by Commands. Remove unused variable and debugging
statement in tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-12 16:56:48 +00:00
kosaki
da6eec340e
fix r32943. It did break configure.in completely.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-12 04:42:13 +00:00
kosaki
33c7e324e5
* configure.in: Desbribe "no" configure option for site_ruby
...
and vendor_ruby. Patch by Vit Ondruch. [Bug #5187 ][ruby-core:38921]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-12 02:42:51 +00:00
drbrain
5e4de2a265
* lib/rubygems: Import RubyGems 1.8.8. Fixes encoding of YAML gemspec
...
from gems. Github Issue #149
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-12 00:15:42 +00:00
akr
65bfe20244
add ML ref. [ruby-core:38493]
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32940 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-11 23:31:05 +00:00
akr
5622574976
* ext/socket/ipsocket.c (init_inetsock_internal): use SOMAXCONN for
...
listen backlog.
* ext/socket/unixsocket.c (rsock_init_unixsock): ditto.
* ext/socket/lib/socket.rb (Addrinfo#listen): ditto.
(Socket.tcp_server_sockets_port0): ditto.
* ext/socket/mkconstants.rb: define SOMAXCONN as 5 if not available.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32939 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-11 23:20:15 +00:00
svn
9536568d3e
* 2011-08-12
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2011-08-11 18:31:53 +00:00