naruse
ae4fa7951f
Revert r35443.
...
Revert "* test/rubygems/test_gem_installer.rb: fix broken test for r35541."
* r35541 breaks exist tests, it should be a bug unless it is inteneded.
there seems no such intention.
68858105b2
* assert('mswin32' =~ Gem::Platform.local) won't output any useful
information when it fails.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-05 13:15:29 +00:00
ayumin
f406e3ac63
* test/rubygems/test_gem_installer.rb: fix broken test for r35541.
...
[ruby-core:44884][Bug #6405 ]
* test/rubygems/test_gem_platform.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-05 09:27:06 +00:00
nobu
4750b11cc4
* properties.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-04 21:47:25 +00:00
ryan
6af843b9cb
Imported minitest 2.12.1 (r7323)
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-04 21:46:01 +00:00
naruse
95d4b3ba49
* test/zlib/test_zlib.rb (test_inflate): add a test for Zlib.inflate.
...
patched by headius (Charles Nutter). [ruby-core:44859] [Bug #6398 ]
* test/zlib/test_zlib.rb (test_deflate): add a test for Zlib.deflate.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-04 17:07:18 +00:00
svn
b17158a287
* 2012-05-05
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-04 16:14:57 +00:00
naruse
afd9ce9d9e
* io.c (parse_mode_enc): remove warnings 'Ignoring internal encoding'.
...
[ruby-core:44455] [Bug #6324 ]
* io.c (io_encoding_set): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-04 16:14:51 +00:00
naruse
66b0d426ed
rescue if it cannnot load psych.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-04 13:26:39 +00:00
naruse
09063f9d30
Embed backtrace to debug.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-03 22:50:30 +00:00
naruse
8109c530b2
* lib/rdoc/parser.rb (RDoc.binary?): fix wrong regexp.
...
[ruby-core:44798] [Bug #6393 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35534 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-03 22:20:26 +00:00
nobu
c327407bdc
distclean verconf.h
...
* Makefile.in, win32/Makefile.sub (distclean-local): another generated
header.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35533 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-03 16:57:51 +00:00
nobu
9bee6cf51f
rdoc: --extension option fix
...
* lib/rdoc/parser.rb (RDoc.alias_extension): a real file is irrelevant
to aliasing. [ruby-core:44796][Bug #6392 ]
* lib/rdoc/parser.rb (RDoc.zip?): non-existent file will not be a zip
file.
* lib/rdoc/parser.rb (RDoc.can_parse_by_name): accept aliased
extension file names.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-03 16:33:22 +00:00
nobu
1348e3b9ac
rdoc: non-binary multibyte
...
* lib/rdoc/parser.rb (RDoc.binary?): binary read data may have
incomplete multibyte sequence. [ruby-core:44798][Bug #6393 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-03 16:31:25 +00:00
svn
19be9a8d80
* 2012-05-04
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35530 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-03 15:09:44 +00:00
nobu
4b0e5edaea
inilne markups
...
* README.ja: separate inilne markups from multibyte sequence by
spaces, so that another implementation can parse them properly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-03 15:09:41 +00:00
nobu
aa913eb6fa
single quotes
...
* README, README.ja: use single quotes for RDoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-03 15:09:39 +00:00
nobu
3f6349a1bf
* tool/rbinstall.rb (capi): install to capi directory.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-03 14:56:39 +00:00
nobu
cfcc9b53c2
* template/Doxyfile.tmpl (EXCLUDE_PATTERNS): exclude files only for tests.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-03 14:56:36 +00:00
nobu
f959f2afdd
* template/Doxyfile.tmpl: exclude generated files.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-03 14:05:34 +00:00
svn
f2a1e50f4c
* 2012-05-03
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-03 00:14:14 +00:00
ayumin
fd7632ee8e
* cont.c (rb_fiber_m_transfer): fixed typo in example.
...
[ruby-core:44818][Bug #6395 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-03 00:14:10 +00:00
nobu
db33b28cc3
* lib/test/unit.rb (Test::Unit::RequireFiles#non_options): expand
...
real path to get rid of loading same files via symlinks.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-02 14:55:53 +00:00
nagachika
f0feb0a4f0
* cont.c (rb_fiber_m_transfer): improve sample code in Fiber#transfer
...
documentation. emphasize the difference between transfer and resume.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-02 14:30:48 +00:00
nobu
9cf2170e78
* parse.y (parser_yylex): allow spaces between lambda arrow and
...
parenthesis. [ruby-dev:45605][Feature #6390 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-02 14:21:23 +00:00
ayumin
6f72a6dcb5
* cont.c: Improved Fiber documentation.[ruby-core:44540][Bug #6343 ]
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-02 10:13:28 +00:00
nobu
8de9bb275f
* README, README.ja: reformatted using rdoc markup. based on the
...
patches by zzak (Zachary Scott) in [Feature #6388 ].
* README, README.ja: updated the author's mail address.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-02 04:06:40 +00:00
kouji
1451c619a7
fix my email address.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-02 00:48:42 +00:00
svn
9683b27c39
* 2012-05-02
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-02 00:48:03 +00:00
kouji
7c602ea07f
* ext/readline/readline.c (Readline.special_prefixes=)
...
(Readline.special_prefixes): new function. An original patch was
created by nagachika. [Feature #5784 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-02 00:47:57 +00:00
kazu
517f225306
fix typo
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-01 14:23:22 +00:00
kouji
7a4b214558
* ext/readline/readline.c (Readline.pre_input_hook)
...
(Readline.insert_text, Readline.redisplay): new function. An
original patch was created by nagachika. [Feature #5785 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35513 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-01 13:21:55 +00:00
nobu
28b7df7820
* revert r35510 and r35511 which caused removing the headers everytime.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-01 07:15:18 +00:00
nobu
d7228e5bba
depends on ext/openssl/deprecation.rb
...
* ext/digest/*/depend: depends on ext/openssl/deprecation.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-01 06:52:28 +00:00
nobu
1735969296
extconf.h dependency
...
* lib/mkmf.rb (MakeMakefile#depend_rules): deal with extconf.h
dependency. just remove it and bail out right now.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-01 06:52:25 +00:00
ko1
e6bd1496a8
* common.mk: "$(Q)-..." doesn't work on nmake.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-01 06:49:00 +00:00
ko1
458c30e57d
* common.mk: replace '@' prefix to '$(Q)' to control build
...
process outputs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-01 06:37:24 +00:00
nobu
d32155358c
* ext/openssl/deprecation.rb (OpenSSL.check_func): check if header is
...
available for macro compatibility.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-01 05:18:02 +00:00
usa
633cebb0ef
* test/ruby/test_settracefunc.rb: ignore traces from another threads
...
because Kernel.set_trace_func affects other threads.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-05-01 01:56:25 +00:00
nobu
e1d1397af8
* ext/digest/sha2/sha2.c (REVERSE32): exlicitly cast since unsigned
...
long may be larger than sha2_word32.
* ext/digest/sha2/sha2.c (SHA{256,512,384}_{Final,End}): should clear
whole content, not pointer size.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-04-30 21:04:16 +00:00
nobu
26e258c807
* ext/digest/*/extconf.rb: use pkg_config to use same library with
...
openssl. [ruby-core:44755][Bug #6379 ]
* ext/openssl/deprecation.rb: extract check for broken Apple OpenSSL.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-04-30 21:03:38 +00:00
nobu
0f1181a539
Bug #6370
...
* configure.in (optflags): fixed typo. [ruby-core:44679][Bug #6370 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-04-30 20:14:26 +00:00
svn
fa9a1b62f1
* 2012-05-01
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-04-30 20:02:38 +00:00
nobu
7d45d3f84d
* configure.in (optflags): disable unsafe optimizations.
...
[ruby-core:44679][Bug #6370 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-04-30 20:02:34 +00:00
akr
52af87a5a7
add an assertion.
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-04-30 14:45:31 +00:00
akr
7d89ecdc52
* lib/fileutils.rb (copy_metadata): use File.lchown and File.lchmod to
...
update meta data of symlinks.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-04-30 14:37:54 +00:00
nagachika
c40e6f8257
* test/ruby/test_continuation.rb (tracing_with_set_trace_func): don't
...
call Continuation from other threads. [ruby-dev:45596] [Bug #6382 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35498 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-04-30 14:09:36 +00:00
nobu
860cf7b812
* configure.in (optflags): disable unsafe optimizations.
...
[ruby-core:44679][Bug #6370 ]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-04-30 12:09:09 +00:00
akr
ce007c7c86
* ext/zlib/extconf.rb: detect z_crc_t type which will be defined
...
since zlib-1.2.7.
* ext/zlib/zlib.c (rb_zlib_crc_table): use z_crc_t if available.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35496 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-04-30 11:11:21 +00:00
ayumin
3893159530
* test/net/http/test_https.rb: update test for r35494
...
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-04-30 03:51:03 +00:00
ayumin
0456c36d03
* ext/openssl/lib/openssl/ssl.rb: add hostname to "hostname does not
...
match server cert." error.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2012-04-30 00:11:44 +00:00