Activity
From 04/27/2009 to 05/03/2009
05/03/2009
-
10:54 AM Bug #1430 (Rejected): make check error
- =begin
PASS all 936 tests
./miniruby -I../lib -I.ext/common -I./- -r../ext/purelib.rb "../bootstraptest/runner.rb... -
01:36 AM Feature #1411: transcode for UTF8-MAC
- =begin
成瀬です。
NARUSE, Yui wrote:
> 新しいFSが出てきた時にそこではどういう扱いをするのか、
> とかも考えないといけませんからねぇ。
そういえば、SnowLeopardでZFSの読み...
05/02/2009
- 01:55 PM Revision 129520dc (git): * 2009-05-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23328 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:55 PM Revision 07adea0c (git): * lib/set.rb (SortedSet): Fix document. [Bug #1429]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:54 PM Revision 92c89f12 (git): * lib/set.rb (SortedSet): Fix document. [Bug #1429]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:27 AM Bug #1427 (Closed): Difference between Array#to_s and Array#inspect
- =begin
Applied in changeset r23324.
=end
-
01:38 AM Revision f207f9fd (git): * enc/trans/utf8_mac-tbl.rb: don't use Unicode escape.
- * enc/trans/utf8_mac.trans: follow above.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23325 b2dd03c8-39d4-4d8f... -
12:19 AM Revision e4d687f3 (git): * array.c (Init_Array): made #to_s an alias to #inspect to reduce
- the result of recursive array. a patch from ujihisa at
[ruby-dev:38362]
git-svn-id: svn+ssh://ci.ruby-lang.org/r... -
12:13 AM Revision 1f6f4e6b (git): * array.c: fixed types.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
05/01/2009
-
11:48 PM Bug #1427 (Closed): Difference between Array#to_s and Array#inspect
- =begin
ruby 1.9では通常Array#to_sとArray#inspectは同じ文字列を返しますが、自己再帰する配列に対しては異なる結果を返しています。
# ruby 1.9.2dev (2009-04-30 ... -
09:12 PM Feature #1408: 0.1.to_r not equal to (1/10)
- =begin
> -1 that loses data.
True--however the (current) code for String#to_s attempts to determine whether the... -
09:47 AM Bug #1414: NameError (undefined method `path' for class `ActionController::UploadedStringIO')
- =begin
Hi,
At Mon, 27 Apr 2009 15:35:02 +0900,
Rick Lloyd wrote in [ruby-core:23326]:
> NameError (undefined me... -
08:52 AM Bug #1414: NameError (undefined method `path' for class `ActionController::UploadedStringIO')
- =begin
I think you are correct. I first assumed that, since the error was induced by swapping 1.9.2dev for 1.8.7p72... - 07:54 AM Revision e872e1db (git): * lib/set.rb (SortedSet#add): Do not let an uncomparable object
- in. [Bug #118]
* lib/set.rb (Set#merge): Only directly use the passed objects
@hash instance variable when self an... - 07:52 AM Revision f7b562ef (git): * lib/set.rb (Set#merge): Only directly use the passed objects
- @hash instance variable when self and the passed object are
instances of the same class. [Bug #118]
git-svn-id: s... - 07:46 AM Revision 8dded072 (git): * lib/set.rb (SortedSet#add): Do not let an uncomparable object
- in. [Bug #118]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:01 AM Revision 62ee2b40 (git): * configure.in: fixed the help strings for the header and library
- dir switches, and updated to use AS_HELP_STRING.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@2331... -
06:45 AM Revision bbdc6783 (git): * configure.in (LIBRUBY_LDSHARED): use $(CC) instead of cc.
- a patch from Wataru Kimura at [ruby-dev:38225].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23318... -
04:18 AM Revision 35899279 (git): * eval_intern.h (_longjmp): never return. see [ruby-core:23241]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:12 AM Revision 87d469b1 (git): * eval.c, gc.c (_longjmp): never return. see [ruby-core:23241]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23316 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:57 AM Bug #1388: cygwin-1.7, gcc4-4.3, and ruby-1.9. make btest #236 test_io.rb Segmentation fault
- =begin
Thanks for the quick and thorough review. I am sorry that I could not
report back earlier.
On 2009/04/...
04/30/2009
-
06:27 PM Bug #1424 (Closed): [PATH] Documentation typo in Net::HTTP
- =begin
Applied in changeset r23311.
=end
-
06:08 PM Bug #1424 (Closed): [PATH] Documentation typo in Net::HTTP
- =begin
Stumbled across a minor typo in the documentation for Net::HTTP today; HTTPSwitchProtocol was misspelt as HTT... -
06:24 PM Bug #1414: NameError (undefined method `path' for class `ActionController::UploadedStringIO')
- =begin
Hi,
I am afraid that it's a bug in Rails or its plugin. Could you isolate
the problem if it's a bug in R... -
05:05 PM Revision 60b6f22e (git): fix typos.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23315 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:49 PM Feature #1422: Unused function rb_ary_to_s
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38359] [Feature #1422] Unused function rb_ary_to_s"
on Thu, 30 ... -
04:49 PM Feature #1422 (Rejected): Unused function rb_ary_to_s
- =begin
=end
-
10:28 AM Feature #1422 (Rejected): Unused function rb_ary_to_s
- =begin
ujihisaといいます。
Array#to_sがArray#inspectのaliasになったため、rb_ary_to_sがruby処理系内のどこからも呼ばれていません。
http://redmine.... - 04:34 PM Revision 02ecc990 (git): * 2009-05-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:34 PM Revision c42a5df5 (git): * ext/extmk.rb: use RbConfig instead of Config.
- * instruby.rb: ditto.
* lib/rubygems.rb: ditto.
* test/rubygems/test_config.rb: ditto.
git-svn-id: svn+ssh://ci.... -
12:25 PM Revision d5bfa31f (git): * runruby.rb: use RbConfig::CONFIG instead of Config::CONFIG.
- * spec/default.mspec: ditto.
* yarvtest/yarvtest.rb: ditto.
* instruby.rb: ditto.
* benchmark/report.rb: ditto.
*... -
12:21 PM Bug #1423 (Closed): config.charset not found
- =begin
ext/iconv/charset_alias.rb に書いてある
# http://www.ctan.org/tex-archive/macros/texinfo/texinfo/intl/config.char... -
09:19 AM Revision 587082d5 (git): * lib/net/http.rb: documentation typo fixed. [ruby-core:23335]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:51 AM Bug #1421 (Closed): Permission denied - ~/.ri
- =begin
Some tests failed and error when home directory is not writable.
http://chkbuild.n-z.jp/ruby/debian-a... -
06:48 AM Revision 7b702d85 (git): * ChangeLog: fixed typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:27 AM Revision 8543ecee (git): * enc/trans/utf8_mac.trans: get rid of a 1.9 feature for cross
- compile.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:38 AM Revision f7bfe5f2 (git): * encoding.c (rb_filesystem_encoding): Change filesystem_encoding of
- Mac OS X to UTF-8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
04/29/2009
-
10:00 PM Feature #1411: transcode for UTF8-MAC
- =begin
成瀬です。
Nobuyoshi Nakada wrote:
> なかだです。
>
> At Wed, 29 Apr 2009 18:43:26 +0900,
> NARUSE, Yui wrote in... -
07:50 PM Feature #1411: transcode for UTF8-MAC
- =begin
なかだです。
At Wed, 29 Apr 2009 18:43:26 +0900,
NARUSE, Yui wrote in [ruby-dev:38356]:
> 「ファイルシステムに適した形」というのは... -
06:43 PM Feature #1411: transcode for UTF8-MAC
- =begin
成瀬です。
Nobuyoshi Nakada wrote:
> Mac OS Xのシステムコールとしては、NFCだろうとNFDだろうと区別せず
> に通すようです。
正確にはVFSドライバのレイヤーです... -
06:01 PM Bug #1419 (Closed): Tk, segmentation fault
- =begin
linux-jb1a:/home/oleg/src/RUBY/SVN/ruby/ext/tk/sample # ruby ./menubar1.rb
/usr/local/lib/ruby/site_ruby/1.... -
03:27 PM Bug #1418 (Closed): File.join repeats recursive array contents
- =begin
Applied in changeset r23306.
=end
-
12:12 PM Bug #1418 (Closed): File.join repeats recursive array contents
- =begin
This was fixed for Array#join, see [ruby-dev:37019].
$ ruby1.8 -v
ruby 1.8.8dev (2009-04-28 revision ... -
12:50 PM Revision 80705b9f (git): Add new transcoder: CP51932 <-> CP50221.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:22 AM Revision 773a5fda (git): * file.c (rb_file_join): recursive array has no meaning as path
- name. [ruby-core:23329]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23306 b2dd03c8-39d4-4d8f-98f... -
06:22 AM Revision fea2ebff (git): * file.c (rb_file_join): recursive array has no meaning as path
- name. [ruby-core:23329]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
04/28/2009
-
02:05 PM Revision 61c5c2e6 (git): * eval.c (get_ts): use readtime clock. [ruby-dev:38354]
- * eval.c (rb_thread_stop_timer): clear thread_init while locking.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branc... - 10:11 AM Revision 41a3d142 (git): * 2009-04-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23304 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:11 AM Revision 5a7a16de (git): test/test_timeout.rb: backported from 1.9.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:10 AM Revision f4f3096d (git): test/test_timeout.rb (TestTimeout#test_timeout): add a test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:17 AM Bug #1415 (Closed): Structがppできない
- =begin
Applied in changeset r23301.
=end
-
04:48 AM Bug #1415 (Closed): Structがppできない
- =begin
Ruby 1.9.1で構造体をppするとエラーになります。
require 'pp'
RUBY_VERSION # => "1.9.1"
struct = Str...
04/27/2009
-
10:13 PM Revision 46f23b51 (git): * lib/pp.rb (Struct#pretty_print): coerce to a string since
- anonymous class has name no longer. [ruby-dev:38349]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23301 b2dd0... -
04:57 PM Bug #1410 (Closed): irb shows some messages on boot
- =begin
Applied in changeset r23300.
=end
-
03:58 PM Bug #1410: irb shows some messages on boot
- =begin
いまいです。
From: Nobuhiro IMAI <nov_at_yo.rim.or.jp>
Date: Mon, 27 Apr 2009 15:43:51 +0900
> こんなことになってるようで... -
03:44 PM Bug #1410: irb shows some messages on boot
- =begin
いまいです。
From: Nobuhiro IMAI <nov_at_yo.rim.or.jp>
Date: Mon, 27 Apr 2009 15:18:20 +0900
> /home/nov/rub... -
03:18 PM Bug #1410: irb shows some messages on boot
- =begin
いまいです。
From: Nobuyoshi Nakada <nobu_at_ruby-lang.org>
Date: Mon, 27 Apr 2009 14:36:25 +0900
>> irb を起動... -
02:36 PM Bug #1410: irb shows some messages on boot
- =begin
なかだです。
At Sun, 26 Apr 2009 21:08:48 +0900,
Nobuhiro IMAI wrote in [ruby-dev:38336]:
> irb を起動すると以下のようなメッ... -
03:34 PM Bug #1414 (Third Party's Issue): NameError (undefined method `path' for class `ActionController::UploadedStringIO')
- =begin
See also Ruby bug #1271
Processing ApplicationController#create (for 127.0.0.1 at 2009-04-26 19:00:26) [... -
10:09 AM Feature #1408: 0.1.to_r not equal to (1/10)
- =begin
Heesob Park wrote:
> 2009/4/27 Martin DeMello <[email protected]>:
>> On Sun, Apr 26, 2009 at 2:51 PM... -
09:49 AM Feature #1408: 0.1.to_r not equal to (1/10)
- =begin
2009/4/27 Martin DeMello <[email protected]>:
> On Sun, Apr 26, 2009 at 2:51 PM, Heesob Park <redmine@... -
07:47 AM Revision fbcde451 (git): * configure.in (ruby_version): uses sed instead of grep if the
- result is need, to get rid of GREP_OPTIONS. [ruby-dev:38336]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@233... -
01:49 AM Feature #1411 (Closed): transcode for UTF8-MAC
- =begin
なかだです。
At Thu, 16 Apr 2009 22:21:24 +0900,
NARUSE, Yui wrote in [ruby-dev:38310]:
> わたしはMac OS Xで生活し...
Also available in: Atom