shyouhei
93fba33b47
* test/net/http/test_https.rb: As always, localhost is not
...
guaranteed to be resolved as 127.0.0.1. But a SSL
certificate needs a socket to listen on a specific address
where a CN resolves to. On situations where localhost is
not 127.0.0.1, these tests are not possible.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-27 06:57:39 +00:00
svn
39ac0609d5
* 2010-09-27
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29349 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-27 06:29:02 +00:00
shyouhei
36cfaa8052
* test/net/imap/test_imap.rb: resurrection of r29259.
...
this change depends on minitest 1.7.1.
* lib/test/unit/assertions.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29348 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-27 06:28:59 +00:00
nobu
ae9264678c
* tool/config.sub (x86_64-pc-mingw64): regularize.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-26 13:59:48 +00:00
wanabe
7b77b436f0
* ext/openssl/ossl_hmac.c (ossl_hmac_hexdigest, ossl_hmac_s_hexdigest),
...
ext/openssl/ossl_pkey_ec.c (ossl_ec_group_set_seed),
ext/openssl/ossl_ssl_session.c (ossl_ssl_session_to_der),
ext/openssl/ossl_pkcs7.c (numberof): suppress warnings.
[ruby-core:31932]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-26 13:24:52 +00:00
svn
a67600d12b
* 2010-09-26
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-26 01:25:38 +00:00
nobu
f3bd5ee5bd
* tool/config.{guess,sub}: updated to automake-1.11.1.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29344 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-26 01:25:34 +00:00
nobu
d3a8adc0de
* configure.in (LIBRUBY_DLDFLAGS): fix quoting.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-25 13:48:42 +00:00
nobu
bab83d2628
* configure.in (LIBRUBY_DLDFLAGS): use -unexported_symbol only
...
when available. http://trac.macports.org/ticket/26341
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-25 01:30:52 +00:00
kosaki
4fd8930898
configure.in: Always add -mieee for Renesas SH4
...
SH4 is CPU for embedded which developed by Renesas Electronics.
Renesas SH4 has FPU. When FPU is used on sh4, -mieee of option is necessary.
This supports sh4(basic), sh4el(sh4 little endian) and sh4eb(sh4 big endian).
These do not have FPU though there are other sh4al, sh4al-dsp and etc.
[Feature #3874 ] [ruby-core:32548]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-25 00:52:20 +00:00
nobu
feacd3c2e0
* Makefile.in (install-cross): target to install cross-compiling
...
stuff.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29339 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-24 16:34:56 +00:00
svn
c5d52c3bb3
* 2010-09-25
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29337 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-24 16:05:44 +00:00
akr
c81e5864ae
fix a typo.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29336 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-24 16:05:43 +00:00
nobu
f5b0cb07e2
* string.c (sym_call), vm.c (invoke_block_from_c),
...
vm_insnhelper.c (vm_yield_with_cfunc): pass given block.
[ruby-core:32075]
* vm_eval.c (rb_funcall_passing_block): new function to call
method with passing given block.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29335 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-24 14:45:19 +00:00
shyouhei
08d2e528aa
* test/test_pty.rb (TestPTY::test_getpty_nonexistent): ditto.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29334 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-24 07:37:26 +00:00
naruse
c49a1d11b9
* string.c (rb_str_to_i): fix rdoc: String#to_i raises an
...
exception when base is invalid. [ruby-core:31685]
Fri Sep 24 15:28:35 2010 NARUSE, Yui <naruse@ruby-lang.org>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29332 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-24 06:52:25 +00:00
naruse
955507313b
* string.c (rb_str_rindex): use rb_enc_prev_char instead of repeated str_nth.
...
patched by Michael Selig [ruby-core:32498]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29331 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-24 06:28:35 +00:00
shyouhei
aa836e539f
* test/test_pty.rb: Same as 229281; existence of PTY class do not
...
guarantee a successful pty operation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29330 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-24 05:25:55 +00:00
naruse
9da7920d6b
Refix to give the encoding of gzfile.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-24 00:43:44 +00:00
svn
d021b311b8
* 2010-09-24
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29328 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-23 21:27:23 +00:00
ryan
4c6551b7d3
Imported minitest 1.7.2 r5879.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-23 21:27:19 +00:00
nobu
d1a4b54218
* vm_insnhelper.c (vm_get_cref0): cref is stacked only in normal
...
iseqs, so check if it is the case first.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29325 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-23 14:09:22 +00:00
nobu
67d1d75fcb
* tool/config.sub: mingw64 should use x86_64. [ruby-core:32514]
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-23 14:08:55 +00:00
wanabe
e63c5b3a62
* ext/socket/raddrinfo.c (init_addrinfo, inspect_sockaddr): suppress
...
warnings. see [ruby-core:31932].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-23 12:42:49 +00:00
naruse
d339fed3ad
Add document about URI.join. [ruby-core:32462]
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-23 12:22:43 +00:00
wanabe
060f18c0d9
* thread_win32.c (w32_wait_events, w32_close_handle): suppress warnings.
...
see [ruby-core:31932].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-23 10:29:27 +00:00
wanabe
d06f38c6b9
* tool/config.sub: add mingw64.
...
* win32/mkexports.rb (Exports::Mingw64): added.
* win32/mkexports.rb (Exports::Mingw32): renamed from Exports::Mingw.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-23 09:59:38 +00:00
svn
e1819967a8
* 2010-09-23
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29319 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-23 00:01:44 +00:00
nobu
9ccd4fe127
* vm_insnhelper.c (vm_cref_push): no outer cref is needed for proc
...
from method. Bug #3786 , Bug #3860 , [ruby-core:32501]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29318 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-23 00:01:40 +00:00
kazu
631d23c57b
* test/openssl/utils.rb (OpenSSL#silent): always restore $VERBOSE. [ruby-dev:42285]
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-22 08:16:49 +00:00
yugui
a33353f880
* test/test_prime.rb (TestPrime#test_new): the warning expected have
...
not been displayed when $VERBOSE == nil. Patch by Shota Fukumori
a.k.a. sora_h. [ruby-dev:42272]
Recovers $stderr even if StringIO.new fails. Reported by unak.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29316 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-22 08:03:55 +00:00
knu
e2c1e2969d
Mention the command search path issue on Windows. Pointed out by
...
NAJIMA Hiroki in [ruby-dev:42276].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29315 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-22 04:13:03 +00:00
ko1
f01fae2885
* bootstraptest/test_method.rb: fix last commit.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-21 16:56:59 +00:00
ko1
9831508ba3
bootstraptest/test_method.rb: add a test for [ruby-core:30534].
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-21 16:53:06 +00:00
eban
c72e6c7b86
* lib/rdoc/ri/store.rb (save_cache): remove duplicate entries.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29312 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-21 15:56:41 +00:00
svn
102501e034
* 2010-09-22
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-21 15:01:14 +00:00
akr
a5a51abfc5
* ext/pathname/pathname.c (path_f_pathname): Pathname() translated
...
from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-21 15:01:11 +00:00
usa
e7381db962
* tool/mkconfig.rb: fixed build problem on mswin64 introduced in r29278.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-21 13:20:07 +00:00
svn
39be861346
* 2010-09-21
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-20 17:44:35 +00:00
kazu
27727621c4
* test/pathname/test_pathname.rb (TestPathname#test_mkdir): fix typo.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-20 17:44:31 +00:00
nobu
89130aa8e1
* dir.c (bracket): get rid of scanning at the end of the pattern
...
string, not to raise an exception while globbing command line.
[ruby-core:32478]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-20 14:23:16 +00:00
akr
c7caeda5ed
* ext/pathname/pathname.c (Init_pathname): Pathname#=~ undefinition
...
translated from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-20 02:26:30 +00:00
mrkn
971a57004e
* ext/bigdecimal/bigdecimal.c (check_rounding_mode, BigDecimal_mode):
...
raise ArgumentError instead of TypeError passing invalid modes.
* test/bigdecimal/test_bigdecimal.rb (test_mode, test_round):
change against the above modifications.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29304 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-19 17:38:18 +00:00
svn
ac69adf5de
* 2010-09-20
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-19 17:28:32 +00:00
naruse
0433134947
Specify external encoding.
...
When external encoding is not specified, it uses default external
encoding. But it depends the environment. So specify as UTF-8 for
environments whose locale is not UTF-8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-19 17:28:30 +00:00
yugui
3038eae7f6
* lib/mkmf.rb (try_link): rdoc
...
(try_compile): ditto
(try_cpp): ditto
(try_func): ditto
(try_var): ditto
(try_run): ditto
(egrep_cpp): ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-19 13:10:31 +00:00
yugui
32e00d382f
* configure.in (--disable-install-doc): disables capi too, in addition
...
to rdoc.
(--disable-install-rdoc): a new option for disabling only rdoc.
(--disable-install-capi): a new option for disabling only capi.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29300 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-19 13:10:27 +00:00
yugui
4a028d2c7e
* common.mk (clean): removes all documents on cleaning.o
...
(CAPIOUT): new variable.
(clean-capi, distclean-capi, realclean-capi): new targets
* Makefile.in (clean-capi, distclean-capi, realclean-capi): ditto.
* win32/Makefile.sub (clean-capi, distclean-capi, realclean-capi):
ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-19 13:10:25 +00:00
nobu
e8291588c9
* configure.in (LIBRUBY_SO): fix an oversight of replace
...
RUBY_INSTALL_NAME with RUBY_SO_NAME. a patch from Jeremy Evans
at [ruby-core:32474].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29298 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-19 04:44:31 +00:00
nobu
7bc6b36b81
* properties.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-19 02:13:50 +00:00