Project

General

Profile

Activity

From 02/26/2015 to 03/04/2015

03/04/2015

11:45 PM Revision fb5a0b68 (git): * 2015-03-05
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:44 PM Revision 270630c6 (git): * random.c (random_raw_seed): Avoid calling fill_random_bytes()
if the requested size is 0. AIX returns -1 for 0-byte read from
/dev/urandom, while other UNIX returns 0. With this c...
Rei Odaira
11:07 PM Bug #10936 (Closed): Error in Rubydoc for DateTime#rfc3339
There is an error in the Ruby-documentation of instance method #rfc3339 of class DateTime (eg. Ruby-version 2.1.5)
...
andirayo ((Andreas) Rayo Kniep)
09:28 PM Feature #10930: Allow splat operator to work for string interpolation
On 5 March 2015 at 07:04, <[email protected]> wrote:

> Issue #10930 has been updated by Recursive Madman.
...
phluid61 (Matthew Kerwin)
09:04 PM Feature #10930: Allow splat operator to work for string interpolation
Matthew Kerwin wrote:
>
> I'm strongly opposed to it ever arbitrarily injecting commas, especially
> since Arr...
recursive-madman (Recursive Madman)
08:58 PM Feature #10930: Allow splat operator to work for string interpolation
On 4 March 2015 at 14:01, <[email protected]> wrote:

> Issue #10930 has been updated by Daniel P. Clark.
>
>
> ...
phluid61 (Matthew Kerwin)
04:01 AM Feature #10930: Allow splat operator to work for string interpolation
The behavior of the splat operator as used in methods is like removing [ ] from an array to use as parameters.
~~~...
danielpclark (Daniel P. Clark)
02:56 AM Feature #10930 (Feedback): Allow splat operator to work for string interpolation
I have no idea why you need this. Does this have common use-case?
For me, `"#{*[1,2,3]}"` to produce `"1, 2, 3"` is ...
matz (Yukihiro Matsumoto)
02:15 PM Bug #10920 (Rejected): uninitialized constant LoadErroe
I created https://bugs.ruby-lang.org/issues/10934 hsbt (Hiroshi SHIBATA)
10:49 AM Feature #10927: [PATCH] Add default empty string to string replacements
zimba tm wrote:
> `"foo".gsub("o")` currently doesn't do any substitution.
At that point indeed it's just an en...
duerst (Martin Dürst)
10:34 AM Feature #10927: [PATCH] Add default empty string to string replacements
Alright but a change doesn't necessarily need to be substantial to improve developer happiness. It seems like my litt... zimbatm (zimba tm)
09:05 AM Bug #10931: [PERF]bm_app_mandelbrot.rb 20% slower.
Hi Nobu,
I ran the benchmarks on my local machine and I'm seeing the same results as those on RubyBench's dedicat...
tgxworld (Guo Xiang Tan)
08:37 AM Bug #10931: [PERF]bm_app_mandelbrot.rb 20% slower.
My results.
-----------------------------------------------------------
benchmark results:
Execution time (sec...
nobu (Nobuyoshi Nakada)
08:17 AM Bug #10935 (Feedback): encountered during rspec tests
Please show Crash Report log file. nobu (Nobuyoshi Nakada)
07:32 AM Bug #10935 (Closed): encountered during rspec tests
~~~
-- Crash Report log information --------------------------------------------
See Crash Report log file under...
reza-khedmati (reza khedmati)
05:48 AM Bug #10916: What the Ruby? SegFault?
On 2015/03/02 10:52, "Martin J. Dürst" wrote:
>> * Author: why do i need this acct just to create a bug report
>
...
nobu (Nobuyoshi Nakada)
03:49 AM Misc #10810 (Closed): Refactor test_math.rb by introducing method named `assert_float_and_int`
gogotanaka (Kazuki Tanaka)
03:47 AM Revision 1d00e40e (git): * test/ruby/test_math.rb (assert_float_and_int): Refactor test cases
by introducing assert_float_and_int. [misc #10810]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49843 b2dd03c8-...
Kazuki Tanaka
02:52 AM Bug #10933 (Closed): [BUG] object allocation during garbage collection phase
Applied in changeset r49842.
----------
symbol.c: make dsym_fstrs an identity hash
* symbol.c (Init_sym): make dsym...
nobu (Nobuyoshi Nakada)
02:40 AM Bug #10933: [BUG] object allocation during garbage collection phase
早速のレスありがとうございました。よろしくお願いします! yoshuki (Yoshiyuki MIKAMI)
01:50 AM Bug #10933: [BUG] object allocation during garbage collection phase
ありがとうございます。とてもわかりやすいログでした。
* cleanup フェーズに入る
* sweep_rest を行なう(lazy sweep の後始末を行なう)
* ここで、GC 中フラグが立ち、オブジェク...
ko1 (Koichi Sasada)
01:47 AM Bug #10933: [BUG] object allocation during garbage collection phase
I encountered non-recurring bug during rspec.
I hope attached files will help.
If I should send extra information a...
yoshuki (Yoshiyuki MIKAMI)
01:38 AM Bug #10933 (Closed): [BUG] object allocation during garbage collection phase
いつもお世話になっています。
rspec中に遭遇して、その後繰り返しても再現しないのですが、役に立てばと採取できたログをお送りします。
追加で提出すべき情報があればお知らせください。
よろしくお願いいたします。
yoshuki (Yoshiyuki MIKAMI)
02:52 AM Revision 5cd98697 (git): symbol.c: make dsym_fstrs an identity hash
* symbol.c (Init_sym): make dsym_fstrs a hash compared by identity
as the keys are unique fstrings, to get rid of r...
nobu (Nobuyoshi Nakada)
01:41 AM Bug #10934 (Closed): Backport r49017
fix typo. hsbt (Hiroshi SHIBATA)
01:34 AM Revision d7628fcf (git): rbinstall.rb: set umask 077
* tool/rbinstall.rb: default umask to prohibit group/others from
reading/writing/executing.
git-svn-id: svn+ssh://...
nobu (Nobuyoshi Nakada)
01:22 AM Revision 83a27c87 (git): envutil.rb: no need to sleep
* test/lib/envutil.rb (assert_in_out_err): remove sleep to catch
the just time, and it is unnecessary as diagnostic...
nobu (Nobuyoshi Nakada)
01:17 AM Revision 5f4f28d6 (git): * enum.c: Fix typo in slice_after's exception message.
[fix GH-842][ci skip] Patch by @jsyeo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49839 b2dd03c8-39d4-4d8f-98f...
hsbt (Hiroshi SHIBATA)
01:15 AM Revision c5e9d762 (git): * doc/syntax/methods.rdoc: add some missing spaces and
fix a grammatical error in method docs.
[fix GH-843][ci skip] Patch by @nikolas
git-svn-id: svn+ssh://ci.ruby-lang...
hsbt (Hiroshi SHIBATA)
12:24 AM Revision 49117ae2 (git): envutil.rb: diagnostic_reports for SIGTRAP
* test/lib/envutil.rb (EnvUtil.diagnostic_reports): SIGTRAP also
generate diagnostic report file.
git-svn-id: svn+...
nobu (Nobuyoshi Nakada)

03/03/2015

09:42 PM Bug #10916: What the Ruby? SegFault?
I think redmine is also a blocker, as it has been notoriously
susceptible to spam.

If we can fix that, maybe we ...
zzak (zzak _)
08:41 PM Bug #10916: What the Ruby? SegFault?
"\"Martin J. Dürst\"" <[email protected]> wrote:
> > * Author: why do i need this acct just to create a bug re...
normalperson (Eric Wong)
07:53 PM Feature #10932 (Assigned): Enabling allocation tracing as early as possible
Hi,
I'd like to be able to enable allocation tracing as early as possible. I've attached a patch that I use to do...
tenderlovemaking (Aaron Patterson)
05:56 PM Bug #10647: fail install without zlib
I'm reviewing our Gentoo patches for ruby 2.2.1 and noticed that there is a typo in this patch that causes installati... hansdegraaff (Hans de Graaff)
05:27 PM Bug #10906: Problem building on Solaris 10 - symbol rb_infinity not found
Adding "-std=gnu99" to CFLAGS might solve the problem.
~~~
% CFLAGS="-std=gnu99" ./configure
~~~
ngoto (Naohisa Goto)
05:14 PM Revision bca791ae (git): * tool/redmine-backporter.rb (backport_command_string): pick up only
when the revision exists in trunk.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49836 b2dd03c8-39d4-4d8f-98ff-...
U.Nakamura
05:01 PM Revision f6ed283f (git): mkmf/base.rb: clean up tmpdir
* test/mkmf/base.rb (TestMkmf#assert_separately): call teardown to
clean up temporary directory.
git-svn-id: svn+s...
nobu (Nobuyoshi Nakada)
04:27 PM Revision 36ba828d (git): rbinstall.rb: gems dir_mode
* tool/rbinstall.rb (DirPackage#extract_files): set directories
permission of gems.
git-svn-id: svn+ssh://ci.ruby-...
nobu (Nobuyoshi Nakada)
03:45 PM Revision e6b06534 (git): thread.c: volatile inside EXEC_TAG
* thread.c (rb_thread_io_blocking_region): assigned variables
inside EXEC_TAG() should be volatile.
* thread.c (rb_...
nobu (Nobuyoshi Nakada)
03:37 PM Revision f18951ab (git): .travis.yml: no diagnostic reports
* .travis.yml (script): no diagnostic reports files should be
left.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr...
nobu (Nobuyoshi Nakada)
03:32 PM Revision 70e0a56c (git): * 2015-03-04
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:30 PM Revision 6aff861d (git): * tool/redmine-backporter.rb: now can specify shorten form of commands.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
03:18 PM Bug #10931 (Closed): [PERF]bm_app_mandelbrot.rb 20% slower.
http://rubybench.org/ruby/ruby/commits?result_type=app_mandelbrot
Relevant Commits:
https://github.com/ruby/ruby...
tgxworld (Guo Xiang Tan)
02:42 PM Revision d1d5264c (git): * tool/redmine-backporter.rb (Readline.readline): drop untreated control
characters.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
02:41 PM Feature #10930 (Feedback): Allow splat operator to work for string interpolation
Currently when you use the splat operator in a method it pulls the items out of the array for method parameters.
~...
danielpclark (Daniel P. Clark)
01:26 PM Revision f73aefc6 (git): * test/lib/envutil.rb (EnvUtil.invoke_ruby): need to rescue because
Signal.signame may raise exception.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49828 b2dd03c8-39d4-4d8f-98ff...
U.Nakamura
12:34 PM Bug #10687: ArgumentError in certain cases of instance_exec (new bug in 2.2)
Still broken in 2.2.1:
~~~
#=> ruby -v && ruby a.rb
ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-linux]
a....
stoodfarback (stood far back)
08:55 AM Revision dff21f05 (git): remove ruby_1_9_2 support
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
08:55 AM Revision 7968f885 (git): add teenyup
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
08:54 AM Revision fb72edce (git): bump version to 2.2.2
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@49825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
08:19 AM Revision 1e4550ac (git): test_rubyoptions.rb: use assert_in_out_err
* test/ruby/test_rubyoptions.rb (assert_segv): assert_in_out_err
with the pattern list instead of invoke_ruby.
* t...
nobu (Nobuyoshi Nakada)
08:19 AM Revision f73a92e4 (git): envutil.rb: improve by assert_pattern_list
* test/lib/envutil.rb (assert_in_out_err): improve to match by
assert_pattern_list if expected result is other than...
nobu (Nobuyoshi Nakada)
08:17 AM Revision e9ff9e79 (git): test_process.rb: use assert_in_out_err
* test/ruby/test_process.rb (test_status_quit): use
assert_in_out_err to simplify and clean diagnostic reports.
gi...
nobu (Nobuyoshi Nakada)
08:10 AM Bug #10924: String#b
Thomas Sawyer wrote:
> Well, I just learned about the String#b [method](http://ruby-doc.org/core-2.1.0/String.html#m...
duerst (Martin Dürst)
07:58 AM Bug #10924: String#b
Thomas Sawyer wrote:
> Benoit Daloze wrote:
> > Note #b is more #binary than #ascii.
>
> That at least make a li...
duerst (Martin Dürst)
07:52 AM Bug #10924: String#b
Thomas Sawyer wrote:
> Refinements scoped at the gem level? I think I argued in favor of that once.
That turned...
duerst (Martin Dürst)
07:58 AM Revision 41eb94d4 (git): * tool/redmine-backporter.rb: use 'b' instead of 's' for showing
Backport options for merger.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49821 b2dd03c8-39d4-4d8f-98ff-823...
U.Nakamura
07:55 AM Revision d57a8fa5 (git): * tool/redmine-backporter.rb: show selected ticket number at prompt.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
05:59 AM Feature #10909 (Closed): [PATCH 2/2] math.c: Direct casting from Rational to double.
Applied in changeset r49818.
----------
* math.c (num2dbl_with_to_f): direct casting from Rational to double.
[Fea...
gogotanaka (Kazuki Tanaka)
05:59 AM Revision b5f8aec5 (git): * test/ruby/test_math.rb: add tests for the above change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Kazuki Tanaka
05:59 AM Revision 972713ce (git): * math.c (num2dbl_with_to_f): direct casting from Rational to double.
[Feature #10909]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Kazuki Tanaka
05:20 AM Revision 5eea2af4 (git): test_rubyoptions.rb: use assert_segv
* test/ruby/test_rubyoptions.rb (test_segv_loaded_features): use
assert_segv to simplify.
git-svn-id: svn+ssh://ci...
nobu (Nobuyoshi Nakada)
04:49 AM Bug #10914: Always reproducible crash on FreeBSD with unicorn and 2.2.0p0 (2.1.5p273 too)
Hi!
It appears the problem is fixed with update FreeBSD to 10.1 version. Thanks!
Best regards,
Alexander
incubus (Alexander Logvinov)
03:16 AM Revision 37788267 (git): .travis.yml: CONFIG_FLAG
* .travis.yml (before_install): merge options for extension
libraries to CONFIG_FLAG.
git-svn-id: svn+ssh://ci.rub...
nobu (Nobuyoshi Nakada)
03:04 AM Feature #10927: [PATCH] Add default empty string to string replacements
Robert A. Heiler wrote:
> I don't think this is likely to get in because it breaks backwards compatibility.
Not o...
duerst (Martin Dürst)
02:55 AM Revision f7621185 (git): .travis.yml: install missing library
* .travis.yml (before_install): install gdbm too.
* .travis.yml (script): test options should be in TESTOPTS.
git-s...
nobu (Nobuyoshi Nakada)
01:54 AM Revision 71dfa492 (git): .travis.yml: suppress travis specific failure
* .travis.yml (before_script): suppress the failure which happens
only in travis OSX for the time being.
git-svn-i...
nobu (Nobuyoshi Nakada)

03/02/2015

11:57 PM Bug #10924: String#b
Robert A. Heiler wrote:
> I think that, the name aside, this would be a wonderful example for different
> namespace...
trans (Thomas Sawyer)
11:49 PM Bug #10924: String#b
Benoit Daloze wrote:
> Note #b is more #binary than #ascii.
That at least make a little more sense out of the nam...
trans (Thomas Sawyer)
07:52 PM Bug #10924: String#b
I think that, the name aside, this would be a wonderful example for different
namespaces and restoring to the old de...
shevegen (Robert A. Heiler)
12:56 PM Bug #10924: String#b
Note #b is more #binary than #ascii. Eregon (Benoit Daloze)
01:27 AM Bug #10924 (Closed): String#b
Well, I just learned about the String#b [method](http://ruby-doc.org/core-2.1.0/String.html#methodi-b) today. And of ... trans (Thomas Sawyer)
11:43 PM Bug #10929 (Rejected): NilClass#to_proc and & don't mix?
This is sort of like a "who would ever care" kind of bug. Nonetheless technically it seems like it is one. So I thoug... trans (Thomas Sawyer)
10:53 PM Revision 12051857 (git): * test/ruby/test_symbol.rb: avoid a false positive in AIX
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Rei Odaira
10:28 PM Bug #10906: Problem building on Solaris 10 - symbol rb_infinity not found
I don't know what to tell you. For anyone reading this, to get around it I did this:
configure --disable-insta...
djberg96 (Daniel Berger)
02:42 PM Bug #10906: Problem building on Solaris 10 - symbol rb_infinity not found
Thanks.
The output of the commands suggest that the macro INFINITY was defined when compiling numeric.c but was not ...
ngoto (Naohisa Goto)
07:56 PM Feature #10927: [PATCH] Add default empty string to string replacements
I don't think this is likely to get in because it breaks backwards compatibility.
The prior usage could well be a ...
shevegen (Robert A. Heiler)
04:26 PM Feature #10927 (Open): [PATCH] Add default empty string to string replacements
Hi ruby devs !
A common case for string substitution is to just remove the found items. This patch changes the `St...
zimbatm (zimba tm)
06:38 PM Feature #10844: TracePoint API needs an event to inform about creating/removing a new frame without calling something
Don't see anything wrong...
~~~
~/Work/byebug $ cat backtrace.rb
begin
Int('hola')
rescue
local = 17
b...
deivid (David Rodríguez)
05:44 PM Bug #10923: Bug in io/wait/wait.c
Backported into `ruby_2_1` branch at r49812. nagachika (Tomoyuki Chikanaga)
05:43 PM Bug #10923 (Closed): Bug in io/wait/wait.c
Applied in changeset ruby-21:r49812.
----------
merge revision(s) r49797: [Backport #10923]
* ext/io/wait/wait.c (...
nagachika (Tomoyuki Chikanaga)
05:43 PM Revision 3457be5f (git): merge revision(s) r49797: [Backport #10923]
* ext/io/wait/wait.c (io_nread): wrap return value with INT2FIX
Thanks to Yura Sokolov <funny.falcon@gmail....
nagachika (Tomoyuki Chikanaga)
05:25 PM Bug #10928 (Closed): optparse Switch#summarize code doesn't reflect its documentation
The documentation for `Switch#summarize` says "+sdone+:: Already summarized short style options keyed hash." for the... gettalong (Thomas Leitner)
04:06 PM Bug #10926 (Closed): r49760以降Solarisで--enable-sharedのビルドでsample/test.rb失敗
Applied in changeset r49810.
----------
* configure.in: set PRELOADENV in Solaris to avoid "wrong ELF class" error.
...
ngoto (Naohisa Goto)
03:55 PM Bug #10926 (Closed): r49760以降Solarisで--enable-sharedのビルドでsample/test.rb失敗
Solaris 10 にて、./configure --enable-shared (他オプション多数略) にて共有ライブラリ版をビルドしようとすると、r49760以降、下記のエラーが出てsample/test.rbの実行に失敗して次... ngoto (Naohisa Goto)
04:06 PM Revision ae048b1b (git): * 2015-03-03
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:06 PM Revision 2e522aec (git): * configure.in: set PRELOADENV in Solaris to avoid "wrong ELF class" error.
[Bug #10926] [ruby-dev:48888]
* configure.in: set LIBPATHENV for 32-bit compile in Solaris in addition
to 64-bit.
...
ngoto (Naohisa Goto)
12:26 PM Bug #10925 (Closed): Backport r49693
Please backport r49693, this commit fixed failing spec on rubyspec.
https://github.com/ruby/ruby/commit/9759173cfc...
hsbt (Hiroshi SHIBATA)
07:54 AM Revision 89333366 (git): envutil.rb: fix typo
* test/lib/envutil.rb (invoke_ruby): fix typo again.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49809 b2dd03c...
nobu (Nobuyoshi Nakada)
07:20 AM Revision 4a0e9c5c (git): envutil.rb: fix const name
* test/lib/envutil.rb (invoke_ruby): fix an exception class name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
nobu (Nobuyoshi Nakada)
06:50 AM Revision b6cc839d (git): test_process.rb: remove intermediate child process
* test/ruby/test_process.rb (test_deadlock_by_signal_at_forking):
spawn the target process directly with assert_sep...
nobu (Nobuyoshi Nakada)
06:44 AM Revision 7be21a31 (git): envutil.rb: timeout_error argument to invoke_ruby
* test/lib/envutil.rb (invoke_ruby): add `timeout_error` optional
keyword argument, the exception class to be raise...
nobu (Nobuyoshi Nakada)
06:44 AM Revision 876d6640 (git): envutil.rb: signal list to invoke_ruby
* test/lib/envutil.rb (invoke_ruby): allow `signal` optional
keyword argument to be a list of signals to be sent to...
nobu (Nobuyoshi Nakada)
06:36 AM Revision 575d4a30 (git): configure.in: _setjmp only if _longjmp is found
* configure.in: do not check _setjmp unless _longjmp is available,
so that configure results will not be changed by...
nobu (Nobuyoshi Nakada)
05:44 AM Revision ad0e8beb (git): configure.in: remove extra unsigned
* configure.in (RUBY_REPLACE_TYPE): restore unsigned type from
cached variable only if the target type is not avail...
nobu (Nobuyoshi Nakada)
04:35 AM Revision b31c4762 (git): .travis.yml: do not ignore diff
* .travis.yml (before_script): confured results with/without cache
must be same.
git-svn-id: svn+ssh://ci.ruby-lan...
nobu (Nobuyoshi Nakada)
04:04 AM Revision 76d1d526 (git): signal.c: nil for invalid signum
* signal.c (sig_signame): return nil if the argument is a valid
signal number.
git-svn-id: svn+ssh://ci.ruby-lang....
nobu (Nobuyoshi Nakada)
03:07 AM Bug #10915 (Closed): Error in FTPTest#test_abort and test_status on Solaris
Applied in changeset r49800.
----------
* test/net/ftp/test_ftp.rb (create_ftp_server): set SO_OOBINLINE
for recei...
ngoto (Naohisa Goto)
03:07 AM Revision ba536e41 (git): * test/net/ftp/test_ftp.rb (create_ftp_server): set SO_OOBINLINE
for receiving OOB data which is sended with MSG_OOB flag in
portable way. [Bug #10915] [ruby-dev:48885]
* test/net/...
ngoto (Naohisa Goto)
02:43 AM Revision f2c8ac3f (git): configure.in: restore unsignedness
* configure.in (RUBY_REPLACE_TYPE): restore unsigned type from
cached variable.
git-svn-id: svn+ssh://ci.ruby-lang...
nobu (Nobuyoshi Nakada)
02:08 AM Bug #10916: What the Ruby? SegFault?
> * Author: why do i need this acct just to create a bug report

The answer is simple: Requiring registration he...
duerst (Martin Dürst)

03/01/2015

09:05 PM Bug #10923: Bug in io/wait/wait.c
Fixed in r49797
normalperson (Eric Wong)
02:24 PM Bug #10923 (Closed): Bug in io/wait/wait.c
https://github.com/ruby/ruby/blob/28b9f11d5a4b878adb50a3e5472ceea8c462ed4a/ext/io/wait/wait.c#L64-L65
return value s...
funny_falcon (Yura Sokolov)
09:03 PM Revision 07c87adf (git): * 2015-03-02
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:03 PM Revision 26e1ebdc (git): io/wait: fix return value for buffered read
* ext/io/wait/wait.c (io_nread): wrap return value with INT2FIX
Thanks to Yura Sokolov <[email protected]>
[...
Eric Wong
08:05 PM Bug #10538: Error when trying to update gem rake
I got exactly the same error when trying also to updaet rake ge.
* Reproduced on Windows 7 Home edition
* Ruby vers...
Javix (Sergueï Cambour)
12:27 PM Revision 40564c1e (git): thread_pthread.c: use rb_pid_t
* thread_pthread.c (timer_thread_pipe.owner_process): process ID
should be pid_t.
git-svn-id: svn+ssh://ci.ruby-la...
nobu (Nobuyoshi Nakada)
11:21 AM Revision e961fcd5 (git): envutil.rb: signal argument
* test/lib/envutil.rb (invoke_ruby): add optional keyword argument
of signal to be sent to hung-up process.
git-sv...
nobu (Nobuyoshi Nakada)
11:21 AM Revision ee4cb17b (git): configure.in: restore convertible type
* configure.in (RUBY_REPLACE_TYPE): restore convertible type from
cached variable, so that configured results will ...
nobu (Nobuyoshi Nakada)
09:10 AM Revision ea2d631a (git): configure.in: check broken memmem before earlier
* configure.in (rb_cv_broken_memmem): check before adding the
result HAVE_MEMMEM macro to confdefs.h, so that confi...
nobu (Nobuyoshi Nakada)
06:12 AM Feature #2080: Proc#to_source, Method#to_source
any hope to finally see this? riffraff (gabriele renzi)
06:03 AM Bug #10922 (Closed): TracePoint#binding may return nil in Ruby 2.2
~~~
$ miniruby -ve '
TracePoint.new(:c_return) do |tp|
p [tp.method_id, tp.binding]
end.enable
Thread.new {}...
ktsj (Kazuki Tsujimoto)
05:51 AM Bug #10921 (Rejected): gems/json-1.8.2/lib/json/ext/parser.bundle: [BUG] Segmentation fault
You mix 2.2.0 and 2.0.0. nobu (Nobuyoshi Nakada)
03:36 AM Bug #10921 (Rejected): gems/json-1.8.2/lib/json/ext/parser.bundle: [BUG] Segmentation fault
~~~
~/.rvm/gems/ruby-2.2.0/gems/json-1.8.2/lib/json/ext/parser.bundle: [BUG] Segmentation fault
ruby 2.0.0p481 (201...
vincentvillalta (Vincent Villalta)
05:45 AM Bug #10920: uninitialized constant LoadErroe
r49017 fixed it. nobu (Nobuyoshi Nakada)
03:28 AM Bug #10920 (Rejected): uninitialized constant LoadErroe
I can see the following error during installation of stable snapshot
`./tool/rbinstall.rb:714:in `rescue in block ...
phasis68 (Heesob Park)
02:52 AM Feature #10548: remove callcc (Callcc is now going obsoleted. Please use Fiber.)
I agree with Yusuke.
I'd be sorry to see it go - it does some neat tricks that are a lot harder to pull off with F...
stephenprater (Stephen Prater)
02:18 AM Bug #10918 (Closed): ObjectSpace._id2ref returns internal object
Applied in changeset r49792.
----------
gc.c: hide internal objects
* gc.c (id2ref): prohibit from accessing intern...
nobu (Nobuyoshi Nakada)
02:18 AM Revision 9334597b (git): gc.c: hide internal objects
* gc.c (id2ref): prohibit from accessing internal objects.
[ruby-core:68348] [Bug #10918]
git-svn-id: svn+ssh://ci...
nobu (Nobuyoshi Nakada)
02:17 AM Revision cb0cfbb4 (git): mkconfig.rb: no build-time variables
* tool/mkconfig.rb: exclude unnecessary build-time only variables,
various ruby commands, installation targets, and...
nobu (Nobuyoshi Nakada)
01:41 AM Misc #10809 (Closed): [PATCH 2/2] Add tests for math.c related to [Feature 10785], [Feature 10800]
gogotanaka (Kazuki Tanaka)
12:37 AM Bug #10908 (Rejected): Addrinfo.new appears to ignore the afamily argument when using a String for sockaddr
afamily returns the family in sockaddr.
2nd argument for Addrinfo.new doesn't affect afamily.
pfamily (and 2nd ar...
akr (Akira Tanaka)
12:33 AM Misc #10907 (Rejected): Documentation of Addrinfo.new suggests default family of PF_UNSPEC while in practise it appears to be AF_INET
Use pfamily as you noticed.
pfamily (and 2nd argument for Addrinfo.new) corresponds to ai_family field of struct a...
akr (Akira Tanaka)
12:13 AM Bug #10904 (Closed): Time.strptime with %s.%N format should not ignore sec_fraction
Applied in changeset r49788.
----------
* lib/time.rb (strptime): Support %s.%N.
[ruby-core:68301] [Bug #10904] Pa...
akr (Akira Tanaka)
12:13 AM Revision a12a4531 (git): add tests for strptime("%s.%N").
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:13 AM Revision e3a4e121 (git): * 2015-03-01
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:12 AM Revision 9ee9812d (git): * lib/time.rb (strptime): Support %s.%N.
[ruby-core:68301] [Bug #10904] Patch by Sadayuki Furuhashi.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4978...
akr (Akira Tanaka)

02/28/2015

09:49 PM Bug #10902: require("enumerator") scans LOAD_PATH 2x on every invocation
Having a hard time coming up with a clean patch here. The following works but it's pretty hacky.
~~~ diff
diff --...
tmm1 (Aman Karmani)
06:18 PM Bug #10712: [PATCH] lib/resolv.rb: consider ENETUNREACH as ResolvTimeout
Isn't that what the -l switch is for? djberg96 (Daniel Berger)
04:16 PM Bug #10712: [PATCH] lib/resolv.rb: consider ENETUNREACH as ResolvTimeout
Backported into `ruby_2_1` at r49785. nagachika (Tomoyuki Chikanaga)
06:14 PM Bug #10731: Segmentation fault when create alias to refined method
Backported into `ruby_2_1` branch at r49787. nagachika (Tomoyuki Chikanaga)
06:13 PM Revision f50f7025 (git): merge revision(s) r49221: [Backport #10731]
* vm_method.c (rb_alias): raise a NameError when creating alias to
a refined method if the original method ...
nagachika (Tomoyuki Chikanaga)
05:44 PM Bug #10919 (Third Party's Issue): [gem install] installs multipe platforms
Natively build a gem - just an example mysql2 on windows x64-mingw32
I could only get the gem to compile with devkit...
abaumgaertner (Andreas Baumgaertner)
05:29 PM Bug #10706: Segmentation fault when change visibility of refined new method
Backported into `ruby_2_1` at r49786. nagachika (Tomoyuki Chikanaga)
05:28 PM Revision c839def7 (git): merge revision(s) r49182,r49183: [Backport #10706]
vm_method.c: fix change refined new method visibility
* vm_method.c (rb_export_method): bail out if the origi...
nagachika (Tomoyuki Chikanaga)
05:02 PM Bug #10878: require: cannot load such file
this issue was resolved with #10876
ruby 2.2.1p85 (2015-02-26 revision 49761) [x64-mingw32]
abaumgaertner (Andreas Baumgaertner)
04:15 PM Revision 8e73157d (git): merge revision(s) r49175: [Backport #10712]
* lib/resolv.rb: consider ENETUNREACH as ResolvTimeout
[ruby-core:67411] [Bug #10712]
git-svn-id: svn+ssh...
nagachika (Tomoyuki Chikanaga)
04:03 PM Bug #10692: there is no response body with HEAD request (fixed at r49105)
Backported into `ruby_2_1` at r49784. nagachika (Tomoyuki Chikanaga)
04:03 PM Revision 4ad3a5c3 (git): merge revision(s) r49104,r49105: [Backport #10692]
* test/net/http/test_http.rb (_test_send_request__HEAD): Added
failing test for send_request with HEAD meth...
nagachika (Tomoyuki Chikanaga)
04:00 PM Bug #10668: Fix description for Zlib.crc32
Backported into `ruby_2_1` at r49783. nagachika (Tomoyuki Chikanaga)
03:59 PM Revision 089dbf1e (git): merge revision(s) r49202: [Backport #10668]
* ext/zlib/zlib.c: fix document of method signatures.
[Bug #10668][ruby-core:67186][ci skip]
git-svn-id: ...
nagachika (Tomoyuki Chikanaga)
02:51 PM Bug #10918 (Closed): ObjectSpace._id2ref returns internal object
Since r43539 ObjectSpace._id2ref doesn't check if the object is internal or not.
The following code gives a segmen...
rhenium (Kazuki Yamaguchi)
09:09 AM Revision fe6cf485 (git): enum.c: Fixnum only
* enum.c (limit_by_enum_size, enum_size_over_p): check only
against Fixnum size.
git-svn-id: svn+ssh://ci.ruby-lan...
nobu (Nobuyoshi Nakada)
08:18 AM Revision 98273af3 (git): enum.c: limit size
* enum.c (enum_each_slice, enum_each_cons): limit elements size by
the enumerator size. suggested by Hans Mackowia...
nobu (Nobuyoshi Nakada)
06:46 AM Bug #10906: Problem building on Solaris 10 - symbol rb_infinity not found
I didn't send any options to configure.
>/usr/ccs/bin/nm numeric.o | grep infinity
>/usr/ccs/bin/nm .ext/i386-so...
djberg96 (Daniel Berger)
06:44 AM Revision dbffdff1 (git): vm_dump.c: no new strings in signal context
* vm_dump.c (rb_vm_bugreport): get rid of making new strings
inside signal context.
git-svn-id: svn+ssh://ci.ruby-...
nobu (Nobuyoshi Nakada)
06:42 AM Revision badb4de7 (git): variable.c: rb_search_class_path
* variable.c (rb_tmp_class_path): defer making temporary class
path string.
* variable.c (rb_search_class_path): se...
nobu (Nobuyoshi Nakada)
06:02 AM Revision 1ef1a0c6 (git): variable.c: preserve name encoding of subclass
* variable.c (rb_tmp_class_path): preserve name encoding of an
anonymous instance of module/class subclass.
git-sv...
nobu (Nobuyoshi Nakada)
02:14 AM Bug #10850: BigDecimal division incorrect
Thanks for the answer Shugo,
however I am not sure if that is easily possible for me in that case. I use BigDecim...
Elyasin (Elyasin Shaladi)
12:47 AM Bug #10913 (Third Party's Issue): Enum#each_slice is crashing with Bignum as an argument
It reproduces with just:
~~~ruby
Array.new(50000000000000000)
~~~
and
~~~ruby
"x"*50000000000000000
~~~
...
nobu (Nobuyoshi Nakada)

02/27/2015

11:33 PM Bug #9144 (Closed): ptys on AIX version 4 through 7
Applied in changeset r49776.
----------
* ext/pty/pty.c: AIX supports autopush. Patch by Perry Smith [ruby-core:5853...
Anonymous
11:32 PM Revision 0066608c (git): * 2015-02-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49777 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:32 PM Revision 87ac2159 (git): * ext/pty/pty.c: AIX supports autopush. Patch by Perry Smith [ruby-core:58539] [Bug #9144]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Rei Odaira
11:19 PM Feature #10917 (Closed): Add GC.stat[:total_time] when GC profiling enabled
This patch includes a `:total_time` value in `GC.stat` as a `Fixnum` of microseconds equivalent to `GC::Profiler.tota... jasonrclark (Jason Clark)
08:44 PM Bug #10916 (Third Party's Issue): What the Ruby? SegFault?
Been using WPScan for quite a while, but now this happens ... I've got no idea "what the ruby" this is.
/usr/local...
why.do.i.need.this.acct (why do i need this acct just to create a bug report)
06:21 PM Feature #10844: TracePoint API needs an event to inform about creating/removing a new frame without calling something
I'm not able to try this right now but I'm pretty sure that just works in byebug... I'll confirm as soon as possible. deivid (David Rodríguez)
05:58 PM Bug #10914: Always reproducible crash on FreeBSD with unicorn and 2.2.0p0 (2.1.5p273 too)
[email protected] wrote:
> /usr/local/lib/libruby22.so.22(rb_print_backtrace+0x19) [0x8009fe5d7] vm_dump.c:693
> /u...
normalperson (Eric Wong)
03:04 PM Bug #10914 (Rejected): Always reproducible crash on FreeBSD with unicorn and 2.2.0p0 (2.1.5p273 too)
I get this segmentation when unicorn sends QUIT signal for the old process. The crash is reproduced with FreeBSD 10.0... incubus (Alexander Logvinov)
05:22 PM Bug #10550: Resolv::DNS.getaddresses returns no IPs when nameserver returns in differing case than query
Backported into `ruby_2_1` branch at r49775. nagachika (Tomoyuki Chikanaga)
05:21 PM Revision 02dcfb78 (git): merge revision(s) r49071,r49072,r49073,r49078: [Backport #10550]
* lib/resolv.rb (Resolv::DNS::Name): names with different dots
should be different.
* lib/resolv.r...
nagachika (Tomoyuki Chikanaga)
04:47 PM Bug #10915: Error in FTPTest#test_abort and test_status on Solaris
Naohisa Goto wrote:
> Solaris, Linux にて動作を確認しました。
> Windowsなどその他のOSでは未確認です。
そこはまあ、入れてみればわかるのでいいんじゃないかと。
(ちなみにこの...
usa (Usaku NAKAMURA)
03:39 PM Bug #10915 (Closed): Error in FTPTest#test_abort and test_status on Solaris
Solaris 10 にて、make test-all で以下のエラーが出ます。
(r49732にて確認)
~~~
1) Error:
FTPTest#test_abort:
Net::ReadTimeout: Ne...
ngoto (Naohisa Goto)
01:00 PM Revision d9c32d62 (git): * lib/rubygems: Update to RubyGems 2.4.6 and HEAD(800f2e6).
Fixed #1159, #1171, #1173 on rubygems/rubygems
* test/rubygems: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t...
hsbt (Hiroshi SHIBATA)
12:46 PM Bug #10913: Enum#each_slice is crashing with Bignum as an argument
[shreyas@so (master)]$ rvm list

rvm rubies

=> ruby-2.0.0-p598 [ x86_64 ]
ruby-2.1.0...
pritamdey (arup rakshit)
08:36 AM Bug #10913: Enum#each_slice is crashing with Bignum as an argument
i cant repoduce it with my ruby versions 2.1.2 and ruby 2.3.0dev
~~~
[1] pry(main)> [1,2,3].each_slice(5000000000...
Hanmac (Hans Mackowiak)
08:08 AM Bug #10913 (Third Party's Issue): Enum#each_slice is crashing with Bignum as an argument
~~~
[shreyas@~ (master)]$ rvm use 2.1.2
Using /Users/shreyas/.rvm/gems/ruby-2.1.2
[shreyas@~ (master)]$ pry
`[1] ...
pritamdey (arup rakshit)
11:55 AM Revision b89e8943 (git): * lib/rake: Update to rake (9237e74), typo fix and remove needless
private syntax.
* test/rake: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49773 b2dd03c8-39d4-4d8f-98ff-...
hsbt (Hiroshi SHIBATA)
10:06 AM Misc #10907: Documentation of Addrinfo.new suggests default family of PF_UNSPEC while in practise it appears to be AF_INET
It seems I am confusing `afamily` with `pfamily`. The `pfamily` indeed returns `Socket::PF_UNSPEC` by default. yorickpeterse (Yorick Peterse)
10:05 AM Bug #10908: Addrinfo.new appears to ignore the afamily argument when using a String for sockaddr
@Michael
Hm, good catch, I hadn't thought of that. In that case it indeed looks like I
was misunderstanding the d...
yorickpeterse (Yorick Peterse)
08:10 AM Revision ca6b1740 (git): * vm_core.h: define vm_svar_index.
* vm_insnhelper.c, vm.c, compile.c: use vm_svar_index names.
* iseq.h: remove DEFAULT_SPECIAL_VAR_COUNT.
use VM_SVA...
ko1 (Koichi Sasada)
07:23 AM Revision 689df4ae (git): compile.c: debug prints to stderr
* compile.c: send all debug prints to stderr, as ruby_debug_printf
does.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru...
nobu (Nobuyoshi Nakada)
07:02 AM Revision 52d810e2 (git): compile.c: fix function name
* compile.c (APPEND_ELEM): fix function name so that the first
argument will be inserted.
git-svn-id: svn+ssh://ci...
nobu (Nobuyoshi Nakada)
04:57 AM Revision d8abb9da (git): io.c: wipe away ioctl buffer
* io.c (setup_narg): wipe away expanded part of buffer to get rid
of revealing uncleaned data. reported by Dongkwa...
nobu (Nobuyoshi Nakada)
03:55 AM Revision 6bb470cf (git): * 2015-02-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:55 AM Revision 194c3907 (git): thread.c: refine enums
* ext/thread/thread.c: remove unnecessary enum values and add end
of enumerations.
git-svn-id: svn+ssh://ci.ruby-l...
nobu (Nobuyoshi Nakada)
03:54 AM Revision b84e28d1 (git): io.c: discard buffer always
* io.c (copy_stream_fallback_body): discard buffer always before
exit or exception.
git-svn-id: svn+ssh://ci.ruby-...
nobu (Nobuyoshi Nakada)
02:23 AM Feature #10912 (Closed): Add method(s) to IPAddr for determining whether an address is link local
I was surprised to find that IPAddr has no methods for determining whether an address is a link local address (ie RFC... postmodern (Hal Brodigan)

02/26/2015

11:36 PM Feature #10911 (Closed): IPAddr.new should ignore zone identifiers
Link local IPv6 addresses may have a zone identifier suffix:
fe80::1%lo0
IPAddr.new currently does not igno...
postmodern (Hal Brodigan)
10:54 PM Bug #10910 (Closed): NoMethodError when opening SSL connection with OpenSSL::SSL::VERIFY_PEER set and anonymous ciphers allowed
When establishing an SSL connection with peer verification enabled, if the list of allowed ciphers includes an anonym... Sinjo (Chris Sinjakli)
03:56 PM Feature #10882: Provide Levenshtein distance implementation as part of stdlib
I would like to see this too - Levensthein distance is used a lot in Bioinformatics to calculate the edit distance be... shevegen (Robert A. Heiler)
02:42 PM Revision 19711c78 (git): io.c: redulce RSTRING_PTR and RSTRING_LEN
* io.c: replace repeating RSTRING_PTR and RSTRING_LEN with local
variables.
git-svn-id: svn+ssh://ci.ruby-lang.org...
nobu (Nobuyoshi Nakada)
02:42 PM Revision e1aba5bb (git): test_io.rb: separate platform-specific tests
* test/ruby/test_io.rb: separate platform-specific tests at load
time instead of runtime.
git-svn-id: svn+ssh://ci...
nobu (Nobuyoshi Nakada)
02:42 PM Revision 727f5251 (git): runruby.rb: use File::PATH_SEPARATOR
* tool/runruby.rb: use File::PATH_SEPARATOR as
DYLD_INSERT_LIBRARIES is colon-separated list.
git-svn-id: svn+ssh:...
nobu (Nobuyoshi Nakada)
01:55 PM Feature #10844: TracePoint API needs an event to inform about creating/removing a new frame without calling something
David Rodríguez wrote:
> Both.
Ok, so let's start with byebug. When it is stopped inside rescue clause (as far a...
os97673 (Oleg Sukhodolsky)
12:28 PM Feature #10844: TracePoint API needs an event to inform about creating/removing a new frame without calling something
Both. deivid (David Rodríguez)
09:56 AM Feature #10844: TracePoint API needs an event to inform about creating/removing a new frame without calling something
David Rodríguez wrote:
> After rereading the whole thing, I'm still not clear about the issue...
What exactly is ...
os97673 (Oleg Sukhodolsky)
09:36 AM Feature #10844: TracePoint API needs an event to inform about creating/removing a new frame without calling something
After rereading the whole thing, I'm still not clear about the issue... deivid (David Rodríguez)
03:43 AM Feature #10844: TracePoint API needs an event to inform about creating/removing a new frame without calling something
David Rodríguez wrote:
> > Yes, byebug doesn't use real stack size but it means it does not provide complete informa...
os97673 (Oleg Sukhodolsky)
01:06 PM Bug #10908: Addrinfo.new appears to ignore the afamily argument when using a String for sockaddr
Yorick Peterse wrote:
> When creating a new `Addrinfo` instance the `new` class method appears to ignore
> the 2nd ...
brightbits (Michael Baldry)
11:36 AM Bug #10908 (Rejected): Addrinfo.new appears to ignore the afamily argument when using a String for sockaddr
When creating a new `Addrinfo` instance the `new` class method appears to ignore
the 2nd (afamily) argument and alwa...
yorickpeterse (Yorick Peterse)
12:59 PM Feature #10909: [PATCH 2/2] math.c: Direct casting from Rational to double.
I can find this proposal makes `Math` faster more than 2 times at most.
$ cat bench.rb
```ruby
require 'be...
gogotanaka (Kazuki Tanaka)
12:42 PM Feature #10909 (Closed): [PATCH 2/2] math.c: Direct casting from Rational to double.
Hi, this proposal is continued from [Feature 10800](https://bugs.ruby-lang.org/issues/10800) and [Feature 10785](http... gogotanaka (Kazuki Tanaka)
12:08 PM Bug #10906 (Feedback): Problem building on Solaris 10 - symbol rb_infinity not found
Could you please show configure options and environment variables,
and execute the following commands and show resul...
ngoto (Naohisa Goto)
09:49 AM Bug #10906 (Closed): Problem building on Solaris 10 - symbol rb_infinity not found
Hi,
Solaris 10
gcc 4.8
ruby 2.2.0 current stable
I did configure/make, and it works until it tries to generat...
djberg96 (Daniel Berger)
11:28 AM Misc #10907: Documentation of Addrinfo.new suggests default family of PF_UNSPEC while in practise it appears to be AF_INET
By the way, this was tested using `ruby 2.2.0p0 (2014-12-25 revision 49005) [x86_64-linux]` on Arch Linux (`Linux yor... yorickpeterse (Yorick Peterse)
11:27 AM Misc #10907 (Rejected): Documentation of Addrinfo.new suggests default family of PF_UNSPEC while in practise it appears to be AF_INET
The documentation of Addrinfo.new states the following:
> family is specified as an integer to specify the protoco...
yorickpeterse (Yorick Peterse)
08:23 AM Bug #10876: Win32API.new fails when an Array is given for the import argument
ruby_2_2 r49761 merged revision(s) 49750. naruse (Yui NARUSE)
08:23 AM Revision 35f8beef (git): merge revision(s) 49750: [Backport #10876]
* ext/win32/Win32API.rb (initialize): accept both a string and an array
for the arguments of the imported f...
naruse (Yui NARUSE)
08:01 AM Revision 68c062b1 (git): configure.in: PRELOADENV
* configure.in (PRELOADENV): platform specific environment to
pre-load the given shared libraries.
* tool/runruby....
nobu (Nobuyoshi Nakada)
01:07 AM Bug #10904: Time.strptime with %s.%N format should not ignore sec_fraction
I attached an updated patch (strptime-s-n-format-sec-fraction-fix.2.patch) that invert sign of sec_fraction if second... frsyuki (Sadayuki Furuhashi)
12:48 AM Revision fefdad10 (git): configure.in: check USDT headers
* configure.in (RUBY_DTRACE_AVAILABLE): try compile to see if
headers are available too.
git-svn-id: svn+ssh://ci....
nobu (Nobuyoshi Nakada)
 

Also available in: Atom