Project

General

Profile

Activity

From 07/16/2009 to 07/22/2009

07/22/2009

11:42 PM Bug #1757: cygwin-1.7, gcc4-4.3, and ruby-1.9. method `inspect' called on hidden object (0x10046720) (NotImplementedError)
=begin
I was wrong in presuming that -DCCP_WIN_A_TO_POSIX=CCP_WIN_A_TO_POSIX was not related.

1. ../ruby-1.9.2...
neomjp (neomjp neomjp)
10:47 PM Bug #1674 (Closed): set_trace_func with 1line block
=begin
Applied in changeset r24243.
=end
mame (Yusuke Endoh)
10:32 PM Bug #1805: UDPSocket#recvfrom hangs
=begin
Daniel Berger wrote:
> ruby -v: ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-darwin8.11.1]
>
> The fo...
shyouhei (Shyouhei Urabe)
09:37 PM Bug #1805 (Closed): UDPSocket#recvfrom hangs
=begin
The following code raises an error in 1.8.x, but hangs in 1.9.x:

require 'socket'
udp = UDPSocket.open...
djberg96 (Daniel Berger)
09:21 PM Bug #924: encoding for stdio's
=begin
こんばんは sheepman です。

結局、1.9.2 で stdio の encoding はどうなる/なったのでしょうか。
=end
sheepman (Takashi Tamura)
07:38 PM Bug #1804 (Closed): ext/socket/mkconstants.rb doesn't recognize enum'ed constants
=begin
最近のWindowsのSDKでは、IPPROTO_* などが#defineなマクロではなくenumで定義されているため、ext/socket/mkconstants.rbでは正しく拾えません。
=end
usa (Usaku NAKAMURA)
07:03 PM Bug #1803 (Closed): rdocがサイズ0のファイルのバイナリ判定に失敗する
=begin
rspec-rails 1.2.7.1 のgem install中、generators/rspec/templates/previous_failures.txt の処理でエラーが発生しました。

Inst...
sakuro (Sakuro OZAWA)
06:49 PM Bug #1802 (Assigned): Ruby 1.9.2: No longer possible to use send to call protected methods
=begin

=end
shyouhei (Shyouhei Urabe)
06:20 PM Bug #1802: Ruby 1.9.2: No longer possible to use send to call protected methods
=begin

=end
shyouhei (Shyouhei Urabe)
06:05 PM Bug #1802 (Closed): Ruby 1.9.2: No longer possible to use send to call protected methods
=begin
# This mail is to file this bug into our ITS. Please ignore.

Philip Ross wrote:
> With Ruby 1.9.2-pre...
shyouhei (Shyouhei Urabe)
04:47 PM Bug #1385 (Closed): Wonderful undocumented feature in Ruby 1.8.7 & 1.9
=begin
Applied in changeset r24236.
=end
yugui (Yuki Sonoda)
12:25 PM Bug #1525: Deadlock in Ruby 1.9's VM caused by ConditionVariable.wait and fork?
=begin
To add my test case:
# ------------------------
require 'thread'

$stderr.puts RUBY_VERSION

$pid...
vanjab (Vanja Bucic)
12:06 PM Bug #1525: Deadlock in Ruby 1.9's VM caused by ConditionVariable.wait and fork?
=begin
Just to chime in on this issue.

It is affecting our company as well. We run our software on apple machin...
vanjab (Vanja Bucic)
01:38 AM Bug #1795: Provide SMTP STARTTLS support
=begin
On Mon, Jul 20, 2009 at 4:04 PM, Ryan Davis<[email protected]> wrote:

>> apparently 1.8.7+ has smtp...
wyhaines (Kirk Haines)
12:47 AM Bug #1801: parse error on variable/method collision
=begin
Hi,

In message "Re: [ruby-core:24478] Re: [Bug #1801] parse error on variable/method collision"
on Tu...
matz (Yukihiro Matsumoto)

07/21/2009

11:23 PM Bug #1801: parse error on variable/method collision
=begin
Hi,

In message "Re: [ruby-core:24476] [Bug #1801] parse error on variable/method collision"
on Tue, 2...
matz (Yukihiro Matsumoto)
11:13 PM Bug #1801 (Rejected): parse error on variable/method collision
=begin
Consider this ruby program:

def a; 11; end
def e; 44; end
def ep(x); 99 end
ep=556
p(ep (e) /a)...
coatl (caleb clausen)
10:09 PM Feature #1800: rubygems can replace system executable files
=begin
Doing `sudo <installer> <package>` is always a security risk.

Rubygems is neither the cause nor the vec...
raggi (James Tucker)
07:48 PM Feature #1800 (Closed): rubygems can replace system executable files
=begin
Japanese blog http://wota.jp/ac/?date=20090604#p01 says,
gem has bin/ls and Gem::Specification#executables...
znz (Kazuhiro NISHIYAMA)
09:41 PM Bug #1190 (Closed): irb's "help" command errs in 1.9
=begin

=end
keiju (Keiju Ishitsuka)
08:46 PM Bug #1160 (Closed): tracer attempts to show lines from binary files
=begin
行番号が0の場合は?を表示するようにしました。
=end
keiju (Keiju Ishitsuka)
07:17 PM Bug #1799 (Assigned): ext/digest/sha2.c should be updated to fix an off-by-one bug
=begin

=end
shyouhei (Shyouhei Urabe)
07:02 PM Bug #1799 (Closed): ext/digest/sha2.c should be updated to fix an off-by-one bug
=begin
Current is version 1.0.0beta1 of Aaron Gifford's C-based implementation.
He has updated this to version 1.0...
woods (Markus Tujula)
04:17 PM Bug #1794 (Closed): ruby -rtracer fails to turn on tracing
=begin
Applied in changeset r24219.
=end
nobu (Nobuyoshi Nakada)
07:04 AM Bug #1795: Provide SMTP STARTTLS support
=begin

On Jul 20, 2009, at 07:15 , Roger Pack wrote:

> Backport #1795: Provide SMTP STARTTLS support
> http://...
zenspider (Ryan Davis)

07/20/2009

11:15 PM Bug #1795 (Closed): Provide SMTP STARTTLS support
=begin
apparently 1.8.7+ has smtp_tls support built-in. Any chance of getting that for 1.8.6 too?
=end
rogerdpack (Roger Pack)
10:58 PM Bug #1794 (Closed): ruby -rtracer fails to turn on tracing
=begin
Running this file:
def go
3
end
go

like "ruby -vrtracer test.rb"

results in what I believe...
rogerdpack (Roger Pack)
03:09 PM Feature #1201: Add relative group reference in back reference with nest level in regular expressions (e.g. \k<-5+1>)
=begin
This feature depends on oniguruma.
=end
naruse (Yui NARUSE)
12:57 PM Bug #1020 (Closed): Matrix#rank loops in some circumstances
=begin
Applied in changeset r24211.
=end
wanabe (_ wanabe)
11:07 AM Bug #1790 (Closed): [patch] fix error message in Addrinfo#family_addrinfo
=begin
Applied in changeset r24207.
=end
akr (Akira Tanaka)
06:42 AM Feature #1784: More encoding (Big5 series) support?
=begin
Big5-UAO (UAO 2.50) seems suitable to bundle.
Big5-HKSCS seems also has worth.

Mozilla 1.8, its name m...
naruse (Yui NARUSE)
12:41 AM Bug #1787: URI ライブラリの正規表現パターン
=begin
> Ruby 1.9 の正規表現で \d の意味が変わっているので、全角数字が URI として通ってしまいます。URI が BINARY のみを対象にしているのであれば、この限りではありません。

話が少しずれます...
tadf (tadayoshi funaba)
12:04 AM Bug #1792 (Closed): Fixnum#& 等が、Rational などを受けつける
=begin
1 & 1.5 がエラーになるので、
1 & Rational(3,2)

1 & BigDecimal('1.5')
もエラーにすべきかもしれません。
=end
tadf (tadayoshi funaba)

07/19/2009

11:29 PM Bug #1640 (Closed): [PATCH] Documentation for the Rational Class
=begin
not a bug.
=end
tadf (tadayoshi funaba)
11:28 PM Bug #1135: Problem renaming CMath.hypot in Ruby1.9
=begin

=end
tadf (tadayoshi funaba)
07:56 PM Bug #1790 (Closed): [patch] fix error message in Addrinfo#family_addrinfo
=begin
PDF を見つつ眺めていたら見つけたのでパッチです。

Index: ext/socket/lib/socket.rb
===========================================...
no6v (Nobuhiro IMAI)
11:07 AM Bug #1788 (Closed): ある種のメソッドをalias_methodしようとすると落ちる
=begin
Applied in changeset r24201.
=end
nobu (Nobuyoshi Nakada)
10:57 AM Bug #1788 (Closed): ある種のメソッドをalias_methodしようとすると落ちる
=begin
Ruby 1.9.2 preview1で Ruby on RailsのActiveSupportのtry.rbをロードすると異常終了します。

再現コードはこんな感じです。
class Object
...
matsuda (Akira Matsuda)
08:37 AM Bug #1494: tempfile#unlink may silently fail on windows
=begin
In fact, back in 2004, only seconds after posting his patch, Florian already "came to the conclusion that thi...
niels (Niels Ganser)
07:13 AM Bug #1494: tempfile#unlink may silently fail on windows
=begin
This patch totally breaks UNIX applications that rely on this behavior. It's
widely considered good practi...
normalperson (Eric Wong)
08:26 AM Bug #1787: URI ライブラリの正規表現パターン
=begin
たびたびすみません。別件で、初期化が適切でないために URI::Generic::PORT が /^$/ になってしまっていることに気が付きました。そのため URI::Generic#port= が文字列を受け付けなく...
drry (drry  )
01:24 AM Bug #1787: URI ライブラリの正規表現パターン
=begin
ごめんなさい、patch にまったく関係のない変更が混入しておりました。訂正します。
=end
drry (drry  )
12:34 AM Bug #1787 (Closed): URI ライブラリの正規表現パターン
=begin
Ruby 1.9 の正規表現で \d の意味が変わっているので、全角数字が URI として通ってしまいます。URI が BINARY のみを対象にしているのであれば、この限りではありません。

irb(ma...
drry (drry  )
04:51 AM Bug #1500: test_io runs forever in windows
=begin
Note that this occurs on non cygwin as well.
=end
rogerdpack (Roger Pack)
02:47 AM Feature #1784: More encoding (Big5 series) support?
=begin
Difference between 2.41 and 2.50 is following

% diff -su uao241-u2b.txt uao250-u2b.txt
Files uao241-u2...
naruse (Yui NARUSE)
12:07 AM Bug #1381 (Closed): Confusing Encoding Error
=begin
Applied in changeset r24197.
=end
naruse (Yui NARUSE)

07/18/2009

06:27 PM Feature #1786 (Closed): unexpected #inspect behaviour
=begin
It's said in the documentation that #inspect, if not overridden should use #to_s. Instead of that, when not o...
evilbrain (Andy Bogdanov)
05:07 PM Feature #1784: More encoding (Big5 series) support?
=begin
Hello Jen-Shin,

I have talked with Yui Naruse here at RubyKaigi 2009.
I will ask my student, Tatsuya Mizu...
duerst (Martin Dürst)
03:53 PM Bug #1608 (Closed): einval in getsockname (windows)
=begin
thanks for your information.
=end
usa (Usaku NAKAMURA)
10:46 AM Bug #1608: einval in getsockname (windows)
=begin
This is same to Bug #1323 and was fixed at revision 24173
=end
phasis68 (Heesob Park)
06:39 AM Bug #1324 (Feedback): Imap Tests hanging
=begin
I cannot reproduce now...
Can you reproduce?
=end
usa (Usaku NAKAMURA)
06:37 AM Bug #1346 (Closed): Linkage errors compiling C++ extension with VC8
=begin
Applied in changeset r24179.
=end
usa (Usaku NAKAMURA)
05:59 AM Bug #1323 (Closed): Sockets broken on windows
=begin
fixed at revision 24173
=end
usa (Usaku NAKAMURA)
05:57 AM Bug #1540 (Third Party's Issue): read on win32 now defaults to blocking
=begin

=end
usa (Usaku NAKAMURA)
03:41 AM Bug #1654: Segmentation fault after a "make install" under OpenSolaris 2009.06
=begin
Hi Yuki,

yes, the error still remains. Just got the last HEAD on the svn server: ruby 1.9.2dev (2009-07-...
saraiva (Pedro Saraiva)

07/17/2009

11:01 PM Bug #1370 (Closed): in `glob': invalid byte sequence in UTF-8
=begin
This problem is fixed in Ruby 1.9.2.
=end
naruse (Yui NARUSE)
09:15 PM Feature #1784: More encoding (Big5 series) support?
=begin
Very glad to hear so!

In short, what *I* would want would be UAO _or_
Big5 from Mozilla Taiwan (I woul...
godfat (Lin Jen-Shin)
01:35 AM Feature #1784 (Assigned): More encoding (Big5 series) support?
=begin
OK, I'll implement it on Ruby 1.9.2 or 1.9.3.

But what do *you* want the variant of Big5? UAO or Big5-H...
naruse (Yui NARUSE)
12:17 AM Feature #1784 (Closed): More encoding (Big5 series) support?
=begin
I was very glad to see there's build-in encoding support,
but if we could support more Big5 related encodin...
godfat (Lin Jen-Shin)
11:06 AM Bug #1323: Sockets broken on windows
=begin
2009/7/16 Tanaka Akira <[email protected]>:
> In article <[email protected]>,
>  "U...
phasis68 (Heesob Park)

07/16/2009

09:14 PM Bug #1611: win32ole errors from make test all
=begin
These errors are occurres only when Japanese locale is not installed in Windows box.
So, Please ignore erro...
suke (Masaki Suketa)
09:07 PM Bug #1611 (Closed): win32ole errors from make test all
=begin
Applied in changeset r24153.
=end
suke (Masaki Suketa)
04:24 PM Bug #1611: win32ole errors from make test all
=begin
I must assign it to suke. but suke is not in the redmine.
=end
yugui (Yuki Sonoda)
08:18 PM Bug #1607: TestSocket failures
=begin
This one is related to (dup of?) http://redmine.ruby-lang.org/issues/show/1323
=end
rogerdpack (Roger Pack)
07:01 PM Bug #1323: Sockets broken on windows
=begin
Hello,

In message "[ruby-core:24380] [Bug #1323](Assigned) Sockets broken on windows"
on Jul.16,2009 ...
usa (Usaku NAKAMURA)
06:14 PM Bug #1323 (Assigned): Sockets broken on windows
=begin
Is this still reproducible? < unak
=end
yugui (Yuki Sonoda)
06:37 PM Bug #1298 (Closed): wrong value for Hash of Hash
=begin
Applied in changeset r24149.
=end
nobu (Nobuyoshi Nakada)
06:24 PM Bug #1298: wrong value for Hash of Hash
=begin
Possible idea is ArgumentError for cyclic hash key.
=end
akr (Akira Tanaka)
06:37 PM Bug #1763 (Closed): SecurityError on an Exception object because of modification of instance variable #__ThrowState__
=begin
Applied in changeset r24148.
=end
nobu (Nobuyoshi Nakada)
06:22 PM Bug #1309: dl tests
=begin

=end
yugui (Yuki Sonoda)
06:19 PM Bug #1332 (Assigned): Reading file on Windows is 500x slower then with previous Ruby version
yugui (Yuki Sonoda)
06:15 PM Bug #1328 (Closed): "p eval('0' + '+0.1'*n)" の挙動
=begin

=end
yugui (Yuki Sonoda)
06:15 PM Bug #1326 (Rejected): Failing unit tests on windows
=begin

=end
yugui (Yuki Sonoda)
06:14 PM Bug #1319: Fix compiler warnings in file.c
=begin

=end
yugui (Yuki Sonoda)
06:13 PM Bug #1324: Imap Tests hanging
=begin

=end
yugui (Yuki Sonoda)
06:11 PM Bug #1320: sdbm.c compiler warnings
=begin

=end
yugui (Yuki Sonoda)
06:11 PM Bug #1312 (Rejected): String#rindex(Regexp, offset) doesn't seem to match greedily
=begin

=end
yugui (Yuki Sonoda)
06:11 PM Bug #1313 (Rejected): gem install not working on windows server 2008
=begin

=end
yugui (Yuki Sonoda)
06:10 PM Bug #1317 (Rejected): Creating a range with strings
=begin

=end
yugui (Yuki Sonoda)
06:09 PM Bug #1318: Ri documentation missing for BasicObject methods instance_eval, method_missing, __send__
=begin

=end
yugui (Yuki Sonoda)
06:08 PM Bug #1302 (Rejected): Strange behavior of callcc
=begin

=end
yugui (Yuki Sonoda)
06:08 PM Bug #1296: [trunk/22981] 64-bit issues on trunk in ext/zlib
=begin

=end
yugui (Yuki Sonoda)
06:06 PM Bug #1169: Thread#priority still doesn't work
=begin

=end
yugui (Yuki Sonoda)
06:04 PM Bug #1282 (Assigned): tk extension uses old style c function declarations generating a bunch of warnings
=begin

=end
yugui (Yuki Sonoda)
06:03 PM Bug #1280: Fix Compiler Warnings - digest/iconv/json/socket/syck/zlib extensions
=begin

=end
yugui (Yuki Sonoda)
06:02 PM Feature #1275: IPAddr unnecessarily destroys information on creation
=begin
Patch is welcome.
=end
yugui (Yuki Sonoda)
06:00 PM Bug #1271 (Third Party's Issue): Segfault problem
=begin

=end
yugui (Yuki Sonoda)
05:58 PM Bug #1250 (Rejected): String#to_r and String#to_c with float number
=begin

=end
yugui (Yuki Sonoda)
05:57 PM Bug #1248 (Rejected): e.exception(e) returns self
=begin
Can I reject the issue?
=end
yugui (Yuki Sonoda)
05:54 PM Bug #1242 (Rejected): Segfault when requiring wxruby2.0.0
=begin

=end
yugui (Yuki Sonoda)
05:53 PM Bug #1238 (Rejected): invalid multibyte char (US-ASCII)
=begin

=end
yugui (Yuki Sonoda)
05:53 PM Bug #1234: RDoc failure in benchmark/bm_so_meteor_contest.rb at or around line 542 column
=begin

=end
yugui (Yuki Sonoda)
05:50 PM Bug #1190 (Assigned): irb's "help" command errs in 1.9
=begin

=end
yugui (Yuki Sonoda)
05:50 PM Bug #1180 (Rejected): gethostbyname
=begin

=end
yugui (Yuki Sonoda)
05:48 PM Bug #1178 (Rejected): circular dependency on missing ffi
=begin

=end
yugui (Yuki Sonoda)
05:45 PM Bug #1172: [sparc] *** glibc detected *** ruby1.9: free(): invalid pointer: 0xf7ef6a54 ***
=begin
A maintainer for Ruby on sparc is wanted.
=end
yugui (Yuki Sonoda)
05:41 PM Bug #1171 (Third Party's Issue): ri: if "pager" exists, use it before trying less.
=begin

=end
yugui (Yuki Sonoda)
05:41 PM Bug #1171: ri: if "pager" exists, use it before trying less.
=begin
It is a matter on the debian package. < akira
=end
yugui (Yuki Sonoda)
05:37 PM Bug #1165 (Closed): Range.eql? and Range.== bug with subclasses
=begin

=end
yugui (Yuki Sonoda)
05:35 PM Bug #1160: tracer attempts to show lines from binary files
=begin

=end
yugui (Yuki Sonoda)
05:33 PM Bug #1678 (Assigned): uninitialized value in ossl_x509store_initialize causes occasional segfault
=begin

=end
yugui (Yuki Sonoda)
05:25 PM Bug #1150 (Closed): calling instance_eval in extended library cause exception
=begin

=end
yugui (Yuki Sonoda)
05:20 PM Bug #1139 (Third Party's Issue): Segmentation fault ruby 1.9.1p0 (2009-01-30 revision 21907)
=begin

=end
yugui (Yuki Sonoda)
05:19 PM Bug #1138 (Rejected): rdoc of taint/untrust
=begin
どっちでもいいのでは?
=end
yugui (Yuki Sonoda)
05:18 PM Bug #1135: Problem renaming CMath.hypot in Ruby1.9
=begin

=end
yugui (Yuki Sonoda)
05:16 PM Bug #1134 (Closed): [PATCH] Update racc runtime and fix warnings
=begin

=end
yugui (Yuki Sonoda)
05:13 PM Bug #1110 (Closed): encoding warning
=begin
applied in an ancient changeset.
=end
yugui (Yuki Sonoda)
05:12 PM Bug #1105 (Rejected): Ruby1.9でのrescue節の例外ハンドラのマッチの処理
=begin

=end
yugui (Yuki Sonoda)
05:06 PM Bug #1345 (Rejected): Ruby 1.9.1-p0 is incomatible with linux distributions that do not have NPTL thearding enabled.
=begin
Ruby 1.9 does not support LinuxThreads. A maintainer for such platform is wanted.
=end
yugui (Yuki Sonoda)
04:59 PM Bug #1346: Linkage errors compiling C++ extension with VC8
=begin
I think it is a VC8's matter. What do you think? < unak
=end
yugui (Yuki Sonoda)
04:57 PM Bug #1350 (Closed): gem method with version dependency fails
=begin

=end
yugui (Yuki Sonoda)
04:57 PM Bug #1344 (Third Party's Issue): sleep(0) sleeps forever on Mac OSX 10.4
=begin

=end
nobu (Nobuyoshi Nakada)
04:55 PM Bug #1344: sleep(0) sleeps forever on Mac OSX 10.4
=begin
It may be related to follows.

"pthread_cond_timedwait() bug in Tiger?"
http://lists.apple.com/archives...
akr (Akira Tanaka)
04:54 PM Bug #1356: Be consistent in function declarations
=begin
Do prototypes of missing functions have any meanings?
=end
nobu (Nobuyoshi Nakada)
04:52 PM Bug #1356 (Third Party's Issue): Be consistent in function declarations
=begin
It's matter on OpenSSL.
=end
yugui (Yuki Sonoda)
04:54 PM Bug #1351 (Assigned): Net::HTTP - set_form_data no longer allows symbols as keys.
=begin

=end
yugui (Yuki Sonoda)
04:52 PM Bug #1500: test_io runs forever in windows
=begin
cygwin.
=end
usa (Usaku NAKAMURA)
04:51 PM Bug #1357 (Feedback): Fixing variables into specific CPU registers deemed overrated & may disturb compilers' optimizers
=begin

=end
yugui (Yuki Sonoda)
04:47 PM Bug #1361 (Rejected): Configure fails to recognize the absence of bison
=begin

=end
yugui (Yuki Sonoda)
04:43 PM Bug #1363: Wrong value for Hash of NaN
=begin

=end
yugui (Yuki Sonoda)
04:40 PM Bug #1364 (Feedback): /usr/local/lib/ruby/1.9.1/rexml/text.rb:375: [BUG] Segmentation fault
=begin
Is this still reproducible?
=end
yugui (Yuki Sonoda)
04:39 PM Bug #1368 (Feedback): ruby19 trunk (svn revision 23160) build fails compiling dl ext on win32
=begin

=end
yugui (Yuki Sonoda)
04:36 PM Bug #1370: in `glob': invalid byte sequence in UTF-8
=begin

=end
yugui (Yuki Sonoda)
04:34 PM Bug #1375: Zlib::GzipReaderに対するエンコーディング指定
=begin

=end
yugui (Yuki Sonoda)
04:34 PM Bug #1381: Confusing Encoding Error
=begin

=end
yugui (Yuki Sonoda)
04:32 PM Bug #1388: cygwin-1.7, gcc4-4.3, and ruby-1.9. make btest #236 test_io.rb Segmentation fault
=begin

=end
yugui (Yuki Sonoda)
04:31 PM Bug #1385: Wonderful undocumented feature in Ruby 1.8.7 & 1.9
=begin

=end
yugui (Yuki Sonoda)
04:30 PM Bug #1775 (Closed): autoconf failing on cygwin
=begin
Switching off on-access virus checks for disk writes (still keeping them for disk reads) with MacAffee solved...
duerst (Martin Dürst)
03:25 PM Bug #1775: autoconf failing on cygwin
=begin

=end
yugui (Yuki Sonoda)
04:30 PM Bug #1393: Multiple assignment does not call to_a but to_ary
=begin

=end
yugui (Yuki Sonoda)
04:29 PM Bug #1419: Tk, segmentation fault
=begin

=end
yugui (Yuki Sonoda)
04:28 PM Bug #1684 (Closed): ruby/rubyw.rc still say 1.9.1
=begin
Applied in changeset r23839.
=end
nobu (Nobuyoshi Nakada)
04:14 PM Bug #1684: ruby/rubyw.rc still say 1.9.1
=begin

=end
yugui (Yuki Sonoda)
04:26 PM Bug #1540: read on win32 now defaults to blocking
=begin

=end
yugui (Yuki Sonoda)
04:25 PM Bug #1576: TestFile failures in windows
=begin

=end
yugui (Yuki Sonoda)
04:23 PM Bug #1614: startup failure with non-ascii path
=begin
applied in a changeset.
=end
yugui (Yuki Sonoda)
04:21 PM Bug #1638 (Closed): called on terminated object
=begin

=end
yugui (Yuki Sonoda)
04:17 PM Bug #1666: Confusion in documentation for lines vs each_line, etc...
=begin

=end
yugui (Yuki Sonoda)
04:13 PM Bug #1749: Change in How $~ is Restored After String#sub/String#gsub with a Block
=begin

=end
akr (Akira Tanaka)
04:06 PM Bug #1749: Change in How $~ is Restored After String#sub/String#gsub with a Block
=begin
I think 1.9.2 behaviour is no problem.

String#sub matches a regexp just once.
There is no reason to se...
akr (Akira Tanaka)
03:59 PM Bug #1749: Change in How $~ is Restored After String#sub/String#gsub with a Block
=begin

=end
yugui (Yuki Sonoda)
04:10 PM Bug #1685 (Assigned): Some windows unicode path issues remain
=begin

=end
yugui (Yuki Sonoda)
04:09 PM Bug #1692: warning: useless use of a literal in void context
=begin
意図されたことでしょうか? < まつもとさん
=end
yugui (Yuki Sonoda)
04:07 PM Bug #1755 (Closed): IO#reopen Doesn't Fully Associate with Given Stream on 1.9; Ignores pos on 1.8
=begin
Applied in changeset r24144.
=end
nobu (Nobuyoshi Nakada)
03:49 PM Bug #1755: IO#reopen Doesn't Fully Associate with Given Stream on 1.9; Ignores pos on 1.8
=begin

=end
yugui (Yuki Sonoda)
04:01 PM Bug #1747: Immediate Values Can be Frozen
=begin

=end
yugui (Yuki Sonoda)
03:50 PM Bug #1750 (Rejected): Inconsistent Behavior on 1.8 and 1.9 of String#[]= with Single Fixnum Argument
=begin
Matz said it's intentional.
=end
yugui (Yuki Sonoda)
03:48 PM Bug #1665: Enumerable#reverse_each, #entries, #to_a documentation [patch]
=begin

=end
yugui (Yuki Sonoda)
03:44 PM Bug #1711: Marshal Failing to Round-Trip Certain Recurisve Data Structures
=begin
class UserDefined

class Nested
def ==(other)
other.kind_of? self.class
end
...
yugui (Yuki Sonoda)
03:32 PM Bug #1757: cygwin-1.7, gcc4-4.3, and ruby-1.9. method `inspect' called on hidden object (0x10046720) (NotImplementedError)
=begin

=end
yugui (Yuki Sonoda)
03:31 PM Bug #1760: Methods Expecting Paths Should Prefer #to_path Over #to_str
=begin
We need your decision. Decide it. < matz.
=end
yugui (Yuki Sonoda)
03:27 PM Bug #1771: system()/popen()/popen3() & windows & unicode is not working
=begin

=end
yugui (Yuki Sonoda)
03:26 PM Bug #1771: system()/popen()/popen3() & windows & unicode is not working
=begin

=end
yugui (Yuki Sonoda)
03:25 PM Bug #1776: make fails when compiling socket
=begin

=end
yugui (Yuki Sonoda)
02:17 PM Bug #1780 (Closed): Clarification of Array#sample documentation
=begin
Applied in changeset r24141.
=end
matz (Yukihiro Matsumoto)
01:05 PM Bug #1774: Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:38807] Re: [Bug:trunk] Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ...
usa (Usaku NAKAMURA)
12:57 PM Bug #1774: Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:38804] Re: [Bug:trunk] Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ...
usa (Usaku NAKAMURA)
12:55 PM Bug #1774: Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
=begin
永井@知能.九工大です.

From: "U.Nakamura" <[email protected]>
Subject: [ruby-dev:38801] Re: [Bug:trunk] Re: [ru...
nagai (Hidetoshi Nagai)
12:49 PM Bug #1774: Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
=begin
押田です。
お世話になっております。


#別スレと重複しますが、
ruby-dev:38792 に

> mingwやcygwinはここ数年見てません...

とありましたので、
trunk@24...
oshida (Teruo Oshida)
09:54 AM Bug #1774: Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:38799] Re: [Bug:trunk] Re: [ruby-cvs:31281] Ruby:r24063 (trunk): * ...
usa (Usaku NAKAMURA)
12:47 PM Bug #1118 (Closed): irb core dumps with 'CTRL-C' with zsh
=begin
Applied in changeset r24140.
=end
naruse (Yui NARUSE)
02:00 AM Bug #1118: irb core dumps with 'CTRL-C' with zsh
=begin
When you install Readline 6.0 from ports, it doesn't SEGV. But it ignores ^C.
=end
naruse (Yui NARUSE)
 

Also available in: Atom