Activity
From 02/04/2010 to 02/10/2010
02/10/2010
- 04:46 PM Revision 9f782768 (git): * 2010-02-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:46 PM Revision e79ad682 (git): * vm.c (vm_exec): temporarily revert r26628, which causes SEGV when
- executing rubyspec.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:37 PM Bug #2730 (Closed): Some methods still failing to raise RuntimeError when a frozen object would not be modified
- =begin
This issue was solved with changeset r26632.
Brian, thank you for reporting this issue.
Your contribution t... -
09:04 AM Bug #2730 (Closed): Some methods still failing to raise RuntimeError when a frozen object would not be modified
- =begin
Per matz's request in [ruby-core:23714], this ticket is for the methods that are still not raising a RuntimeE... -
03:03 PM Bug #2731 (Rejected): FileUtils.copy prints error message in $DEBUG mode when destination doesn't exist
- =begin
Trying to copy a file with Ruby:
$ touch source
$ ls destination
ls: destination: No such file or di... -
07:31 AM Revision f3f43cdb (git): * array.c (rb_ary_push_m, rb_ary_unshift_m, rb_ary_aset),
- (rb_ary_insert, rb_ary_replace, rb_ary_concat),
(rb_ary_uniq_bang, rb_ary_flatten_bang): check if frozen after
wr... -
04:43 AM Bug #2729: `unexpected break' occurs when a proc is called in ensure
- =begin
Hi,
At Wed, 10 Feb 2010 04:36:18 +0900,
Nobuyoshi Nakada wrote in [ruby-core:28132]:
> Bug #2729: `unexp... -
04:34 AM Bug #2729 (Closed): `unexpected break' occurs when a proc is called in ensure
- =begin
Reproducing code:
class Bug
include Enumerable
def each
begin
yield :fo... - 04:05 AM Revision e3c942da (git): * 2010-02-10
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:05 AM Revision 255ef3cc (git): * string.c (rb_str_times): backport r15514 to reduce loop
- overhead.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:05 AM Feature #2709: $VERBOSE, $DEBUG and Kernel#sprintf
- =begin
Yukihiro Matsumoto wrote:
> We don't accept any proposal with the POLS reason by default, since
> the bac...
02/09/2010
-
10:37 PM Bug #2712 (Closed): TCPServer#gets gets stuck
- =begin
This issue was solved with changeset r26625.
Yusuke, thank you for reporting this issue.
Your contribution ... -
10:23 PM Bug #2712: TCPServer#gets gets stuck
- =begin
遠藤です。
2010年2月5日0:18 Yusuke ENDOH <[email protected]>:
> 単一スレッドの状態で TCPServer#gets を呼ぶと Errno::ENOTCONN が
> ... -
09:56 PM Feature #2366: private constant
- =begin
咳さん
遠藤です。
2010年1月30日21:39 Masatoshi SEKI <[email protected]>:
> 時間と元気があるときに、evalするようなテストケースを提案してみ... -
09:43 PM Bug #2658: rubyspec: Ruby character strings interpolates the return value of Object#inspect, without ivars, if Object#to_s does not return a String instance ERROR
- =begin
Yugui さん
遠藤です。
2010年1月30日20:36 Yusuke ENDOH <[email protected]>:
> 2010年1月30日13:52 Yugui (Yuki Sonoda) <yug... - 07:06 PM Revision 6942afef (git): * 2010-02-10
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:06 PM Revision 09205cf2 (git): * vm.c (vm_exec): reset thread state before starting vm loop.
- [ruby-core:28129]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:06 PM Bug #2721: OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
- =begin
Hi Greg,
Search 'openssl rand_poll heap32nex' and check if your environment
hits the problem or not. You ... -
02:12 AM Bug #2721: OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
- =begin
A common stack:
ntdll.dll!RtlpNtMakeTemporaryKey+0x5866
ntdll.dll!RtlTimeToElapsedTimeFields+0x11922
... -
02:49 PM Revision 52005323 (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_divide): fix precision too.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:30 PM Revision 03ad923c (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): fix precision.
- [ruby-core:17472][ruby-dev:35372][ruby-dev:40105][ruby-dev:40358]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
01:27 PM Revision b4f90b23 (git): * io.c (READ_CHECK): do not select fd before reading, that had made
- TCPServer#gets stuck. [ruby-dev:40317]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26625 b2dd03c8-39d4-4d8f-9... -
12:30 PM Revision f2bd9944 (git): * lib/rexml/text.rb (REXML::Text#initialize): REXML::Text.new checks
- raw text for illegal characters without entity check, for the sake
of 1.8 compatibility. This had caused rubyspec ... -
12:22 PM Feature #2709: $VERBOSE, $DEBUG and Kernel#sprintf
- =begin
Yukihiro Matsumoto wrote:
> We don't accept any proposal with the POLS reason by default, since
> the backg... -
10:18 AM Feature #2709: $VERBOSE, $DEBUG and Kernel#sprintf
- =begin
Hi,
In message "Re: [ruby-core:28029] [Bug #2709] $VERBOSE, $DEBUG and Kernel#sprintf"
on Wed, 3 Feb ... -
07:29 AM Feature #2709: $VERBOSE, $DEBUG and Kernel#sprintf
- =begin
Any updates here?
=end
-
04:03 AM Feature #2022: Patch for openssl-1.0
- =begin
KOSAKI's patch looks good.
We may be able to commit fixes for tests.
=end
-
03:04 AM Bug #2724 (Third Party's Issue): fork from other than the main thread causes wrong pthread condition on NetBSD
- NetBSD 5.0.[01] において、main thread 以外の pthread から fork すると、
pthread とカーネルスレッド (lwp) との関連が壊れるという現象が確認されています。
後...
02/08/2010
-
11:47 PM Bug #2721: OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
- =begin
with mingw 1.9.x
>> Benchmark.realtime { OpenSSL::Random.random_bytes(1) }
=> 0.890625
>> Benchmark... -
04:12 PM Bug #2721 (Assigned): OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
- =begin
=end
-
03:56 PM Bug #2721: OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
- =begin
I'm on Windows 7. It does not happen on my CentOS box.
=end
-
03:55 PM Bug #2721: OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
- =begin
I can't reproduce this on FreeBSD/Ubuntu.
Anyone can reproduce on some platform?
=end
-
03:35 PM Bug #2721 (Third Party's Issue): OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
- =begin
This seems to be true across 1.8.6, 1.8.7 and even 1.9.1 compiled with either MSVC6 or mingw.
The first ... -
11:39 PM Bug #2384: mkmf find_executable doesn't find batch files in doze
- =begin
Thank you this also allows
Process.spawn 'file.bat'
to work. Sweet.
-=r
=end
- 03:08 PM Revision b3b3223e (git): * 2010-02-09
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:08 PM Revision bba5e112 (git): * io.c (rb_io_getline_fast): wrong calculation of new position
- from rb_str_coderange_scan_restartable(). [ruby-core:28103]
* io.c (read_all): ditto.
* sprintf.c (rb_str_format):... -
12:08 PM Revision 7e833da5 (git): * ext/socket/socket.c (socket_s_ip_address_list): obtain the scope_id
- of IPv6 link local address on OpenSolaris.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26621 b2dd03c8-39d4-4d... -
07:43 AM Revision a7926bef (git): * object.c (rb_obj_clone): call initialize_clone hook method to
- call initialize_copy.
* object.c (rb_obj_dup): call initialize_dup hook.
* lib/delegate.rb (Delegator#initialize_cl... -
07:28 AM Revision 26051e1d (git): * dmyversion.c: empty load path in miniruby.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:23 AM Revision ecc77577 (git): * common.mk (COMPILE_PRELUDE): rbconfig is loaded on demand.
- * tool/eval.rb, win32/{mkexports,resource}.rb: miniruby no longer
contains "." in $:.
git-svn-id: svn+ssh://ci.ru... - 01:32 AM Revision 922f3d0b (git): * 2010-02-08
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26617 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:32 AM Revision 41ec00e0 (git): * configure.in: check pthread_attr_getstack to prevent obsolete
- warning for pthread_attr_getstackaddr.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26616 b2dd03c8-39d4-4d8f-98...
02/07/2010
-
11:16 PM Feature #2666: ext/curses: improved structure for view2
- =begin
Thank you. I'm glad I could help.
Hugh
On Sat, 6 Feb 2010, Shugo Maeda wrote:
> Issue #2666 h... -
02:13 PM Revision fe0598ac (git): * sample/test.rb: sort files for syntax validataion.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:09 PM Revision dd4537ad (git): * bootstraptest/runner.rb: sort test files.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:29 AM Revision bd0a3dfd (git): * test/dl/test_handle.rb (test_NEXT): fix for BSD.
- Linux and Darwin's RTLD_NEXT searchs second occurrence of the function.
But FreeBSD and NetBSD's RTLD_NEXT searchs in... -
06:16 AM Bug #1332: Reading file on Windows is 500x slower then with previous Ruby version
- Appears that
1) the writes have slowed down, "only" by about 100% (take twice as long to write in ascii 1.9 as in 1... - 04:59 AM Revision c93458e0 (git): This even fails.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:55 AM Revision 666409ba (git): * lib/rake.rb (Rake::FileList::ARRAY_METHODS): fix test failure by <=>
- definition at Kernel.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:52 AM Bug #2718 (Closed): DRb mixing up function return values between PIDs after fork()
- =begin
The precise details are in the attached test case, but the basic version goes as such: Child pid 1 calls met... -
01:46 AM Bug #2717: Requiring rubygems/specification causes tons of warnings for NoMethodError
- =begin
fyi, this is a clean install (configure && make && sudo make install) and rubygems-update 1.3.5 is *not* inst... -
01:42 AM Bug #2717 (Closed): Requiring rubygems/specification causes tons of warnings for NoMethodError
- =begin
Strictly speaking this is a third party issue and already reported as
http://rubyforge.org/tracker/index.p... -
12:27 AM Feature #2693 (Closed): unfriendly exception when command executed for Net::FTP which is not connected
- =begin
This issue was solved with changeset r26605.
Yuki, thank you for reporting this issue.
Your contribution to...
02/06/2010
-
11:27 PM Feature #2666 (Closed): ext/curses: improved structure for view2
- =begin
I have replaced view2.rb with your version. Thank you.
=end
-
11:16 PM Bug #2476 (Third Party's Issue): instance_eval ArgumentError
- =begin
If you still think that this issue is a bug of Ruby, please reopen this ticket.
=end
-
11:07 PM Bug #2683 (Closed): IMAP hangs when receiving an unexpected "BYE" during login
- =begin
This issue was solved with changeset r26599.
Bob, thank you for reporting this issue.
Your contribution to ... -
09:55 PM Bug #2716 (Closed): make main is stopped by error in compile_prelude.rb
- =begin
=end
-
09:14 PM Bug #2716: make main is stopped by error in compile_prelude.rb
- =begin
r26593 で直りました。
=end
-
11:58 AM Bug #2716: make main is stopped by error in compile_prelude.rb
- =begin
重要な情報を書き忘れていました。
$(top_srcdir) の中に build-osx という名前のビルド用ディレクトリを作って、その中で configure しています。
=end
-
11:54 AM Bug #2716 (Closed): make main is stopped by error in compile_prelude.rb
- =begin
以下のように ruby の trunk をビルドすると compile_prelude.rb で rbconfig を見つけられず止まってしまいます。
$ make main -C build-osx
.... - 07:04 PM Revision 34c19595 (git): * 2010-02-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:04 PM Revision f9983693 (git): * parse.y: Get rid of tags for Ripper, pointless in 1.8.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:02 PM Revision fcd2fb4e (git): * math.c (math_lgamma): initialize sign because
- lgamma(NaN) doesn't set the sign in OpenSolaris.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26608 b2dd03c8-3... -
03:26 PM Revision b09eabd4 (git): * class.c (rb_class_init_copy): raise a TypeError if the argument is
- BasicObject. [ruby-core:27060]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26607 b2dd03c8-39d4-4d8f-98ff-823f... - 03:26 PM Revision 14117918 (git): * 2010-02-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:26 PM Revision 0381cec5 (git): * lib/net/ftp.rb (initialize): set @sock to a NullSocket instance to
- raise FTPConnectionError when not connected. [ruby-dev:40258]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26... -
02:26 PM Revision e432a4c4 (git): added a ChangeLog entry.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:26 PM Revision 5fe1f626 (git): ext/curses/view2.rb: replaced with Hugh Sasse's version.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:11 PM Revision 3b21e88f (git): test/net/imap/test_imap_response_parser.rb: fixed test_resp_text_code.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:09 PM Revision d724d5e7 (git): * test/net/imap/test_imap_response_parser.rb (test_resp_text_code): added a test
- for [ruby-core:27913].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:57 PM Revision b4407017 (git): added a ChangeLog entry.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:57 PM Revision 69c3348b (git): * lib/net/imap.rb (receive_responses): does not hang when an unexpected BYE
- response received. fixed [ruby-core:27944]. Thanks, Bob Potter.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
01:54 PM Revision b3da2ad8 (git): * test/net/imap/test_imap.rb: added a test for unexpected BYE responses.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:32 PM Revision bc885aea (git): added a ChangeLog entry.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:31 PM Revision 237c2211 (git): * test/net/imap/test_imap.rb (test_exception_during_idle): use timeout.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:31 PM Revision 332e8fe5 (git): * lib/monitor.rb (wait): supported timeout.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:47 AM Revision cef8a996 (git): fix a test.
- OpenSolaris cannot remove the current directory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26594 b2dd03c8-3... -
11:37 AM Feature #2706 (Closed): optional reverse_lookup argument for IPSocket#{addr,peeraddr} and Socket.getaddrinfo
- =begin
This issue was solved with changeset r26590.
Nobuyoshi, thank you for reporting this issue.
Your contributi... -
11:30 AM Feature #2715: Optimization to avoid spawning shell in Kernel#system call should check for failure conditions
- =begin
Hi,
At Sat, 6 Feb 2010 06:55:09 +0900,
Tomasz Wegrzanowski wrote in [ruby-core:28072]:
> This almost wor... -
11:27 AM Feature #2715 (Feedback): Optimization to avoid spawning shell in Kernel#system call should check for failure conditions
- =begin
=end
-
06:54 AM Feature #2715 (Feedback): Optimization to avoid spawning shell in Kernel#system call should check for failure conditions
- =begin
This is an old issue, I think going all the way back to Perl's system().
Kernel#system is supposed to s... -
10:36 AM Revision cd2a49f3 (git): * tool/compile_prelude.rb: fix require path.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:02 AM Revision a6569ad6 (git): * lib/delegate.rb (Delegator#method_missing),
- (Delegator.delegating_block): don't hide backtrace from
__getobj__ and reduced exception messages when $DEBUG.
gi... -
02:41 AM Revision 26b8c089 (git): * test/test_delegate.rb (TestDelegateClass::IV#initialize): should
- set delegation target.
* test/test_delegate.rb (TestDelegateClass#test_copy_frozen):
clone of frozen delegator als... -
02:35 AM Revision af2f1bf4 (git): * ext/socket/ipsocket.c (ip_addr, ip_peeraddr),
- ext/socket/socket.c (sock_s_getaddrinfo): added optional
reverse_lookup flag. [ruby-core:28007]
git-svn-id: svn+... -
02:07 AM Bug #2696 (Closed): rubyspec: StringIO#ungetc when passed [char] pads with \000 when the current position is after the end ERROR
- =begin
This issue was solved with changeset r26588.
Yusuke, thank you for reporting this issue.
Your contribution ... -
12:54 AM Bug #2679: rubyspec: SimpleDelegator when frozen creates a frozen clone ERROR
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:40330] Re: [Bug #2679](Open) rubyspec: SimpleDelegator when frozen ...
02/05/2010
-
11:40 PM Bug #2679: rubyspec: SimpleDelegator when frozen creates a frozen clone ERROR
- =begin
遠藤です。
2010年2月5日23:05 Yusuke ENDOH <[email protected]>:
> 2010年2月5日16:39 Nobuyoshi Nakada <[email protected]... -
11:05 PM Bug #2679: rubyspec: SimpleDelegator when frozen creates a frozen clone ERROR
- =begin
遠藤です。
2010年2月5日16:39 Nobuyoshi Nakada <[email protected]>:
>> # 4) delegate 元の private method が普通に呼び出せてし... -
05:04 PM Bug #2679: rubyspec: SimpleDelegator when frozen creates a frozen clone ERROR
- =begin
なかだです。
At Thu, 4 Feb 2010 12:43:19 +0900,
Yusuke Endoh wrote in [ruby-dev:40314]:
> # 2) frozen? が deleg... -
10:56 PM Bug #2712: TCPServer#gets gets stuck
- =begin
遠藤です。
2010年2月5日14:05 Tanaka Akira <[email protected]>:
> 2010年2月5日12:21 Yusuke ENDOH <[email protected]>:
>
>>>... -
12:21 PM Bug #2712: TCPServer#gets gets stuck
- =begin
遠藤です。
2010年2月5日10:50 Tanaka Akira <[email protected]>:
> 2010年2月5日0:18 Yusuke ENDOH <[email protected]>:
>
>> _... -
12:18 AM Bug #2712 (Closed): TCPServer#gets gets stuck
- =begin
遠藤です。
単一スレッドの状態で TCPServer#gets を呼ぶと Errno::ENOTCONN が
投げられますが、複数のスレッドがいる状態だと接続があるまでブロック
します。
Threa... -
10:56 PM Feature #2022: Patch for openssl-1.0
- =begin
This issue still occur.
Now, Trunk + Fedora12 on x86_64 makes following error.
Then, I did forwardport... - 05:09 PM Revision 0759512a (git): * test/ruby/test_array.rb (TestArray#test_splat): Add test cases
- where splat fails in when clause. ref [Bug #2468]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@2... -
04:57 PM Revision e5757042 (git): * ext/stringio/stringio.c (strio_ungetc): pads with \000 when the
- current position is after the end. [ruby-dev:40271]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26588 b2dd03c... -
04:21 PM Revision 63cbe555 (git): * ext/purelib.rb, common.mk: to simulate ruby command more precisely,
- remove "." from $: of virtual environment for build and test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2658... -
03:29 PM Revision 40c3b2f1 (git): fix typos.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:29 PM Revision a68c79f7 (git): fix typos.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:04 PM Revision eb310af1 (git): * 2010-02-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:04 PM Revision a2d51931 (git): * 2010-02-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:04 PM Revision 07c670db (git): * random.c (fill_random_seed): don't use O_NOFOLLOW because
- /dev/urandom is a symlink in OpenSolaris.
* lib/securerandom.rb (SecureRandom.random_bytes: ditto.
git-svn-id: sv... -
03:04 PM Revision 19b2909e (git): * random.c (fill_random_seed): don't use O_NOFOLLOW because
- /dev/urandom is a symlink in OpenSolaris.
* lib/securerandom.rb (SecureRandom.random_bytes: ditto.
git-svn-id: sv... - 02:11 PM Revision fb8a3652 (git): * 2010-02-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:11 PM Revision d2e30d50 (git): * ext/rational/rational.c: Added to provide a fast implementation
- of Fixnum#gcd (and maybe some others in the future) in C. The
base code was submitted by Kurt Stephens. [Feature #... -
08:27 AM Feature #2713 (Rejected): Rdoc: rdoc/usage missing in Ruby 1.9
- =begin
I've been transitioning to Ruby 1.9.1, and it appears that rdoc/usage was deleted in revision 14994 without a... -
07:38 AM Revision 7873c056 (git): * lib/delegate.rb (Delegator): include copy of Kernel.
- [ruby-dev:40314]
* lib/delegate.rb (Delegator#{dup,clone}): class of copy should be
Delegator. [ruby-dev:40313]
... -
03:46 AM Bug #2696: rubyspec: StringIO#ungetc when passed [char] pads with \000 when the current position is after the end ERROR
- =begin
遠藤です。
2010年1月31日19:21 Yusuke ENDOH <[email protected]>:
> stringio に関して、バッファ終端より先に pos を合わせた状態で
> StringIO#... -
02:17 AM Bug #2711 (Closed): invalid yaml emitted for Struct
- =begin
This issue was solved with changeset r26576.
Yusuke, thank you for reporting this issue.
Your contribution ... -
01:31 AM Feature #2639: ifdef References to __BEOS__ should be changed to also include __HAIKU__
- =begin
Yeah, I wasn't aware of the recent changes to stop defining __BEOS__ in Haiku. I will go over the current tr... -
12:37 AM Bug #2661 (Closed): Bignum <= BigDecimal("NaN") raises an Exception
- =begin
This issue was solved with changeset r26574.
Yusuke, thank you for reporting this issue.
Your contribution ... -
12:28 AM Revision 1c4fe539 (git): * bignum.c (big_op): remove unused variables.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/04/2010
-
10:30 PM Revision eacf387c (git): Syntax change and dead code cleanup to help resolve some build issues on certain platforms.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@26577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:01 PM Bug #2711 (Closed): invalid yaml emitted for Struct
- =begin
Hi, Aaron Patterson --
lib/yaml seems to emit invalid yaml document for Struct:
$ ./ruby -ryaml -e ... -
06:09 PM Feature #2639: ifdef References to __BEOS__ should be changed to also include __HAIKU__
- =begin
Alex, can you check it?
If it works, please make a patch to current trunk.
=end
-
11:12 AM Feature #2639: ifdef References to __BEOS__ should be changed to also include __HAIKU__
- =begin
This patch should be reverted, with the possible exception of the define in signal.c. All other changes enabl... -
06:05 PM Bug #2641: Seg fault running miniruby during ruby build on Haiku
- =begin
The patch seems for the signal problem which was mentioned before.
This seems different problem...
Any... -
05:11 PM Revision 510cde74 (git): * lib/yaml/rubytypes.rb: Struct members are emitted without a leading
- colon. Thanks Yusuke Endoh! [ruby-core:28052]
* test/yaml/test_struct.rb: fixed tests to go with Struct changes
* te... - 03:36 PM Revision f6b75e30 (git): * 2010-02-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:36 PM Revision f574df44 (git): * bignum.c (big_gt, big_ge, big_lt, big_ge): added Bignum#>, >=, < and
- <= to allow to compare with BigDecimal. [ruby-dev:40167]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26574 b2... -
12:43 PM Bug #2679 (Open): rubyspec: SimpleDelegator when frozen creates a frozen clone ERROR
- =begin
遠藤です。
rubyspec で delegate のエラーが 5 つ増えました。
tempfile も 10 個くらい失敗するようになったようです。
難しいですね。
翻訳すると、以下のよう... -
10:39 AM Bug #2679: rubyspec: SimpleDelegator when frozen creates a frozen clone ERROR
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:40312] [Bug #2679](Closed) rubyspec: SimpleDelegator when frozen cre... -
08:17 AM Bug #2679 (Closed): rubyspec: SimpleDelegator when frozen creates a frozen clone ERROR
- =begin
This issue was solved with changeset r26566.
Yusuke, thank you for reporting this issue.
Your contribution ... -
07:26 AM Revision 72ed7981 (git): * ext/io/nonblock (Makefile,extconf.h.mkmf.log): svn:ignore.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:17 AM Revision b323b86b (git): * thread_pthread.c (native_thread_init_stack): use get_stack.
- patched by KOSAKI Motohiro [ruby-dev:40309]
* thread_pthread.c (ruby_init_stack): use get_stack
on platforms which... -
03:50 AM Revision 8acba0bc (git): * string (rb_string_value): warning for implicit conversion
- from Symbol to String. This behavior was introduced in r22606,
merged in r22738 to ruby_1_9_1. It was an unexpected... -
03:49 AM Revision a5200c59 (git): merges r22395 and r22640 from trunk into ruby_1_9_1.
- --
* array.c (rb_ary_resurrect), string.c (rb_str_resurrect): new
functions based on [ruby-dev:37983]
* insns.def ... - 03:48 AM Revision 9eb12e01 (git): * 2010-02-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@26569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:48 AM Revision 34072faa (git): merges r26052 from trunk into ruby_1_9_1.
- --
* string.c (rb_str_justify): fixed the case a fill size is a
multiple of the length of the padding. [ruby-dev:3... -
02:59 AM Feature #2710 (Rejected): Kernel#load loads a relative path
- =begin
It was my understanding that Kernel#require was changed to not load a relative path because of a security is... -
02:09 AM Bug #2689 (Assigned): rdoc gem on 1.9.2 fails for interactive(-i) ri
- =begin
=end
-
02:06 AM Bug #2686: Socket::gethostbyname => SEGFAULT
- =begin
=end
-
02:03 AM Bug #2690 (Assigned): IO#select unable to select for < 0.015s
- =begin
=end
-
02:02 AM Feature #2691 (Assigned): RCR: allow {select, collect, map} to accept symbol argument
- =begin
=end
-
02:01 AM Bug #2696 (Assigned): rubyspec: StringIO#ungetc when passed [char] pads with \000 when the current position is after the end ERROR
- =begin
=end
-
02:01 AM Feature #2673 (Assigned): the length for an enumerator generated by Array#permutation and Array#combination
- =begin
=end
-
01:00 AM Revision 669862a4 (git): * configure.in: FreeBSD, DragonFly BSD and Mac OS X needs
- pthread_np.h to use pthread_*_np functions.
Mac OS X's pthread_*_np also depend sys/signal.h,
but it is included ...
Also available in: Atom