Activity
From 08/27/2010 to 09/02/2010
09/02/2010
-
11:45 PM Feature #2824: Backtrace from Singleton Classes is Unclear
- =begin
The attached fixes the typo; improving the error message appears to require knowledge of YARV internals.
=end
-
11:03 PM Feature #3131: add Kernel#Hash() method like Kernel#Array()
- =begin
I believe the attached patch reflects the consensus between matz and Suraj. The only material difference is t... -
09:40 PM Revision aa5c05b8 (git): * ext/pty/pty.c (chfunc): pass through exceptions.
- * io.c (rb_io_bufwrite, rb_io_bufread): added.
* process.c (rb_fork_err): protect from exceptions.
git-svn-id: svn+... -
09:32 PM Bug #3769: Removing Predefined Constants
- =begin
> Category changed from core to DOC
Assuming this means the docs are at fault, the attached removes the ... -
09:29 PM Bug #3760: help "String.new" (for example) no longer works in irb
- =begin
The attached patch should fix this issue. Please review and try the patch.
The "get_info_for" method has... -
09:20 PM Bug #3783 (Closed): Replace Calls to rb_error_frozen() with rb_check_frozen()
- =begin
This patch replaces lines of the form:
if (OBJ_FROZEN(obj)) rb_error_frozen("object");
with:
rb_che... -
09:17 PM Revision 163b4dee (git): * ext/pathname/pathname.c (path_pipe_p): Pathname#pipe?
- translated from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29170 b2dd03c8-39d4-4d8f-98ff-823fe6... -
09:14 PM Revision 185e9705 (git): * ext/pty/pty.c (chfunc): restore errno from SystemCallError and
- propagate proper exception to the parent. [ruby-dev:41965]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29169 ... -
05:54 PM Bug #3780: RDoc::Parser.binary? broken for some utf8 files longer than 1024 bytes
- =begin
=end
-
06:21 AM Bug #3780 (Closed): RDoc::Parser.binary? broken for some utf8 files longer than 1024 bytes
- =begin
RDoc truncates files at 1024 bytes when checking if the file is binary. This will invalidate the file encodin... -
01:29 PM Bug #3782 (Rejected): NendoのテストスイートでSEGVが発生する
- =begin
私の個人的なプロジェクト(Nendo)のテストスイートを実行するとSegmentation FaultでRubyが落ちます。
RSpecで定義したテストスイートをなるべく短かくする努力はしてみたのですが、これが限界... -
01:11 PM Revision d878c513 (git): * ext/pathname/pathname.c (path_file_p): Pathname#file?
- translated from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29168 b2dd03c8-39d4-4d8f-98ff-823fe6... -
09:23 AM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- =begin
きしもとです
[ruby-dev:41391] に
> (2) FIBER_USE_NATIVE を 0 にしとく
とあるんですが #ifdef FIBER_USE_NATIVE としてるので、#unde... -
08:38 AM Bug #3781 (Closed): FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- =begin
手元のスクリプト(再現する最小のケースを絞り込むのが無理そうなので、そのまま添付します)が、FIBER_USE_NATIVE が有効な ruby で落ちます。
x86-64 FreeBSD と i686 L... -
03:27 AM Bug #1813: Threading seg fault (1.9.1-p129 Linux/Mac)
- =begin
I am still getting "Illegal Instruction" in 1.9.2-p0 on OSX 10.5.7 (on Ubuntu 9.10 x86_64 I get a SystemStack... -
03:06 AM Feature #3447: argument delegation
- 遠藤です。
2010年8月26日23:28 Yugui <[email protected]>:
> しかし、あまりにも短すぎる。`&`1文字は見落としそうです。
いやあ、考えすぎでしょう。
`func(foo + bar,... -
12:26 AM Feature #3714: Add getters for Enumerator
- =begin
Hi, knu
2010/8/29 Akinori MUSHA <[email protected]>:
> So, it was intentional for me as the original ... - 12:12 AM Revision 51f6d787 (git): * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): don't forget to free
- memory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:07 AM Bug #3765 (Rejected): Ripper::Lexer missed out tokens after '=>' operator
- =begin
Eito is right.
Ruby lexer has very complex states.
Such an incomplete code fragment may not parse.
Y... - 12:02 AM Revision d35fdf33 (git): * win32/win32.c (CreateChild): unicodize.
- * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): convert arguments of
CreateChild() from ACP to WideChar.
git-svn-i...
09/01/2010
-
11:15 PM Bug #3765: Ripper::Lexer missed out tokens after '=>' operator
- =begin
I think that it is because the provided statement was illegal and Ripper stopped parsing it.
% ruby -v... - 09:54 PM Revision cec2a542 (git): * 2010-09-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29165 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:54 PM Revision 8ea12e52 (git): * ext/pathname/pathname.c (path_directory_p): Pathname#directory?
- translated from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29164 b2dd03c8-39d4-4d8f-98ff-823fe6... - 03:14 PM Revision 75b6d084 (git): * 2010-09-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@29162 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:14 PM Revision 8271144e (git): Add revision number to changelog for last entry.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@29161 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:37 PM Bug #3776 (Closed): mismatch of rdoc in array.c
- =begin
This issue was solved with changeset r29157.
Andrei, thank you for reporting this issue.
Your contribution ... -
02:24 AM Bug #3776 (Closed): mismatch of rdoc in array.c
- =begin
--- array.c~ 2010-06-11 07:21:18.000000000 +0300
+++ array.c 2010-08-31 05:36:12.844565473 +0300
@@ -1897... -
02:37 PM Bug #3775 (Closed): typo of rdoc in enum.c
- =begin
This issue was solved with changeset r29156.
Andrei, thank you for reporting this issue.
Your contribution ... -
02:20 AM Bug #3775 (Closed): typo of rdoc in enum.c
- =begin
--- enum.c~ 2010-08-19 17:48:25.000000000 +0300
+++ enum.c 2010-08-31 06:13:42.200564470 +0300
@@ -1911,7... -
01:04 PM Revision b1729db2 (git): * ext/pathname/pathname.c (path_grpowned_p): Pathname#grpowned?
- translated from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29160 b2dd03c8-39d4-4d8f-98ff-823fe6... -
12:57 PM Bug #3722 (Closed): segfault in rb_iterate (1.9.3, r29057)
- =begin
This issue was solved with changeset r29155.
Cezary, thank you for reporting this issue.
Your contribution ... - 08:40 AM Revision ee9e8f82 (git): Imported minitest 1.7.1 r5835
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29159 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:52 AM Revision 09fb7189 (git): * string.c (tr_setup_table): optimized. don't create hash objects
- when given pattern is ASCII only.
* string.c (tr_find): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29... -
06:12 AM Bug #3769: Removing Predefined Constants
- =begin
=end
-
05:36 AM Revision d53e0fe3 (git): * array.c (rb_ary_rotate_m): fix typo of rdoc.
- patched by Andrei Kulakov [ruby-core:31975]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29157 b2dd03c8-39d4-4d... -
05:36 AM Revision 5c132d0a (git): * enum.c (enum_zip): fix typo of rdoc.
- patched by Andrei Kulakov [ruby-core:31974]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29156 b2dd03c8-39d4-4d... -
04:10 AM Feature #3380: Minitest Runner Command
- =begin
Not everyone uses rake... sure. Everyone uses ruby. Changing up the load path is handled by ruby -I. You know... -
03:56 AM Revision 8086b525 (git): * thread.c (ruby_suppress_tracing): restore the state and invoke
- the func with normal state. a patch from Satoshi Shiba <shiba
AT rvm.jp> at [ruby-dev:42162]. [ruby-core:31783]
... -
01:09 AM Feature #3773: Module#parent
- =begin
Hi,
In message "Re: [ruby-core:31969] [Ruby 1.9-Feature#3773][Open] Module#parent"
on Wed, 1 Sep 2010... -
12:18 AM Feature #3773 (Rejected): Module#parent
- =begin
Not sure "parent" is the best name, it does seem like this functionality should be provided somehow by Ruby ... -
01:09 AM Bug #3774: irbで日本語が入力できない
- =begin
rvm install ruby-head -C --with-readline-dir=/opt/local --enable-readline-v6
だといけました。
=end
-
12:55 AM Bug #3774 (Rejected): irbで日本語が入力できない
- =begin
headの方には以下のように出ています。
73 ../.././include/ruby/ruby.h:1419:1: warning: this is the location of the previous d... -
12:48 AM Bug #3774 (Rejected): irbで日本語が入力できない
- =begin
rvm install ruby-head -C --with-readline-dir=/opt/local
でインストールしたirbで日本語を入力できない。
1.9.2だったらできるので、オプションで与えた...
08/31/2010
-
11:21 PM Feature #3768: Constant Lookup doesn't work in a subclass of BasicObject
- =begin
I see the technical reason it occurs, but to accept that as proper behavior is going to hobble the usefulness... -
02:25 PM Feature #3768: Constant Lookup doesn't work in a subclass of BasicObject
- =begin
Hi,
BasicObject does not inherit from Object, where the constant M is
defined. So, if you want to refer ... -
02:05 PM Feature #3768 (Rejected): Constant Lookup doesn't work in a subclass of BasicObject
- =begin
=end
-
11:51 AM Feature #3768 (Assigned): Constant Lookup doesn't work in a subclass of BasicObject
- =begin
I think it's spec, but we should hear the opinion of matz.
=end
-
04:08 AM Feature #3768 (Rejected): Constant Lookup doesn't work in a subclass of BasicObject
- =begin
ruby-1.9.2-p0 > module M
ruby-1.9.2-p0 ?> end
=> nil
ruby-1.9.2-p0 > class X < BasicObject
ruby-1.... -
07:06 PM Bug #3771: VC++ can't make ext/tk with enabling stubs
- =begin
永井@知能.九工大です.
From: Akio Tajima <[email protected]>
Subject: [ruby-dev:42159] [Ruby 1.9-Bug#3771][Open... -
05:37 PM Bug #3771 (Closed): VC++ can't make ext/tk with enabling stubs
- =begin
This issue was solved with changeset r29151.
Akio, thank you for reporting this issue.
Your contribution to... -
04:28 PM Bug #3771 (Closed): VC++ can't make ext/tk with enabling stubs
- =begin
VC++で
--enable-tcltk-stubs を有効にしてmakeすると、tkのmakeに失敗します。
以下、パッチです。
--- stubs.c.org Tue Aug 31 16:21:4... -
05:11 PM Feature #3753: value of def-expr
- =begin
+1
=end
-
05:01 PM Feature #3753 (Assigned): value of def-expr
- =begin
=end
-
12:11 PM Revision 31210575 (git): * ext/pathname/pathname.c (path_exist_p): Pathname#exist? translated
- from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29154 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:05 AM Bug #3736: Complex#argがエラーになることがある
- =begin
r29115 で修正しました。
=end
-
10:02 AM Bug #3736 (Closed): Complex#argがエラーになることがある
- =begin
=end
-
09:43 AM Bug #3737: DateTime#to_time doesn't preserve zone
- =begin
Both Time.parse and DateTime.to_time have the same problem. They convert into the local timezone. The origina... - 08:35 AM Revision 5958d5ed (git): * 2010-08-31
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:35 AM Revision 9ec131e5 (git): * ext/tk/stubs.c: fix [Bug #3771] "VC++ can't make ext/tk with enabling
- stubs". Thanks, Akio Tajima [ruby-dev:42159].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29152 b... -
08:34 AM Revision b0993426 (git): * ext/tk/stubs.c: fix [Bug #3771] "VC++ can't make ext/tk with enabling
- stubs". Thanks, Akio Tajima [ruby-dev:42159].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29151 b2dd03c8-39d4... -
06:29 AM Feature #3762 (Rejected): c++ exceptions result in segfault when raised in rb_thread_blocking_region callback
- =begin
You can't break from blocking functions with C++ exception.
Ruby's exception mechanism which is implemented... -
04:26 AM Bug #3769 (Closed): Removing Predefined Constants
- =begin
The documentation for Module#remove_const states "Predefined classes and singleton objects (such as true) can... -
02:59 AM Feature #3767 (Rejected): String#scan enumerator?
- =begin
Should String#scan return an Enumerator if no block is given?
I came across this issue when testing a St... -
02:54 AM Feature #3380: Minitest Runner Command
- =begin
Not everyone uses rake.
By "automagic" I am simply referring to the at_exit procedure that must be used... -
01:08 AM Bug #3766: SEGFAULT
- =begin
Make sure you are not falling into this case
http://yehudakatz.com/2010/08/24/a-tale-of-abort-traps-or-alwa... -
12:53 AM Bug #3766 (Rejected): SEGFAULT
- =begin
After upgrading to a newer version of bundler I'm now getting a segfault error coming out of ruby. Filing a ...
08/30/2010
-
09:50 PM Revision 0156faf5 (git): describe that Time#strftime supports %:z and %::z.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:45 PM Revision 013952e6 (git): * 2010-08-31
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29149 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:45 PM Revision d074ef4d (git): * string.c (tr_setup_table): fix bug in r29146.
- Initialize table even if cflag is 0; tr_find see whether
del is empty or not.
* string.c (tr_find): nodel can't be... -
01:31 PM Bug #3764: Ripper incorrectly handle literal keywords (as symbol, eg. :class)
- =begin
ruby -v
# >> ruby 1.9.1p376 (2009-12-07 revision 26041) [x86_64-linux]
=end
-
10:46 AM Bug #3764 (Rejected): Ripper incorrectly handle literal keywords (as symbol, eg. :class)
- =begin
Given the following use case of ripper:
pp Ripper.lex(':class')
I'm gettting:
>> [[[1, 0], :on_sy... -
01:30 PM Bug #3765 (Rejected): Ripper::Lexer missed out tokens after '=>' operator
- =begin
Given the following ripper use case:
pp Ripper.lex(':x => 1')
I'm getting:
>> [[[1, 0], :on_symbe... -
01:00 PM Feature #3762: c++ exceptions result in segfault when raised in rb_thread_blocking_region callback
- =begin
Bharanee Rathna <[email protected]> wrote:
> Backport #3762: c++ exceptions result in segfault when rais... -
09:29 AM Feature #3762 (Rejected): c++ exceptions result in segfault when raised in rb_thread_blocking_region callback
- =begin
http://gist.github.com/556829
This works under ruby1.9.1 but segfaults on 1.9.2 - any insights or sugges... -
12:30 PM Revision 16ceba03 (git): * ext/pathname/pathname.c (path_executable_real_p):
- Pathname#executable_real? translated from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29147 b2dd... -
10:37 AM Feature #3714: Add getters for Enumerator
- =begin
> Actually, Enumerator#inspect originally did not show anything internal but I changed it to show some
> ju... -
09:49 AM Bug #3763 (Rejected): 1.9.2-p0 SEGV in String:+
- =begin
I'm getting an occasional crash when calling the += operator for a String. It happens fairly rarely (maybe on... -
06:01 AM Revision 1a02ec91 (git): * string.c (tr_setup_table): initialize negating table when
- negating string is given. [ruby-core:31851]
* string.c (tr_find): add a sentence for the time when
target characte... -
03:45 AM Bug #3761 (Closed): List of possible casting issues under LLP64
- =begin
Hello,
working on getting Ruby (trunk and 1.9.2) build under mingw-w64 compiler. Since Windows uses LLP6... -
03:37 AM Bug #3683: getgrnam on computer with NIS group (+)?
- =begin
I'm in Tokyo right now, and can't get access to the computer where this was happening. Also, I am not able to...
08/29/2010
-
11:47 PM Bug #3759 (Closed): make rdocで不要と思われるファイル"rdoc/Set/dig = {}/cdesc-dig = {}.ri"が生成される
- =begin
This issue was solved with changeset r29140.
Wataru, thank you for reporting this issue.
Your contribution ... -
09:06 PM Bug #3759 (Closed): make rdocで不要と思われるファイル"rdoc/Set/dig = {}/cdesc-dig = {}.ri"が生成される
- =begin
trunkのmake rdocで、奇妙なパスの.riファイルが生成されます。
% ./configure && make && make rdoc
% % find . -name cdesc-d... - 11:08 PM Revision 3013a9de (git): * 2010-08-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:08 PM Revision 1989f1d0 (git): This item is about the function loop.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:37 PM Bug #3760 (Closed): help "String.new" (for example) no longer works in irb
- =begin
ruby-1.9.2-p0 > help "String.new"
NoMethodError: undefined method `get_info_for' for #<RDoc::RI::Driver:0x... - 10:33 PM Revision 96ebf3bd (git): * 2010-08-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:33 PM Revision b8adf336 (git): * ext/pathname/pathname.c (path_.executable_p): Pathname#.executable?
- translated from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29142 b2dd03c8-39d4-4d8f-98ff-823fe6... -
04:37 PM Feature #3714 (Feedback): Add getters for Enumerator
- =begin
Enumerator was designed as a means to providing a handy and safe way to generate and pass (or return) an Enum... -
04:11 PM Feature #3112: require "yaml" doesn't use psych as default
- =begin
(10/08/29 7:24), Aaron Patterson wrote:
> On Fri, Aug 27, 2010 at 09:09:27PM +0900, Anshul Khandelwal wrote:... -
07:24 AM Feature #3112: require "yaml" doesn't use psych as default
- =begin
On Fri, Aug 27, 2010 at 09:09:27PM +0900, Anshul Khandelwal wrote:
> Issue #3112 has been updated by Anshul ... -
02:54 PM Revision f4b2d145 (git): * lib/rdoc/parser/ruby.rb (RDoc#parse_call_parameters): don't
- include assignment. [Bug #3759], [ruby-dev:42154]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29141 b2dd03c8-... -
02:47 PM Revision ccf4fbf7 (git): * lib/rdoc/parser/ruby.rb (RDoc#parse_class): ignore non-constant
- name signleton class. [Bug #3759], [ruby-dev:42154]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29140 b2dd03c... -
02:25 PM Revision d2da9597 (git): * file.c (rb_get_path_check): clarify error message for
- ASCII-incompatible path name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29139 b2dd03c8-39d4-4d8f-98ff-823f... -
01:27 PM Bug #3751 (Closed): SEGV: ruby -rprofile test/ruby/test_proc.rb -v -n test_curry
- =begin
This issue was solved with changeset r29136.
Peter, thank you for reporting this issue.
Your contribution t... -
12:57 PM Bug #3756 (Closed): Clarify Error Message for Frozen $LOADED_FEATURES
- =begin
This issue was solved with changeset r29135.
Run Paint, thank you for reporting this issue.
Your contributi... -
05:01 AM Bug #3756 (Closed): Clarify Error Message for Frozen $LOADED_FEATURES
- =begin
If $LOADED_FEATURES is frozen, `require` raises a RuntimeError when attempting to append to the Array. Unfort... -
12:52 PM Feature #3755 (Assigned): Patch for Complex.cis
- =begin
=end
-
04:31 AM Feature #3755 (Rejected): Patch for Complex.cis
- =begin
Haskell and Common Lisp have a `cis` function for Complex numbers, e.g. http://www.zvon.org/other/haskell/Out... -
12:27 PM Bug #3758 (Closed): require Raises Encoding::CompatibilityError for Invalid, Non-ASCII Feature Names
- =begin
This issue was solved with changeset r29133.
Run Paint, thank you for reporting this issue.
Your contributi... -
06:16 AM Bug #3758 (Closed): require Raises Encoding::CompatibilityError for Invalid, Non-ASCII Feature Names
- =begin
When trying to require a feature with a non-ASCII name that does not correspond to an installed gem or a file... -
10:02 AM Bug #3746: Incorrect Float subtraction
- =begin
I added them.
=end
-
09:43 AM Feature #3657: make cleanがファイルを削除しすぎ
- =begin
make clean: tarball展開時に戻す
make distclean: リポジトリの状態に戻す
と戻るべき状態を定義し、そのように戻るように修正しました。
=end
-
09:37 AM Feature #3657 (Closed): make cleanがファイルを削除しすぎ
- =begin
This issue was solved with changeset r29130.
Takahiro, thank you for reporting this issue.
Your contributio... -
07:45 AM Bug #3752: ruby/dl and segmentation fault
- =begin
=end
-
07:09 AM Revision 8ffeda04 (git): * common.mk (node_name.inc): remove command option -n and give
- file as stdin, because IronRuby 1.1 still doesn't support it.
So now we can use ir.exe as BASERUBY.
* tool/node_na... -
07:04 AM Bug #3231: Digest Does Not Build
- =begin
Just to follow up on this - I am unfortunately still seeing the same problem in ruby 1.9.2 with VC++ 2010.
... -
05:16 AM Revision 79316a1c (git): fix a date.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29137 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:22 AM Revision e6f86c98 (git): * vm.c (rb_thread_method_id_and_class): curried proc has no
- method. [ruby-core:31871]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29136 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:51 AM Revision b9432e76 (git): * load.c (rb_provide_feature): clarify error message for frozen
- $LOADED_FEATURES. based on a patch from Run Paint Run Run at
[ruby-core:31913].
git-svn-id: svn+ssh://ci.ruby-lan... -
03:48 AM Revision 7e53b3b6 (git): * lib/tempfile.rb: not executable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29134 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:20 AM Revision 946a037e (git): * load.c (load_failed): should honor encoding. [ruby-core:31915]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29133 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:50 AM Revision 909d638a (git): * test/pathname/test_pathname.rb (test_expand_path): should treat drive letter.
- * test/pathname/test_pathnamr.rb (test_grpowned?): group onwer is not suppoted
on DOSISH platforms.
* test/pathnam... -
12:42 AM Revision 000f1c5b (git): Add links about floating point. [ruby-core:31849]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:36 AM Revision b2eb38fa (git): * common.mk (clean): exclude *.inc. [ruby-dev:41931]
- * common.mk (distclean): include *.inc.
* common.mk (help): change description about clean and distclean.
git-svn-i...
08/28/2010
- 09:34 PM Revision 1e5f5c8b (git): * 2010-08-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29129 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:34 PM Revision 2d0cbb3c (git): * ext/pathname/pathname.c (path_chardev_p): Pathname#chardev?
- translated from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29128 b2dd03c8-39d4-4d8f-98ff-823fe6... -
02:56 PM Feature #3753 (Closed): value of def-expr
- =begin
RubyKaigi見てて思い出したのですが、def式はSymbolを返すようにしませんか?
そうすると、
class Foo
private def foo()
# ...
... -
01:53 PM Bug #3734 (Closed): Float('0xf.fp') がエラーにならない
- =begin
fixed in r29073.
=end
- 08:52 AM Revision a2bf9203 (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_save_exception_mode,
- BigDecimal_save_rounding_mode, BigDecimal_save_limit): added.
* test/bigdecimal/test_bigdecimal.rb: added tests for t... -
06:22 AM Bug #3607: [trunk/r28731] Gem.path has disappeared?
- =begin
If you're a mere mortal finding this problem from google after updating from 1.9.1 to 1.9.2, the upshot is th... - 01:04 AM Revision 874c3064 (git): * 2010-08-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:04 AM Revision 40a39246 (git): The looser splat operator was backed out.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
08/27/2010
-
11:19 PM Revision b6595225 (git): * ext/pathname/pathname.c (path_blockdev_p): Pathname#blockdev?
- translated from pathname.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29124 b2dd03c8-39d4-4d8f-98ff-823fe6... -
10:13 PM Bug #3683: getgrnam on computer with NIS group (+)?
- =begin
No no, I mean, current Etc.group { ... } is a very thin wrapper to call getgrent(3) over and over. We do not... -
01:44 PM Bug #3683: getgrnam on computer with NIS group (+)?
- =begin
Refer to
http://ha.redhat.com/mirrors/LDP/LDP/nag2/x-087-2-nis.passwd.html
http://docs.hp.com/en/B9106-90... -
01:10 PM Bug #3683 (Feedback): getgrnam on computer with NIS group (+)?
- =begin
Can you tell us which environment that happen?
=end
- 09:50 PM Revision 55c2e00d (git): * 2010-08-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29123 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:50 PM Revision d9dd3f91 (git): Mention String#prepend.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:27 PM Bug #3752 (Rejected): ruby/dl and segmentation fault
- =begin
I am trying to port ruby-taglib to ruby 1.9
My current efforts can be dowload at http://rubyforge.org/frs/?... -
09:09 PM Feature #3112: require "yaml" doesn't use psych as default
- =begin
Any updates on this? Is there some way I can ensure that my code is using the bundled psych?
Anshul
=end
-
09:03 PM Bug #3750: SEGV: ruby -rprofile test/ruby/test_assignment.rb
- =begin
On 27 August 2010 13:27, Run Paint Run Run <[email protected]> wrote:
>
> I can reproduce on Linux.
... -
08:27 PM Bug #3750: SEGV: ruby -rprofile test/ruby/test_assignment.rb
- =begin
I can reproduce on Linux.
=end
-
12:09 PM Bug #3750 (Assigned): SEGV: ruby -rprofile test/ruby/test_assignment.rb
- =begin
=end
-
08:06 AM Bug #3750: SEGV: ruby -rprofile test/ruby/test_assignment.rb
- =begin
More specific:
> ruby -rprofile test/ruby/test_assignment.rb -v -n test_assignment
Loaded suite test/ruby... -
07:51 AM Bug #3750 (Closed): SEGV: ruby -rprofile test/ruby/test_assignment.rb
- =begin
> ruby -rprofile test/ruby/test_assignment.rb
Loaded suite test/ruby/test_assignment
Started
............. -
08:23 PM Bug #3751: SEGV: ruby -rprofile test/ruby/test_proc.rb -v -n test_curry
- =begin
I can reproduce on Linux.
=end
-
12:07 PM Bug #3751 (Assigned): SEGV: ruby -rprofile test/ruby/test_proc.rb -v -n test_curry
- =begin
=end
-
09:29 AM Bug #3751 (Closed): SEGV: ruby -rprofile test/ruby/test_proc.rb -v -n test_curry
- =begin
> ruby -rprofile test\ruby\test_proc.rb -v -n test_curry
Loaded suite test/ruby/test_proc
Started
TestP... -
05:20 PM Feature #3622: Net::HTTP does not wait to send request body with Expect: 100-continue
- =begin
I don't see any reason to use 0.5 for the timeout. I think a timeout of 0 by default is acceptable to mainta... -
01:54 PM Feature #3622 (Feedback): Net::HTTP does not wait to send request body with Expect: 100-continue
- =begin
=end
-
02:22 PM Bug #3713: Ruby 1.8.6 fails to build against Tk >= 8.5
- =begin
I'm very sorry. The previous patch is wrong.
Probably, this patch is right.
=end
-
02:07 PM Bug #3713: Ruby 1.8.6 fails to build against Tk >= 8.5
- =begin
backport patch
=end
-
12:56 PM Bug #3713 (Assigned): Ruby 1.8.6 fails to build against Tk >= 8.5
- =begin
=end
-
02:02 PM Bug #3640 (Closed): BigDecimal#hash returns -2 for all negative finite numbers.
- =begin
This bug fixed by r28825.
=end
-
01:59 PM Bug #3609 (Closed): Float Infinity comparisons in 1.9
- =begin
=end
-
01:51 PM Feature #3627 (Rejected): catchのブロックを再実行するメソッド
- =begin
提案事態はrejectしますのでもし新しいアイディアができたらまた登録してください。
=end
-
01:47 PM Feature #3631 (Assigned): [PATCH] lib/rake.rb: allow passing nil to sh() and ruby()
- =begin
=end
-
01:45 PM Bug #3637 (Closed): win32ole: Remove definition of NONAMELESSUNION in MinGW
- =begin
=end
-
01:41 PM Feature #3378 (Feedback): Range#each should not yield its `begin' itself
- =begin
・String#uptoがself.dupを返すようになったのは妥当か?
・Range#eachはすべて左端をdupしたものを渡すべきか?
について、もし何かあればフィードバックください。
=end
-
01:35 PM Feature #3653 (Assigned): Diferential behaviour of positives and negatives ranges as subindex of string or arrays.
- =begin
=end
-
01:29 PM Feature #3657 (Assigned): make cleanがファイルを削除しすぎ
- =begin
=end
-
01:24 PM Bug #3660 (Assigned): Trace events seem to be missing
- =begin
=end
-
01:22 PM Bug #3672 (Assigned): PTY.getpty with non exist program
- =begin
=end
-
01:19 PM Bug #3674 (Assigned): dRuby サーバプロセスを停止する時に時間がかかることがある
- =begin
=end
-
01:18 PM Bug #3676 (Assigned): CMath.cbrt(-8)の結果が複素数にならない
- =begin
=end
-
01:14 PM Bug #3677 (Assigned): unable to run certain gem binaries' in windows 7
- =begin
=end
-
01:07 PM Feature #3685 (Assigned): Struct does not define #to_ary, needed for implicit-splat.
- =begin
=end
-
01:05 PM Bug #3686 (Assigned): Error in parsing musicbrainz.org with rexml
- =begin
=end
-
08:05 AM Bug #3686: Error in parsing musicbrainz.org with rexml
- =begin
FWIW, I checked and raquo is a valid entity in XHTML 1.1, the page passes validation, and it correctly states... -
01:02 PM Feature #3697 (Assigned): [PATCH] Allow build of dbm extension with Berkeley DB 5.0 series (for 1.9.2_rc2)
- =begin
=end
-
12:57 PM Feature #3711 (Feedback): IPAddr must not make DNS lookups via IPSocket.getaddress
- =begin
=end
-
12:55 PM Feature #3714 (Assigned): Add getters for Enumerator
- =begin
=end
-
12:53 PM Bug #3716 (Feedback): segfault on String.gsub
- =begin
Can you show us a code snippet to reproduce this?
=end
-
12:51 PM Feature #3719 (Assigned): open-uri should allow redirects from http to https
- =begin
=end
-
12:49 PM Bug #3720 (Assigned): test_marshal_dump_extra_iv doesn't check as intended
- =begin
=end
-
12:45 PM Feature #3727 (Feedback): rb_f_require_relative not included in Ruby API
- =begin
Hi,
we do not have rb_f_require_relative now so
if you need one, we need some use cases for
it to m... -
12:44 PM Bug #3730 (Closed): invalid sed invocation breaks extra LDFLAGS
- =begin
fixed at r29066.
=end
-
12:39 PM Bug #3730 (Assigned): invalid sed invocation breaks extra LDFLAGS
- =begin
=end
-
12:38 PM Feature #3731 (Feedback): Easier Embedding API for Ruby
-
12:37 PM Bug #3733 (Assigned): $SAFE==1環境下でtaintな文字列のFile.expand_path
- =begin
=end
-
12:37 PM Bug #3741 (Closed): Remove Mention of Obsolete Method from Object#class RDoc
- =begin
This issue was solved with changeset r29113.
Run Paint, thank you for reporting this issue.
Your contributi... -
12:31 PM Bug #3736 (Assigned): Complex#argがエラーになることがある
- =begin
=end
-
12:30 PM Bug #3738 (Assigned): Invalid Line Number in Unused Variable Warning
- =begin
=end
-
12:28 PM Bug #3739 (Feedback): IO sets streams attached to pseudo-terminal devices to buffered
- =begin
=end
-
12:27 PM Feature #3526 (Closed): IO::NULL; null device path name
- This issue was solved with changeset r29110.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ru... -
12:22 PM Bug #3744: Fails to compile on OpenSolaris
- =begin
=end
-
12:19 PM Feature #3285 (Closed): BigDecimal.mode should be managed thread-safely
- =begin
=end
-
12:17 PM Revision 03f466bd (git): * ChangeLog: fix credit (requested by the author).
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29121 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:10 PM Bug #3749 (Assigned): -rtracer doesn't trace anymore
- =begin
=end
-
10:02 AM Bug #3746: Incorrect Float subtraction
- =begin
More explanation:
http://en.wikipedia.org/wiki/Floating_point#Accuracy_problems
Maybe there should ... -
07:31 AM Bug #3746: Incorrect Float subtraction
- =begin
Here's another explanation:
http://wiki.github.com/rdp/ruby_tutorials_core/ruby-talk-faq#floats_imprecis... -
07:33 AM Revision cff3c3d5 (git): * string.c (rb_str_prepend): new method by Sora Harakami
- [Feature #3765]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 06:29 AM Revision 0cfe185f (git): * math.c (math_atan2): you should know that M_PI is not the feature
- of C90.
fixed build failure caused by r29115.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29119 b2dd03c8-39... -
06:26 AM Revision 909477ec (git): * file.c (null_device): move from io.c.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29118 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:23 AM Revision 9614d22b (git): * array.c (rb_ary_sample): removed unused variable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:58 AM Revision e52469a4 (git): * ChangeLog: annotate for redmine.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29116 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:51 AM Revision 9be503f3 (git): * math.c (math_atan2): change the behavior when x and y are zero.
- * test/ruby/test_math.rb (test_atan2): add tests for the above
changes.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
03:45 AM Revision f64358db (git): * NEWS (IO::NULLL): add.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:27 AM Revision 3a297bb1 (git): * object.c (rb_obj_class): remove mention of obsolete method.
- a patch from Run Paint Run Run at [ruby-core:31842].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29113 b2dd03... - 03:26 AM Revision 5b18d9d3 (git): * 2010-08-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:26 AM Revision 35c28566 (git): * lib/net/imap.rb (initialize): sets sync_close to true.
- Thanks, Hiroshi NAKAMURA. [ruby-core:31753]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29111 b2... -
03:25 AM Revision 3e5e1b6c (git): * io.c (null_device): the name of null device. [ruby-dev:41791]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:48 AM Revision e26c0d6d (git): * NEWS: moved to doc/NEWS-1.9.2.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29109 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom