Project

General

Profile

Activity

From 05/14/2014 to 05/20/2014

05/20/2014

04:20 PM Bug #9840: [darwin] configure script fails if an empty file named `Info.plist` exists in the user's home directory
Nobuyoshi Nakada wrote:
> It seems to occur only when running `configure` under the home directory. Very strange.
...
pje (patrick ellis)
12:02 PM Revision 7bf10e87 (git): * test/ruby/test_dir.rb: added testcase of double slash path.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
10:02 AM Feature #9852: How to bundle test-unit2 and minitest5
Rubygems allows for installation from local gems, so it'd be entirely possible to have the gems contained in the tarb... zenspider (Ryan Davis)
08:28 AM Revision c0dba956 (git): id.def: predefine to_i
* defs/id.def: predefine `to_i` as well as `to_int`.
* numeric.c (id_to_i): use predefined `idTo_i`.
* object.c (co...
nobu (Nobuyoshi Nakada)
08:28 AM Revision 7f3b12f0 (git): use predefined IDs
* array.c (rb_ary_equal), hash.c (hash_equal): use predefined IDs,
`to_ary` and `to_hash` respectively.
git-svn-id...
nobu (Nobuyoshi Nakada)
06:41 AM Revision e3c3d4e4 (git): more insrease timeout of test_LSHIFT_neary_long_max
http://chkbuild002.hsbt.org/chkbuild/ruby-trunk/log/20140520T060016Z.fail.html.gz
git-svn-id: svn+ssh://ci.ruby-lang...
naruse (Yui NARUSE)
06:39 AM Revision 3f1f9e9a (git): show progress of rdoc parsing to prevent timeout on chkbuild
http://c64b.rubyci.org/~chkbuild/ruby-trunk/log/20140520T030303Z.fail.html.gz
git-svn-id: svn+ssh://ci.ruby-lang.org...
naruse (Yui NARUSE)
06:28 AM Revision 6a2ef9d6 (git): id.def: predefine conversion method IDs
* defs/id.def: predefine conversion method name IDs.
* object.c (conv_method_names): consitify with predefined IDs.
...
nobu (Nobuyoshi Nakada)
02:17 AM Bug #9856 (Closed): [PATCH] process.c (proc_getgroups, proc_setgroups): use ALLOCV_N
On my Linux system, these may return up to 64K rb_gid_t entries for
a total of 256K stack usage, potentially trigger...
normalperson (Eric Wong)
01:24 AM Bug #8737 (Closed): [BUG] Bus Error
Thank you for your feedback. hsbt (Hiroshi SHIBATA)

05/19/2014

11:21 PM Bug #9854 (Rejected): Segmentation fault when I required json and httparty
> ~~~
> /usr/local/rvm/gems/ruby-2.1.0/gems/json-1.8.1/lib/json/ext/generator.so(+0x32bd) [0x7fbfa630e2bd]
> ~~~
...
nobu (Nobuyoshi Nakada)
05:08 PM Bug #9854 (Rejected): Segmentation fault when I required json and httparty
Hello,
I'm using ruby 1.9.2p290 and working with a gem called httparty. I wrote a simple script to perform a "ge...
hali (hassan ali)
11:14 PM Bug #9840 (Third Party's Issue): [darwin] configure script fails if an empty file named `Info.plist` exists in the user's home directory
Why not remove the invalid file? nobu (Nobuyoshi Nakada)
03:53 PM Bug #9840: [darwin] configure script fails if an empty file named `Info.plist` exists in the user's home directory
workaround for ruby bug
https://abf.io/openmandriva/ruby/blob/master/ruby.spec#L316
~~~
CFLAGS=`echo %{optflag...
fedya (Alexander Khryukin)
10:09 PM Feature #9113: Ship Ruby for Linux with jemalloc out-of-the-box
[email protected] wrote:
> I want to suggest only add "--enable-jemalloc" (not default).

I am considering it, but I ...
normalperson (Eric Wong)
09:25 PM Feature #9113: Ship Ruby for Linux with jemalloc out-of-the-box
Sorry I found https://bugs.ruby-lang.org/attachments/download/4424/0001-configure.in-add-with-jemalloc-option.patch
...
ko1 (Koichi Sasada)
09:18 PM Feature #9113: Ship Ruby for Linux with jemalloc out-of-the-box
(2014/05/20 5:09), [email protected] wrote:
> I can update this to limit=2.2 to workaround the failure and com...
ko1 (Koichi Sasada)
08:09 PM Feature #9113: Ship Ruby for Linux with jemalloc out-of-the-box
[email protected] wrote:
> [1/1] Test_StringModifyExpand#test_modify_expand_memory_leak = 0.02 s
> 1) Fail...
normalperson (Eric Wong)
08:21 PM Bug #9855 (Rejected): nested hash with clone method , it act as a reference but object id are different
This is expected behavior. `clone` is only a shallow clone and thus the values of a hash are not cloned themselves. marcandre (Marc-Andre Lafortune)
05:37 PM Bug #9855 (Rejected): nested hash with clone method , it act as a reference but object id are different
there is a problem with nested hash ,
when i clone a nested hash it act as a reference an when i remove an element ...
neerajdoharey (Neeraj Doharey)
08:00 PM Revision a1305f14 (git): * 2014-05-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:00 PM Revision 7a1972ab (git): * ext/socket/extconf.rb: Don't check fields of struct tcp_info if the
structure is not available.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46024 b2dd03c8-39d4-4d8f-98ff-823fe69...
akr (Akira Tanaka)
04:43 PM Feature #9853 (Open): Please consider quoted generation of hash like in %h( foo bar bee blaa )
Hi.
In Ruby we can do this:
%w( foo bar bee blaa ) # => ["foo", "bar", "bee", "blaa"]
Ok makes an array of ...
shevegen (Robert A. Heiler)
02:31 PM Revision a3d95003 (git): merge revision(s) r46010:
envutil.rb: fix argument
* test/ruby/envutil.rb (assert_separately): fix missing `message`
argument to Fai...
nagachika (Tomoyuki Chikanaga)
02:28 PM Revision b9a178e5 (git): * ext/socket/option.c (inspect_tcp_info): Permit longer data. (glibc
2.7 adds tcpi_rcv_rtt, tcpi_rcv_space and tcpi_total_retrans to
struct tcp_info.)
git-svn-id: svn+ssh://ci.ruby-...
akr (Akira Tanaka)
01:26 PM Feature #9852 (Closed): How to bundle test-unit2 and minitest5
I removed test-unit and minitest at #9711
But we need to bundle testing framework with Ruby 2.2.0 continuously.
I...
hsbt (Hiroshi SHIBATA)
01:24 PM Feature #9851 (Closed): How to bundle test-unit2 and minitest5
hsbt (Hiroshi SHIBATA)
12:28 PM Feature #9851 (Closed): How to bundle test-unit2 and minitest5
I removed test-unit and minitest at #9711
But we need to bundle testing framework with Ruby 2.2.0 continuously.
I...
hsbt (Hiroshi SHIBATA)
12:35 PM Revision 88675fc9 (git): fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
12:35 PM Revision 172f3673 (git): etc.c: fix typo
* ext/etc/etc.c (etc_uname): fix typo, `len` with `plen`, and an
extra semicolon.
git-svn-id: svn+ssh://ci.ruby-la...
nobu (Nobuyoshi Nakada)
12:32 PM Revision e3653bfe (git): etc.c: old VC
* ext/etc/etc.c (etc_uname): fix for old VC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46019 b2dd03c8-39d4-4...
nobu (Nobuyoshi Nakada)
12:32 PM Revision 21190be2 (git): etc.c: fix parameter
* ext/etc/etc.c (etc_uname): call with same first parameters.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4601...
nobu (Nobuyoshi Nakada)
12:15 PM Feature #9711 (Assigned): Remove test-unit and minitest from stdlib.
hsbt (Hiroshi SHIBATA)
12:12 PM Feature #9711: Remove test-unit and minitest from stdlib.
hsbt and sora_h, thanks for your works.
> I'd like to hear opinion from Kou (author of test-unit.gem) and Ryan. Th...
kou (Kouhei Sutou)
05:07 AM Feature #9711 (Closed): Remove test-unit and minitest from stdlib.
Applied in changeset r46011.
----------
* bin/testrb: Removed. Forgot to remove in r45971.
[Feature #9711] [ruby-c...
sorah (Sorah Fukumori)
11:52 AM Revision 3aacf885 (git): * ext/socket/option.c (inspect_tcp_info): New function to inspect struct tcp_info.
(sockopt_inspect): Use inspect_tcp_info.
* ext/socket/extconf.rb: Check tcp_info related things.
* ext/socket/rubys...
akr (Akira Tanaka)
11:40 AM Revision 2817c2ee (git): ignore constdefs.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:15 AM Bug #9850 (Closed): FileUtils.mv shouldn't try to make sure the owner is preserved
I found an issue with one of our servers due to user ids not being mapped correctly between the NFS server and client... rosenfeld (Rodrigo Rosenfeld Rosas)
10:37 AM Revision 8e6faa4f (git): * test/dbm/test_dbm.rb: Use Etc.uname.
* test/gdbm/test_gdbm.rb: Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46015 b2dd03c8-39d4-4d8f-98ff-8...
akr (Akira Tanaka)
09:53 AM Bug #8737: [BUG] Bus Error
I recently switched to pry and removed debugger gem (https://github.com/cldwalker/debugger) and the exception went aw... nijikon (Tomasz Pajor)
07:54 AM Revision 82dbd097 (git): etc.c: Etc.uname on Windows
* ext/etc/etc.c (etc_uname): add support for Windows using
GetVersionExW(), GetSystemInfo(), and GetComputerNameExW...
nobu (Nobuyoshi Nakada)
07:30 AM Bug #9849 (Closed): gsub(String, String) doesn't work properly
Applied in changeset r46013.
----------
string.c: byte offset
* string.c (`rb_pat_search`): advance by byte of...
nobu (Nobuyoshi Nakada)
06:05 AM Bug #9849 (Closed): gsub(String, String) doesn't work properly
gsub(String, String) doesn't work properly as follows:
```
$ ruby -ve 'puts "あああ\"foo\"\n\"bar\"".gsub("\"", "\"\...
shugo (Shugo Maeda)
07:29 AM Revision 8fb925df (git): string.c: byte offset
* string.c (rb_pat_search): advance by byte offset but not by char
offset. [ruby-core:62669] [Bug #9849]
git-svn-...
nobu (Nobuyoshi Nakada)
07:06 AM Revision 72c773b1 (git): string.c: constify
* string.c (rb_str_index): constify local pointer variables.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46012...
nobu (Nobuyoshi Nakada)
06:01 AM Bug #9760: mkmf does not allow for linking against custom libraries when a system library is present
The monkey patch I mentioned above was backed out due to a serious problem found, that is, if an instance of libruby.... knu (Akinori MUSHA)
05:07 AM Revision 442879eb (git): * bin/testrb: Removed. Forgot to remove in r45971.
[Feature #9711] [ruby-core:62620]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46011 b2dd03c8-39d4-4d8f-98ff-82...
sorah (Sorah Fukumori)
02:18 AM Feature #9842: system configuration variables (sysconf(), confstr(), pathconf() and fpathconf())
Akira Tanaka wrote:
> I intend this feature (Etc.sysconf, etc.) as low level API.
>
> One of the feature I want i...
usa (Usaku NAKAMURA)
01:50 AM Bug #9848 (Third Party's Issue): OpenSSL::SSL::SSLContext の SSLv2 利用不可サーバへの接続時のデフォルト設定の応答について
SSLv2利用不可なサーバに対する環境において、
以下のようなコードを 1.8.7 と 1.9.3 と 2.0.0 で実行した場合の結果が異なりました。
確認した ruby 版数は以下になります。
* ruby 1.8....
naitoh (Jun NAITOH)

05/18/2014

11:49 PM Revision 9ebf8496 (git): envutil.rb: fix argument
* test/ruby/envutil.rb (assert_separately): fix missing `message`
argument to FailDesc.
git-svn-id: svn+ssh://ci.r...
nobu (Nobuyoshi Nakada)
11:35 PM Revision 6ff56256 (git): test_etc.rb: omit unrunnable tests
* test/etc/test_etc.rb (test_sysconf, test_confstr, test_pathconf):
define test cases only if corresponding constan...
nobu (Nobuyoshi Nakada)
08:05 PM Revision 924af0cc (git): * 2014-05-19
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:05 PM Revision 8e007cc0 (git): increase wait
http://chkbuild002.hsbt.org/chkbuild/ruby-trunk/log/20140518T160015Z.fail.html.gz
git-svn-id: svn+ssh://ci.ruby-lang...
naruse (Yui NARUSE)
03:55 PM Bug #9718: Segmentation fault is occurred on trunk and 2.1
r45553, r45554, r45557, r45558, r45561, r45566 and r45567 were backported into `ruby_2_1` at r46006. nagachika (Tomoyuki Chikanaga)
03:54 PM Revision 161d6bfe (git): merge revision(s) r45553,r45554,r45557,r45558,r45561,r45566,r45567: [Backport #9718]
* array.c (rb_ary_modify): remember shared array owner if a shared
array owner is promoted and a shared arr...
nagachika (Tomoyuki Chikanaga)
03:41 PM Bug #9740: super: no superclass method in Ruby 2.1.1
The reference from r46005 was mistake. The changesets for this ticket were not backported yet. sorry for noise. nagachika (Tomoyuki Chikanaga)
03:38 PM Bug #9722: Failure with multiple keyword arguments
r45405 and r45408 were backported into `ruby_2_1` branch at r46005. nagachika (Tomoyuki Chikanaga)
03:37 PM Bug #9669: Inconsistent SyntaxError in Ruby 2.1 mandatory keyword arguments definition without parentheses.
r45405 and r45408 were backported into `ruby_2_1` branch at r46005. nagachika (Tomoyuki Chikanaga)
03:36 PM Revision 4e71ea3a (git): merge revision(s) r45405,r45408: [Backport #9669] [Backport #9740]
* parse.y (lex_state_e, parser_params, f_arglist, parser_yylex):
separate EXPR_LABELARG from EXPR_BEG and l...
nagachika (Tomoyuki Chikanaga)
01:20 PM Revision 3360dfd2 (git): win32.c: fix infinite recursion
* win32/win32.c: include "missing/nextafter.c" and address
finite() and isnan() macros, to get rid of infinite recu...
nobu (Nobuyoshi Nakada)
01:17 PM Feature #6810: `module A::B; end` is not equivalent to `module A; module B; end; end` with respect to constant lookup (scope)
After not doing any Ruby for a while, i find it hard again to recall the constant scope and inheritance rules.
I k...
alexeymuranov (Alexey Muranov)
11:23 AM Bug #9806: URI#encode doesn't encode characters '[' and ']'. They should be encoded as %5B and %5D respectively.
It looks like URI.encode/escape was deprecated in favor of either CGI.escape or URI.encode_www_form_component per htt... johnnymugs (Jonathan Mukai)
11:02 AM Revision 3d6ecd45 (git): fix type
struct RVALUE.file is const char*.
struct RVALUE.line is int.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4600...
naruse (Yui NARUSE)
08:47 AM Revision 0e8574f5 (git): eval_error.c: investigate core dump
* eval_error.c (error_handle): show backtrace at SIGSEGV, to
investigate core dump in CI.
git-svn-id: svn+ssh://ci...
nobu (Nobuyoshi Nakada)
08:45 AM Revision bd4fdb71 (git): Use Etc.uname instead of uname command invocation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46001 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
08:45 AM Revision 0b373d6b (git): [DOC]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
08:33 AM Revision 741b7c46 (git): Fix a constant reference.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
08:31 AM Revision 5d6ed908 (git): configure.in: rb_cv_atan2_inf_c99
* configure.in (rb_cv_atan2_inf_c99): set `no` if atan2f and
atan2l are not available, and quote the result.
git-s...
nobu (Nobuyoshi Nakada)
08:15 AM Revision a59ba507 (git): signal.c: use mcontext_t
* signal.c (check_stack_overflow): use mcontext_t. the struct tag
name is not portable.
git-svn-id: svn+ssh://ci....
nobu (Nobuyoshi Nakada)
07:58 AM Feature #9711: Remove test-unit and minitest from stdlib.
I agree that we should package testing library (at least one).
I prefer bundling test-unit2 and minitest5 gem in R...
sorah (Sorah Fukumori)
07:43 AM Revision 778fd514 (git): * test/ruby/test_m17n_comb.rb (test_str_crypt): Use Etc.confstr to
detect the glibc version.
libc.so is not an executable on Debian GNU/kFreeBSD 7.0 (wheezy).
git-svn-id: svn+ssh:...
akr (Akira Tanaka)
07:38 AM Revision f4f71d6e (git): signal.c: check stack overflow by SP
* signal.c (check_stack_overflow): raise SystemStackError if SP
register and fault address is in the same page or t...
nobu (Nobuyoshi Nakada)
06:35 AM Revision 3622efd2 (git): increase timeout 10 to 15 on test_LSHIFT_neary_long_max
http://chkbuild002.hsbt.org/chkbuild/ruby-trunk/log/20140517T160021Z.fail.html.gz
http://chkbuild002.hsbt.org/chkbuil...
naruse (Yui NARUSE)
06:08 AM Revision e627a028 (git): extmk.rb: discard empty Makefile
* ext/extmk.rb (extmake): discard empty Makefile which can be left
accidentally.
git-svn-id: svn+ssh://ci.ruby-lan...
nobu (Nobuyoshi Nakada)
05:46 AM Revision d7df70c0 (git): Makefile.sub: fix nextafter
* win32/Makefile.sub (MISSING, CONFIG_H): msvcr120.dll provides
nextafter() as well as other mathematic functions. ...
nobu (Nobuyoshi Nakada)
05:35 AM Feature #9826: Enumerable#slice_between
There can be another method that works the opposite to the proposed method with respect to the truthfulness of the bl... sawa (Tsuyoshi Sawada)
04:11 AM Feature #9826: Enumerable#slice_between
Yukihiro Matsumoto wrote:
> But `slice_between` does not describe what it does.
> Try another name.
I searched...
akr (Akira Tanaka)
04:09 AM Feature #9826: Enumerable#slice_between
I updated the patch to be applied cleanly for HEAD after slice_after merge. akr (Akira Tanaka)
03:15 AM Revision 3b8b470c (git): io.c: update ARGF examples
* io.c (argf_each_line, argf_inplace_mode_set): [DOC] Update ARGF
documentation examples. `ARGF.lines` has been de...
nobu (Nobuyoshi Nakada)
03:15 AM Revision 8d236c31 (git): enum.c: suppress warnings
* enum.c (sliceafter_ii): suppress unused-value warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45990 b2...
nobu (Nobuyoshi Nakada)
03:04 AM Revision 6c0ce8f0 (git): output more verbose to debug
following failure insists unexpected condition
http://c5664.rubyci.org/~chkbuild/ruby-trunk/log/20140515T133301Z.diff...
naruse (Yui NARUSE)
03:04 AM Revision db1d5345 (git): Fix a dependency for etc.o.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:03 AM Revision 8f2631e0 (git): * missing/nextafter.c: Include ruby/missing.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45987 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:10 AM Revision 16169ff9 (git): * win32/Makefile.sub: Add nextafter.obj to MISSING.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:06 AM Revision 4f3432f9 (git): [DOC]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:48 AM Feature #9842 (Closed): system configuration variables (sysconf(), confstr(), pathconf() and fpathconf())
Applied in changeset r45984.
----------
* ext/etc/etc.c: Etc.sysconf, Etc.confstr and IO#pathconf implemented.
* ex...
akr (Akira Tanaka)
12:33 AM Feature #9842: system configuration variables (sysconf(), confstr(), pathconf() and fpathconf())
matz accepted this issue at https://bugs.ruby-lang.org/projects/ruby/wiki/DevelopersMeeting20140517Japan akr (Akira Tanaka)
01:48 AM Revision ea1a4f29 (git): * ext/etc/etc.c: Etc.sysconf, Etc.confstr and IO#pathconf implemented.
* ext/etc/extconf.rb: Check sysconf(), confstr() and fpathconf().
* ext/etc/mkconstants.rb: New file.
[ruby-core:6...
akr (Akira Tanaka)
12:58 AM Feature #9770 (Closed): Etc.uname
Applied in changeset r45983.
----------
* ext/etc/etc.c: Etc.uname method implemented.
* ext/etc/extconf.rb: Check ...
akr (Akira Tanaka)
12:34 AM Feature #9770: Etc.uname
I wasn't suggesting that you use the gem, just use it as a guide. djberg96 (Daniel Berger)
12:33 AM Feature #9770: Etc.uname
matz accepted this issue at https://bugs.ruby-lang.org/projects/ruby/wiki/DevelopersMeeting20140517Japan akr (Akira Tanaka)
12:58 AM Revision 63a23dc6 (git): * ext/etc/etc.c: Etc.uname method implemented.
* ext/etc/extconf.rb: Check uname() function.
[ruby-core:62139] [Feature #9770]
git-svn-id: svn+ssh://ci.ruby-l...
akr (Akira Tanaka)
12:37 AM Feature #9834 (Closed): Float#{next_float,prev_float}
Applied in changeset r45982.
----------
* configure.in: Check nextafter() availability.
* include/ruby/missing.h (n...
akr (Akira Tanaka)
12:37 AM Revision 63fee735 (git): * configure.in: Check nextafter() availability.
* include/ruby/missing.h (nextafter): New optional declaration.
* missing/nextafter.c: New file.
* numeric.c: Float...
akr (Akira Tanaka)
12:33 AM Bug #4225: IO.foreach should only accept string arguments
Why do they defer? djberg96 (Daniel Berger)
12:06 AM Feature #9071 (Closed): Enumerable#slice_after
Applied in changeset r45981.
----------
* enum.c: Enumerable#slice_after implemented.
* enumerator.c: Enumerator::L...
akr (Akira Tanaka)
12:06 AM Revision ddd15584 (git): * enum.c: Enumerable#slice_after implemented.
* enumerator.c: Enumerator::Lazy#slice_after implemented.
Requested by Tsuyoshi Sawada. [ruby-core:58123] [Featur...
akr (Akira Tanaka)

05/17/2014

11:23 PM Revision 944994b4 (git): mkmf.rb: add NULLCMD
* lib/mkmf.rb (configuration): add NULLCMD.
* lib/mkmf.rb (create_makefile): use NULLCMD macro.
git-svn-id: svn+ssh...
nobu (Nobuyoshi Nakada)
11:22 PM Bug #9847 (Closed): Cannot create new String when using File.read(size, buffer)
Applied in changeset r45979.
----------
io.c: buffer must be modifiable
* io.c (io_setstrbuf): always check if the ...
nobu (Nobuyoshi Nakada)
07:16 PM Bug #9847: Cannot create new String when using File.read(size, buffer)
Errata:
- comments regarding Test `#2` in script are incorrect, but the code is still valid
- Issue was *not* not...
Feldmarschal (Kenneth Guerin)
06:19 PM Bug #9847 (Closed): Cannot create new String when using File.read(size, buffer)
This bug was first noticed in version 1.9.2 and is still present in 2.1.2p95
The attached script does the followin...
Feldmarschal (Kenneth Guerin)
11:22 PM Revision 831202f8 (git): io.c: buffer must be modifiable
* io.c (io_setstrbuf): always check if the buffer is modifiable.
[ruby-core:62643] [Bug #9847]
git-svn-id: svn+ssh...
nobu (Nobuyoshi Nakada)
08:18 PM Bug #4225 (Rejected): IO.foreach should only accept string arguments
Not only `IO.foreach`, an enumerator defers argument check in general. nobu (Nobuyoshi Nakada)
04:20 PM Bug #4225: IO.foreach should only accept string arguments
Still happening as of 2.1.2. djberg96 (Daniel Berger)
04:38 PM Revision e279eca4 (git): Remove empty directory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:37 PM Feature #9513 (Closed): Hide Rational internal
Applied in changeset r45976.
----------
* include/ruby/ruby.h: Hide Rational internal.
(RRational): Moved to inter...
akr (Akira Tanaka)
06:01 AM Feature #9513: Hide Rational internal
Accepted. matz (Yukihiro Matsumoto)
04:37 PM Revision bc0b148d (git): * 2014-05-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45977 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:37 PM Revision e56d2c38 (git): * include/ruby/ruby.h: Hide Rational internal.
(RRational): Moved to internal.h
(RRATIONAL): Ditto.
(RRATIONAL_SET_NUM): Moved to rational.c.
(RRATIONAL_SET_D...
akr (Akira Tanaka)
12:48 PM Feature #9834: Float#{next_float,prev_float}
Float#next_float definitely. Float#next is too short and too simple for this method.
Matz.
matz (Yukihiro Matsumoto)
12:17 PM Feature #9834: Float#{next_float,prev_float}
Float#next or Float#next_float?
Yukihiro Matsumoto wrote:
> Accepted.
>
> Matz.
marcandre (Marc-Andre Lafortune)
07:30 AM Feature #9834: Float#{next_float,prev_float}
Accepted.
Matz.
matz (Yukihiro Matsumoto)
11:37 AM Feature #9711 (Open): Remove test-unit and minitest from stdlib.
Hi, Ryan.
I and sora_h removed test-unit from stdlib.
Please remove minitest from stdlib too.
>I would like th...
hsbt (Hiroshi SHIBATA)
06:27 AM Feature #9711 (Closed): Remove test-unit and minitest from stdlib.
Applied in changeset r45970.
----------
* test/runner.rb: remove dependency test-unit and minitest
from stdlib whe...
hsbt (Hiroshi SHIBATA)
08:05 AM Revision fb8f7259 (git): * NEWS: Add news about removal of lib/test/**/*.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e sorah (Sorah Fukumori)
08:01 AM Revision 96f55267 (git): * lib/test: Removed because ruby's test cases now independent to
lib/test by r45970. [Feature #9711] [ruby-core:62620]
I'm still considering about the future of lib/minitest, lib/...
sorah (Sorah Fukumori)
07:48 AM Revision 59cb82c5 (git): configure.in: disable install-capi by default
* configure.in (install-capi): do not install C API documents by
default. [ruby-core:62557]
git-svn-id: svn+ssh:/...
nobu (Nobuyoshi Nakada)
07:46 AM Revision 792f7969 (git): Doxyfile.tmpl: exclude ccan
* template/Doxyfile.tmpl (EXCLUDE): exclude ccan. [ruby-core:62557]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru...
nobu (Nobuyoshi Nakada)
06:52 AM Feature #9770: Etc.uname
sys-uname gem is not usable for tests bundled in ruby. akr (Akira Tanaka)
06:33 AM Feature #9071: Enumerable#slice_after
Accepted.
Matz
matz (Yukihiro Matsumoto)
06:27 AM Revision 6c3cc6a2 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:26 AM Revision f8c6a5dc (git): * test/runner.rb: remove dependency test-unit and minitest
from stdlib when running with test-all.
[Feature #9711][ruby-core:61890]
* test/testunit/*.rb: ditto.
* test/lib: d...
hsbt (Hiroshi SHIBATA)
06:26 AM Feature #9826 (Feedback): Enumerable#slice_between
I understand the use-case, and I'd like to add the feature.
But `slice_between` does not describe what it does.
Try...
matz (Yukihiro Matsumoto)
02:02 AM Revision c466dcc0 (git): dir.c: try match PLAIN
* dir.c (glob_helper): try match PLAIN as well as ALPHA, which are
separated by previous commits. [ruby-core:61552...
nobu (Nobuyoshi Nakada)
01:40 AM Revision f8848174 (git): dir.c: set PLAIN for non-magical
* dir.c (glob_make_pattern): set PLAIN for non-magical path to
skip parts which not need to glob.
[ruby-core:6155...
nobu (Nobuyoshi Nakada)
01:05 AM Revision 47f4eee4 (git): dir.c: fix conditions for ALPHA
* dir.c (has_magic): return ALPHA at alphabetical name regardless
FNM_CASEFOLD flag.
* dir.c (glob_helper): fix con...
nobu (Nobuyoshi Nakada)

05/16/2014

07:13 PM Bug #9835: IGNORE signal handler has possible race condition in Ruby 2.1.2
Thanks for the answer, Eric!
If you look at the attached example (test.rb), you will see that there IS already a s...
rb2k (Marc Seeger)
05:11 PM Feature #9612: Gemify OpenSSL
Awesome, thanks so much @ko1!!!

We should consider this for 2.2.0, adding a gemspec with required_ruby_version ...
zzak (zzak _)
04:56 PM Feature #9842: system configuration variables (sysconf(), confstr(), pathconf() and fpathconf())
I intend this feature (Etc.sysconf, etc.) as low level API.
One of the feature I want is `Etc.confstr(Etc::CS_GNU_...
akr (Akira Tanaka)
04:35 PM Feature #9842: system configuration variables (sysconf(), confstr(), pathconf() and fpathconf())
POSIX is the standard which should be respected obviously, but Ruby is operating not only on POSIX environment.
Re...
usa (Usaku NAKAMURA)
04:15 PM Feature #9842: system configuration variables (sysconf(), confstr(), pathconf() and fpathconf())
Usaku NAKAMURA wrote:
> I don't disagree with this feature, but can't you design a little more abstract interface?
...
akr (Akira Tanaka)
03:55 PM Feature #9842: system configuration variables (sysconf(), confstr(), pathconf() and fpathconf())
I don't disagree with this feature, but can't you design a little more abstract interface? usa (Usaku NAKAMURA)
01:23 PM Feature #9842: system configuration variables (sysconf(), confstr(), pathconf() and fpathconf())
Updated patch attached.
It doesn't define IO.pathconf.
akr (Akira Tanaka)
04:49 PM Bug #9648 (Closed): Dir.glob('../*') shows unexpected result in a symbolic linked directory on Windows
Applied in changeset r45965.
----------
dir.c: match plain names as-is
* dir.c (`glob_pattern_type`): separate...
nobu (Nobuyoshi Nakada)
04:49 PM Bug #9648: Dir.glob('../*') shows unexpected result in a symbolic linked directory on Windows
Unfortunately, it seems to need tools more than expected to deal with symbolic links on Windows.
So I'll fix only th...
nobu (Nobuyoshi Nakada)
04:49 PM Revision 8cb6f21e (git): dir.c: reduce matching
* dir.c (glob_helper): reduce matching at non-mgaical path on
Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby...
nobu (Nobuyoshi Nakada)
04:49 PM Revision 17d31216 (git): dir.c: match plain names as-is
* dir.c (glob_pattern_type): separate names with alphabet but no
magical from plain.
* dir.c (glob_helper): match p...
nobu (Nobuyoshi Nakada)
03:57 PM Bug #9840: [darwin] configure script fails if an empty file named `Info.plist` exists in the user's home directory
Same issue for me.
~~~
checking minix/config.h presence... no
checking for minix/config.h... no
checking ...
fedya (Alexander Khryukin)
03:36 PM Revision bf520392 (git): * 2014-05-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:35 PM Revision 25b2a21b (git): * tool/release.sh: need -f option because this overwrite the previous links if they exist.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45963 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
02:11 PM Bug #9843: curb_core.bundle: [BUG] Segmentation fault ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]
Nobuyoshi Nakada wrote:
> You load an extension library for shared libruby from static-linked ruby.
could you pl...
shivanibhanwal (shivani thakur)
01:44 PM Bug #9843 (Rejected): curb_core.bundle: [BUG] Segmentation fault ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]
You load an extension library for shared libruby from static-linked ruby. nobu (Nobuyoshi Nakada)
12:35 PM Bug #9843: curb_core.bundle: [BUG] Segmentation fault ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]
Here is the Crash Report
https://gist.github.com/shivanibhanwal/2cb79ed2d59e6fda87c2
https://gist.github.com/shiv...
shivanibhanwal (shivani thakur)
11:11 AM Bug #9843: curb_core.bundle: [BUG] Segmentation fault ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]
shivani thakur wrote:
> I have attached the crash log file in the message.. that is "error_trace.txt"
No.
He m...
nobu (Nobuyoshi Nakada)
10:13 AM Bug #9843: curb_core.bundle: [BUG] Segmentation fault ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]
I have attached the crash log file in the message.. that is "error_trace.txt"
This error is not only coming for the...
shivanibhanwal (shivani thakur)
01:59 PM Feature #9711: Remove test-unit and minitest from stdlib.
> the patch looks fine to me. Should it not do deletes from lib/* ?
Thanks for your review. I'll commit this tomor...
hsbt (Hiroshi SHIBATA)
12:18 PM Feature #9846 (Rejected): Regexp#to_regexp
There should be `Regexp#to_regexp`, just as there is `Array#to_ary` and `String#to_str`.
```ruby
p [].to_ary ...
wconrad (Wayne Conrad)
09:18 AM Revision 8119cbae (git): fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
08:41 AM Revision a86d4545 (git): * gc.c (gc_marks, gc_marks_body): increase the counter of young objects
at the major GC because AGE2Promotion changes all old objects into
young objects at major GC.
git-svn-id: svn+ss...
ko1 (Koichi Sasada)
08:38 AM Revision be5ed87c (git): * gc.c (gc_before_sweep): heap_pages_swept_slots should contains
heap_pages_increment.
For example, GC by exceeding malloc_limit can remain
heap_pages_increment.
git-svn-id: s...
ko1 (Koichi Sasada)
08:22 AM Revision ee88a8de (git): * 2014-05-16
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:22 AM Revision 29b5de1d (git): dir.c: check boundary
* dir.c (glob_make_pattern): check boundary before accessing.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4595...
nobu (Nobuyoshi Nakada)
06:09 AM Feature #9816: 文字列内の数字を数値として比較するメソッド
Yui NARUSE wrote:
> > (あと numericcmp は cc という同じ文字の並びの間で単語が分かれるというのが、
> > ぱっとみたときに単語分割しにくいように思います。)
>
> それは、akr...
akr (Akira Tanaka)

05/15/2014

10:15 PM Bug #9843 (Feedback): curb_core.bundle: [BUG] Segmentation fault ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]
As the message shows, please give us the Crash Report log file.
BTW, as a general rule, when SEGV is occured in cu...
usa (Usaku NAKAMURA)
04:33 PM Bug #9843 (Rejected): curb_core.bundle: [BUG] Segmentation fault ruby 2.0.0p451 (2014-02-24 revision 45167) [x86_64-darwin12.5.0]
I am using Mavericks OS and project was working fine earlier and then I decided to change the
Ruby 2.0.0 to ruby 2.0...
shivanibhanwal (shivani thakur)
03:29 PM Bug #8405: CSV module - improper regexp for escaping special characters
r45374 was backported into `ruby2_1` branch at r45956. nagachika (Tomoyuki Chikanaga)
03:28 PM Revision a9006d3a (git): merge revision(s) r45374: [Backport #8405]
* lib/csv.rb: Fixed a broken regular expression that was causing
CSV to miss escaping some special meaning ...
nagachika (Tomoyuki Chikanaga)
03:25 PM Bug #9475: Behavior change with include + super + alias_method between 1.9.x and 2.x
r45367, r45387, r45388 and r45389 were backported into `ruby_2_1` branch at r45955. nagachika (Tomoyuki Chikanaga)
03:24 PM Revision 67f5f1be (git): merge revision(s) r45367,r45387,r45388,r45389: [Backport #9475]
* vm_method.c (rb_method_entry_get_without_cache): get rid of
infinite recursion at aliases in a subclass a...
nagachika (Tomoyuki Chikanaga)
02:14 PM Bug #9840: [darwin] configure script fails if an empty file named `Info.plist` exists in the user's home directory
It seems to occur only when running `configure` under the home directory.
Very strange.
nobu (Nobuyoshi Nakada)
02:06 PM Feature #9842: system configuration variables (sysconf(), confstr(), pathconf() and fpathconf())
Motohiro KOSAKI wrote:
> > Etc.sysconf(Etc::SC_ARG_MAX) #=> 2097152
> > Etc.sysconf(Etc::SC_NPROCESSORS_ONLN) #...
akr (Akira Tanaka)
01:38 PM Feature #9842: system configuration variables (sysconf(), confstr(), pathconf() and fpathconf())
On Thu, May 15, 2014 at 7:45 AM, <[email protected]> wrote:
> Issue #9842 has been reported by Akira Tanaka.
>
> ----...
kosaki (Motohiro KOSAKI)
11:45 AM Feature #9842 (Closed): system configuration variables (sysconf(), confstr(), pathconf() and fpathconf())
How about providing methods to obtain system configuration variables?
POSIX defines sysconf(), confstr(), pathconf...
akr (Akira Tanaka)
12:43 PM Bug #9739 (Closed): TestException#test_machine_stackoverflow(_by_define_method) failures on x64-mingw32
Applied at r45947. Thank you. h.shirosaki (Hiroshi Shirosaki)
03:13 AM Bug #9739: TestException#test_machine_stackoverflow(_by_define_method) failures on x64-mingw32
I found this fix was provided on mswin at r43748, but not on mingw.
We can use Structured Exception Handling by
A...
h.shirosaki (Hiroshi Shirosaki)
12:31 PM Bug #8358 (Closed): TestSprintf#test_float test failure
Applied in changeset r45954.
----------
configure.in: enable SSE2 on mingw
* configure.in: enable SSE2 on mingw. ta...
Anonymous
12:31 PM Bug #9767 (Closed): test-all parallel fails if a test is skipped after raise
Applied in changeset r45953.
----------
parallel.rb: fix test-all parallel failure
* lib/test/unit/parallel.rb: fix...
Anonymous
12:31 PM Revision a7ebfe4b (git): configure.in: enable SSE2 on mingw
* configure.in: enable SSE2 on mingw. target='i386-pc-mingw32'.
[ruby-core:62095] [Bug #8358]
git-svn-id: svn+ssh:...
h.shirosaki (Hiroshi Shirosaki)
12:31 PM Revision eceff15e (git): parallel.rb: fix test-all parallel failure
* lib/test/unit/parallel.rb: fix test-all parallel failure if a test
is skipped after raise.
DL::TestFunc#test_si...
h.shirosaki (Hiroshi Shirosaki)
10:53 AM Revision 27082c9d (git): * gc.c (heap_extend_pages): fix indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:34 AM Revision 31876e7c (git): fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
09:58 AM Revision bceb5470 (git): * gc.c (garbage_collect_body): move gc_heap_prepare_minimum_pages()
from gc_sweep().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
ko1 (Koichi Sasada)
09:54 AM Revision 8d81c976 (git): * gc.c (heap_extend_pages): calculate next growing heap size.
* gc.c (heap_set_increment): accept addition pages instead of
minimum pages.
* gc.c (gc_after_sweep): use heap_eten...
ko1 (Koichi Sasada)
09:43 AM Revision 28a180ed (git): * gc.c: introduce macros to remove magic number.
GC_HEAP_FREE_SLOTS_MIN_RATIO = 0.3: guarantee minimum empty slots
ratio after s...
ko1 (Koichi Sasada)
08:32 AM Revision 3343feee (git): Handle machine stack overflow on mingw
* thread_win32.c (rb_w32_stack_overflow_handler): use Structured
Exception Handling by Addvectoredexceptionhandler(...
nobu (Nobuyoshi Nakada)
07:06 AM Feature #9612 (Open): Gemify OpenSSL
It might be better to create a subtask? nobu (Nobuyoshi Nakada)
06:39 AM Feature #9612 (Closed): Gemify OpenSSL
Applied in changeset r45945.
----------
openssl/depend: ossl.o
* ext/openssl/depend (ossl.o): now depends on t...
nobu (Nobuyoshi Nakada)
06:39 AM Revision 48de9363 (git): * 2014-05-15
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:39 AM Revision 34f95c7c (git): openssl/depend: ossl.o
* ext/openssl/depend (ossl.o): now depends on thread_native.h
under $(hdrdir) instead of $(top_srcdir). [Feature #...
nobu (Nobuyoshi Nakada)
12:08 AM Feature #9841 (Rejected): [RFC] use ihash for fstring implementation
This results in ~100K[1] memory savings on start up (with RubyGems
loaded) with no user-visible changes.
While th...
normalperson (Eric Wong)

05/14/2014

10:12 PM Feature #6074: Allow alias arguments to have a comma
Special cases always make me cringe. Why is alias a special case anyway? It seems very odd since alias_method is a me... trans (Thomas Sawyer)
08:11 PM Bug #9840 (Third Party's Issue): [darwin] configure script fails if an empty file named `Info.plist` exists in the user's home directory
On OS X 10.9.2, the ruby-2.1.2 configure script fails if an empty file named `Info.plist` exists in the user's home d... pje (patrick ellis)
07:58 PM Feature #9614: ordering of non-Hash items which use st_ internally
[email protected] wrote:
> Adding similar data structure can also increase complexity.
> At least, I like same interfa...
normalperson (Eric Wong)
08:17 AM Feature #9614: ordering of non-Hash items which use st_ internally
> ko1: adding flag for ordering might complicate the st code even more.
> I think st should only be for implementi...
ko1 (Koichi Sasada)
06:59 AM Feature #9614: ordering of non-Hash items which use st_ internally
Hi, thank you for the comments!

ko1: adding flag for ordering might complicate the st code even more.
I think st...
normalperson (Eric Wong)
05:50 AM Feature #9614: ordering of non-Hash items which use st_ internally
I suspect that tests for `local_variables` would need fixing too. nobu (Nobuyoshi Nakada)
05:48 AM Feature #9614: ordering of non-Hash items which use st_ internally
How is it the rate of reduction?
Since I wasn't very positive to make the ordering a spec, I'm not against it.
Bu...
nobu (Nobuyoshi Nakada)
05:29 AM Feature #9614: ordering of non-Hash items which use st_ internally
Just a comment.
I think it should be another parameter of st_table.
Now all st_tables have order.
But most of ...
ko1 (Koichi Sasada)
12:58 AM Feature #9614: ordering of non-Hash items which use st_ internally
[email protected] wrote:
> Hi matz, I would like your permission to remove the order preservation from
> any or...
normalperson (Eric Wong)
07:28 PM Bug #9835: IGNORE signal handler has possible race condition in Ruby 2.1.2
It looks like a race condition in your code. You were lucky to not hit
it in 1.8.7 or with a different use of trap...
normalperson (Eric Wong)
06:20 PM Bug #9835: IGNORE signal handler has possible race condition in Ruby 2.1.2
Nobuyoshi Nakada,
Please take a second look at the ticket and attached source, you failed to address two things:
...
askreet (Kyle Smith)
01:38 AM Bug #9835 (Rejected): IGNORE signal handler has possible race condition in Ruby 2.1.2
It's your bug, just sending a signal before the children trap `SIGUSR1`. nobu (Nobuyoshi Nakada)
07:14 PM Bug #9836: Bad Implementation of Time.strptime
Sorry for the unclear wording. I would expect that it behaves similar to `DateTime`'s implementation and to not ignor... silverhammermba (Max Anselm)
06:28 AM Bug #9836: Bad Implementation of Time.strptime
I guess the OP expects `%U` not to be ignored.
~~~diff
diff --git a/lib/time.rb b/lib/time.rb
index 3728fef..ec4...
nobu (Nobuyoshi Nakada)
04:16 PM Bug #9839 (Feedback): Segment fault in http
What is the version of openssl?
It seems known problem of ruby 2.1.1.
Please try ruby 2.1.2.
usa (Usaku NAKAMURA)
03:22 PM Bug #9839 (Rejected): Segment fault in http
I've got segment fault in ruby 2.1.1
/home/ubuntu/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/net/http.rb:920: [BUG] Seg...
siera (Ruo S)
12:50 PM Bug #9705: Installing ruby 2.1.1 fails while compiling (after: rvm install 2.1.1)
Great tip, thanks a lot Heesob Park!
In line 67 in Ruby 2.1.2 Makefile, one simply has to change `-msse2` to `-msse`...
athlon_user (C. A.)
10:52 AM Bug #9705: Installing ruby 2.1.1 fails while compiling (after: rvm install 2.1.1)
Athlon XP processor does not have SSE2 support.
SSE2 support was added with the Athlon 64 processor.
But the genera...
phasis68 (Heesob Park)
10:10 AM Bug #9705: Installing ruby 2.1.1 fails while compiling (after: rvm install 2.1.1)
I have exactly the same issue with my Athlon XP 2600+.
The compilation process stops every time at the same point as...
athlon_user (C. A.)
10:56 AM Feature #9612 (Open): Gemify OpenSSL
Modified.
But current version doesn't work on 2.1.2 or before.
ko1 (Koichi Sasada)
10:55 AM Feature #9612 (Closed): Gemify OpenSSL
Applied in changeset r45944.
----------
* ext/openssl/depend: remove dependency from internal headers.
[Featur...
ko1 (Koichi Sasada)
10:55 AM Revision 7093a2cb (git): * ext/openssl/depend: remove dependency from internal headers.
[Feature #9612]
* ext/openssl/ossl.c (ossl_fips_mode_set): ditto.
* ext/coverage/depend: ditto.
* include/ruby/thread...
ko1 (Koichi Sasada)
09:04 AM Revision 1b03f51f (git): * gc.c: enable RGENGC_AGE2_PROMOTION.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
09:03 AM Revision b4d9f9ca (git): * gc.c (rgengc_rememberset_mark): promote remembered object earlier.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
08:38 AM Revision fac59ac7 (git): * common.mk: need to quote $BASERUBY because it may includes options.
this change is only for release management, not bug fix.
[Backport #9837] [ruby-dev:48218]
git-svn-id: svn+ssh://...
U.Nakamura
02:07 AM Revision 6e2a2dd3 (git): * LEGAL: added license infomation of ccan files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45940 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
 

Also available in: Atom