Project

General

Profile

Activity

From 09/04/2011 to 09/10/2011

09/10/2011

11:17 PM Bug #5151: test/socket/test_socket.rb fail when udp connection failed
あいざわです。
SnowLeopard に固有の問題かと思ったのですが、友人の協力を得て別のマシンでテストしたところ再現しませんでした。
何が原因なんだろうか ... チェックすべき設定などあったらご教示いただけませんでしょう...
ayumin (Ayumu AIZAWA)
10:29 PM Bug #5208: \b and \B don't match properly
今回は見送りという点については仕方ないと思います。
マージについてですが、とりあえずOnigmo 5.11.2とRubyの鬼車をマージしたものを作ってみました。
https://github.com/k-takata/Onig...
k_takata (Ken Takata)
09:07 PM Bug #5197 (Rejected): at_exit order has changed in 1.9.3dev32413
> What I need is this:
>
> 1) minitest, like test/unit before it, runs its tests via at_exit.
> 2) Users need to ...
kosaki (Motohiro KOSAKI)
08:44 PM Bug #5244: Continuation causes Bus Error on Debian sparc
It fails with gcc 4.4 and 4.5 too (in addition to 4.6). lucas (Lucas Nussbaum)
04:45 PM Bug #5244: Continuation causes Bus Error on Debian sparc
I took a look on a Debian porterbox.
When building everything with -O2, except cont.c with -O0, it works.
With co...
lucas (Lucas Nussbaum)
03:51 PM Bug #5244: Continuation causes Bus Error on Debian sparc
The problem is that it's quite hard to investigate this using qemu, because Debian dropped support for sparcv8 after ... lucas (Lucas Nussbaum)
08:23 PM Revision 1b278015 (git): * 2011-09-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33247 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:23 PM Revision 506b2538 (git): * lib/matrix.rb: Deal with subclasses of Matrix [redmine #5307]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
05:17 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
And a bit more info. Running the datagrams test under GDB.
$gdb --args ruby -I.:lib:tests tests/test_epoll.rb -n tes...
cfis (Charlie Savage)
05:00 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
Ok, on the first test, strange results. Running this command:
strace -f -v ruby -I.:lib:tests tests/test_epoll.rb -...
cfis (Charlie Savage)
03:29 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
Charlie Savage <[email protected]> wrote:
> Sorry, these machines are actuall CentOS 5.6. The latest patches were...
normalperson (Eric Wong)
12:59 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
Hi Eric,
>> It causes eventmachine to hang on CentOS 5.5.
Sorry, these machines are actually CentOS 5.6. The late...
cfis (Charlie Savage)
12:53 PM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
Charlie Savage <[email protected]> wrote:
> It causes eventmachine to hang on CentOS 5.5. Not sure what the issue...
normalperson (Eric Wong)
11:28 AM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
Unfortunately it is not. That was the first problem - and resulted in segmentation faults. We manually backported th... cfis (Charlie Savage)
09:34 AM Bug #5306: Application Hangs Due to Recent rb_thread_select Changes
I think it's duplicated with 5299. kosaki (Motohiro KOSAKI)
08:51 AM Bug #5306 (Closed): Application Hangs Due to Recent rb_thread_select Changes
This commit:
4e9438bc9153f7a1f4ea0af85c8dbe359e1a55d8
Changed the implementation of rb_thread_select.
It c...
cfis (Charlie Savage)
03:53 PM Bug #5273: Float#round returns the wrong floats for higher precision
(2011/09/10 10:00), Marc-Andre Lafortune wrote:
>
> Issue #5273 has been updated by Marc-Andre Lafortune.
>
...
naruse (Yui NARUSE)
10:00 AM Bug #5273 (Open): Float#round returns the wrong floats for higher precision
Hi,
Yui NARUSE wrote:
> Additional to say, 2.5e-22 express the range
> from 0.0000000000000000000002499999999999...
marcandre (Marc-Andre Lafortune)
01:43 PM Bug #5302 (Closed): Two small documentation fixes in dir.c
This issue was solved with changeset r33244.
Aaron, thank you for reporting this issue.
Your contribution to Ruby is ...
ayumin (Ayumu AIZAWA)
10:34 AM Revision 39ec2f68 (git): Revert test fixes.
This reverts r33233, r33234, and r33235.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33245 b2dd03c8-39d4-4d8f-...
naruse (Yui NARUSE)
08:34 AM Feature #5291 (Closed): Enabling GC Profiler GC_PROFILE_MORE_DETAIL and CALC_EXACT_MALLOC_SIZE
This issue was solved with changeset r33243.
Charlie, thank you for reporting this issue.
Your contribution to Ruby i...
ko1 (Koichi Sasada)
08:32 AM Bug #5303 (Closed): parse.y relies on $$ = $1 before action routines [PATCH]
This issue was solved with changeset r33242.
Michael, thank you for reporting this issue.
Your contribution to Ruby i...
matz (Yukihiro Matsumoto)
07:56 AM Bug #5305 (Closed): YAML::DBM#update、#replace のコメントの間違いを修正する
YAML::DBM#update、#replace のコメントに each メソッドや each_pair
メソッドがあれば引数として指定できる旨の記述がありますが、実際には
keys.each しているため、正しくないようです。
sho-h (Sho Hashimoto)
05:32 AM Bug #5304 (Rejected): Array#pack handles objects for eg format 'E' differently than 1.8
In 1.9, Array#pack when passed an object that defines #to_f and one of the Float formats raises a TypeError. This is ... brixen (Brian Shirai)
04:43 AM Revision 35551be6 (git): * dir.c: Two small documentation fixes. [Bug #5302]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33244 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ayumin (Ayumu AIZAWA)
12:23 AM Bug #5240: Hang when using threads + forks on Debian GNU/kFreeBSD
Hi,

(2011/08/29 23:08), Petr Salinger wrote:
> The problem is that place in main.c (as shown in 2nd diff) doe...
ko1 (Koichi Sasada)

09/09/2011

11:38 PM Bug #5303 (Closed): parse.y relies on $$ = $1 before action routines [PATCH]
In perusing parse.y, I came across this pair of action routines:
bv_decls : bvar
/*%c%*/
/*%c
...
adgar (Michael Edgar)
11:34 PM Revision 49042ae8 (git): * gc.c (GC_PROFILE_MORE_DETAIL, CALC_EXACT_MALLOC_SIZE):
define macros only if they are not defined.
fixes: [Ruby 1.9 - Feature #5291]
git-svn-id: svn+ssh://ci.ruby-lang...
ko1 (Koichi Sasada)
11:32 PM Revision 6126c50a (git): * parse.y (bv_decls): parse.y relies on $$ = $1 before action
routines. a patch from Michael Edgar. [Bug #5303]
[ruby-core:39429]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/...
matz (Yukihiro Matsumoto)
11:14 PM Revision cf7d76f0 (git): update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:29 PM Bug #5273: Float#round returns the wrong floats for higher precision
One more additional to say, those arguments depend on IEEE 754. naruse (Yui NARUSE)
10:26 PM Bug #5273 (Rejected): Float#round returns the wrong floats for higher precision
Additional to say, 2.5e-22 express the range
from 0.0000000000000000000002499999999999999534
to__ 0.000000000000000...
naruse (Yui NARUSE)
06:24 PM Bug #5273: Float#round returns the wrong floats for higher precision
This seems not a bug:
printf "%.40f\n", 2.5e-22 #=> 0.0000000000000000000002499999999999999769
naruse (Yui NARUSE)
10:06 PM Bug #5267 (Closed): BigDecimal#sqrt の rdoc で、引数は必須
This issue was solved with changeset r33238.
Makoto, thank you for reporting this issue.
Your contribution to Ruby is...
ayumin (Ayumu AIZAWA)
05:07 PM Bug #5240 (Assigned): Hang when using threads + forks on Debian GNU/kFreeBSD
sasada-san, could you please tell us your opinion?
kosaki (Motohiro KOSAKI)
03:44 PM Bug #5240: Hang when using threads + forks on Debian GNU/kFreeBSD
Dear Ruby developers,
Could you comment on Petr Salinger's patch, and especially about where to put the pthread_at...
lucas (Lucas Nussbaum)
04:44 PM Revision 8ecf99f2 (git): * 2011-09-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33240 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:44 PM Revision 69a4efaf (git): * sample/drb/dhasenc.rb: coding cookie of Emacs is coding,
not encoding.
* sample/mine.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33239 b2dd03c8-39d4-4d8f-9...
znz (Kazuhiro NISHIYAMA)
04:06 PM Bug #5292: Access to GC::Profiler Records
Charlie Savage wrote:
> Thank you.
>
> Can this be part of 1.9.3 or is it too late?
>
> Charlie
Sorry, it's...
authorNari (Narihiro Nakamura)
02:43 AM Bug #5292: Access to GC::Profiler Records
Thank you.
Can this be part of 1.9.3 or is it too late?
Charlie
cfis (Charlie Savage)
04:04 PM Bug #4844 (Closed): RVM crash while running resque worker pool
I close this as Rejected since no feedback provided.
Please reopen this if it still happens on the latest version of...
naruse (Yui NARUSE)
01:06 PM Revision 0abbe4c1 (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_abs): Fix comment.
BigDecimal#sqrt requires argument. Reported by Makoto Kishimoto.
Thanks for your contribution. [Bug #5267] [ruby-de...
ayumin (Ayumu AIZAWA)
11:51 AM Bug #5302 (Closed): Two small documentation fixes in dir.c
There are two cases where ... aaronlerch (Aaron Lerch)
11:17 AM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
Hi Nobu,
Thanks for sending the pull request.
It seems Mark is still having trouble though. Do you mind helpi...
cfis (Charlie Savage)
10:25 AM Bug #5197: at_exit order has changed in 1.9.3dev32413
That discussion makes my head hurt.
What I need is this:
1) minitest, like test/unit before it, runs its tests ...
zenspider (Ryan Davis)
07:48 AM Revision 702d25f5 (git): added new methods of Net::IMAP.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33237 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shugo (Shugo Maeda)
07:02 AM Revision 05c2cc90 (git): merge revision(s) r32791:
* insns.def (concatstrings): don't use initial ASCII-8BIT string.
[ruby-core:38635] [Bug #5126]
git-svn-i...
naruse (Yui NARUSE)
06:29 AM Revision cf8626a0 (git): Run GC.start before test_too_long_path.
NoMemoryError is raised in MiniTest#exception_details where exception
is made, and no effect. Run GC.start before run...
naruse (Yui NARUSE)
02:41 AM Feature #5291: Enabling GC Profiler GC_PROFILE_MORE_DETAIL and CALC_EXACT_MALLOC_SIZE
Yes, that would be much better. Is it too late for this to be part of 1.9.3?
Thank you!
Charlie
cfis (Charlie Savage)
12:59 AM Feature #5291: Enabling GC Profiler GC_PROFILE_MORE_DETAIL and CALC_EXACT_MALLOC_SIZE
(2011/09/06 22:05), Charlie Savage wrote:
>
> Issue #5291 has been reported by Charlie Savage.
>
> -------...
ko1 (Koichi Sasada)
12:59 AM Feature #5291: Enabling GC Profiler GC_PROFILE_MORE_DETAIL and CALC_EXACT_MALLOC_SIZE
(2011/09/06 23:04), Charlie Savage wrote:
> FYI, pairing a xalloc with a free can be fatal on windows depending on...
ko1 (Koichi Sasada)
02:26 AM Revision 6199181b (git): Catch NoMemoryError.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33234 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:26 AM Revision dcea3a0f (git): Decide by majority.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33233 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:08 AM Revision 73a1e841 (git): * test/rubygems/test_gem_commands_help_command.rb: Add one
`require` because if run test-all with test/unit parallel
running, sometimes this test fails by some constants not ...
sorah (Sorah Fukumori)
01:22 AM Revision 61b062ba (git): * thread.c (rb_thread_select): fix a typo to initialize efds
properly. [Bug #5299] [ruby-core:39380]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33231 b2dd03c8-39d4-4d8f-...
nobu (Nobuyoshi Nakada)

09/08/2011

08:32 PM Bug #5244: Continuation causes Bus Error on Debian sparc
The bug does not occur with older Debian sparc running on qemu.
1. download image http://people.debian.org/~aurel3...
ngoto (Naohisa Goto)
05:09 PM Revision fa5446f1 (git): * template/yarvarch.ja:
Change encoding from Shift-JIS to UTF-8
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33230 b2dd03c8-39d4-4d8f-...
ayumin (Ayumu AIZAWA)
04:26 PM Revision b81c4967 (git): Fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33229 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ayumin (Ayumu AIZAWA)
04:24 PM Revision ce7a3174 (git): * 2011-09-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:24 PM Revision d53e9c1e (git): * sample/drb/README.rd.ja:
* sample/drb/dhasenc.rb:
* sample/mine.rb:
Change encoding from EUC-JP to UTF-8
git-svn-id: svn+ssh://ci.ruby-lang....
ayumin (Ayumu AIZAWA)
04:06 PM Bug #5294: to_f does not convert floating point number the same as Fortran
Nobuyoshi Nakada wrote:
> Decimal point without fragment part is invalid in Ruby.
It is because 9.E+20 is parsed ...
naruse (Yui NARUSE)
12:42 AM Bug #5294 (Rejected): to_f does not convert floating point number the same as Fortran
Decimal point without fragment part is invalid in Ruby. nobu (Nobuyoshi Nakada)
12:06 AM Bug #5294: to_f does not convert floating point number the same as Fortran
snippet:
a9e20s = %w{
0.9E+21
+0.9E+21
-0.9E+21
.9E+21
+.9E+21
-.9E+21
9E+20
+9E+20
-9E+20
9.E+20
+9.E...
todd.kushner (Todd Kushner)
12:04 AM Bug #5294 (Rejected): to_f does not convert floating point number the same as Fortran
We were converting some Fortran programs to Ruby, and found the following floating point number format did not conver... todd.kushner (Todd Kushner)
12:57 PM Bug #4991 (Closed): Add a method to retrieve raw data from GC::Profiler
This issue was solved with changeset r33224.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g...
authorNari (Narihiro Nakamura)
12:23 PM Bug #4991: Add a method to retrieve raw data from GC::Profiler
Hi,

In message "Re: [ruby-core:39357] [Ruby 1.9 - Bug #4991] Add a method to retrieve raw data from GC::Profile...
matz (Yukihiro Matsumoto)
11:51 AM Bug #4991: Add a method to retrieve raw data from GC::Profiler
Charlie Savage wrote:
> Ok, some other ideas then:
>
> records
> stats
> runs
> results (although there is res...
authorNari (Narihiro Nakamura)
08:21 AM Bug #4991: Add a method to retrieve raw data from GC::Profiler
Ok, some other ideas then:
records
stats
runs
results (although there is result already)
log
history
raw_dat...
cfis (Charlie Savage)
12:57 PM Bug #5292 (Closed): Access to GC::Profiler Records
This issue was solved with changeset r33224.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g...
authorNari (Narihiro Nakamura)
12:18 PM Revision 60ce4b55 (git): merge revision(s) 33225:
* ext/nkf/nkf-utf8/nkf.c: import nkf 2.1.2 (be9c280)
Bump version number/release date only.
to UT...
naruse (Yui NARUSE)
12:17 PM Revision 05558e04 (git): * ext/nkf/nkf-utf8/nkf.c: import nkf 2.1.2 (be9c280)
Bump version number/release date only.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33225 b2dd03c8-39d4-4d8f-98...
naruse (Yui NARUSE)
11:41 AM Bug #5076: Mac OS X Lion Support
Hi,
I've tested ruby with Xcode 4.2 Developer Preview 7.
Test results are below:
* llvm-gcc with optflags="-...
sorah (Sorah Fukumori)
10:51 AM Bug #5297 (Closed): Either File.expand_path or File.join is corrupting string encoding
Hello,
While working on some API improvements for Windows, found the following issue:
https://gist.github.com/1...
luislavena (Luis Lavena)
09:38 AM Bug #5296 (Closed): Incompatability with DateTime#strptime Segmentation Fault when parsing string
naruse (Yui NARUSE)
05:53 AM Bug #5296: Incompatability with DateTime#strptime Segmentation Fault when parsing string
Diebels Alternative <[email protected]> wrote:
> http://redmine.ruby-lang.org/issues/5296

> :00...
normalperson (Eric Wong)
05:34 AM Bug #5296 (Closed): Incompatability with DateTime#strptime Segmentation Fault when parsing string
Loading development environment (Rails 3.0.10)
:001 > DateTime.strptime
=> Mon, 01 Jan -4712 00:00:00 +0000
:0...
diebels727 (Diebels Alternative)
03:57 AM Revision 599071b7 (git): * gc.c (Init_GC): defined GC::Profiler.raw_data. based on the
patch by Eric Hodel. [ruby-core:37857] [Bug #4991]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33224 b2dd03c8-...
authorNari (Narihiro Nakamura)
12:07 AM Revision f1cdbd7b (git): * ext/nkf/nkf-utf8/nkf.c: revert also svn:mime-type.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33223 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:02 AM Revision ac6ad66d (git): * gc.c (id2ref): objects which are unmarked but not in sweep_slots
are not dead.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)

09/07/2011

11:54 PM Bug #5278 (Closed): REXML -- Malformed comment
Thanks for your report!
I've fixed it in r33210.
kou (Kouhei Sutou)
11:53 PM Bug #5076: Mac OS X Lion Support
2011/9/7 Yui NARUSE <[email protected]>:
>
> Issue #5076 has been updated by Yui NARUSE.
>
>
> Kenta Murat...
kosaki (Motohiro KOSAKI)
07:05 PM Bug #5076: Mac OS X Lion Support
Kenta Murata wrote:
> なるほど、そうですね。
> では、XCode 4.2 が正式にリリースされたら revert することにします。
Xcode 4.2 の正式リリースより 1.9.3 のリリースの方...
naruse (Yui NARUSE)
06:48 PM Bug #5076: Mac OS X Lion Support
なるほど、そうですね。
では、XCode 4.2 が正式にリリースされたら revert することにします。
mrkn (Kenta Murata)
05:10 PM Bug #5076: Mac OS X Lion Support
Shyouhei Urabe wrote:
> バグってるコンパイラをサポートし続ける意味が分からない。
>
> 193p0に関してはXCode4.2を使えとでもリリースアナウンスに書いときゃそれでいいでしょう。
わたし...
naruse (Yui NARUSE)
01:23 PM Bug #5076: Mac OS X Lion Support
バグってるコンパイラをサポートし続ける意味が分からない。
193p0に関してはXCode4.2を使えとでもリリースアナウンスに書いときゃそれでいいでしょう。
shyouhei (Shyouhei Urabe)
12:56 PM Bug #5076: Mac OS X Lion Support
よく考えてみると、単純に「gcc-4.2 が存在していたら gcc-4.2 を使う」というやり方で良さそうです。如何でしょう?
これで問題なさそうなら、今夜にでも patch を書いて直してしまおうと思います。
mrkn (Kenta Murata)
12:54 PM Bug #5076: Mac OS X Lion Support
gcc -v の出力内容を見て振り分けるしかやりようがない気がします。 mrkn (Kenta Murata)
10:42 AM Bug #5076: Mac OS X Lion Support
Motohiro KOSAKI wrote:
> あれ、見に覚えがないのにcloseされてる。再度 openします。
> ええと、間にあうなら1.9.3p0に入れるべきだと思いますが、わたしは時間が取れません
ええと、事は単...
naruse (Yui NARUSE)
08:00 AM Bug #5076 (Open): Mac OS X Lion Support
あれ、見に覚えがないのにcloseされてる。再度 openします。
ええと、間にあうなら1.9.3p0に入れるべきだと思いますが、わたしは時間が取れません
kosaki (Motohiro KOSAKI)
10:44 PM Revision 6572bd3c (git): * transcode.c (rb_declare_transcoder, load_transcoder_entry): no
longer need to limit the length of transcoder library name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33221 ...
nobu (Nobuyoshi Nakada)
10:37 PM Revision 7dc427f7 (git): * ext/syck/lib/syck/types.rb: use toplevel Syck.
for the case someone define Syck::Syck (or YAML::Syck).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33220 b2dd...
naruse (Yui NARUSE)
10:33 PM Revision 4fe51cb3 (git): * gc.c (id2ref): unmarked object is already dead while lazy
sweeping, and to it cannot come back since other objects
referred from it might have been freed already.
git-svn-i...
nobu (Nobuyoshi Nakada)
10:17 PM Revision e3532c8b (git): Revert "Change encoding from ISO-2022 to UTF-8"
This reverts commit r33213.
Don't change nkf which is imported from upstream.
git-svn-id: svn+ssh://ci.ruby-lang.org...
naruse (Yui NARUSE)
06:51 PM Revision 776a2d9d (git): * ext/readline/README.ja:
Change encoding from EUC-JP to UTF-8
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33217 b2dd03c8-39d4-4d8f-98f...
ayumin (Ayumu AIZAWA)
06:15 PM Revision 5aa34ef5 (git): Fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33216 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ayumin (Ayumu AIZAWA)
06:03 PM Revision 32b81702 (git): fix test/rexml/test_encoding.rb failure
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33215 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ayumin (Ayumu AIZAWA)
05:56 PM Revision a33ae8a8 (git): * 2011-09-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33214 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:56 PM Revision 9f4dd65e (git): Change encoding from ISO-2022 to UTF-8
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ayumin (Ayumu AIZAWA)
05:15 PM Bug #4991: Add a method to retrieve raw data from GC::Profiler
Hi.
In fact, i proposed GC::Profiler.data at 2008/7/26 on ruby-core ML.
But it's rejected, because matz said "mor...
authorNari (Narihiro Nakamura)
03:04 PM Feature #5291: Enabling GC Profiler GC_PROFILE_MORE_DETAIL and CALC_EXACT_MALLOC_SIZE
FYI, pairing a xalloc with a free can be fatal on windows depending on how Ruby is built (mingw is safe, VC++ isn't) ... cfis (Charlie Savage)
02:53 PM Feature #5291: Enabling GC Profiler GC_PROFILE_MORE_DETAIL and CALC_EXACT_MALLOC_SIZE
Charlie Savage <[email protected]> wrote:
> #define CALC_EXACT_MALLOC_SIZE 0

I tried flipping this a few mont...
normalperson (Eric Wong)
02:05 PM Feature #5291 (Closed): Enabling GC Profiler GC_PROFILE_MORE_DETAIL and CALC_EXACT_MALLOC_SIZE
I would like to hook ruby-prof into the new GC profiler. However, by default a lot of the profile stats are disabled ... cfis (Charlie Savage)
02:52 PM Bug #5292: Access to GC::Profiler Records
Sorry - I missed that there was already a request for this two months ago - see #4991. It includes the 1 line patch ... cfis (Charlie Savage)
02:47 PM Bug #5292 (Closed): Access to GC::Profiler Records
Could the method gc_profile_record_get be made part of the GC::Profiler class? It returns an array of hashes of vari... cfis (Charlie Savage)
02:46 PM Revision 7b30cb61 (git): * add missing '#' in bug reference.
* add ML reference.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Sutou Kouhei
02:43 PM Revision 69cc900f (git): merge revision(s) 33171:
* io.c (argf_next_argv): open in default text mode.
[ruby-core:39234] [Bug #5268]
git-svn-id: svn+ssh://c...
kosaki (Motohiro KOSAKI)
02:42 PM Revision 2bb6fcb6 (git): * lib/rexml/parsers/baseparser.rb, test/rexml/test_comment.rb:
allow a single hyphen in comment. [Bug 5278]
Reported by Thomas Fritzsche. Thanks!!!
git-svn-id: svn+ssh://ci.rub...
Sutou Kouhei
01:23 PM Bug #5244: Continuation causes Bus Error on Debian sparc
Hi,

2011/9/7 Jurij Smakov <[email protected]>:
> "If the function in which setjmp was called returns, it is no lon...
shugo (Shugo Maeda)
06:43 AM Bug #5244: Continuation causes Bus Error on Debian sparc
My kernel and toolchain versions are slightly different because I'm running Debian sid, but I don't think that's the ... jurij (Jurij Smakov)
01:13 PM Bug #3781 (Open): FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
authorNari (Narihiro Nakamura)
11:01 AM Bug #5288 (Rejected): Method#to_proc Procs have "sticky" bindings
A method is bound to the internal structure of its receiver.
Therefore this is a spec.
nobu (Nobuyoshi Nakada)
08:51 AM Bug #5288 (Rejected): Method#to_proc Procs have "sticky" bindings
Please see the attached sample script (or view the gist at https://gist.github.com/1197634).
It would appear that ...
ernie (Ernie Miller)
10:36 AM Revision 6b3feab9 (git): Remove assertion which depends the load order
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
08:28 AM Revision f2bd0ce9 (git): * lib/yaml.rb: explicitly specify ::Object to avoid the collision with
Syck::Object.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33208 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
07:53 AM Bug #5279: $SAFEが3以上の時にString#encodeがSecurityErrorを発生させるケースがある
かずひこさんが #5286 でバックポートチケットを切っているみたいです.
今バックポートできるのは誰なんでしょう.yuguiさん?
http://redmine.ruby-lang.org/issues/5286

...
sorah (Sorah Fukumori)
07:53 AM Bug #5279: $SAFEが3以上の時にString#encodeがSecurityErrorを発生させるケースがある
あれれ,ほんとだ.失礼.

2011/9/6 KOSAKI Motohiro <[email protected]>:
> あるように見えるけど?
>
> http://redmine.ruby-...
sorah (Sorah Fukumori)
03:23 AM Bug #5285: Ruby 1.9.2 throws exception on sort of array containing true AND false values
Booleans are not ordered. It doesn't make sense to say "the logical value true is less than/greater than the logical... Anonymous
02:30 AM Bug #5285: Ruby 1.9.2 throws exception on sort of array containing true AND false values
actually, by doing true <=> false on irb returns nil, while doing true <=> true or false <=> false will return 0. not... pesnk (Pedro Medeiros)

09/06/2011

11:59 PM Bug #5279: $SAFEが3以上の時にString#encodeがSecurityErrorを発生させるケースがある
2011年9月6日19:14 Shota Fukumori (sora_h) <[email protected]>:
> sora_h です。
>
> On Sep 6, 2011 7:12 PM, "Kazuhiko"...
kosaki (Motohiro KOSAKI)
07:23 PM Bug #5279: $SAFEが3以上の時にString#encodeがSecurityErrorを発生させるケースがある
sora_h $B$G$9!#(B

On Sep 6, 2011 7:12 PM, "Kazuhiko" <[email protected]> wrote:
> r33201 $B$G=$@5$5$l$^$...
sorah (Sorah Fukumori)
07:23 PM Bug #5279: $SAFEが3以上の時にString#encodeがSecurityErrorを発生させるケースがある
On 06/09/2011 06:10, Shota Fukumori (sora_h) wrote:
> じゃぁ,大丈夫かな.
>
> P.S.: このバグについてのテストケースは今書いています.
>
> ...
kazuhiko (Kazuhiko Shiozaki)
01:23 PM Bug #5279: $SAFEが3以上の時にString#encodeがSecurityErrorを発生させるケースがある
じゃぁ,大丈夫かな.

P.S.: このバグについてのテストケースは今書いています.

2011/9/6 NARUSE, Yui <[email protected]>:
> なので、安全だと考えています。
...
sorah (Sorah Fukumori)
01:15 PM Bug #5279 (Closed): $SAFEが3以上の時にString#encodeがSecurityErrorを発生させるケースがある
This issue was solved with changeset r33201.
Shota, thank you for reporting this issue.
Your contribution to Ruby is ...
nobu (Nobuyoshi Nakada)
11:53 AM Bug #5279: $SAFEが3以上の時にString#encodeがSecurityErrorを発生させるケースがある
2011年9月6日11:02 Shota Fukumori <[email protected]>:
> 懸念しているのはrequireのpathにスクリプトサイドから自分でパスを流す事ができるかできないかで,
> 自分の認識...
naruse (Yui NARUSE)
11:02 AM Bug #5279: $SAFEが3以上の時にString#encodeがSecurityErrorを発生させるケースがある
中身的にはそういう事ですね. < transcoder の中で一時的に safe level を 0
#ruby-ja で議論したところ,autoloadはautoloadを定義した場所のSAFEで読み込むので,
$SAFE=...
sorah (Sorah Fukumori)
10:51 AM Bug #5279: $SAFEが3以上の時にString#encodeがSecurityErrorを発生させるケースがある
「rb_require_safe の第2引数に0を渡して良いかどうか」が問題なのではなく、
「transcoder の中で一時的に safe level を0に戻して良いかどうか」が問題なのではないでしょうか。
mrkn (Kenta Murata)
09:39 AM Bug #5279 (Closed): $SAFEが3以上の時にString#encodeがSecurityErrorを発生させるケースがある
sora_hです.
twitter
で @hsbt さんがこのような事を言っていたので調査してみました:
http://twitter.com/#!/hsbt/status/110700488667832320
調査し...
sorah (Sorah Fukumori)
11:53 PM Bug #5285 (Rejected): Ruby 1.9.2 throws exception on sort of array containing true AND false values
Sort uses <=>.
true <=> true and false <=> false work, but true <=> false.
Simply because of this.
naruse (Yui NARUSE)
11:17 PM Bug #5285 (Rejected): Ruby 1.9.2 throws exception on sort of array containing true AND false values
I encountered a very weird bug.
Sorting of arrays containing identical boolean values (ALL true or ALL false) work...
mcorino (Martin Corino)
10:50 PM Revision 5a883a2c (git): * 2011-09-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:50 PM Revision 031c06b3 (git): eol-style
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33206 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:05 PM Bug #5283 (Closed): クラスオブジェクトの clone に関する質問
=begin
芝と申します。
クラスオブジェクトを clone したときの挙動について質問させてください。
+ サンプルコード
String.class_eval do
def self.singleton_me...
shiba (satoshi shiba)
09:37 PM Bug #5172 (Closed): [PATCH] bigdecimal: RB_GC_GUARD rb_inspect() output
This issue was solved with changeset r32997.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g...
mrkn (Kenta Murata)
09:37 PM Bug #5135 (Closed): Ruby 1.9.3-preview1 tests fails in Fedora Rawhide
This issue was solved with changeset r32848.
Vit, thank you for reporting this issue.
Your contribution to Ruby is gr...
nobu (Nobuyoshi Nakada)
09:37 PM Bug #5076 (Closed): Mac OS X Lion Support
This issue was solved with changeset r32629.
Yui, thank you for reporting this issue.
Your contribution to Ruby is gr...
kosaki (Motohiro KOSAKI)
05:27 PM Bug #5076: Mac OS X Lion Support
下記の通り Github にてコミットへのコメントとして、Xcode 4.2 Developer Preview 7 において、
付録の LLVM/clang が更新され、trunk の test-all が通るようになっています。...
naruse (Yui NARUSE)
09:37 PM Bug #3781 (Closed): FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
This issue was solved with changeset r32438.
Makoto, thank you for reporting this issue.
Your contribution to Ruby is...
Anonymous
09:37 PM Feature #4481 (Closed): Add client_ca method to OpenSSL::SSLSocket
This issue was solved with changeset r32337.
Ippei, thank you for reporting this issue.
Your contribution to Ruby is ...
Anonymous
09:37 PM Feature #1291 (Closed): O_CLOEXEC flag missing for Kernel::open
This issue was solved with changeset r31430.
David, thank you for reporting this issue.
Your contribution to Ruby is ...
kosaki (Motohiro KOSAKI)
09:20 PM Feature #5282 (Closed): test-all 結果の順序
This issue was solved with changeset r33205.
Yui, thank you for reporting this issue.
Your contribution to Ruby is gr...
sorah (Sorah Fukumori)
08:21 PM Feature #5282 (Closed): test-all 結果の順序
現在 Failure と Error と Skip が混ざって結果が出てくるので、ソートして欲しい。
具体的な順番は、一瞬 Skip を最後にしたくなるのだが、通常 EF は数個でかつ末尾から見る訳なので、
Skip Fail...
naruse (Yui NARUSE)
09:16 PM Feature #5128 (Closed): 日本語ドキュメントをUTF-8に
This issue was solved with changeset r33204.
Shyouhei, thank you for reporting this issue.
Your contribution to Ruby ...
tarui (Masaya Tarui)
08:06 AM Feature #5128: 日本語ドキュメントをUTF-8に
4件だった
>nagachika:r33195 2011-09-05 21:02:30 +0900
>insns.def の1行目に emacs 向けの文字エンコーディングを指定する pragma があって shift_jis...
kosaki (Motohiro KOSAKI)
08:05 AM Feature #5128 (Open): 日本語ドキュメントをUTF-8に
記録のために書きますが、r33181のために発生した障害が3件
http://d.hatena.ne.jp/nagachika/20110905/ruby_trunk_changes_33181_33195
>shyouh...
kosaki (Motohiro KOSAKI)
08:50 PM Bug #5244: Continuation causes Bus Error on Debian sparc
You can find a full build log at https://buildd.debian.org/status/fetch.php?pkg=ruby1.9.1&arch=sparc&ver=1.9.3~previe... lucas (Lucas Nussbaum)
05:38 PM Bug #5244 (Feedback): Continuation causes Bus Error on Debian sparc
This cannot be reproduced on Solaris10 on sparc, with both Sun cc and gcc 4.4.3.
(using svn ruby_1_9_3 branch r33165...
ngoto (Naohisa Goto)
10:15 AM Bug #5244 (Assigned): Continuation causes Bus Error on Debian sparc
naruse (Yui NARUSE)
05:46 AM Bug #5244: Continuation causes Bus Error on Debian sparc
I poked at it a bit. While I don't understand fully what's going on, it looks like it's using _setjmp/longjmp, and on... jurij (Jurij Smakov)
06:45 PM Feature #5281 (Closed): Support for custom sitearch and vendorarch directories
For FHS system, it might be beneficial to allow to specify not only custom site and vendor directories, but also arch... vo.x (Vit Ondruch)
12:20 PM Revision 7e04b19d (git): * lib/test/unit.rb (_run_suites): Now reports are written the
following order: Skip, Failure, Error. [Feature #5282]
* test_sorting.rb: test for above.
* test4test_sorting.rb: D...
sorah (Sorah Fukumori)
12:16 PM Revision e2b74696 (git): * win32/Makefile.sub (INSNS): change command line option -Ks to -Ku
for generate *.inc. because insns.def encoding has been changed SJIS
to UTF-8. if $BASERUBY is 1.9, -Ks cau...
Masaya Tarui
10:37 AM Bug #5278 (Assigned): REXML -- Malformed comment
naruse (Yui NARUSE)
07:07 AM Bug #5278 (Closed): REXML -- Malformed comment
Hi Ruby-Team,
I use lib rexml for XML parsing. Kanjidic2 XML-File: http://www.csse.monash.edu.au/~jwb/kanjidic2/  ...
tbf (Thomas Fritzsche)
09:58 AM Bug #5277 (Third Party's Issue): Problem with libsvn-ruby.
> I guess that version libsvn-ruby1.8 don't work with ruby1.9, obviously. What can be done for this support?
You'r...
nobu (Nobuyoshi Nakada)
01:58 AM Bug #5277 (Third Party's Issue): Problem with libsvn-ruby.
Hello everybody,
I have problem with libsvn-ruby, I'm using rvm, see my Debian environment:
$ ruby -v
ruby 1.9...
marcello (Marcello Henrique Dias de Moura)
08:11 AM Revision 90c33c21 (git): Use assert_operator to show clear message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33203 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
07:53 AM Bug #3422: Object.const_get(:A, false) can access BasicObject::A
>> > Why is this issue closed? Is the current behaviour acceptable?
>>
>> Can you still reproduce this issue?
...
kosaki (Motohiro KOSAKI)
01:03 AM Bug #3422: Object.const_get(:A, false) can access BasicObject::A
nobu lazily closed this ticket without the revision reference: r33163. naruse (Yui NARUSE)
12:23 AM Bug #3422: Object.const_get(:A, false) can access BasicObject::A
> > Why is this issue closed? Is the current behaviour acceptable?
>
> Can you still reproduce this issue?
>
...
judofyr (Magnus Holm)
06:55 AM Revision e240f490 (git): * transcode.c (load_transcoder_entry): concatenate paths directly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33202 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:15 AM Revision 3a6c3a67 (git): * encoding.c (load_encoding): predefined encoding names are safe.
[ruby-dev:44469] [Bug #5279]
* transcode.c (load_transcoder_entry): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru...
nobu (Nobuyoshi Nakada)
03:07 AM Revision a1c5ebe7 (git): * transcode.c: enabled econv newline option.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33200 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

09/05/2011

09:45 PM Revision 80f54e68 (git): * numeric.c (dbl2ival): Fix Float#divmod and #round for 32 bit platform
part 1 of [bug #5276]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Marc-Andre Lafortune
09:44 PM Revision 3dc28710 (git): * numeric.c (flo_round): Fix criteria for 32 bits platform
part 2 of [bug #5276]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33198 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Marc-Andre Lafortune
08:39 PM Revision 73bb2a29 (git): * 2011-09-06
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33197 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:39 PM Revision 31953152 (git): * test/rinda/test_rinda.rb (test_core_03_notify): Fixed test failures
[ruby-dev:44430] [Ruby 1.9 - Bug #372]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33196 b2dd03c8-39d4-4d8f-...
Masatoshi SEKI
06:14 PM Bug #5208 (Rejected): \b and \B don't match properly
Ken Takata wrote:
> > Ruby では \w とは別に \p{Word} というものを用意しているので、「\b は \p{Word} に従う」でよいかと思っています。
>
> そういう考えもありましたか。た...
naruse (Yui NARUSE)
06:05 PM Bug #5275 (Closed): Typo in ext/json/generator/generator.c
This issue was solved with changeset r33192.
Ayumu, thank you for reporting this issue.
Your contribution to Ruby is ...
naruse (Yui NARUSE)
06:00 PM Bug #5275 (Closed): Typo in ext/json/generator/generator.c
ext/json/generator/generator.c に一ヶ所いわゆる全角文字が使われているので修正パッチを書きました。
ayumin (Ayumu AIZAWA)
12:02 PM Revision 4117048c (git): * insns.def: change encoding pragma for emacs (shift_jis to utf-8).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33195 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
10:36 AM Revision 1cd56023 (git): * Makefile.in (INSNS): change command line option -Ks to -Ku for
generate *.inc. because insns.def encoding has been changed SJIS to
UTF-8. if $BASERUBY is 1.9, -Ks cause an error....
nagachika (Tomoyuki Chikanaga)
09:10 AM Revision bc17dba0 (git): * transcode.c (rb_econv_binmode): newline decorators are
exclusive.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33193 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
09:05 AM Revision 179cf473 (git): Fix typo: U+0456->U+0069. [Bug #5275]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33192 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
08:46 AM Revision ff2c5c16 (git): * test/ruby/test_float.rb (TestFloat#test_round): show the number in question.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:15 AM Bug #5274 (Closed): [ruby-dev:44460] Class の clone と Class の生成を組み合わせたときのバグ
[ruby-dev:44460] をチケット化します。
----
芝と申します。
次のサンプルコードを実行すると segv を吐きます。
確認した Ruby 処理系は ruby 1.9.3dev (2011-09-04...
mrkn (Kenta Murata)
06:07 AM Revision f37162c0 (git): merge revision(s) 33189:
* test/rubygems/test_gem_security.rb
(test_class_build_self_signed_cert): reset opt[:trust_dir] to apply
...
naruse (Yui NARUSE)
06:06 AM Revision 522c16e8 (git): * test/rubygems/test_gem_security.rb
(test_class_build_self_signed_cert): reset opt[:trust_dir] to apply
temporary Gem.user_home.
git-svn-id: svn+ssh:/...
naruse (Yui NARUSE)
06:05 AM Revision 818ebcc5 (git): * doc/rake/CHANGES: reverted. this file is not written in Japanese.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33188 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:43 AM Bug #5273 (Closed): Float#round returns the wrong floats for higher precision
Float#round returns the wrong floats for higher precision.
Rounding can be off:
2.5e-22.round(22) # => 2.0e-2...
marcandre (Marc-Andre Lafortune)
03:53 AM Bug #5227: Float#round fails on corner cases
Hi,

On Tue, Aug 30, 2011 at 9:19 PM, NARUSE, Yui <[email protected]> wrote:
>> RubySpec is part of CRuby's im...
Anonymous
01:53 AM Feature #5128: 日本語ドキュメントをUTF-8に
$B$"$$$6$o$G$9!#(B

$B$9$_$^$;$s!"(Brebase $B$7$?$H$-$N%3%s%U%j%/%H$,$A$c$s$H2r7h$5$l$F$$$J$+$C$?$h$&$G(B
...
ayumin (Ayumu AIZAWA)
01:06 AM Revision 48cd6cb1 (git): README.ja, README.EXT.ja: resolve conflicts. [ruby-dev:44459]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33187 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)
12:53 AM Bug #3422: Object.const_get(:A, false) can access BasicObject::A
> Why is this issue closed? Is the current behaviour acceptable?

Can you still reproduce this issue?
kosaki (Motohiro KOSAKI)

09/04/2011

11:44 PM Bug #3231 (Rejected): Digest Does Not Build
Thanks for the confirmation. Closing this ticket as 'Works for me'. nahi (Hiroshi Nakamura)
10:01 AM Bug #3231: Digest Does Not Build
This can be closed, it no longer happens. cfis (Charlie Savage)
10:33 PM Feature #5198 (Closed): IMAP -- would like fucntions that return the default ports
This issue was solved with changeset r33182.
art , thank you for reporting this issue.
Your contribution to Ruby is g...
shugo (Shugo Maeda)
10:17 PM Bug #4318 (Closed): Legacy bug in net/imap in Ruby 1.9.x
Hi,
Shugo Maeda wrote:
> This bug has been fixed in r30543.
>
> http://redmine.ruby-lang.org/repositories...
shugo (Shugo Maeda)
10:15 PM Bug #5162 (Rejected): IMAP error formatting string
Hello,
art lussos wrote:
> > I don't know why the back quote is not good. Ruby uses back quotes in many other c...
shugo (Shugo Maeda)
09:22 PM Feature #5128 (Closed): 日本語ドキュメントをUTF-8に
This issue was solved with changeset r33181.
Shyouhei, thank you for reporting this issue.
Your contribution to Ruby ...
shyouhei (Shyouhei Urabe)
08:14 PM Revision 75c42535 (git): * numeric.c (flo_round): Make Float#round round big values [bug #5272]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
08:14 PM Revision 269de36c (git): * numeric.c: Extract integer rounding into int_round_0
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
07:28 PM Revision dc20068d (git): * 2011-09-05
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33184 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:28 PM Revision 9d2f5dff (git): * numeric.c (int_round): Integer#round always returns an Integer [Bug #5271]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33183 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
01:33 PM Revision 26f73a51 (git): * lib/net/imap.rb (default_port, default_imap_port,
default_tls_port, default_ssl_port, default_imaps_port):
added methods for consistency with Net::POP.
based on th...
shugo (Shugo Maeda)
12:22 PM Revision 60c84552 (git): Change encoding from EUC-JP to UTF-8. [Feature #5128]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)
06:18 AM Revision a17fd731 (git): * ChangeLog: style fix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33180 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ktsj (Kazuki Tsujimoto)
12:23 AM Bug #3422: Object.const_get(:A, false) can access BasicObject::A
On Sat, Sep 3, 2011 at 04:57, Nobuyoshi Nakada <[email protected]> wrote:

>
> Issue #3422 has been updated b...
judofyr (Magnus Holm)
 

Also available in: Atom