Project

General

Profile

Activity

From 01/29/2009 to 02/04/2009

02/04/2009

11:55 PM Revision d7542187 (git): merge revision(s) 20103:
* array.c (rb_ary_join): do not repeat self in a recursive array.
[ruby-dev:37019]
git-svn-id: svn+ssh://...
shyouhei (Shyouhei Urabe)
11:55 PM Revision a120cd59 (git): merge revision(s) 20103:
* array.c (rb_ary_join): do not repeat self in a recursive array.
[ruby-dev:37019]
git-svn-id: svn+ssh://...
shyouhei (Shyouhei Urabe)
10:46 PM Revision 4a7a6794 (git): change from assigned variable to called function
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
10:42 PM Revision 37131afd (git): * ext/readline/readline.c (Init_readline): entry may be NULL.
[ruby-dev:37891]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
znz (Kazuhiro NISHIYAMA)
08:22 PM Bug #1105: Ruby1.9でのrescue節の例外ハンドラのマッチの処理
=begin
なかだです。

At Wed, 4 Feb 2009 16:45:09 +0900,
Tatsuji Kawai wrote in [ruby-dev:37898]:
> Ruby1.9とRuby1.8では、例...
nobu (Nobuyoshi Nakada)
04:45 PM Bug #1105 (Rejected): Ruby1.9でのrescue節の例外ハンドラのマッチの処理
=begin
河井です。

Ruby1.9とRuby1.8では、例外ハンドルクラスのリストにExceptionのサブ
クラス以外のオブジェクトが含まれている場合の挙動に違いがあります。

例えば以下のプログラムを...
tkawai (Tatsuji Kawai)
07:09 PM Revision b5ae8db5 (git): * time.c (LOCALTIME): should call tzset() before localtime_r().
[ruby-dev:37896]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matz (Yukihiro Matsumoto)
06:53 PM Feature #1106: Script encoding vs. default_internal: Implicitly transcode strings/regexps
=begin
Unicode codepoint is compatible with ISO-8859-1, converting regexp is not harmful.
But for example in Windo...
naruse (Yui NARUSE)
06:22 PM Feature #1106 (Rejected): Script encoding vs. default_internal: Implicitly transcode strings/regexps
=begin
If I'm not mistaken, a related issue was discussed in the past (eg [1]). Anyway, please take a sec and consid...
tomel (Tom Link)
06:30 PM Bug #1098: Unclear encoding error: #<Encoding::UndefinedConversionError: "\xE2\x96\x80" from UTF-8 to ISO-8859-1 in conversion from CP850 to ISO-8859-1>
=begin
At 10:38 09/02/04, you wrote:
>Hi,
>
>In message "Re: [ruby-core:21802] [Bug #1098] Unclear encoding error...
duerst (Martin Dürst)
02:55 PM Bug #1098: Unclear encoding error: #<Encoding::UndefinedConversionError: "\xE2\x96\x80" from UTF-8 to ISO-8859-1 in conversion from CP850 to ISO-8859-1>
=begin
> You declared in magic comment as CP850, but your exact script encoding seems ISO-8859-1.

It wasn't there...
tomel (Tom Link)
02:52 PM Bug #1098: Unclear encoding error: #<Encoding::UndefinedConversionError: "\xE2\x96\x80" from UTF-8 to ISO-8859-1 in conversion from CP850 to ISO-8859-1>
=begin
> First, since we haven't implemented direct conversion path from CP850
> to ISO-8859-1 (yet), Ruby converts...
tomel (Tom Link)
02:31 PM Bug #1098 (Rejected): Unclear encoding error: #<Encoding::UndefinedConversionError: "\xE2\x96\x80" from UTF-8 to ISO-8859-1 in conversion from CP850 to ISO-8859-1>
=begin
You declared in magic comment as CP850, but your exact script encoding seems ISO-8859-1.

Your character:...
naruse (Yui NARUSE)
10:38 AM Bug #1098: Unclear encoding error: #<Encoding::UndefinedConversionError: "\xE2\x96\x80" from UTF-8 to ISO-8859-1 in conversion from CP850 to ISO-8859-1>
=begin
Hi,

In message "Re: [ruby-core:21802] [Bug #1098] Unclear encoding error: #<Encoding::UndefinedConversionE...
matz (Yukihiro Matsumoto)
05:42 PM Revision efdc317e (git): Updated Symbain configuration procedure to avoid creating files outside build directory
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22052 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Alexander Zavorine
05:31 PM Revision dfbe79f2 (git): Updated Symbain configuration procedure to avoid creating files outside build directory
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22051 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Alexander Zavorine
05:31 PM Revision c501546e (git): Updated Symbain configuration procedure to avoid creating files outside build directory
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22050 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Alexander Zavorine
04:45 PM Revision b916afdd (git): * transcode.c (make_econv_exception): refine error message for
undefined conversion. [ruby-core:21828]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22049 b2dd03c8-39d4-4d8...
akr (Akira Tanaka)
04:21 PM Revision 5127799e (git): add Socket.pair.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:20 PM Revision 5ce10c13 (git): * ext/socket/socket.c (sock_s_socketpair): make 3rd argument optional.
* ext/socket/unixsocket.c (unix_s_socketpair): follow the above
change.
* ext/socket/rubysocket.h (sock_s_socketpa...
akr (Akira Tanaka)
03:54 PM Bug #1104 (Closed): TZ and Time.now
=begin
ENV["TZ"] を変えながら Time.now の出力を見ると、以下のように何か変な感じです。

$ echo $TZ

$ cat tz.rb
p Time.now
puts(ENV["...
no6v (Nobuhiro IMAI)
03:42 PM Revision 1934c7a8 (git): test relaxed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:34 PM Revision 3eab1912 (git): add tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:12 PM Revision e2f0aeb4 (git): relax tests for MacOS X.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:10 PM Revision 1d46aa9f (git): * 2009-02-05
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22043 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:10 PM Revision 9dfc90dc (git): * ext/socket/raddrinfo.c (addrinfo_ipv6_to_ipv4): new method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:51 PM Revision ac5b6813 (git): Updated Symbian configuration procedure to avoid creating files outside build directory
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22041 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Alexander Zavorine
01:38 PM Revision 9845b50c (git): relax tests for IPv4 compat/mapped IPv6 addresss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:01 PM Revision e193fa79 (git): * transcode.c (make_econv_exception): show U+XXXX form for undefined
conversion error from UTF-8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22039 b2dd03c8-39d4-4d8f-98ff-823fe6...
akr (Akira Tanaka)
12:59 PM Revision 54936663 (git): updated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:58 PM Revision 28e33ad6 (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:58 PM Revision 6ae8b15d (git): * string.c (rb_str_dump): use MBCLEN_CHARFOUND_P properly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:58 PM Feature #1103 (Closed): Ruby used for webrick cgi should be configurable
=begin
The ruby used for cgi in webrick is not configurable.

This patch allows the ruby binary to be configura...
tenderlovemaking (Aaron Patterson)
12:57 PM Revision c77f3230 (git): * bootstraptest/runner.rb: refine success message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:37 AM Feature #1102 (Closed): Prepend Module
=begin
Currently when a module is included into a classes, it is appended to the class hierarchy (ie. the method lo...
trans (Thomas Sawyer)
10:47 AM Revision 9a783473 (git): add Dir.home
update s of new method(s)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
znz (Kazuhiro NISHIYAMA)
10:45 AM Revision c5229b7d (git): fixed typos and remove some spaces
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22033 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
10:43 AM Revision 26ea147c (git): * 2009-02-04
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:43 AM Revision 53995ed1 (git): fixed typos and remove some spaces
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
10:17 AM Bug #1100 (Closed): parsing bad YAML crashes interpreter
=begin
Applied in changeset r22024.
=end
matz (Yukihiro Matsumoto)
08:07 AM Bug #1100: parsing bad YAML crashes interpreter
=begin
PRIdPTRDIFF may define with the length modifier 't' in include/ruby/ruby.h,
but missing/vsnprintf.c does no...
znz (Kazuhiro NISHIYAMA)
04:09 AM Bug #1100 (Closed): parsing bad YAML crashes interpreter
=begin
$ ruby18 -ryaml -e 'YAML.load("{: 1}")'
/usr/local/ruby/1.8.7-gc/lib/ruby/1.8/yaml.rb:133:in `load': synta...
bitsweat (Jeremy Daer)
10:10 AM Revision 136f31b0 (git): * Makefile.in (id.h): updates from parse.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:52 AM Bug #1099: Invalid value of StringIO#pos after StringIO#ungetc
=begin
The following issue was reported to the redmine4ruby-lang project but it
should be reported to ruby-core.

...
yugui (Yuki Sonoda)
09:38 AM Feature #908: Should be an easy way of reading N characters from am I/O stream
=begin
Hi,

In message "Re: [ruby-core:21817] Re: [Feature #908] Should be an easy way of reading N characters fr...
matz (Yukihiro Matsumoto)
09:34 AM Feature #908: Should be an easy way of reading N characters from am I/O stream
=begin
On 04/02/2009, Michael Selig <[email protected]> wrote:

>
> Re: seeking by character count - it woul...
hramrach (Michal Suchanek)
08:27 AM Feature #908: Should be an easy way of reading N characters from am I/O stream
=begin
I have a simple use-case:

Existing datafile has fixed length records, currently single-byte chars. I wan...
mike (Michael Selig)
12:47 AM Feature #908: Should be an easy way of reading N characters from am I/O stream
=begin
I wonder also about byte-oriented IO#seek if someone want to have
character-oriented seek. It looks like byt...
radarek (Radosław Bułat)
08:23 AM Bug #1085: Got the error message, after run 'gem install --test'.
=begin

On Feb 1, 2009, at 05:26 , Takao Kouji wrote:

> Hi, Ryan.
>
> I use ruby 1.9.1p5000 (2009-01-31 trunk ...
zenspider (Ryan Davis)
05:27 AM Revision fead30ad (git): merge revision(s) 20072:
* dir.c (dir_globs): need taint check. reported by steve
<oksteev at gmail.com>
git-svn-id: svn+ssh://ci...
shyouhei (Shyouhei Urabe)
05:26 AM Revision 1e6e5658 (git): merge revision(s) 20072:
* dir.c (dir_globs): need taint check. reported by steve
<oksteev at gmail.com>
git-svn-id: svn+ssh://ci...
shyouhei (Shyouhei Urabe)
02:50 AM Revision fbea35aa (git): * win32/mkexports.rb: shouldn't export DllMain.
reported at http://pc11.2ch.net/test/read.cgi/tech/1233686068/21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
U.Nakamura
01:16 AM Revision 049d98c6 (git): * missing/vsnprintf.c (BSD_vfprintf): should support 't' format
modifier to handle PRIdPTRDIFF. thanks for the info from
Kazuhiro NISHIYAMA. [ruby-core:21807]
git-svn-id: svn+s...
matz (Yukihiro Matsumoto)

02/03/2009

11:56 PM Bug #1099 (Closed): Invalid value of StringIO#pos after StringIO#ungetc
=begin
This unit test is passed under Ruby 1.8.7 and failed under Ruby 1.9.1-p0 (mswin32):

require 'stringio'
...
eao197 (Yauheni Akhotnikau)
11:17 PM Bug #1096 (Closed): Failure: test_build_extensions_extconf_bad(TestGemInstaller)
=begin
Applied in changeset r22016.
=end
nobu (Nobuyoshi Nakada)
04:23 PM Bug #1096 (Closed): Failure: test_build_extensions_extconf_bad(TestGemInstaller)
=begin
http://www.rubyist.net/~akr/chkbuild/debian/ruby-trunk/last
1) Failure:
test_build_extensions_extconf_b...
znz (Kazuhiro NISHIYAMA)
11:06 PM Feature #908: Should be an easy way of reading N characters from am I/O stream
=begin
I needed this in the standard CSV library.

My use case was that I peek ahead in the stream to determine ...
JEG2 (James Gray)
10:21 PM Feature #908: Should be an easy way of reading N characters from am I/O stream
=begin
Reading N characters from stream is (at least for me) as natural as reading N bytes. Usecases are almost the ...
radarek (Radosław Bułat)
10:44 AM Feature #908: Should be an easy way of reading N characters from am I/O stream
=begin
What's the usecases?
=end
akr (Akira Tanaka)
10:42 AM Feature #908: Should be an easy way of reading N characters from am I/O stream
=begin

=end
shyouhei (Shyouhei Urabe)
10:53 PM Bug #1098 (Rejected): Unclear encoding error: #<Encoding::UndefinedConversionError: "\xE2\x96\x80" from UTF-8 to ISO-8859-1 in conversion from CP850 to ISO-8859-1>
=begin
The test script below exits with the error: #<Encoding::UndefinedConversionError: "\xE2\x96\x80" from UTF-8 t...
tomel (Tom Link)
10:50 PM Bug #340: 1.9/trunk does not work when compiled with llvm-gcc4 2.3 (gcc 4.2.1)
=begin
Just trying to compile trunk-after-1.9.1 (#22011) using llvm-gcc-4.2 (aka llvm-2.4). miniruby still spins un...
roberto (Ollivier Robert)
10:33 PM Bug #1097: Ruby 1.9.1 における sqlite3-ruby のインストール時のエラー
=begin
応答ありがとうございます。仰る通り、sqlite3-ruby 1.2.4 の mswin32 版バイナリはまだ配布されていませんでした。

調べてみたところ、sqlite3-ruby 1.2.3 はビルド済の ...
redcat (Jun Kudo)
09:31 PM Bug #1097 (Rejected): Ruby 1.9.1 における sqlite3-ruby のインストール時のエラー
=begin
たぶんsqlite3-rubyの1.9.1-p0-mswin32用のバイナリが配布されていないので、自前で拡張ライブラリをビルドしようとしているのでしょう。
その場合は当然前提となる諸々(コンパイラ、ライブラリ、な...
usa (Usaku NAKAMURA)
09:09 PM Bug #1097 (Rejected): Ruby 1.9.1 における sqlite3-ruby のインストール時のエラー
=begin
Ruby 1.9.1-p0-mswin32 バイナリ版で、gem install rails を実行したあと、gem で sqlite3-ruby をインストールしようとすると、一般に解説されているようなメッセージでは...
redcat (Jun Kudo)
09:17 PM Feature #1095 (Closed): Readline.completion_proc = nil を許可する。
=begin
Applied in changeset r22012.
=end
kouji (Kouji Takao)
05:17 PM Feature #1095: Readline.completion_proc = nil を許可する。
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:37880] [FEATURE:trunk] Readline.completion_proc = nil を許可する。"
...
matz (Yukihiro Matsumoto)
03:02 PM Feature #1095: Readline.completion_proc = nil を許可する。
=begin

=end
kouji (Kouji Takao)
02:57 PM Feature #1095 (Closed): Readline.completion_proc = nil を許可する。
=begin
高尾宏治です。

Readline.readlineの補完候補を取得する Proc を Readline.completion_proc= で指定できます。
しかし、補完候補を取得する処理をデフォルトのもの...
kouji (Kouji Takao)
05:53 PM Feature #859: open-uri doesn't allow redirection to https
=begin
I quote from [ruby-core:21234] :

But first of all the HTTP --> HTTPS redirection should be still conside...
romanbsd (Roman Shterenzon)
05:50 PM Feature #859: open-uri doesn't allow redirection to https
=begin
Originally reported on:
ruby 1.8.7 (2008-08-11 patchlevel 72) [i686-linux]
=end
romanbsd (Roman Shterenzon)
10:58 AM Feature #859: open-uri doesn't allow redirection to https
=begin
[ruby-core:21203]
=end
akr (Akira Tanaka)
10:57 AM Feature #859: open-uri doesn't allow redirection to https
=begin

=end
shyouhei (Shyouhei Urabe)
05:50 PM Bug #1066: Frequent failure: test_io.rb test 2 on OS X 10.5.6
=begin

=end
akr (Akira Tanaka)
04:40 PM Revision 12a5cf82 (git): revert useless change part in the previous commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:29 PM Revision 20ac101d (git): * ext/socket/extconf.rb: fix struct in_pktinfo and struct in6_pktinfo
detection.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
03:39 PM Revision c07b4ef1 (git): * test/etc/test_etc.rb(test_getpwnam, test_getgrgid, test_getgrnam):
support an envirionment that has duplicative entries. a patch from
Tomoyuki Chikanaga <chikanag at nippon-control-...
mame (Yusuke Endoh)
03:21 PM Revision ee3c53a7 (git): * 2009-02-04
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:21 PM Revision 9274fbfa (git): * ext/socket/lib/socket.rb (Socket.tcp_server_sockets_port0): skip
socket creation error.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
03:11 PM Bug #1093: make test fails
=begin

=end
akr (Akira Tanaka)
02:39 PM Bug #1093 (Closed): make test fails
=begin
[...]
#223 test_io.rb:11:in `<top (required)>':
begin
require "io/nonblock"
r, w ...
gdonald (Greg Donald)
02:58 PM Bug #1094 (Third Party's Issue): fuse_common.h:32:2: error
=begin
Sorry, We don't know how to deal with your local header.
=end
shyouhei (Shyouhei Urabe)
02:43 PM Bug #1094 (Third Party's Issue): fuse_common.h:32:2: error
=begin
./configure --prefix=$HOME/bin/ruby19
[...]
checking whether ELF binaries are produced... no
checking w...
gdonald (Greg Donald)
02:50 PM Revision 5a56fc35 (git): don't connect to unspecified address.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:37 PM Revision 813dad7a (git): * ruby.c (load_file_internal): resets EOF flag after parse.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:13 PM Revision bca5029d (git): * vm.c (vm_backtrace): always returns non-nil array if lev is
negative. [ruby-core:21795]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22016 b2dd03c8-39d4-4d8f-98ff-823fe6...
nobu (Nobuyoshi Nakada)
01:08 PM Feature #1081: add File::write() convenience method
=begin
Hi,

Sorry for my late response.

Matz wrote:
> What do you think proper API for combined File.open...
sunaku (Suraj Kurapati)
12:50 PM Feature #259: String crypt method's salt argument should be optional
=begin

=end
shyouhei (Shyouhei Urabe)
12:37 PM Bug #445: [PATCH] Net::HTTPHeaders#fetch raises NoMethodError instead of returning default values
=begin

=end
shyouhei (Shyouhei Urabe)
12:35 PM Bug #446: [PATCH] [DOC] Net::HTTPHeaders#fetch does not return nil but raises IndexError
=begin

=end
shyouhei (Shyouhei Urabe)
12:33 PM Bug #447: [PATCH] Net::HTTPHeaders iterator methods should return Enumerators
=begin

=end
shyouhei (Shyouhei Urabe)
12:30 PM Bug #454: URI does not follow the last rfc about uri syntax
=begin

=end
shyouhei (Shyouhei Urabe)
12:28 PM Revision e2fc3f38 (git): * NEWS: added comment for Readline.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22015 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kouji (Kouji Takao)
12:21 PM Revision d60cd5b3 (git): * ext/readline/extconf.rb: checked rl_set_screen_size and
rl_get_screen_size.
* ext/readline/readline.c (readline_s_set_screen_size): added
Readline.set_screen_size.
* ext...
kouji (Kouji Takao)
12:19 PM Bug #496: DRb.start_service(nil) is very slow
=begin

=end
shyouhei (Shyouhei Urabe)
12:17 PM Revision 4a2b6b20 (git): * ext/readline/readline.c: updated year of copyright.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22013 b2dd03c8-39d4-4d8f-98ff-823fe69b080e kouji (Kouji Takao)
12:16 PM Feature #512: String#% behavior
=begin

=end
shyouhei (Shyouhei Urabe)
12:15 PM Revision dbf657ca (git): * ext/readline/readline.c (readline_s_set_completion_proc): set
default if proc is nil. fix #1095
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22012 b2dd03c8-39d4-4d8f-98ff-8...
kouji (Kouji Takao)
12:14 PM Bug #514: OpenSSL::OCSP::Response's to_der always returns an empty string
=begin

=end
shyouhei (Shyouhei Urabe)
11:58 AM Feature #583: TmpdirとTempfile
=begin

=end
shyouhei (Shyouhei Urabe)
11:57 AM Bug #585: BigDecimal#remainder is not correct with small divisors
=begin

=end
shyouhei (Shyouhei Urabe)
11:51 AM Bug #1060: mkmf refuses to find 3rd party extensions - ruby 1.9.1 trunk
=begin

>
> At Tue, 27 Jan 2009 17:36:44 +0900,
> Charlie Savage wrote in [ruby-core:21603]:
>> The problem is ...
cfis (Charlie Savage)
11:51 AM Bug #1057: ripper does not compile with mingw
=begin
Hi Nobu,

> How are macros "top_srcdir", "srcdir", "topdir", "hdrdir",
> "arch_hdrdir" defined in ext/ripp...
cfis (Charlie Savage)
11:50 AM Bug #655: Query part lost when using Net::HTTP.post_form function
=begin

=end
shyouhei (Shyouhei Urabe)
11:50 AM Bug #1010: Ruby-1.9's rake sh doesn't work on Windows (but fix provided)
=begin
On Wed, Jan 28, 2009 at 1:15 PM, Chauk-Mean Proum <[email protected]> wrote:
> Issue #1010 has been upda...
luislavena (Luis Lavena)
11:37 AM Bug #719: yaml not precise on some strings
=begin

=end
shyouhei (Shyouhei Urabe)
11:12 AM Bug #814 (Closed): NoMethodError: undefined method `read_nonblock' for #<OpenSSL::SSL::SSLSocket:0x1a64f9a0>
=begin

=end
shyouhei (Shyouhei Urabe)
11:06 AM Feature #839: Add code on each line of a backtrace output to the screen
=begin

=end
shyouhei (Shyouhei Urabe)
11:02 AM Bug #843: RubyGems include useless libraries
=begin

=end
shyouhei (Shyouhei Urabe)
11:01 AM Bug #853: Rake のテストが無い
=begin

=end
shyouhei (Shyouhei Urabe)
11:00 AM Feature #855: HTTP/1.1 fixes and other enhancements to webrick
=begin

=end
shyouhei (Shyouhei Urabe)
10:53 AM Bug #865: [Fwd: some mistakes in Rake RDoc]
=begin

=end
shyouhei (Shyouhei Urabe)
10:52 AM Bug #866: gem(1) gemrc(5)
=begin

=end
shyouhei (Shyouhei Urabe)
10:45 AM Feature #904 (Closed): C API reference with Doxygen
=begin

=end
shyouhei (Shyouhei Urabe)
10:44 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin

=end
shyouhei (Shyouhei Urabe)
10:41 AM Bug #1092 (Rejected): miniruby cause SEGV on x64-mswin64_90
=begin
(this issue is reported by <yesmar _AT_ speakeasy.net>)

I tried to register with redmine to file this bu...
usa (Usaku NAKAMURA)
10:30 AM Bug #921: autoload is not thread-safe
=begin

=end
shyouhei (Shyouhei Urabe)
10:28 AM Bug #924: encoding for stdio's
=begin

=end
shyouhei (Shyouhei Urabe)
10:25 AM Feature #934: request for Time.parse to no longer return Time.now on failure
=begin

=end
shyouhei (Shyouhei Urabe)
10:15 AM Bug #953: 深い入れ子の配列の取り扱いで落ちる
=begin

=end
shyouhei (Shyouhei Urabe)
10:13 AM Feature #1089 (Feedback): Stable sorting for sort and sort_by
shyouhei (Shyouhei Urabe)
09:35 AM Revision 45108851 (git): * ext/thread/thread.c (rb_queue_pop, rb_queue_push): should not lock
mutex if got an exception while waiting, and should ensure unlocked
after signaled. [ruby-dev:37545]
git-svn-id:...
nobu (Nobuyoshi Nakada)
08:51 AM Feature #973: EncDet again
=begin
 ささだです.

NARUSE, Yui wrote::
> いっそ prelude に入れてしまいませんか。
> そうすればライブラリ名に関しては悩む必要がなくなります。

 そんなに使うものなんですか?...
ko1 (Koichi Sasada)
04:08 AM Feature #973: EncDet again
=begin
成瀬です。

Yukihiro Matsumoto wrote:
> まつもと ゆきひろです
>
> In message "Re: [ruby-dev:37679] [FEATURE:trunk] Enc...
naruse (Yui NARUSE)
07:55 AM Revision 8b729eed (git): updated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
07:36 AM Revision 2b692644 (git): * NEWS: add Array#sort_by!.
* array.c (rb_ary_sort_by_bang): RDoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22009 b2dd03c8-39d4...
znz (Kazuhiro NISHIYAMA)
07:30 AM Revision 22f6e2e7 (git): fixed typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22008 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
07:25 AM Revision 24eafe83 (git): * ext/socket/lib/socket.rb (Socket.tcp_server_sockets_port0): new
private function for allocating same port both IPv4 and IPv6.
(Socket.tcp_server_sockets): use tcp_server_sockets_p...
akr (Akira Tanaka)
06:37 AM Revision 260d0d03 (git): add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22006 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
06:27 AM Revision 4aec56ba (git): add tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
06:12 AM Revision 1643d1c2 (git): add tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22004 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
05:35 AM Revision 6249e5f7 (git): merge revision(s) 19774:
* lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)
[ruby-dev:36631]
* test/net/pop...
shyouhei (Shyouhei Urabe)
05:34 AM Revision 299a6992 (git): merge revision(s) 19774:
* lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)
[ruby-dev:36631]
* test/net/pop...
shyouhei (Shyouhei Urabe)
05:20 AM Revision 1c400db1 (git): * re.c (match_array): replace match_check().
* re.c (match_values_at): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21999 b2dd03c8-39d4-4d8f-98ff-823...
matz (Yukihiro Matsumoto)
05:14 AM Revision 3f59f0e0 (git): * lib/net/imap.rb: validate data before sending to a server.
[ruby-core:20320]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21998 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shugo (Shugo Maeda)
03:31 AM Revision 4e625904 (git): * re.c (match_check): check if MatchData is initialized.
[ruby-core:18749]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21997 b2dd03c8-39d4-4d8f-98ff-823fe6...
matz (Yukihiro Matsumoto)
03:12 AM Revision bb9435a7 (git): * lib/net/imap.rb (hmac_md5): should use String#ord to get ascii
code from the one-character string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21996 b2dd03c8-39d4-4d8f-98ff...
shugo (Shugo Maeda)
02:41 AM Revision dccb5383 (git): * 2009-02-03
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21995 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:41 AM Revision 0df96eb7 (git): * lib/rexml/rexml.rb: incremented Ruby::VERSION. Thanks, Jeremy
Kemper. [ruby-core:20113]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21994 b2dd03c8-39d4-4d8f-9...
shugo (Shugo Maeda)
02:25 AM Revision 0f9422ef (git): * load.c (load_lock): warn for circular require. [ruby-core:20794],
[ruby-core:20797]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
01:00 AM Feature #1084: request for: Array#sort_by!
=begin
On Mon, Feb 2, 2009 at 3:30 PM, Florian Frank <[email protected]> wrote:
> I already asked in ruby-core:213...
radarek (Radosław Bułat)
12:56 AM Bug #956: Encoding: nl_langinfo(CODESET) on cygwin 1.5 always returns US-ASCII
=begin
It seems that the locale recognition doesn't work 100% or maybe I'm just doing it wrong.

On cygwin, the ...
tomel (Tom Link)

02/02/2009

11:36 PM Feature #1089: Stable sorting for sort and sort_by
Kornelius Kalnbach wrote:
> I'd like to have stable sorting in Ruby. Stable sorting means that if two items are ==...
headius (Charles Nutter)
04:32 PM Feature #1089 (Rejected): Stable sorting for sort and sort_by
=begin
I'd like to have stable sorting in Ruby. Stable sorting means that if two items are ==, they will retain the...
murphy (Kornelius Kalnbach)
11:36 PM Revision 13a468db (git): * ext/socket/lib/socket.rb (Socket.tcp_server_sockets): extracted from
Socket.tcp_server_loop.
(Socket.accept_loop): ditto.
(Socket.unix_server_socket): extracted from Socket.unix_serv...
akr (Akira Tanaka)
11:30 PM Revision 2df1053c (git): add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21991 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:21 PM Revision fe39ce87 (git): * test/ruby/test_readpartial.rb (make_pipe): readpartial does not
work in text mode.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
11:18 PM Revision 5ac71d9f (git): * cygwin/GNUmakefile.in (RUBYDEF): uses mkexports.rb on cygwin too.
* win32/mkexports.rb (Exports::Cygwin): added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21989 b2dd03c8-39d...
nobu (Nobuyoshi Nakada)
11:16 PM Feature #1027: Dir.home
=begin
Thanks for doing that Nobu.
-=r
=end
rogerdpack (Roger Pack)
04:37 PM Feature #1027 (Closed): Dir.home
=begin
Applied in changeset r21953.
=end
nobu (Nobuyoshi Nakada)
12:44 PM Feature #1027: Dir.home
=begin

=end
ko1 (Koichi Sasada)
11:15 PM Revision dc960b87 (git): * tool/generic_erb.rb: fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:10 PM Revision 42e0d76c (git): * common.mk (Doxyfile): moved from Makefile.in.
* template/Doxyfile.tmpl: split from Doxyfile.in.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21987 b2dd03c8-...
nobu (Nobuyoshi Nakada)
11:01 PM Revision 209cfdcf (git): * win32/win32.c (rb_w32_write): use of cast expressions as lvalues
is deprecated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
10:58 PM Revision b256c5fb (git): * ext/socket/extconf.rb (in_pktinfo, in6_pktinfo),
ext/socket/ancdata.c: defined in w32api/ws2tcpip.h on cygwin but
cannot compile for some reason.
git-svn-id: svn+...
nobu (Nobuyoshi Nakada)
10:31 PM Revision e53c88a4 (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:02 PM Revision a1dd4a61 (git): * missing/langinfo.c (nl_langinfo_codeset): accepts iso-8859
fragment. [ruby-core:21757]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21983 b2dd03c8-39d4-4d8f-98ff-823fe6...
nobu (Nobuyoshi Nakada)
10:01 PM Revision 28155915 (git): * mkconfig.rb (patchlevel): config.status may not contain
PATCHLEVEL even if other version numbers exist.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21982 b2dd03c8-39...
nobu (Nobuyoshi Nakada)
08:57 PM Feature #1084: request for: Array#sort_by!
=begin
Excerpts from Kornelius Kalnbach's message of Mon Feb 02 13:32:33 +0200 2009:
> Eero Saynatkari wrote:
> > ...
rue (Eero Saynatkari)
08:47 PM Feature #1084: request for: Array#sort_by!
=begin
Now the documentation seems a bit confusing:

enum.sort_by! {| obj | block } -> array

Shouldn't...
murphy (Kornelius Kalnbach)
08:33 PM Feature #1084: request for: Array#sort_by!
=begin
Eero Saynatkari wrote:
> This seems to break expectations for Enumerable, since the
> method cannot be reas...
murphy (Kornelius Kalnbach)
08:29 PM Feature #1084: request for: Array#sort_by!
=begin
Excerpts from Henri Suur-Inkeroinen's message of Mon Feb 02 12:46:52 +0200 2009:
> Issue #1084 has been upda...
rue (Eero Saynatkari)
07:47 PM Feature #1084 (Closed): request for: Array#sort_by!
=begin
Applied in changeset r21967.
=end
matz (Yukihiro Matsumoto)
04:13 PM Feature #1084: request for: Array#sort_by!
=begin
Yukihiro Matsumoto wrote:
> Despite how you expect, sort_by! is not faster than sort_by at all.
> In fact, ...
murphy (Kornelius Kalnbach)
02:51 PM Feature #1084: request for: Array#sort_by!
=begin
Hi,

In message "Re: [ruby-core:21729] Re: [Feature #1084] request for: Array#sort_by!"
on Mon, 2 Feb ...
matz (Yukihiro Matsumoto)
12:00 PM Feature #1084: request for: Array#sort_by!
=begin

=end
ko1 (Koichi Sasada)
11:56 AM Feature #1084: request for: Array#sort_by!
=begin
Hi,

In message "Re: [ruby-core:21709] [Feature #1084] request for: Array#sort_by!"
on Sun, 1 Feb 2009...
matz (Yukihiro Matsumoto)
08:07 PM Bug #1087 (Closed): Failure: test_ipv6_address_predicates(TestSocketAddrInfo)
=begin
Applied in changeset r21968.
=end
akr (Akira Tanaka)
11:59 AM Bug #1087: Failure: test_ipv6_address_predicates(TestSocketAddrInfo)
=begin

=end
ko1 (Koichi Sasada)
11:52 AM Bug #1087 (Closed): Failure: test_ipv6_address_predicates(TestSocketAddrInfo)
=begin
configureで--with-lookup-order-hack=INETをつけていると
AddrInfo.ip("::ffff:0.0.0.0").ipv6_v4mapped?
がfalseになるようです...
znz (Kazuhiro NISHIYAMA)
07:51 PM Bug #1076 (Third Party's Issue): wxRuby crashes with SIGSEGV
=begin
wxruby gem installs 1.8 binary even for 1.9.
It can't work.
=end
nobu (Nobuyoshi Nakada)
12:06 PM Bug #1076: wxRuby crashes with SIGSEGV
=begin

=end
ko1 (Koichi Sasada)
07:27 PM Bug #1083 (Closed): Typos in NEWS file (branch 1_9_1)
=begin
Applied in changeset r21966.
=end
matz (Yukihiro Matsumoto)
12:01 PM Bug #1083: Typos in NEWS file (branch 1_9_1)
=begin

=end
ko1 (Koichi Sasada)
06:57 PM Bug #1074: crash on variable reference in BEGIN inside class
=begin
Hi,

In message "Re: [Bug #1074] crash on variable reference in BEGIN inside class"
on Sat, 31 Jan 200...
matz (Yukihiro Matsumoto)
12:18 PM Bug #1074: crash on variable reference in BEGIN inside class
=begin

=end
ko1 (Koichi Sasada)
12:15 PM Bug #1074: crash on variable reference in BEGIN inside class
=begin

=end
ko1 (Koichi Sasada)
04:18 PM Bug #963: /opt/local/lib/ruby/1.8/drb/drb.rb:852:in `initialize': getaddrinfo: nodename nor servname provided, or not known (SocketError)
=begin

=end
akr (Akira Tanaka)
01:08 PM Bug #963: /opt/local/lib/ruby/1.8/drb/drb.rb:852:in `initialize': getaddrinfo: nodename nor servname provided, or not known (SocketError)
=begin

=end
ko1 (Koichi Sasada)
04:10 PM Feature #1081: add File::write() convenience method
=begin
Yukihiro Matsumoto wrote:
> What do you think proper API for combined File.open?
>
> File::write(path, st...
murphy (Kornelius Kalnbach)
03:28 PM Feature #1081: add File::write() convenience method
=begin
Hi,

In message "Re: [ruby-core:21701] [Feature #1081] add File::write() convenience method"
on Sun, 1...
matz (Yukihiro Matsumoto)
12:02 PM Feature #1081: add File::write() convenience method
=begin

=end
ko1 (Koichi Sasada)
03:02 PM Revision 04ae31eb (git): * 2009-02-03
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:02 PM Revision 2b241a33 (git): add ML ref.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21980 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:44 PM Revision 9946e700 (git): * ext/socket/raddrinfo.c (Init_addrinfo): add AddrInfo#to_s as an
alias of AddrInfo#to_sockaddr.
* ext/socket/option.c (Init_sockopt): add Socket::Option#to_s as an
alias of Socket...
akr (Akira Tanaka)
01:08 PM Feature #973: EncDet again
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:37679] [FEATURE:trunk] EncDet again"
on Sat, 3 Jan 2009 19:21:3...
matz (Yukihiro Matsumoto)
01:02 PM Feature #973: EncDet again
=begin

=end
ko1 (Koichi Sasada)
01:05 PM Feature #966: String#[] should accept (Regexp, String) args so named groups can be used
=begin

=end
ko1 (Koichi Sasada)
01:03 PM Feature #971: Reinstate RubyVM::InstructionSequence::load
=begin

=end
ko1 (Koichi Sasada)
12:59 PM Feature #977: caller for all threads patch
=begin

=end
ko1 (Koichi Sasada)
12:51 PM Feature #994: Hash-order preservation should be declared a feature; documentation needs to be adapted
=begin

=end
ko1 (Koichi Sasada)
12:51 PM Bug #999: SSL & ZIP missing from ruby-1.9.1-preview1-i386-mswin32
=begin

=end
ko1 (Koichi Sasada)
12:48 PM Bug #1020: Matrix#rank loops in some circumstances
=begin

=end
ko1 (Koichi Sasada)
12:47 PM Feature #1022 (Rejected): backlog option for TCPServer and UNIXServer
=begin

=end
ko1 (Koichi Sasada)
12:47 PM Bug #1073 (Closed): test_to_s(Complex_Test) fails on Solaris
=begin
Applied in changeset r21945.
=end
shugo (Shugo Maeda)
12:18 PM Bug #1073: test_to_s(Complex_Test) fails on Solaris
=begin

=end
ko1 (Koichi Sasada)
12:42 PM Bug #1036 (Feedback): 1.9.1 build failing at mt.exe
=begin

=end
ko1 (Koichi Sasada)
12:41 PM Bug #1040: rubygems/builder.rb should require user_interaction
=begin

=end
ko1 (Koichi Sasada)
12:40 PM Bug #1042: RDoc crashes while generating HTML after parsing a Ruby DSL.
=begin

=end
ko1 (Koichi Sasada)
12:39 PM Feature #1045: nicer icon for ruby.exe
=begin

=end
ko1 (Koichi Sasada)
12:39 PM Feature #1046 (Rejected): request: ability to run without specifying .rb
=begin

=end
ko1 (Koichi Sasada)
12:38 PM Feature #1047: request: getters, setters for the GC
=begin

=end
ko1 (Koichi Sasada)
12:37 PM Bug #1053: Obsolete methods in Pathname
=begin

=end
ko1 (Koichi Sasada)
12:37 PM Bug #1054 (Closed): Pathname has invalid delegates for FileTest
=begin

=end
ko1 (Koichi Sasada)
12:25 PM Bug #1066: Frequent failure: test_io.rb test 2 on OS X 10.5.6
=begin

=end
ko1 (Koichi Sasada)
12:20 PM Bug #1071: ripper: 改行を含む正規表現のon_regexp_endが変
=begin

=end
ko1 (Koichi Sasada)
12:07 PM Bug #1075: \r\n と \n が混在した CSV がエラーになる
=begin

=end
ko1 (Koichi Sasada)
12:06 PM Revision c9b6c940 (git): * 2009-02-02
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:06 PM Revision 301a7c8c (git): * enumerator.c: Introduce id_each to save rb_itern() and SYM2ID()
calls.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21977 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Akinori MUSHA
12:05 PM Bug #1080: SSL error when running the program "gem"
=begin

=end
ko1 (Koichi Sasada)
12:05 PM Revision 092861f3 (git): * array.c (rb_ary_sort_by_bang): RDoc update. [ruby-core:21742]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e matz (Yukihiro Matsumoto)
12:01 PM Bug #1077 (Closed): Ruby 1.9.1 build fails in miniruby invocation on Linux
=begin

=end
nobu (Nobuyoshi Nakada)
10:28 AM Bug #1077: Ruby 1.9.1 build fails in miniruby invocation on Linux
=begin
Updating to SuSE 11.1 (gcc 4.3.2) worked, thanks!
=end
prsangamon (Patrick Roemer)
12:01 PM Feature #1082: add Object#singleton_class method
=begin

=end
ko1 (Koichi Sasada)
12:00 PM Bug #1085: Got the error message, after run 'gem install --test'.
=begin

=end
ko1 (Koichi Sasada)
11:56 AM Bug #1060 (Rejected): mkmf refuses to find 3rd party extensions - ruby 1.9.1 trunk
=begin

=end
nobu (Nobuyoshi Nakada)
11:50 AM Revision 2654904a (git): * enumerator.c: Introduce id_each to save rb_itern() and SYM2ID()
calls.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Akinori MUSHA
11:33 AM Revision 1d551324 (git): adds a test case for r21955 and r21917.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e yugui (Yuki Sonoda)
11:09 AM Revision 416ab0f7 (git): fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:04 AM Revision 8d6d95d3 (git): merge revision(s) 19742:
* time.c (time_mdump, time_mload): preserves GMT status.
[ruby-core:19252]
git-svn-id: svn+ssh://ci.ruby-...
shyouhei (Shyouhei Urabe)
11:03 AM Revision e50a1dc1 (git): merge revision(s) 19742:
* time.c (time_mdump, time_mload): preserves GMT status.
[ruby-core:19252]
git-svn-id: svn+ssh://ci.ruby-...
shyouhei (Shyouhei Urabe)
10:59 AM Revision 352dcd9e (git): * test/socket/test_addrinfo.rb: use AddrInfo.getaddrinfo to generate
IPv6 address. AddrInfo.ip generates IPv4 address for IPv4 mapped
IPv6 address if --with-lookup-order-hack=INET.
...
akr (Akira Tanaka)
10:43 AM Revision 765a6be7 (git): * array.c (rb_ary_sort_by_bang): new method. requested in
[ruby-core:21709]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21967 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matz (Yukihiro Matsumoto)
10:19 AM Revision 1d07fd73 (git): * doc/NEWS-1.9.1: typo fixed: collect_all -> collect.
[ruby-core:21706]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matz (Yukihiro Matsumoto)
09:34 AM Revision 678b9240 (git): strip trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
08:57 AM Bug #1064 (Closed): [BUG] object allocation during garbage collection phase
=begin
Applied in changeset r21934.
=end
nobu (Nobuyoshi Nakada)
08:23 AM Revision 083e01b0 (git): * cygwin/GNUmakefile.in (dir.o, win32.o): depend on win32/dir.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:17 AM Bug #1086 (Closed): instruby.rb is broken on default Win64 install
=begin
Applied in changeset r21933.
=end
nobu (Nobuyoshi Nakada)
06:56 AM Bug #1086 (Closed): instruby.rb is broken on default Win64 install
=begin
instruby.rb conditionally includes 'win32.h' in the header files when installing under Windows. It checks amo...
nrieck (Nico Rieck)
08:14 AM Revision b204d48f (git): * mkconfig.rb: patchlevel is somtimes minus.
* win32/resource.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21963 b2dd03c8-39d4-4d8f-98ff-823fe6...
U.Nakamura
08:12 AM Revision 29bd8928 (git): * ext/socket/ancdata.c (cmsg_type_to_sym): add #ifdef for no IPv6
environment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
08:08 AM Revision 21675bb6 (git): reduce test time.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
08:07 AM Revision f4c3951e (git): merges r21933 from trunk into ruby_1_9_1. win64 support.
* lib/xmlrpc/server.rb (Server#serve): gets rid of hardcoded
platform names.
* lib/resolv.rb (Resolv::Hosts::Defau...
yugui (Yuki Sonoda)
08:07 AM Revision 9d2c121e (git): merges r21945 from trunk into ruby_1_9_1.
* complex.c (f_signbit): regard NaN as a positive value.
[ruby-dev:37861].
git-svn-id: svn+ssh://ci.ruby-lang.org/...
yugui (Yuki Sonoda)
08:07 AM Revision aa90ca26 (git): merges r21930 from trunk into ruby_1_9_1.
* encoding.c (rb_filesystem_encoding): Windows' filesystem encoding is
sometimes ANSI code page and sometim...
yugui (Yuki Sonoda)
08:07 AM Revision eb8e7eaf (git): * 2009-02-02
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:07 AM Revision db2f9b17 (git): merges r21925 from trunk into ruby_1_9_1.
* variable.c (rb_const_get_0), vm_insnhelper.c (vm_get_ev_const):
avoids infinite self recursion autoload. [ruby-c...
yugui (Yuki Sonoda)
08:05 AM Revision ce44723c (git): * file.c (rb_find_file_ext): should not be infected from other
load paths.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
07:59 AM Revision aac16ed1 (git): * file.c (rb_home_dir): needs p on DOSISH.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:33 AM Revision 043f6652 (git): * dir.c (dir_s_home): new method. [ruby-core:21454]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:31 AM Revision 4072b839 (git): eol-style
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:07 AM Revision 41eb896e (git): * version.h: bump up to 1.9.2 patchlevel -1.
yugui recommend "-1" strongly.
* lib/rubygems/version.rb: accept negative patchlevel.
git-svn-id: svn+ssh://ci.ru...
akr (Akira Tanaka)
05:55 AM Revision 5ad05f37 (git): * ext/socket/socket.c (sock_initialize): make 3rd argument, protocol,
optional.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
05:23 AM Revision 57d85f32 (git): * ext/socket/constants.c (cmsg_type_arg): INET6 check.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
05:19 AM Revision 197747f7 (git): * win32/dir.h: forgot to commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
05:18 AM Revision b41a9abb (git): * ext/socket/option.c: use INET6 instead of IPV6.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:48 AM Revision bf23d53b (git): * ext/socket/{options,raddrinfo}.c: use INET6 instead of AF_INET6 for
VC++6.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
03:45 AM Revision a98cbcbf (git): * complex.c (f_signbit): regard NaN as a positive value.
[ruby-dev:37861].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shugo (Shugo Maeda)
03:39 AM Revision ce720ca0 (git): * sample/test.rb (valid_syntax?), test/ruby/test_system.rb
(TestSystem::valid_syntax?): use catch and throw instead of
return inside BEGIN block.
git-svn-id: svn+ssh://ci.r...
nobu (Nobuyoshi Nakada)
02:51 AM Revision 61fc0c6c (git): * ext/socket/rubysocket.h (cmsg_type_arg): declared.
(Init_ancdata): ditto.
* ext/socket/init.c (Init_socket_init): call Init_ancdata.
* ext/socket/constants.c (cmsg_ty...
akr (Akira Tanaka)
02:37 AM Revision c3425690 (git): merge revision(s) 19710:
* variable.c (autoload_delete, autoload_file): should not delete
autoload table, since it may be shared wit...
shyouhei (Shyouhei Urabe)
02:34 AM Revision 1201b970 (git): merge revision(s) 19710:
* variable.c (autoload_delete, autoload_file): should not delete
autoload table, since it may be shared wit...
shyouhei (Shyouhei Urabe)
02:34 AM Revision c618d018 (git): eol-style
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:59 AM Revision 41e77094 (git): * win32/win32.c (open_dir_handle, rb_w32_opendir, move_to_next_entry,
rb_w32_readdir, check_valid_dir): change backend API from A to W.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun...
U.Nakamura
01:53 AM Revision ef9206bb (git): * ext/socket/rubysocket.h (rb_cSockOpt): declared.
(sockopt_new): ditto.
(Init_sockopt): ditto.
* ext/socket/init.c (Init_socket_init): call Init_sockopt.
* ext/soc...
akr (Akira Tanaka)
12:49 AM Revision a2d8643e (git): * vm.c (vm_backtrace_each): progname is not available at
initializing phase.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)

02/01/2009

11:52 PM Revision 7b5c9eb0 (git): r21932 was for [ruby-core:21619].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:12 PM Revision 2478f1ca (git): * lib/xmlrpc/server.rb (Server#serve): gets rid of hardcoded
platform names.
* lib/resolv.rb (Resolv::Hosts::DefaultFileName),
(Resolv::DNS::Config.default_config_hash): tries...
nobu (Nobuyoshi Nakada)
10:36 PM Revision a7b5c603 (git): * vm.c (vm_backtrace_each): now takes an iterator function.
* vm_core.h (rb_make_backtrace, rb_backtrace_each): added
prototypes.
* vm_dump.c (rb_vm_bugreport), vm_eval.c (rb...
nobu (Nobuyoshi Nakada)
10:26 PM Bug #1085 (Closed): Got the error message, after run 'gem install --test'.
=begin
Hi, Ryan.

I use ruby 1.9.1p5000 (2009-01-31 trunk 21924) [i386-darwin9.6.0].
I got the error message, ...
kouji (Kouji Takao)
10:08 PM Bug #1016 (Closed): Raises LocalJump exception in MiniTest::Unit.autorun.
=begin
closed.
=end
kouji (Kouji Takao)
09:53 PM Revision 1c4e92c1 (git): * 2009-02-02
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:53 PM Revision 9bd77cfd (git): * encoding.c (rb_filesystem_encoding): Windows' filesystem encoding is
sometimes ANSI code page and sometimes OEM code page. we should check
whether code page is used.
git-svn...
U.Nakamura
08:31 PM Feature #1082: add Object#singleton_class method
=begin
Hi --

On Sun, 1 Feb 2009, Kornelius Kalnbach wrote:

> Issue #1082 has been updated by Kornelius Kalnbac...
dblack (David Black)
10:02 AM Feature #1082: add Object#singleton_class method
=begin
+1
I thought this feature was already added to 1.9? class << self; self; end is not very helpful for beginn...
murphy (Kornelius Kalnbach)
07:00 AM Feature #1082: add Object#singleton_class method
=begin
+1
"Singleton" is most popular name for describe... singleton classes (sometimes named eigenclass, virtual ...
radarek (Radosław Bułat)
05:58 AM Feature #1082 (Closed): add Object#singleton_class method
=begin
Please add Object#singleton_class method to the Ruby API.

This method would allow us to write:

he...
sunaku (Suraj Kurapati)
05:07 PM Bug #1080: SSL error when running the program "gem"
=begin
I am using MacPorts and it is installed at /opt. As a result, if I do the following things the above errors a...
ngocdaothanh (Ngoc Dao)
05:00 AM Bug #1080 (Rejected): SSL error when running the program "gem"
=begin
After installing Ruby 1.9.1 (2009-01-30 revision 21907) on Leopard with:
$ configure --prefix=/Users/ngocdt...
ngocdaothanh (Ngoc Dao)
12:51 PM Revision 845103b7 (git): * cont.c (rb_fiber_current), dln.c (dln_print_undef, dln_undefined),
eval.c (rb_iterator_p, rb_need_block), load.c: (Init_load), ruby.c
(uscore_get, rb_f_chop), st.c (stat_col), signal...
nobu (Nobuyoshi Nakada)
12:28 PM Revision f1137963 (git): * ext/socket/raddrinfo.c (addrinfo_ipv4_private_p): new method.
(addrinfo_ipv4_loopback_p): ditto.
(addrinfo_ipv4_multicast_p): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub...
akr (Akira Tanaka)
11:11 AM Feature #1084 (Closed): request for: Array#sort_by!
=begin
$ ruby1.9.1 -e "p Array.instance_methods.grep /sort/"
[:sort, :sort!, :sort_by]

sort and sort! overrid...
radarek (Radosław Bułat)
09:47 AM Bug #1083 (Closed): Typos in NEWS file (branch 1_9_1)
=begin
NEWS file has some small typos. Patch to fix it attached below.

Index: NEWS
==========================...
radarek (Radosław Bułat)
07:14 AM Revision c737e6d9 (git): * lib/optparse.rb (Switch#summarize): strips an equal sign from
short option, and fills right sides in shorter lines.
[ruby-talk:326414]
git-svn-id: svn+ssh://ci.ruby-lang.org/r...
nobu (Nobuyoshi Nakada)
07:10 AM Revision d99eeabe (git): * lib/optparse.rb (Switch#summarize): strips an equal sign from
short option, and fills right sides in shorter lines.
[ruby-talk:326414]
git-svn-id: svn+ssh://ci.ruby-lang.org/r...
nobu (Nobuyoshi Nakada)
05:46 AM Feature #1081 (Closed): add File::write() convenience method
=begin
Please add a File::write() convenience method to the core Ruby API.

Currently, it is easier to read who...
sunaku (Suraj Kurapati)
05:27 AM Bug #1079 (Closed): failed autoload hangs the interpreter
=begin
Applied in changeset r21925.
=end
nobu (Nobuyoshi Nakada)
03:28 AM Bug #1079 (Closed): failed autoload hangs the interpreter
=begin
# foo.rb
module Foo; end

# 1.8.7
>> module Bar; autoload :Foo, 'foo' end
=> nil
>> Bar::Foo
Na...
bitsweat (Jeremy Daer)

01/31/2009

11:12 PM Bug #1077: Ruby 1.9.1 build fails in miniruby invocation on Linux
=begin
Hi,

2009/1/31 Patrick Roemer <[email protected]>:
> Linux 2.6.25.20-0.1-pae #1 SMP 2008-12-12 20:30:3...
mame (Yusuke Endoh)
10:49 PM Bug #1077 (Closed): Ruby 1.9.1 build fails in miniruby invocation on Linux
=begin
[autoconf, config --prefix=~/applications/ruby/ruby1.9.1, make]
gcc -O2 -g -Wall -Wno-parentheses -L. -rd...
prsangamon (Patrick Roemer)
08:19 PM Revision 132d0624 (git): * variable.c (rb_const_get_0), vm_insnhelper.c (vm_get_ev_const):
avoids infinite self recursion autoload. [ruby-core:21696]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21925...
nobu (Nobuyoshi Nakada)
07:02 PM Bug #1076 (Third Party's Issue): wxRuby crashes with SIGSEGV
=begin
I made a program from standard input below.
require 'wx'

But it crashed.

C:/ruby-1.9.1-p0-i386-ms...
MH35 (Masaki Honda)
06:58 PM Bug #1075 (Rejected): \r\n と \n が混在した CSV がエラーになる
=begin
"a,\"b\n\",c\r\n" を CSV.new に渡すとエラーになります。

$ ruby -v -rcsv -e 'p CSV.parse("a,\"b\n\",c\r\n")'
ruby 1.9...
tommy (Masahiro Tomita)
02:48 PM Revision cd350b67 (git): update rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:51 PM Revision a0b15459 (git): * lib/test/unit/assertions.rb (assert_equal): show class in failure
message if meaningful.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21923 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
01:42 PM Revision 37a19c7d (git): fix rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:42 PM Revision 14605ab0 (git): fix rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:40 PM Revision c109d8ab (git): * lib/resolv.rb (Resolv::DNS#each_address): don't query IPv6 address
if the host has no global IPv6 address.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21921 b2dd03c8-39d4-4d8f-...
akr (Akira Tanaka)
01:30 PM Revision 074a374c (git): * include/ruby/ruby.h (STR2CSTR): removed.
(rb_str2cstr): removed.
* object.c (rb_str2cstr): removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2192...
akr (Akira Tanaka)
11:09 AM Revision 849e730f (git): * ext/socket/raddrinfo.c (addrinfo_ipv6_unspecified_p): new method.
(addrinfo_ipv6_loopback_p): ditto.
(addrinfo_ipv6_multicast_p): ditto.
(addrinfo_ipv6_linklocal_p): ditto.
(add...
akr (Akira Tanaka)
10:15 AM Revision b9faa6b7 (git): add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:07 AM Revision fa4f685e (git): * load.c (rb_require_safe): raises when the path to be loaded is
tainted. [ruby-dev:37843]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21917 b2dd03c8-39d4-4d8f-98ff-823fe69b...
nobu (Nobuyoshi Nakada)
09:32 AM Bug #1074 (Closed): crash on variable reference in BEGIN inside class
=begin
(auto-registration seemed to fail to register [ruby-core:21657]
on redmine, so I do manually)


Hi,
...
mame (Yusuke Endoh)
09:09 AM Revision 62e7e47b (git): * configure.in (optflags): defaulted to -O3 to get rid of slug of
gcc 4.3.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
09:03 AM Revision de398e8f (git): * lib/optparse.rb (List#accept, parse_in_order): n option is no
longer needed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
08:20 AM Bug #1064: [BUG] object allocation during garbage collection phase
=begin
in hpricot_scan:

buf = ALLOC_N(char, buffer_size);
...
char *p = buf + have, *pe;
int ...
wanabe (_ wanabe)
01:08 AM Bug #1064: [BUG] object allocation during garbage collection phase
=begin
Hi.

It did not reappear in my environment.

--- start ---
/usr/local/lib/ruby-1.9.1_rc2/gems/1.9.1...
authorNari (Narihiro Nakamura)
12:04 AM Bug #1064: [BUG] object allocation during garbage collection phase
=begin

=end
yugui (Yuki Sonoda)
07:07 AM Revision f91b42a7 (git): * 2009-01-31
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21914 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:07 AM Revision ad98dd2c (git): * io.c (io_getpartial): fflush after read for updating pos in FILE.
not portable, I guess. [ruby-core:21561]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21913 b2dd0...
akr (Akira Tanaka)
05:18 AM Revision fc77d9d1 (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
05:13 AM Revision 8cc36df9 (git): * lib/pathname.rb (Pathname#each_child): new method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
05:12 AM Revision 4a3e62b3 (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21910 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:34 AM Bug #1037 (Closed): RDoc 2.2.2 crashes on comments beginning with '##'
=begin

=end
matz (Yukihiro Matsumoto)
12:02 AM Bug #1037: RDoc 2.2.2 crashes on comments beginning with '##'
=begin

=end
yugui (Yuki Sonoda)
12:17 AM Bug #1009 (Closed): shadowing outer local variable in test/unit
=begin
Applied in changeset r21908.
=end
akr (Akira Tanaka)
12:04 AM Bug #1060: mkmf refuses to find 3rd party extensions - ruby 1.9.1 trunk
=begin

=end
yugui (Yuki Sonoda)
12:03 AM Bug #1042: RDoc crashes while generating HTML after parsing a Ruby DSL.
=begin

=end
yugui (Yuki Sonoda)
12:03 AM Bug #866: gem(1) gemrc(5)
=begin

=end
yugui (Yuki Sonoda)
12:02 AM Bug #865: [Fwd: some mistakes in Rake RDoc]
=begin

=end
yugui (Yuki Sonoda)

01/30/2009

08:46 PM Bug #1073: test_to_s(Complex_Test) fails on Solaris
=begin
> r20473で、signbit()がある時は、isnan()だったら常にQfalseを返すようにf_signbit()が修正されていますが、
> signbit()がない時も同じようにisnan()を見るようにす...
tadf (tadayoshi funaba)
04:25 PM Bug #1073 (Closed): test_to_s(Complex_Test) fails on Solaris
=begin
Solarisでtest_to_s(Complex_Test)が失敗するようです。

$ make test-all TESTS=test/ruby/test_complex.rb
...
1) F...
shugo (Shugo Maeda)
04:45 PM Bug #1048 (Closed): Failed to load encoding (CP936)
=begin
If you are using mingw, fixed in r21795.
If you are using cygwin, fixed in r21888 and r21889.
If you are ...
usa (Usaku NAKAMURA)
04:17 PM Feature #916 (Closed): Curses.crmodeとCurses.nocrmodeをモジュール関数に変更する
=begin
Applied in changeset r21900.
=end
kouji (Kouji Takao)
03:09 PM Revision d5a47333 (git): * 2009-01-31
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21909 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:09 PM Revision 966675c8 (git): * lib/test/unit/assertions.rb
(Test::Unit::Assertions#assert_nothing_raised): supress warning.
[ruby-core:21312]
git-svn-id: svn+ssh://ci.ruby-...
akr (Akira Tanaka)
02:43 PM Revision 045c0422 (git): * NEWS: fixed points pointed by akira yamada.
also thanks to okkez.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21906 b2dd03c8-39d4-4d8f-98ff-...
yugui (Yuki Sonoda)
02:07 PM Bug #1037: RDoc 2.2.2 crashes on comments beginning with '##'
=begin
If Ruby 1.9 will use RDoc 2.3.0 instead of RDoc 2.2.2, then this bug can be closed. Thanks.
=end
sunaku (Suraj Kurapati)
02:04 PM Bug #1037: RDoc 2.2.2 crashes on comments beginning with '##'
=begin
This bug has been fixed in the RDoc 2.3.0 gem.
=end
sunaku (Suraj Kurapati)
01:01 PM Revision e265c074 (git): add ML ref.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:50 PM Revision e94e674d (git): * lib/pathname.rb (Pathname#realdirpath): new method.
[ruby-dev:36290]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21904 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
11:07 AM Bug #984 (Closed): Test::Unit::Assertions#assert_match double counts number of assertions
=begin
Applied in changeset r21887.
=end
nobu (Nobuyoshi Nakada)
09:29 AM Bug #1067 (Closed): Dropping support for bcc32
=begin
applied in r21882
=end
yugui (Yuki Sonoda)
09:08 AM Revision 7a4a3106 (git): * win32/win32.c (rb_w32_write): limit write size to 32KB if the file
seems to be console. [ruby-core:21613]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21903 b2dd03c8-39d4-4d8f...
U.Nakamura
07:38 AM Revision 88e2b055 (git): Add yet more missing items pointed by akira yamada in
[ruby-dev:37852].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21902 b2dd03c8-39d4-4d8f-98ff-823...
Akinori MUSHA
07:17 AM Revision 70f42162 (git): $= was obsoleted.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21901 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
07:12 AM Revision 374e2f34 (git): * ext/curses/curses.c (Init_curses): Curses#crmode and
Curses#nocrmode changes to the module function.
fix #916
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21900 ...
kouji (Kouji Takao)
07:08 AM Revision d8c25be1 (git): Split the String and Regexp section into two and elaborate on
individual changes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21899 b2dd03c8-39d4-4d8f-98ff-8...
Akinori MUSHA
06:45 AM Revision c23f894d (git): * proc.c (Init_Proc): add '===' operator to use procs in when
clause of the case statement. inspired by <http://www.aimred.com/news/developers/2008/08/14/unlocking_the_power_of_c... Akinori MUSHA
06:44 AM Revision 4cf52d56 (git): * 2009-01-30
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21897 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:44 AM Revision 736c0a45 (git): Mention SecureRandom.uuid.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
05:41 AM Revision bfe8c2d0 (git): merges r21893 from trunk into ruby_1_9_1.
* tool/make-snapshot (prereq): remove enc.mk from tarball because
BSD make checks $(srcdir)/enc.mk and try ...
yugui (Yuki Sonoda)
05:41 AM Revision a5e61c95 (git): merges r21892 from trunk into ruby_1_9_1.
* enc/depend: extract comile rules to each target for VC++.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/rub...
yugui (Yuki Sonoda)
05:32 AM Revision 2f7f34f1 (git): * tool/make-snapshot (prereq): remove enc.mk from tarball because
BSD make checks $(srcdir)/enc.mk and try to run $(builddir)/enc.mk.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr...
U.Nakamura
05:13 AM Bug #1071 (Closed): ripper: 改行を含む正規表現のon_regexp_endが変
=begin
正規表現に改行が含まれていると改行の後がon_tstring_contentではなくon_regexp_endに含まれるのは変なのではないでしょうか?

% ruby-trunk -v -r ripper -r...
znz (Kazuhiro NISHIYAMA)
05:13 AM Revision 39bc33d9 (git): * enc/depend: extract comile rules to each target for VC++.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
04:22 AM Revision 6d3b47c4 (git): merges r21889 from trunk into ruby_1_9_1.
* cygwin/GNUmakefile.in (RUBYDEF): depends on makefiles.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1...
yugui (Yuki Sonoda)
04:22 AM Revision c97cb65c (git): merges r21888 from trunk into ruby_1_9_1.
* cygwin/GNUmakefile.in (RUBYDEF): adds DATA to non-function symbols
which is not marked as T.
git-svn-id: svn+ssh...
yugui (Yuki Sonoda)
03:59 AM Revision 210651a8 (git): * cygwin/GNUmakefile.in (RUBYDEF): depends on makefiles.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:57 AM Revision 77285faf (git): * cygwin/GNUmakefile.in (RUBYDEF): adds DATA to non-function symbols
which is not marked as T.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
02:03 AM Revision e5012091 (git): * lib/test/unit/assertions.rb (assert_respond_to): gets rid of
overcounting. [ruby-dev:37703]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21887 b2dd03c8-39d4-4d8f-98ff-82...
nobu (Nobuyoshi Nakada)
01:46 AM Revision 0d83f5c6 (git): merges r21686 from trunk into ruby_1_9_1.
* cont.c (ruby_Init_{Continuation_body,Fiber_as_Coroutine}): prefixed
with ruby_ to export.
* ext/continuation/con...
yugui (Yuki Sonoda)

01/29/2009

10:37 PM Bug #984 (Open): Test::Unit::Assertions#assert_match double counts number of assertions
=begin

=end
matz (Yukihiro Matsumoto)
10:24 PM Bug #984: Test::Unit::Assertions#assert_match double counts number of assertions
=begin
r21599はr21695でrevertされているため、1.9.1-rc2では再発しています。
また、現時点のRUBY_1_9_1およびtrunkでも同様に再発しているようです。
Bug #984を再openす...
ngoto (Naohisa Goto)
06:02 PM Revision e0469eea (git): add tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
05:57 PM Revision 07408d7d (git): * 2009-01-30
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:57 PM Revision 07aeaa06 (git): * transcode.c (rb_econv_init_by_convpath_i): make it static.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
05:14 PM Revision c170e902 (git): Ruby 1.9.1 does not support bcc32. (#1067).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e yugui (Yuki Sonoda)
05:14 PM Revision b28b5563 (git): merges r21875 from trunk into ruby_1_9_1.
* load.c (rb_feature_provided): should not calculate len by pointer
subtraction because feature may be a expanded p...
yugui (Yuki Sonoda)
05:13 PM Revision f75d4ca7 (git): merges r21873 from trunk into ruby_1_9_1.
* configure.in (OBJCOPY): not used on Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21880...
yugui (Yuki Sonoda)
05:12 PM Revision 3f1e94ab (git): merges r21871 from trunk into ruby_1_9_1.
* lib/rake.rb (FileUtils#rake_system): no longer needs workaround
on Windows. [ruby-core:21339]
* lib/rake/win32....
yugui (Yuki Sonoda)
05:12 PM Revision bd0ba009 (git): merges r21861 from trunk into ruby_1_9_1.
* ext/zlib/zlib.c (zstream_run): previous change didn't resolve the
problem.
git-svn-id: svn+ssh://ci.ruby...
yugui (Yuki Sonoda)
04:52 PM Feature #1046: request: ability to run without specifying .rb
=begin
Hi,

At Thu, 29 Jan 2009 05:11:16 +0900,
Roger Pack wrote in [ruby-core:21646]:
>
> > |Oh sorry--I mean...
nobu (Nobuyoshi Nakada)
04:51 PM Revision 2ad225c2 (git): * 2009-01-30
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21877 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:51 PM Revision 7c6feec3 (git): * parse.y (top_compstmt, top_stmts, top_stmt): prohibit BEGIN {} in
non-toplevel scope. [ruby-core:21657]
* test/ruby/test_beginendblock.rb (test_begininclass): add a test for
above...
mame (Yusuke Endoh)
04:49 PM Bug #907: Various system() and backticks problems on Windows
=begin
Hi,

At Thu, 29 Jan 2009 10:49:14 +0900,
James M. Lawrence wrote in [ruby-core:21650]:
> > > > Many of bu...
nobu (Nobuyoshi Nakada)
10:51 AM Bug #907: Various system() and backticks problems on Windows
=begin
Nobu wrote:
> > > Many of built-in shell commands of Unix also exist as an
> > > independent file. e.g., ...
quix (James M. Lawrence)
04:37 PM Bug #1003 (Closed): autoload test failed on OpenSolaris
=begin
Applied in changeset r21875.
=end
shugo (Shugo Maeda)
01:35 PM Bug #970 (Closed): Re: [ruby-cvs:28403] Ruby:r21185 (trunk): * thread.c (rb_thread_blocking_region): add a comment.
=begin

=end
matz (Yukihiro Matsumoto)
01:33 PM Feature #850 (Closed): Symbian patch for 1.9.x
=begin

=end
matz (Yukihiro Matsumoto)
01:33 PM Feature #916: Curses.crmodeとCurses.nocrmodeをモジュール関数に変更する
=begin
まつもと ゆきひろです

すごく遅くなりましたが、

In message "Re: [ruby-dev:37551] [Feature:trunk] Curses.crmodeとCurses.nocrmode...
matz (Yukihiro Matsumoto)
01:31 PM Bug #945 (Closed): rand() が入力として文字列を許容する
=begin

=end
matz (Yukihiro Matsumoto)
01:30 PM Bug #946 (Closed): Array#pack の f が入力として文字列を許容する
=begin

=end
matz (Yukihiro Matsumoto)
12:37 PM Bug #1010 (Closed): Ruby-1.9's rake sh doesn't work on Windows (but fix provided)
=begin
Applied in changeset r21871.
=end
nobu (Nobuyoshi Nakada)
10:42 AM Bug #1010: Ruby-1.9's rake sh doesn't work on Windows (but fix provided)
=begin
On Wed, Jan 28, 2009 at 10:22 AM, Luis Lavena <[email protected]> wrote:
> On Wed, Jan 28, 2009 at 1:15 P...
quix (James M. Lawrence)
12:17 AM Bug #1010: Ruby-1.9's rake sh doesn't work on Windows (but fix provided)
=begin

So rake sh command will not work with Ruby 1.9.1 on Windows ?
I really don't understand why this issue h...
Chauk-Mean (Chauk-Mean Proum)
07:32 AM Revision 1a89baad (git): * load.c (rb_feature_provided): should not calculate len by pointer
subtraction because feature may be a expanded path.
[ruby-core:21267]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby...
shugo (Shugo Maeda)
05:17 AM Bug #1066: Frequent failure: test_io.rb test 2 on OS X 10.5.6
=begin
may be related to
http://redmine.ruby-lang.org/issues/show/703
=end
rogerdpack (Roger Pack)
05:12 AM Revision 094a247a (git): * configure.in (BASERUBY): erases RUBYOPT at the test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:09 AM Revision 958874ba (git): * configure.in (OBJCOPY): not used on Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:16 AM Revision f10e2af1 (git): * lib/securerandom.rb (SecureRandom.uuid): uses unpacked array
instead of string, because String#[] returns one length string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2...
nobu (Nobuyoshi Nakada)
03:29 AM Revision f226c386 (git): * lib/rake.rb (FileUtils#rake_system): no longer needs workaround
on Windows. [ruby-core:21339]
* lib/rake/win32.rb (Rake::Win32#rake_system): ditto.
* lib/rake/win32.rb (Rake::Win...
nobu (Nobuyoshi Nakada)
03:20 AM Revision fbb9f73c (git): * 2009-01-29
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21870 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:20 AM Revision 7752cacd (git): * lib/securerandom.rb: new method SecureRandom#uuid
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@21869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Technorama Ltd.
03:20 AM Revision 7dd1a098 (git): * lib/securerandom.rb: new method SecureRandom#uuid
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21868 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Technorama Ltd.
02:54 AM Revision 18b9473a (git): merge revision(s) 19707:
* lib/date.rb (today,now): should produce own instances.
[ruby-talk:317020]
git-svn-id: svn+ssh://ci.ruby...
shyouhei (Shyouhei Urabe)
02:53 AM Revision 3a23aad6 (git): merge revision(s) 19707:
* lib/date.rb (today,now): should produce own instances.
[ruby-talk:317020]
git-svn-id: svn+ssh://ci.ruby...
shyouhei (Shyouhei Urabe)
02:25 AM Revision 68db4a34 (git): * ext/socket/spclet.c (socket_s_ip_address_list): support Windows XP
or later. (Win2k or earlier is still not supported)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21863 b2dd03...
U.Nakamura
 

Also available in: Atom