Activity
From 07/02/2013 to 07/08/2013
07/08/2013
-
11:36 PM Bug #8508 (Closed): Invalid byte sequence in UTF-8 (ArgumentError) in win32/registry.rb
- This issue was solved with changeset r41838.
Thomas, thank you for reporting this issue.
Your contribution to Ruby is... -
11:12 PM Bug #8495 (Closed): include/ruby/win32.h assumes that __STRICT_ANSI__ isn’t set
- This issue was solved with changeset r41834.
Nikolai, thank you for reporting this issue.
Your contribution to Ruby i... -
07:09 AM Bug #8495 (Assigned): include/ruby/win32.h assumes that __STRICT_ANSI__ isn’t set
-
10:41 PM Revision 7083cebe (git): * lib/rubygems: Update to RubyGems 2.0.4. See
- https://github.com/rubygems/rubygems/blob/2.0/History.txt for changes
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
04:50 PM Revision fa343a79 (git): * bignum.c (biglsh_bang): Don't shift a BDIGIT with BITSPERDIG bits.
- (bigrsh_bang): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41842 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:19 PM Revision fa1e85c9 (git): * bignum.c (bigrsh_bang): Fix bignum digits overrun.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41841 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:56 PM Bug #8611: Minitest encoding problems.
- Sorry for a terse report and lack of supporting materials, I'm extremely busy now.
-
03:55 PM Bug #8611 (Closed): Minitest encoding problems.
- A long standing annoying misfeature of minitest is the problem with encoding, which I have solved by patching the bac...
- 03:48 PM Revision 2db6f96c (git): * 2013-07-09
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:48 PM Revision be2a1ad4 (git): * bignum.c (biglsh_bang): Fix bignum digits under-run.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41839 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:36 PM Revision 9db6beb0 (git): win32/registry.rb: use WCHAR
- * ext/dl/win32/lib/win32/registry.rb (Error, API): use WCHAR
interfaces. c.f. [Bug #8508]
git-svn-id: svn+ssh://c... -
02:23 PM Revision f9e1c078 (git): win32.c: suppress warnings
- * win32/win32.c (CharNextExA): cast to suppress warnings by VC6.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4... -
02:13 PM Revision 3d7fa44b (git): win32.c: for strict ANSI
- * win32/win32.c (rb_w32_pow): move from win32.h and disable strict
ANSI mode macro to let _controlfp() stuff define... -
02:12 PM Revision 9487b2cd (git): numeric.c: for strict ANSI
- * numeric.c (finite): add declaration for strict ANSI.
[ruby-core:55312] [Bug #8495]
git-svn-id: svn+ssh://ci.ruby... -
02:12 PM Revision 444f08f6 (git): win32: for strict ANSI
- * thread_win32.c (w32_thread_start_func, thread_start_func_1),
(timer_thread_func): use __stdcall instead of _stdca... -
01:44 PM Revision 1ffdd828 (git): * bignum.c (bary_mul): Arguments for work memory added.
- (bary_mul_balance): Ditto.
(bary_mul_karatsuba): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41833 b... -
01:05 PM Revision 6fdad008 (git): * bignum.c (rb_big_sq_fast): New function for testing.
- (rb_big_mul_toom3): Ditto.
* internal.h (rb_big_sq_fast): Declared.
(rb_big_mul_toom3): Ditto.
git-svn-id: svn+... -
01:00 PM Revision 85855a22 (git): * bignum.c (bary_mul_balance): Initialize a local variable to suppress
- a warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:56 AM Revision ffe55cdc (git): * bignum.c (bary_mul_balance): Reduce work memory.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:53 AM Bug #8605: TestSocket_TCPSocket#test_initialize_failure fails on Windows
- 2013年7月8日 11:21 usa (Usaku NAKAMURA) <[email protected]>:
>
> あー、そうかー、言われてみたらそんな話あったわー、という感じです。
> わざわざ調べてい... -
11:21 AM Bug #8605 (Rejected): TestSocket_TCPSocket#test_initialize_failure fails on Windows
- あー、そうかー、言われてみたらそんな話あったわー、という感じです。
わざわざ調べていただきありがとうございます。
(ちなみにさらに遡ったら r1800 からのようですね。)
事情は [ruby-core:6765] で説明さ... -
10:27 AM Bug #8358: TestSprintf#test_float test failure
- nobu: ping?
-
10:24 AM Bug #8358: TestSprintf#test_float test failure
- Is there any progress about this issue?
This is the only test failure persisted over 2 months.
http://ci.rubyin... -
10:20 AM Bug #6360: Debug information build even without requesting it
- nobu: ping?
I'm still suffering this and is affecting developers cross-compiling gems in Linux targetting Windows,... -
10:15 AM Feature #7106: FileUtils.touch should allow touching the symlink itself rather than the file the link points to
- Krzysztof Wilczynski, would you mind provide an updated patch that return NotImplementedError on Windows?
Feel fre... -
10:08 AM Bug #8610 (Closed): MinGW: OpenSSL test failures
- Build fixed. Thank you Martin!
-
09:29 AM Bug #8610: MinGW: OpenSSL test failures
- MartinBosslet (Martin Bosslet) wrote:
> Thanks! The errors should disappear with the last update of #8384?
It is ... -
09:26 AM Bug #8610: MinGW: OpenSSL test failures
- Thanks! The errors should disappear with the last update of #8384?
-
07:26 AM Bug #8610 (Closed): MinGW: OpenSSL test failures
- =begin
Hello,
RubyInstaller CI is reporting some failures of OpenSSL tests that might be worth to take a look:
... -
10:06 AM Bug #7758: Ruby on Windows crashes when active codepage is codepage 65001 and outputting unicode character
- The patch for `io_fwrite` is equivalent to the patch for `rb_w32_write`.
Only `rb_w32_write` needs to be patched.
-
07:35 AM Bug #7758: Ruby on Windows crashes when active codepage is codepage 65001 and outputting unicode character
- Hello,
I missed this entire thread a few months ago, sorry about that.
Picking up this, is not clear to me if b... -
09:58 AM Bug #7968 (Assigned): Poor UDPSocket#send performance in ruby 2.0.0 on windows
- Any suggestion about this?
-
09:06 AM Bug #8386: OpenSSL thread safety
- Ok, this is gonna be fun... The error occurs in a test that triggers RSA key generation, which was implemented to run...
-
08:33 AM Bug #8384: Cannot build ruby against OpenSSL build with "no-ec2m"
- The breaking build was related to "Oakley" curves, which are part of the built-in curves, but a) not suitable for ECD...
-
08:30 AM Bug #8384 (Closed): Cannot build ruby against OpenSSL build with "no-ec2m"
- This issue was solved with changeset r41829.
Vit, thank you for reporting this issue.
Your contribution to Ruby is gr... -
06:46 AM Bug #8569 (Closed): DLL exports interfere with Win32 Application Embedding Ruby 1.9.3
- Hello,
I'm not a native english speaker, so dunno how to word this accordingly.
Please feel free to take a look... -
06:40 AM Bug #8594: [BUG] rb_update_max_fd: invalid fd (4) given
- Hello,
I tested this against:
ruby 2.0.0p247 (2013-06-27) [i386-mingw32]
ruby 2.0.0p247 (2013-06-27) [x64-ming... -
06:17 AM Bug #8592 (Third Party's Issue): when outputing to console, it's encoding is ignored for Windows
- Yeah, forgot to mention that raster fonts are a real problem on Windows.
Closing this now. -
04:32 AM Feature #7854: New method Symbol[string]
- Let me just point out that this is the right way to solve a problem that we have in Ruby-based protocol implementatio...
-
12:18 AM Bug #8607: Stack consistency error (sp: 16, bp: 17)
- Sorry, this bug is fixed in Ruby 2.0.0p247. Please dismiss this.
-
12:01 AM Bug #8607 (Closed): Stack consistency error (sp: 16, bp: 17)
- The following code:
class A
attr_accessor :foo
end
class B
def initialize(parent)
...
07/07/2013
-
11:30 PM Revision ed92ae81 (git): * test/openssl/test_pkey_ec.rb: Skip tests for "Oakley" curves as
- they are not suitable for ECDSA.
[ruby-core:54881] [Bug #8384]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
11:04 PM Revision a25f95f8 (git): * bignum.c (bary_mul): Add a RB_GC_GUARD.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:21 PM Revision 4cb5abe2 (git): * 2013-07-08
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:21 PM Revision 1210743c (git): * bignum.c (bary_mul_karatsuba): Unreachable code removed. Remove
- several branches.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:06 PM Revision c5161596 (git): Ignore config.guess and config.sub.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:01 PM Revision 29634bca (git): * internal.h (rb_big_mul_normal): Declared.
- (rb_big_mul_balance): Ditto.
(rb_big_mul_karatsuba): Ditto.
* bignum.c (rb_big_mul_normal): New function for tests... -
11:53 AM Bug #8602: REXML::Element#add_text and REXML::Text#<<
- Text#<<のドキュメントを読むと、rawモードのときだけサポートしているようにみえました。
rawモードだと@normalize/@unnormalizeを使わないので、ここでこれらをクリアーしていないのは意図的だったのだろうと... -
11:50 AM Bug #8602 (Closed): REXML::Element#add_text and REXML::Text#<<
- This issue was solved with changeset r41819.
Ippei, thank you for reporting this issue.
Your contribution to Ruby is ... -
11:04 AM Revision d7c2f3f8 (git): Useless comment removed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:02 AM Revision 42d60200 (git): * bignum.c: Reorder functions to decrease forward reference.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:23 AM Bug #8507: Keyword splat does not convert arg to Hash
- Tried my best to thoughtfully address questions before: http://bugs.ruby-lang.org/issues/8507#note-6
Does anyone hav... -
06:03 AM Revision 8dbf5660 (git): * bignum.c: (bigsub_core): Use bary_sub.
- (bary_sub): Returns a borrow flag. Use bary_subb.
(bary_subb): New function for actually calculating subtraction w... - 02:55 AM Revision 8f50a210 (git): * NEWS: Add REXML::Text#<< related updates.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:50 AM Revision 0e1cb279 (git): * lib/rexml/text.rb (REXML::Text#<<): Support appending in not
- "raw" mode. [Bug #8602] [ruby-dev:47482]
Reported by Ippei Obayashi. Thanks!!!
* test/rexml/test_text.rb (TextTeste... - 02:48 AM Revision fbaec78e (git): * lib/rexml/text.rb (REXML::Text#<<): Support method chain use by "<<"
- like other objects.
* test/rexml/test_text.rb (TextTester#test_shift_operator_chain):
Add a test for the above case... - 02:35 AM Revision afbc25c4 (git): * lib/rexml/text.rb (REXML::Text#clear_cache): Extract common
- cache clear code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:07 AM Bug #8575: Crash in openssl verify_certificate_identity
- I've backported r41805 into ruby_2_0_0 branch at r41812.
-
02:01 AM Revision 2114ad42 (git): configure.in: check exit statuses
- * configure.in (RUBY_DTRACE_POSTPROCESS): check exit statuses of
commands. [Bug #8606]
git-svn-id: svn+ssh://ci.r... -
02:01 AM Revision 2b5f033c (git): configure.in: correctly tests dtrace -G in version 1.11
- * configure.in (RUBY_DTRACE_POSTPROCESS): dtrace version SUN D 1.11
introduces a check in the dtrace compiler to en... - 01:22 AM Revision 0241a448 (git): * 2013-07-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:22 AM Revision b2cf5f36 (git): * bignum.c (bary_sq_fast): Extracted from bigsqr_fast and
- ensure not to access zds[2*xn].
(bigsqr_fast): Allocate the result bignum with 2*xn words.
git-svn-id: svn+ssh:/...
07/06/2013
-
11:38 PM Bug #8386: OpenSSL thread safety
- ktsj (Kazuki Tsujimoto) wrote:
>
> I've attached the backtrace log.
>
> Martin, can you check it?
Sure, thank... -
11:22 PM Bug #8386 (Assigned): OpenSSL thread safety
- =begin
Seems r41806 introduced a test failure under Ubuntu 13.04(x86_64):
$ while :; do make TESTS='openssl -j2'... -
06:45 AM Bug #8386 (Closed): OpenSSL thread safety
- This issue was solved with changeset r41806.
Dirkjan, thank you for reporting this issue.
Your contribution to Ruby i... -
10:22 PM Bug #8384: Cannot build ruby against OpenSSL build with "no-ec2m"
- naruse (Yui NARUSE) wrote:
> r41808 breaks non-FIPS environments like http://u32.rubyci.org/~chkbuild/ruby-trunk/log... -
06:16 PM Bug #8384 (Assigned): Cannot build ruby against OpenSSL build with "no-ec2m"
- r41808 breaks non-FIPS environments like http://u32.rubyci.org/~chkbuild/ruby-trunk/log/20130705T230301Z.diff.html.gz
-
04:18 PM Bug #8384: Cannot build ruby against OpenSSL build with "no-ec2m"
- Thanks for applying this patch.
Could this be backported into 2.0.0? Thanks. -
07:47 AM Bug #8384: Cannot build ruby against OpenSSL build with "no-ec2m"
- vo.x (Vit Ondruch) wrote:
> So I made the patch pass the test suite. The test suite is now querying OpenSSL for buil... -
07:46 AM Bug #8384 (Closed): Cannot build ruby against OpenSSL build with "no-ec2m"
- This issue was solved with changeset r41808.
Vit, thank you for reporting this issue.
Your contribution to Ruby is gr... -
10:20 PM Feature #8601 (Assigned): Win32API.rb long life plan
- Hello Arton,
In rb-readline project we used DL be able to access Windows API due the warning/removal of Win32API.r... -
05:05 PM Revision 239d52c8 (git): merge revision(s) 41805: [Backport #8575] [Backport #8582]
- * lib/openssl/ssl.rb: Fix SSL client connection crash for SAN marked
critical.
The patch for CVE-... -
04:58 PM Revision f17c697c (git): merge revision(s) 41781: [Backport #8604]
- * lib/fileutils.rb (FileUtils#symbolic_modes_to_i): Fix the wrong
character class [+-=], which happened to ... -
04:57 PM Revision 26dc1902 (git): merge revision(s) 41796:
- * lib/fileutils.rb (FileUtils#chown, FileUtils#chown_R): Fix the
wrong output message when user is nil, whi... -
04:52 PM Revision b4359a3a (git): merge revision(s) 41785:
- Fix comment typo by @parroty [fix GH-350]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@41809 b2dd... -
12:31 PM Feature #8546: super errors in UnboundMethods
- headius (Charles Nutter) wrote:
> I don't see how it would know the order in which to do the super logic. What do ... -
09:21 AM Bug #8605: TestSocket_TCPSocket#test_initialize_failure fails on Windows
- Bug #8574 にもあって、なにが起きてるのかなぁ、と思っていたのですが、
調べてみると、_WIN32 と __CYGWIN__ では SO_REUSEADDR を使っていないようです。
ext/socket/ipsock... -
07:53 AM Feature #6065: Allow Bignum marshalling/unmarshalling from C API
- akr (Akira Tanaka) wrote:
> 2013/6/5 Tanaka Akira <[email protected]>:
> Any opinions about the API?
>
Wow, tha... -
07:34 AM Bug #8439: test_aes_gcm_wrong_tag(OpenSSL::TestCipher) fails randomly
- vo.x (Vit Ondruch) wrote:
> Might be related/duplicate to #8221
Yes, very much sounds like it. I need to take a d... -
07:30 AM Bug #8178: OpenSSL::PKCS7::SignerInfo
- I agree that SignerInfo#name is misleading. It should be easier to get the relevant information, I'll consider your p...
-
07:24 AM Feature #8126: OpenSSL::SSL::SSLSocket does not define #recv and #send messages
- I agree that it would be better design if SSLSocket responded to the same interface that TCPSocket responds to. Howev...
-
07:16 AM Bug #8114: Issue in test coverage for CRL
- vipulnsward (Vipul Amler) wrote:
> wrt: https://github.com/ruby/ruby/blob/trunk/test/openssl/test_x509crl.rb#L104
>... -
07:16 AM Bug #8114 (Closed): Issue in test coverage for CRL
- This issue was solved with changeset r41807.
Vipul, thank you for reporting this issue.
Your contribution to Ruby is ... -
06:08 AM Bug #8575 (Closed): Crash in openssl verify_certificate_identity
- This issue was solved with changeset r41805.
Maximilian, thank you for reporting this issue.
Your contribution to Rub... -
01:57 AM Bug #8575: Crash in openssl verify_certificate_identity
- jeremyevans0 (Jeremy Evans) wrote:
> I humbly request that the fix be backported to 1.8.7 and a new 1.8.7 patch rele... -
01:43 AM Bug #8575: Crash in openssl verify_certificate_identity
- I humbly request that the fix be backported to 1.8.7 and a new 1.8.7 patch release be issued. Considering that this ...
-
03:38 AM Bug #8574 (Closed): CI Build failure introduced by r41686
- This issue was solved with changeset r41802.
Luis, thank you for reporting this issue.
Your contribution to Ruby is g...
07/05/2013
-
11:38 PM Bug #8575: Crash in openssl verify_certificate_identity
- emboss: Here's my patch. https://gist.github.com/nahi/5934959
-
10:46 PM Revision 0d58bb55 (git): * ext/openssl/ossl_pkey_ec.c: Ensure compatibility to builds of
- OpenSSL with OPENSSL_NO_EC2M defined, but OPENSSL_NO_EC not
defined.
* test/openssl/test_pkey_ec.rb: Iterate over b... -
10:16 PM Revision 880bc0e0 (git): * test/openssl/test_x509crl.rb: Remove unused variable.
- [ruby-core:53501] [Bug #8114]
Thanks, Vipul Amler, for pointing this out!
git-svn-id: svn+ssh://ci.ruby-lang.org... -
09:44 PM Revision 7e443fcf (git): * ext/openssl/ossl.c: Provide CRYPTO_set_locking_callback() and
- CRYPTO_set_id_callback() callback functions ossl_thread_id and
ossl_lock_callback to ensure the OpenSSL extension i... -
09:08 PM Revision a3a62f87 (git): * lib/openssl/ssl.rb: Fix SSL client connection crash for SAN marked
- critical.
The patch for CVE-2013-4073 caused SSL crash when a SSL server returns
the certificate that has critica... -
08:56 PM Bug #8605 (Rejected): TestSocket_TCPSocket#test_initialize_failure fails on Windows
- =begin
表題の通りですが、こんな風に失敗しています。
76) Failure:
TestSocket_TCPSocket#test_initialize_failure [D:/tmp/mswin-build20... -
07:51 PM Revision c62aca26 (git): * ext/psych/lib/psych/visitors/yaml_tree.rb: register time objects so
- they are referenced as ids during output.
* test/psych/test_date_time.rb: corresponding test.
git-svn-id: svn+ssh://... - 06:38 PM Revision ddf7ed85 (git): * 2013-07-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:38 PM Revision 7c467109 (git): Use server_port for Windows
- fix r41686 [Bug #8574]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:43 PM Revision eb06e8d3 (git): un.rb: help order
- * lib/un.rb (UN#help): show help messages in the given order.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4180... -
01:43 PM Revision 0fc35416 (git): un.rb: help message
- * lib/un.rb (setup): show help message by help method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41800 b2dd0... -
01:43 PM Revision 4d076e91 (git): un.rb: refine regexp
- * lib/un.rb (help): refine regexp to extract method name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41799 b2... -
01:43 PM Revision ed0cba79 (git): un.rb: nodoc setup
- * lib/un.rb (setup): nodoc for internal use method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41798 b2dd03c8... - 11:50 AM Revision 9fd8204e (git): * test/ruby/test_unicode_escape.rb (TestUnicodeEscape#test_basic): this
- assertion doesn't seems to be checking the unicode string on command
line, but seems to be checking how to treat th... - 10:07 AM Revision 9b9654c3 (git): * lib/fileutils.rb (FileUtils#chown, FileUtils#chown_R): Fix the
- wrong output message when user is nil, which should be "chown
:group file" instead of "chown group file".
git-svn-... -
09:50 AM Feature #8601: Win32API.rb long life plan
- lib/rubygems/user_interaction.rb has code to use io/console already.
\# Bad habit branching by the version string... -
09:29 AM Feature #8601: Win32API.rb long life plan
- And lib/rubygems/user_interaction.rb and lib/securerandom.rb depend on it.
-
05:20 AM Feature #8601: Win32API.rb long life plan
- No. Many of Windows users use ruby on enterprise environment that is disconnected from the network. So pre-installed ...
-
04:13 AM Feature #8601: Win32API.rb long life plan
- Wouldn't it be better to move it out of StdLib into separate gem?
-
03:29 AM Feature #8601 (Closed): Win32API.rb long life plan
- Win32API.rb sits on ext/dl/win32/lib in the source tree.
But DL is deprecated on Ruby 2.0.1, so I'd like to move it ... - 07:58 AM Revision 2967707b (git): * test/ruby/test_rubyoptions.rb: better approach.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:53 AM Revision 1b644ad4 (git): * test/ruby/test_rubyoptions.rb: typo in r41791.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:24 AM Revision b3c40d5b (git): * test/ruby/test_regexp.rb
- (TestRegexp#test_options_in_look_behind)
(TestRegexp#assert_match_at): Parse regexps in run time rather
than in c... - 07:07 AM Revision a62ee369 (git): * test/ruby/test_regexp.rb
- (TestRegexp#test_options_in_look_behind)
(TestRegexp#assert_match_at): Add tests for another problem
fixed in Oni... -
03:36 AM Bug #8602 (Closed): REXML::Element#add_text and REXML::Text#<<
- 以下のコードは "<e>foo bar</e>" が出力されることが期待されますが実際には "<e>foo</e>" が出力されます。
require 'rexml/document'
doc = REXML::Docu... - 03:16 AM Revision 738fee09 (git): * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_notfound): after
- r41710, the path of command uses backslash as the separator on
Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
02:29 AM Revision 9d93d4df (git): test/unit: assert_raise_with_message
- * lib/test/unit/assertions.rb (assert_raise_with_message): move from
test/fileutils/test_fileutils.rb. this is sti... - 02:12 AM Revision 5716c5ef (git): * win32/win32.c (w32_spawn): r41710 made that if the command starts with
- a quote and includes slash, removed the top quote and NOT removed the
last quote.
this fixes test failures on tes... -
01:53 AM Revision 01ca1301 (git): mkmf.rb: config_string
- * lib/mkmf.rb (CPPOUTFILE): use config_string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41788 b2dd03c8-39d... -
12:54 AM Revision 5aae8984 (git): * lib/mkmf.rb (CONFIG['CPPOUTFILE']): fix r41769; CONFIG['CPPOUTFILE']
- may be nil.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:54 AM Revision ed37bfcc (git): broken utf-8
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:46 AM Revision 660fed67 (git): Fix comment typo by @parroty [fix GH-350]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
07/04/2013
-
11:33 PM Bug #8538: c method not pushed into the callstack when called, but popped when returned
- =begin
Maybe the granularity requested in my previous message implies more work. I would be fine with just correctin... -
09:04 PM Revision c97c7850 (git): * bignum.c (BARY_MUL1): Renamed from BARY_MUL.
- (bary_mul1): Renamed from bary_mul.
(bary_mul): Renamed from bary_mul2.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
08:31 PM Revision c3111343 (git): * bignum.c (bary_mul_balance): Extracted from bigmul1_balance and
- use bary_mul2 and bary_add to decrease allocations.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41783 b2dd03... - 05:22 PM Revision a0011cd5 (git): * lib/fileutils.rb (FileUtils.chmod{,_R}): Enhance the symbolic
- mode parser to support the permission symbols u/g/o and multiple
actions as defined in SUS, so that chmod("g=o+w", ... - 05:22 PM Revision 45116b6a (git): * lib/fileutils.rb (FileUtils#symbolic_modes_to_i): Fix the wrong
- character class [+-=], which happened to match all desired
characters but also match undesired characters.
git-svn... -
04:30 PM Revision 16f70c0e (git): merge revision(s) 41764,41765,41767: [Backport #8583]
- * regcomp.c (): Merge Onigmo 5.13.5 23b523076d6f1161.
https://bugs.ruby-lang.org/issues/8583
* [b... -
03:29 PM Revision ab7d6086 (git): mkmf.rb: old syntax
- * lib/mkmf.rb (have_framework): get rid of newer syntax to run with
ruby 1.8 for cross compiling. [ruby-core:55745... - 03:25 PM Revision f76fe000 (git): * 2013-07-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:25 PM Revision 5d572309 (git): mkmf.rb: header in framework
- * lib/mkmf.rb (have_framework): allow header file to check.
[ruby-core:55745] [Bug #8593]
git-svn-id: svn+ssh://ci... -
02:41 PM Revision 4e681d97 (git): bignum.c: constify
- * bignum.c: constify maxpow tables.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41776 b2dd03c8-39d4-4d8f-98ff-... - 01:31 PM Revision 3d8deb6e (git): * object.c (rb_obj_equal): Fixed an rb_obj_equal documentation typo
- where "a" was used instead of "obj".
Fixes GH-349. Patch by @adnandoric
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
11:40 AM Revision 2e44efd4 (git): * tool/make-snapshot: Exit with EXIT_FAILURE when it fails.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:23 AM Revision 313cdec1 (git): * bignum.c (maxpow_in_bdigit_dbl): Use tables if available.
- (maxpow_in_bdigit): Ditto.
(U16): New macro.
(U32): Ditto.
(U64): Ditto.
(U128): Ditto.
(maxpow16_exp): New... -
10:04 AM Feature #8600 (Rejected): Recognize variables declared in if modifier at end of line
- Variables are declared in the order of appearance. I don't want to introduce exceptions.
Matz.
-
02:33 AM Feature #8600: Recognize variables declared in if modifier at end of line
- Or maybe because it would be too complex to change the parser to support that? Now I'm not sure about the reasons...
-
02:32 AM Feature #8600: Recognize variables declared in if modifier at end of line
- A long-time +1, but if I remember correctly Matz doesn't want this because it could introduce backward incompatibilit...
-
01:29 AM Feature #8600 (Rejected): Recognize variables declared in if modifier at end of line
- =begin
2.0.0 (main):0 > .ruby -v
ruby 2.0.0p195 (2013-05-14 revision 40734) [x86_64-darwin12.3.0]
2.0.0 (main):... -
09:38 AM Revision fd8f2338 (git): * bignum.c (rb_cstr_to_inum): Avoid temporary buffer allocation except
- very big base non-power-of-2 numbers.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41772 b2dd03c8-39d4-4d8f-9... -
08:06 AM Bug #8374: race condition when two threads require a gem
- This is reproducible without a C extension, updated subject.
-
07:36 AM Bug #8599 (Rejected): CSV module - error when trying to set backslash as quote_char
- Okay to close?
-
07:03 AM Revision 0eed101a (git): test/mkmf: $extmk in parallel test
- * test/mkmf/base.rb, test/mkmf/test_config.rb: needs to set $extmk
since worker processes in parallel test mode.
g... -
07:03 AM Revision a5361435 (git): test_have_library.rb: toolchains result
- * test/mkmf/test_have_library.rb (create_library): check if toolchains
work.
git-svn-id: svn+ssh://ci.ruby-lang.or... -
07:03 AM Revision 246c66f7 (git): mkmf.rb: CONFTEST
- * lib/mkmf.rb (CONFTEST): constify hardcoded filename.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41769 b2dd0... -
06:52 AM Revision 05bc4777 (git): * string.c (rb_str_succ): use ONIGENC_MBCLEN_CHARFOUND_P correctly.
- * string.c (rb_str_dump): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41768 b2dd03c8-39d4-4d8f-98ff-823... -
04:32 AM Revision c294ed58 (git): test_regexp.rb: test for conditional expression
- * test/ruby/test_regexp.rb (TestRegexp#test_conditional_expression):
test for [Bug #8583]
git-svn-id: svn+ssh://ci... -
02:53 AM Revision fa7e5146 (git): Fixing example in comments that raised an error by @JackDanger [fix GH-345]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:09 AM Bug #8594: [BUG] rb_update_max_fd: invalid fd (4) given
- Maybe because you are on Unix platform and the bug reporter on Win32 platform ! :)
It would be better IMHO to try to... -
01:39 AM Revision 60c90330 (git): Additional description for r41764
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:16 AM Revision d39f1964 (git): * regcomp.c (): Merge Onigmo 5.13.5 23b523076d6f1161.
- https://bugs.ruby-lang.org/issues/8583
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41764 b2dd03c8-39d4-4d8f-98... -
01:11 AM Revision f23fe319 (git): fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41763 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:10 AM Feature #8229: extend Hash.include?
- I think this would be more interesting if in the form:
h = { a: 'b', c: { d: 'e' } }
h.include?({c: { d: 'e' } }) #...
07/03/2013
-
11:44 PM Bug #6862: BigMath.exp negative exponent
- mame (Yusuke Endoh) wrote:
> So phasis68 should have a commit bit, as I said. ;-)
+1 -
11:41 PM Bug #7968: Poor UDPSocket#send performance in ruby 2.0.0 on windows
- Any update on this?
Thanks
Alan -
10:39 PM Bug #8599: CSV module - error when trying to set backslash as quote_char
- Actually, I mistook quote_char for escape_char. Setting a backslash as quote_char is probably not a desired feature. ...
-
10:16 PM Bug #8599 (Rejected): CSV module - error when trying to set backslash as quote_char
- =begin
There may be a bug in the CSV module. I found it impossible to set the backslash as quote_char, trying so giv... -
08:27 PM Feature #8598 (Open): Expose information whether a timezone offset has been explicitly set on DateTime object
- For some applications it would be beneficial if Ruby would expose information on whether a DateTime object has an exp...
-
06:53 PM Feature #8568: Introduce RbConfig value for native word size, to avoid Fixnum#size use
- 2013/7/3 nobu (Nobuyoshi Nakada) <[email protected]>:
> RbConfig is a module, so `RbConfig.[]` doesn't seem go... -
05:03 PM Feature #8568: Introduce RbConfig value for native word size, to avoid Fixnum#size use
- naruse (Yui NARUSE) wrote:
> > I'm curious for what purpose people use that size.
> > Pointers are not used usually... -
04:56 PM Feature #8568: Introduce RbConfig value for native word size, to avoid Fixnum#size use
- akr (Akira Tanaka) wrote:
> Although "word" is ambiguous, providing sizeof(long), sizeof(char*),
> etc. via RbCon... -
06:13 PM Bug #8115 (Closed): make install DESTDIR=/my/install/path fails
- This issue was solved with changeset r41756.
Vit, thank you for reporting this issue.
Your contribution to Ruby is gr... -
04:14 PM Bug #8584: Remove curses
- drbrain (Eric Hodel) wrote:
> I would not mind being a maintainer of a curses gem.
Thank you!
It might be bett... -
02:17 PM Bug #8584: Remove curses
- I would not mind being a maintainer of a curses gem.
-
03:36 PM Revision d1e0cc27 (git): internal.h: supperss warning
- * internal.h (SIGNED_INTEGER_MAX): supperss warning C4146 on VC6.
seems a logical ORed expression becomes unsigned.... - 03:13 PM Revision c352ba8b (git): * 2013-07-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:13 PM Revision 15d44509 (git): ruby_atomic.h: ATOMIC_CAS on VC6
- * ruby_atomic.h (rb_w32_atomic_cas): call InterlockedCompareExchange
directly.
* ruby_atomic.h (ATOMIC_CAS): fix mi... -
02:54 PM Bug #8591: [BUG] Segmentation fault ruby 2.0.0p195 (2013-05-14) [x64-mingw32]
- The libmysql.lib included in the MySQL Connector/C 64 bit is not compatible with the mingw64-gcc compiler.
You nee... -
12:54 PM Bug #8591 (Third Party's Issue): [BUG] Segmentation fault ruby 2.0.0p195 (2013-05-14) [x64-mingw32]
- It seems like a problem of mysql2.
see also https://github.com/brianmario/mysql2/issues/372 -
02:47 PM Revision b12ffcb1 (git): ruby_atomic.h: suppress warnigns
- * ruby_atomic.h (ATOMIC_CAS): suppress C4022 and C4047 warnings in
VC6. only InterlockedCompareExchange is declare... -
02:36 PM Revision 4090bd7b (git): merge revision(s) 41734,41737: [Backport #8596]
- * lib/mkmf.rb (try_config): Fix to not replace $LDFLAGS with $libs
(1.9.3 behavior) [ruby-core:55752] [Bug ... -
02:24 PM Bug #8464: IPAddr cannot parse link-local IPv6 address.
- Thanks to the recently added Socket.getifaddrs we now have the ability to map scope names to interface ids for use in...
-
11:59 AM Bug #8464 (Feedback): IPAddr cannot parse link-local IPv6 address.
- IPAddr currently does not support scope ID's.
Making IPAddr deal with scope ID's would mean a lot more than just i... -
02:15 PM Bug #8597 (Closed): Unexpected result of Dir.glob of '<' or '>' on Windows
- This issue was solved with changeset r41755.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is... -
11:05 AM Bug #8597 (Closed): Unexpected result of Dir.glob of '<' or '>' on Windows
- I have found the following results of Dir.glob when containing '<' or '>' on path.
C:\Users\phasis>irb
irb(main):... -
01:32 PM Revision b2be6232 (git): * internal.h (ruby_digit36_to_number_table): Declared.
- * util.c (ruby_digit36_to_number_table): Moved from scan_digits.
* bignum.c (conv_digit): Use ruby_digit36_to_number... -
12:46 PM Bug #8483: SEGV under high concurrency
- Do you use any gem packages contains extension libraries?
Can you run a process in terminal and get backtrace etc.. -
11:47 AM Bug #8557: rubygems/security.rb is loaded twice if openssl is unavailable
- I have this fixed on RubyGems master and will merge to ruby trunk after releasing RubyGems 2.0.4 (later this week).
-
07:08 AM Bug #8557: rubygems/security.rb is loaded twice if openssl is unavailable
- =begin
How can LoadError#path return the required library name if the file is missing?
It seems (({e.path == "ope... -
09:12 AM Revision 48ebea71 (git): mkmf.rb: revert DESTDIR prefix
- * lib/mkmf.rb (install_dirs): revert DESTDIR prefix by r39841, since
it is fixed by r41648. [ruby-core:55760] [Bug... -
06:53 AM Feature #8075 (Closed): Add socket interface class to list interfaces
- This was fixed by Socket.getifaddrs in r40593
-
06:19 AM Feature #7711 (Rejected): RubyGems uses autoload
- Due to notes in #5653 it seems that autoload is fixed. In the interest of pushing towards a definitive answer from ma...
-
05:15 AM Revision 48b19a3a (git): dir.c: get rid of FindFirstFile bug
- * dir.c (do_stat): use rb_w32_ustati64() in win32.c to get rid of
mysterious behavior of FindFirstFile() Windows AP... -
05:12 AM Revision 89e38a2b (git): dir.c: do_lstat alias
- * dir.c (do_lstat): make an alias of do_stat instead of two same
functions, when no lstat is available.
git-svn-id... -
05:11 AM Revision 8cbd501e (git): test/ruby: independent from pathname
- * test/ruby/test_dir.rb (TestDir#setup): remove dependency on pathname.
* test/ruby/test_rubyoptions.rb (TestRubyOpt... - 03:08 AM Revision 87e185da (git): * 2013-07-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41752 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:08 AM Revision c4107e71 (git): * bignum.c (maxpow_in_bdigit): Renamed from calc_hbase and return
- maxpow.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41751 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
07/02/2013
-
06:48 PM Bug #8115: make install DESTDIR=/my/install/path fails
- usa (Usaku NAKAMURA) wrote:
> On Windows, when making extensions, `nmake install' now causes error because rubylibpr... -
05:32 PM Feature #7418: Kernel#used_refinements
- I'm against adding a new reflection API for refinements into Ruby 2.1.
What do you think of it, Matz? -
02:49 PM Revision c7882619 (git): * bignum.c (roomof): Cast to long.
- (rb_ull2big): Fix bignew arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41750 b2dd03c8-39d4-4d8f-98f... - 01:16 PM Revision d74bb62d (git): * bignum.c (rb_cstr_to_inum): fix 64 bit to 32 bit shorten warning
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41749 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:20 PM Revision 4658478a (git): * bignum.c (rb_cstr_to_inum): Merge two temporary buffers.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:52 AM Revision 2ade2218 (git): * bignum.c (rb_cstr_to_inum): Use BDIGIT_DBL to collect adjacent digits.
- (BDIGIT_DBL_MAX): New macro.
(maxpow_in_bdigit_dbl): New function.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
11:35 AM Bug #8595 (Closed): mkmf.rb pkg_config modifies $LDFLAGS
- This issue was solved with changeset r41734.
Shota, thank you for reporting this issue.
Your contribution to Ruby is ... -
11:20 AM Bug #8595: mkmf.rb pkg_config modifies $LDFLAGS
- Updating patch because I uploaded older one:
* Don't append libs into $LDFLAGS -
11:07 AM Bug #8595: mkmf.rb pkg_config modifies $LDFLAGS
- oops, sorry, forgot to attach the patch
-
11:04 AM Bug #8595 (Closed): mkmf.rb pkg_config modifies $LDFLAGS
- =begin
mkmf.rb's pkg_config modifies $LDFLAGS after 2.0.0 (r35605 ?) like the following:
# ruby 1.9.3p392 (2013-... -
10:42 AM Bug #8594 (Feedback): [BUG] rb_update_max_fd: invalid fd (4) given
- It is not reproducible for me.
% cat tst.rb
def try
yield
print '.'
rescue Errno::EIN... -
10:06 AM Bug #8594 (Closed): [BUG] rb_update_max_fd: invalid fd (4) given
- =begin
Note that I expect EINVAL when running this code. Most of the time it is correctly handled by the rescue o... -
08:24 AM Revision 9487404c (git): * doc/syntax/refinements.rdoc: add description of Module#using and
- refinement inheritance by module inclusion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41746 b2dd03c8-39d4-4d... -
08:22 AM Revision 58919a4d (git): re.c: use built-in encoding indexes
- * internal.h: add EUC-JP and Windows-31J.
* re.c (rb_char_to_option_kcode): use built-in encoding indexes in
intern... -
08:22 AM Revision 14dfdb5e (git): dir.c: use built-in encoding indexes
- * internal.h: add UTF8-MAC.
* dir.c (rb_utf8mac_encoding): use built-in encoding indexes in
internal.h.
git-svn-id... -
08:22 AM Revision 66564ab6 (git): string.c: use built-in encoding indexes
- * internal.h: add UTF-{16,32} dummy encodings.
* string.c (rb_str_inspect, str_scrub0): use built-in encoding indexes... -
08:22 AM Revision 42a2f89b (git): io.c: use built-in encoding indexes
- * internal.h: add UTF-{16,32}{BE,LE}.
* io.c (io_strip_bom): use built-in encoding indexes in internal.h.
git-svn-id... -
08:22 AM Revision ea2b115e (git): internal.h: use built-in encoding indexes
- * internal.h (rb_{ascii8bit,utf8,usascii}_encindex): use built-in
encoding indexes for optimization.
git-svn-id: s... -
08:22 AM Revision 869a1b58 (git): encoding.c: use built-in encoding indexes
- * encoding.c (enc_inspect, rb_locale_encindex),
(enc_set_filesystem_encoding, rb_filesystem_encindex): use built-in... -
08:22 AM Revision aa1acf1d (git): encoding.c: validate index
- * encoding.c (rb_enc_set_index, rb_enc_associate_index): validate
argument encoding index.
* include/ruby/encoding.... -
08:22 AM Revision 263ce88f (git): encoding.c: preserved encindex
- * encoding.c (rb_enc_init): register preserved indexes.
* internal.h (ruby_preserved_encindex): move from encoding.c.... -
07:21 AM Bug #8575: Crash in openssl verify_certificate_identity
- We can confirm this problem exists on *all* versions of Ruby, including 1.9 and 1.8.
We've also done some more dig... -
06:27 AM Bug #8592: when outputing to console, it's encoding is ignored for Windows
- actually I just noticed I had default raster fonts set for console, if I change it to Lucida Console it doesn't crash...
-
06:23 AM Bug #8592: when outputing to console, it's encoding is ignored for Windows
- =begin
yeah, same result
((<URL:http://i.imm.io/1aPzV.png>))
maybe it's something to do because I've local... -
05:24 AM Bug #8592 (Feedback): when outputing to console, it's encoding is ignored for Windows
- Hello,
I was not able to reproduce your problem.
Script:
https://gist.github.com/luislavena/c5a5697bd7079c182034
R... -
05:06 AM Bug #8592 (Third Party's Issue): when outputing to console, it's encoding is ignored for Windows
- =begin
for example code
#!/usr/bin/env ruby
#encoding: utf-8
print "testing ā"
when open CMD with ch... -
03:00 AM Revision 22d508fc (git): fix indent
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:00 AM Revision ee8fdc47 (git): fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41736 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:59 AM Revision c92c5c9e (git): fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41735 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:35 AM Revision 47434dc1 (git): * lib/mkmf.rb (try_config): Fix to not replace $LDFLAGS with $libs
- (1.9.3 behavior) [ruby-core:55752] [Bug #8595]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41734 b2dd03c8-39d4... -
12:52 AM Bug #8591 (Third Party's Issue): [BUG] Segmentation fault ruby 2.0.0p195 (2013-05-14) [x64-mingw32]
- rails server crashes with Segmentation fault
in pure app created with rails new .
after installing mysql2 gem like...
Also available in: Atom