Activity
From 10/29/2008 to 11/04/2008
11/04/2008
-
06:22 PM Feature #710: Pathname#=~
- =begin
Hi,
At Tue, 4 Nov 2008 15:12:31 +0900,
James M. Lawrence wrote in [ruby-core:19690]:
> % ruby -r pathnam... -
03:13 PM Feature #710 (Closed): Pathname#=~
- =begin
% ruby -r pathname -e 'p Pathname("foo") =~ /o/'
nil
% ruby -r ./lib/pathname.patched.rb -e 'p Pathnam... -
01:37 PM Revision 44fdaaef (git): merges r20104 from trunk into ruby_1_9_1.
- * test/zlib/test_zlib.rb(test_readchar): compare in same type.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/... -
01:37 PM Revision ce6be57a (git): merges r20103 from trunk into ruby_1_9_1.
- * array.c (rb_ary_join): do not repeat self in a recursive array.
[ruby-dev:37019]
git-svn-id: svn+ssh://ci.ruby-l... -
01:37 PM Revision 15c15c06 (git): merges r20102 from trunk into ruby_1_9_1.
- * include/ruby/intern.h (rb_mutex_synchronize): fixed prototype.
* thread.c (rb_mutex_synchronize): fixed function n... -
01:37 PM Revision a1684ed7 (git): merges r20101 from trunk into ruby_1_9_1.
- * missing.h: needs RUBY_EXTERN instead of extern for mswin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/rub... - 01:36 PM Revision 56a17832 (git): * 2008-11-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20108 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:36 PM Revision 7455071a (git): merges r20085 from trunk into ruby_1_9_1.
- * Don't require rubygems/defaults from gem_prelude.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9... -
09:20 AM Bug #373: MingwでIO#dupがブロックする
- =begin
Hello,
In message "[ruby-dev:37022] [Bug #373] MingwでIO#dupがブロックする"
on Nov.04,2008 07:30:38, <redmine... -
07:32 AM Bug #373: MingwでIO#dupがブロックする
- =begin
pardon my english.
Seems that there are a few other problems with the msvcrt6 [1].
I wonder if VC6 does n... -
05:27 AM Feature #709: Enumerator#+
- =begin
For clarity, here's what that example outputs:
$ ruby19 -v
ruby 1.9.1 (2008-10-28 revision 19983) [i68... - 04:10 AM Revision 0ca8c28e (git): * lib/test/unit.rb: sorry, removed debug code.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20106 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:09 AM Revision 645246d1 (git): * lib/test/unit.rb (Test::Unit.setup_argv): now can specify ``-xname''
- instead of ``-x name''.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:56 AM Bug #694: eof? call on a pty IO object causes application to exit
- =begin
On Oct 31, 2008, at 1:39 AM, Dave Thomas wrote:
>
> On Oct 31, 2008, at 12:28 AM, Yukihiro Matsumoto wr... -
02:46 AM Bug #703: string output duplication occurs if the same file descriptor written to in different threads
- =begin
Hi,
At Mon, 3 Nov 2008 09:44:44 +0900,
Nobuyoshi Nakada wrote in [ruby-core:19678]:
> > It doesn't happe... -
12:05 AM Feature #707: Documentation for Enumerator chaining
- =begin
Here is another (shorter and simpler)
class Enumerator
def filter(&blk)
self.class.new do |y|
...
11/03/2008
-
11:00 PM Revision a3fb952a (git): * test/zlib/test_zlib.rb(test_readchar): compare in same type.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20104 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:02 PM Feature #709 (Rejected): Enumerator#+
- =begin
Enumerators could be directly composable:
class Enumerator
def +(other)
Enumerator.new do |y|... -
06:54 PM Feature #708 (Rejected): Lazy Enumerator#select, Enumerator#map etc.
- There are a number of methods in `Enumerable` that build an `Array` of results from the entire collection: `map`, `se...
-
06:41 PM Feature #707 (Closed): Documentation for Enumerator chaining
- =begin
Enumerators now support a horizontal filter/chaining pattern:
generator.filter1 { ... }.filter2 { ...... -
06:28 PM Revision a2a9858b (git): * array.c (rb_ary_join): do not repeat self in a recursive array.
- [ruby-dev:37019]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20103 b2dd03c8-39d4-4d8f-98ff-823fe6... -
06:28 PM Revision 4927a7c7 (git): * array.c (rb_ary_join): do not repeat self in a recursive array.
- [ruby-dev:37019]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:56 PM Revision 88a4f331 (git): * include/ruby/intern.h (rb_mutex_synchronize): fixed prototype.
- * thread.c (rb_mutex_synchronize): fixed function name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20102 b2d... -
09:46 AM Bug #703: string output duplication occurs if the same file descriptor written to in different threads
- =begin
Hi,
At Mon, 3 Nov 2008 09:04:37 +0900,
Yukihiro Matsumoto wrote in [ruby-core:19676]:
> It doesn't happe... -
09:06 AM Bug #703: string output duplication occurs if the same file descriptor written to in different threads
- =begin
Hi,
In message "Re: [ruby-core:19668] [Bug #703] string output duplication occurs if the same file descrip... -
02:34 AM Bug #703: string output duplication occurs if the same file descriptor written to in different threads
- =begin
I do not see this problem, with:
ruby 1.9.0 (2008-09-30 revision 0) [i686-linux]
=end
-
08:49 AM Bug #696: 1.9.0-0 is more faster in factrial test
- =begin
I use 1.9.0-0 e 1.9.1-preview1 releases
1.9.0-0 ftp://ftp.ruby-lang.org/pub/ruby/1.9/ruby-1.9.0-0.tar.bz... -
07:32 AM Revision 55adf411 (git): * missing.h: needs RUBY_EXTERN instead of extern for mswin.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:32 AM Revision 1f4b40f4 (git): * missing.h: needs RUBY_EXTERN instead of extern for mswin.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:23 AM Revision 185e9ae2 (git): * test/win32ole/test_win32ole_variant_outarg.rb: eol-style.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:23 AM Revision 15195772 (git): * test/win32ole/test_win32ole_variant_outarg.rb: eol-style.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:18 AM Revision 3c1ca14a (git): * configure.in (XLDFLAGS): added --enable-auto-import for cygwin and
- mingw.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20099 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:04 AM Revision eb389cd8 (git): * common.mk (revision.h): have to be updated daily or by non-trivial
- commits.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:52 AM Revision f6b821f6 (git): * marshal.c (marshal_load): arg.data is no longer a VALUE but a
- st_table, and freed in load_ensure. pointed out by pegacorn.
[ruby-dev:37008]
git-svn-id: svn+ssh://ci.ruby-lang... -
04:13 AM Revision 98aa5053 (git): * array.c (rb_ary_take_first_or_last): renamed rb_ary_partial more
- appropriately.
(ary_take_pos_flags): new enum. makes the fourth argument of
rb_ary_take_first_or_last more descri... -
04:13 AM Revision c2ded646 (git): * array.c (rb_ary_take_first_or_last): renamed rb_ary_partial more
- appropriately.
(ary_take_pos_flags): new enum. makes the fourth argument of
rb_ary_take_first_or_last more descri... -
04:10 AM Revision 438970f1 (git): * range.c (rb_range_beg_len): rb_raise takes C values as arguments.
- [BUG] ranges turned into other value in a message of RangeError.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branch... -
04:10 AM Revision d5c6b265 (git): * range.c (rb_range_beg_len): rb_raise takes C values as arguments.
- [BUG] ranges turned into other value in a message of RangeError.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
11/02/2008
- 09:52 PM Revision 872858f3 (git): * 2008-11-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:52 PM Revision b9deecb1 (git): * ext/win32ole/win32ole.c (ole_event_free): invoke IConnectionPoint::Unadvise
- before invoking IConnectionPoint::Release.
* test/win32ole/test_win32ole_event.rb, test/win32ole/err_in_callback.rb,... - 03:41 PM Revision feb25e25 (git): * 2008-11-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:41 PM Revision 1dead12e (git): * test/win32ole/test_win32ole_event.rb: rename test class.
- * test/win32ole/test_win32ole_variant_outarg.rb: add in order
to use ADO instead of Internet Explorer.
remove tes... -
02:10 PM Revision f35fb72f (git): * test/win32ole/test_err_in_callback.rb: add teardown.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20090 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:22 PM Revision 2d45869c (git): * ext/win32ole/win32ole.c (ole_event_free): invoke IConnectionPoint::Unadvise
- before invoking IConnectionPoint::Release.
* test/win32ole/test_win32ole_event.rb, test/win32ole/err_in_callback.rb,... -
01:11 PM Revision 510d2a7d (git): win32/Makefile.sub: add RUNRUBYOPT. [ruby-dev:37009]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:41 AM Revision fec4b77c (git): * ext/zlib/zlib.c (Init_zlib): defines readbyte instead redefining
- readchar.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:41 AM Revision 388abb69 (git): * ext/zlib/zlib.c (Init_zlib): defines readbyte instead redefining
- readchar.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
11/01/2008
-
07:56 AM Bug #704 (Closed): delegate.rb will only delegate to specifically-named delegate object
- =begin
long story short, I needed to redefine __getobj__ and __setobj__ for a porting effort for a class that inheri... -
03:22 AM Feature #440: Better introspection for methods (declaring class, arity)
- =begin
if you don't mind a hack then
RubyVM::InstructionSequence.disasm
might help.
Looks like it would be ni... -
02:39 AM Bug #703 (Closed): string output duplication occurs if the same file descriptor written to in different threads
- =begin
ruby-dev:32566
a = Thread.new { p '4'}
b = Thread.new { p '3' }
a.join
b.join
results in
"4... -
12:09 AM Bug #702 (Closed): 1+1+1+...+1 dumps core
- =begin
遠藤です。
以下で SEGV します。
$ ./ruby -e 'eval("1+" * 100000 + "1")'
セグメンテーション違反です
iseq_compile...
10/31/2008
-
11:50 PM Bug #699: removing Exception#initialize dumps core
- =begin
遠藤です。
2008/10/31 14:02 Yukihiro Matsumoto <[email protected]>:
> In message "Re: [ruby-dev:36993] [Bug:1... -
02:03 PM Bug #699: removing Exception#initialize dumps core
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:36993] [Bug:1.9] removing Exception#initialize dumps core"
on T... - 10:27 PM Revision b3d8272a (git): * 2008-11-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:27 PM Revision af0221e7 (git): Don't require rubygems/defaults from gem_prelude.rb.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20085 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:49 PM Bug #680: csv.rb: CSV.parse is too late when encoding is mismatch
- =begin
Hi,
At Fri, 31 Oct 2008 19:05:25 +0900,
Martin Duerst wrote in [ruby-core:19657]:
> > --encoding=extern... -
07:06 PM Bug #680: csv.rb: CSV.parse is too late when encoding is mismatch
- =begin
At 18:38 08/10/31, Nobuyoshi Nakada wrote:
>Hi,
>
>At Mon, 27 Oct 2008 21:07:16 +0900,
>Nobuyoshi Nakada ... -
06:59 PM Bug #680: csv.rb: CSV.parse is too late when encoding is mismatch
- =begin
Hi,
At Fri, 31 Oct 2008 18:38:24 +0900,
Nobuyoshi Nakada wrote in [ruby-core:19655]:
> +#define set_inte... -
06:39 PM Bug #680: csv.rb: CSV.parse is too late when encoding is mismatch
- =begin
Hi,
At Mon, 27 Oct 2008 21:07:16 +0900,
Nobuyoshi Nakada wrote in [ruby-core:19546]:
> Anyway, I think I... -
07:26 PM Feature #695: More flexibility when combining ASCII-8BIT strings with other encodings
- =begin
At 13:57 08/10/31, Michael Selig wrote:
>Hi
>
>On Fri, 31 Oct 2008 13:51:53 +1100, Martin Duerst <duerst@i... -
03:42 PM Feature #695: More flexibility when combining ASCII-8BIT strings with other encodings
- =begin
At 14:07 08/10/31, Michael Selig wrote:
>Hi,
>
>On Fri, 31 Oct 2008 15:42:55 +1100, Nobuyoshi Nakada <nobu... -
01:44 PM Feature #695: More flexibility when combining ASCII-8BIT strings with other encodings
- =begin
Hi,
At Fri, 31 Oct 2008 07:14:21 +0900,
Michael Selig wrote in [ruby-core:19646]:
> Feature #695 was clo... -
11:53 AM Feature #695: More flexibility when combining ASCII-8BIT strings with other encodings
- =begin
At 07:14 08/10/31, Michael Selig wrote:
>Hi,
>
>Feature #695 was closed & marked done, but unfortunately i... -
03:40 PM Bug #694: eof? call on a pty IO object causes application to exit
- =begin
On Oct 31, 2008, at 12:28 AM, Yukihiro Matsumoto wrote:
> pty uses exceptions to notify the process exit... -
02:29 PM Bug #694: eof? call on a pty IO object causes application to exit
- =begin
Hi,
In message "Re: [ruby-core:19583] [Bug #694] eof? call on a pty IO object causes application to exit"
... -
01:56 PM Revision 1be164c7 (git): merges r20079 from trunk into ruby_1_9_1.
- * lib/rss/converter.rb (RSS::Converter): use String#encode.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/rub... -
01:56 PM Revision 38c550f3 (git): merged r20075 from trunk into ruby_1_9_1.
- * enc/trans/single_byte.trans, maccroatioan-tbl.rb,
maccyrillic-tbl.rb, maciceland-tbl.rb: new single-byte
transc... -
01:56 PM Revision a28ff68b (git): merged r20074 from trunk into ruby_1_9_1.
- * dir.c (dir_globs): need taint check. reported by steve
<oksteev at gmail.com>
git-svn-id: svn+ssh://ci.ruby-lan... -
01:56 PM Revision 9ebb8799 (git): merges r20071 from trunk into ruby_1_9_1.
- * array.c (rb_ary_decrement_share): fix to work recycling
shared-array without the following. [ruby-dev:36991]
* ... -
01:55 PM Revision 670c707a (git): merges r20068 from trunk into ruby_1_9_1.
- * encoding.c (rb_enc_set_default_internal): no alias "internal" if
defalt internal is not set. [ruby-dev:37000]
g... - 01:01 PM Revision ff5a076e (git): * lib/rss/converter.rb (RSS::Converter): use String#encode.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:31 PM Revision c45f8697 (git): * lib/webrick/httpauth/digestauth.rb
- (WEBrick::HTTPAuth::DigestAuth#initialize): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9... -
12:31 PM Revision b5a0eb67 (git): * lib/webrick/httpauth/digestauth.rb
- (WEBrick::HTTPAuth::DigestAuth#initialize): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20078 b2dd0... -
09:57 AM Revision 0dff6391 (git): * test/ruby/test_array.rb (test_array_subclass) test for r20076.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20077 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:57 AM Revision 7ac0beae (git): * test/ruby/test_array.rb (test_array_subclass) test for r20076.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20077 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:46 AM Revision b5035524 (git): * array.c (ary_partial0): recovers mistakenly feature change at r19723.
- Array#[m,n] had returned an Array even for an instance of a
subclass.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby... -
09:46 AM Revision b4729e2d (git): * array.c (ary_partial0): recovers mistakenly feature change at r19723.
- Array#[m,n] had returned an Array even for an instance of a
subclass.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby... -
09:07 AM Revision d37df9fb (git): * enc/trans/single_byte.trans, maccroatioan-tbl.rb,
- maccyrillic-tbl.rb, maciceland-tbl.rb: new single-byte
transcodings (from Yoshihiro Kambayashi)
* test/ruby/test_t... -
08:17 AM Bug #700 (Closed): $: includes "." when taint mode
- =begin
Applied in changeset r20067.
=end
-
07:45 AM Bug #700: $: includes "." when taint mode
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:36997] [Bug:1.9] $: includes "." when taint mode"
on Thu, 30 Oc... -
04:40 AM Revision ec280ecb (git): * dir.c (dir_globs): need taint check. reported by steve
- <oksteev at gmail.com>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 04:40 AM Revision 5a7ecccc (git): * 2008-10-31
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20073 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:39 AM Revision e5d713b2 (git): * dir.c (dir_globs): need taint check. reported by steve
- <oksteev at gmail.com>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20072 b2dd03c8-39d4-4d8f-98ff-8... -
03:49 AM Revision 5eacf68c (git): * array.c (rb_ary_decrement_share): fix to work recycling
- shared-array without the following. [ruby-dev:36991]
* array.c (ary_make_substitution): don't recycle substitution ... - 03:31 AM Revision 2a8da9f1 (git): * 2008-10-31
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:31 AM Revision 30887efb (git): * spec/default.mspec: supports that the build directory != srcdir.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:31 AM Revision f3a6ad28 (git): * spec/default.mspec: supports that the build directory != srcdir.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:35 AM Revision b1c07ee2 (git): * encoding.c (rb_enc_set_default_internal): no alias "internal" if
- defalt internal is not set. [ruby-dev:37000]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20068 b2dd03c8-39d4...
10/30/2008
-
11:18 PM Bug #701 (Closed): Wrong behaviour of StringIO#ungetc
- =begin
This is the behaviour of StringIO#ungetc from Ruby 1.8.7:
irb(main):001:0> require 'stringio'
=> true
... -
11:16 PM Revision 04e94c6e (git): * ruby.c (process_options): delays setting safe level.
- [ruby-dev:36997]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:18 PM Bug #700 (Closed): $: includes "." when taint mode
- =begin
なかだです。
-Tを指定しても$:に"."が含まれています。
$ RUBYOPT=-T ruby18 -e 'p $:.include?(".")'
false
$ RUBYOPT=-T ruby19 ... -
02:36 PM Revision 9afa4ed9 (git): * test/test_delegate.rb (test_syscallerror_eq): ignored because the
- behaviour is now unspecified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20066 b2dd03c8-39d4-4d... -
02:36 PM Revision 14b8c2d5 (git): merges r20057 from trunk into ruby_1_9_1.
- * pack.c (pack_pack): templates a, A, Z should propagate encoding
of original strings. templates b, B, h, H brings... -
02:36 PM Revision 43a9c5a3 (git): merges r20056 from trunk into ruby_1_9_1.
- * ruby.c (load_file_internal): should not set script encoding to
ASCII-8BIT.
* ruby.c (load_file_internal): do not... -
12:57 PM Revision 90229f89 (git): merges r20054 and r20055 from trunk into ruby_1_9_1.
- * enc/trans/single_byte.trans: refactoring to make it easier
to add more transcodings (with Yoshihiro Kambayashi)
... -
12:35 PM Revision ea4ae330 (git): * array.c (rb_ary_permutation): hide temporal array.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:35 PM Revision 4bdc35fe (git): * array.c (rb_ary_permutation): hide temporal array.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:09 PM Revision 124d936e (git): merges r20052 from trunk into ruby_1_9_1.
- * encoding.c (rb_locale_encoding): makes an alias for locale.
[ruby-dev:36976]
* encoding.c (rb_enc_set_default_ex... -
12:09 PM Revision 26e4bf36 (git): merges r20051 from trunk into ruby_1_9_1.
- * indent ChangeLog
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20060 b2dd03c8-39d4-4d8f-98ff-823... -
12:09 PM Revision c00233f7 (git): merges r20046 from trunk into ruby_1_9_1.
- * string.c (rb_str_check_dummy_enc): new function to check dummy
encoding.
* string.c (rb_str_upcase_bang): case c... -
12:09 PM Revision 58b6ac5f (git): merges r20045 from trunk into ruby_1_9_1.
- * io.c (rb_io_rewind): should reset fptr->readconv if it's
available.
* io.c (more_char): clear readconv at EOF.
... -
09:19 AM Revision 93fa4cbf (git): * pack.c (pack_pack): templates a, A, Z should propagate encoding
- of original strings. templates b, B, h, H brings ASCII-8BIT to
the result.
git-svn-id: svn+ssh://ci.ruby-lang.org... -
09:17 AM Revision 86c50e39 (git): * ruby.c (load_file_internal): should not set script encoding to
- ASCII-8BIT.
* ruby.c (load_file_internal): do not auto convert scripts even
when default_internal is set. [ruby-c... -
08:54 AM Bug #648: [BUG] make test in Ruby 1.9
- =begin
Does this still occur?
=end
-
08:53 AM Bug #696: 1.9.0-0 is more faster in factrial test
- =begin
http://www.timestretch.com/FractalBenchmark.html
is the link
which SVN versions were you using? [or was t... -
06:00 AM Revision 9767736b (git): * enc/trans/iso-8859-1-tbl.rb: eol-style.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:47 AM Revision 6fd14cca (git): * enc/trans/single_byte.trans: refactoring to make it easier
- to add more transcodings (with Yoshihiro Kambayashi)
* enc/trans/iso-8859-1-tbl.rb: new file to avoid having to
tr... -
02:36 AM Bug #699 (Closed): removing Exception#initialize dumps core
- =begin
遠藤です。
以下で SEGV しますが、仕様でしょうか。
$ ./ruby -e 'class Exception; remove_method(:initialize); end; raise'
... -
01:47 AM Bug #698 (Closed): upcase of め becomes ち in ISO-2022-JP
- =begin
Applied in changeset r20046.
=end
-
01:34 AM Revision 5cdd7f52 (git): * ruby.c (moreswitches): splits option string and passes arguments.
- * ruby.c (proc_options): checks if allowed in RUBYOPT.
* ruby.c (process_options): allows long style options in RUBY... -
12:31 AM Revision 2db25b6b (git): * encoding.c (rb_locale_encoding): makes an alias for locale.
- [ruby-dev:36976]
* encoding.c (rb_enc_set_default_external): ditto for external.
* encoding.c (rb_enc_set_default_i...
10/29/2008
-
11:07 PM Bug #698: upcase of め becomes ち in ISO-2022-JP
- =begin
成瀬です。
Yusuke ENDOH wrote:
> 遠藤です。
>
> ISO-2022-JP で「め」を upcase すると「ち」になります。
>
> $ ./ruby -e 'p ["\u... -
10:48 PM Bug #698 (Closed): upcase of め becomes ち in ISO-2022-JP
- =begin
遠藤です。
ISO-2022-JP で「め」を upcase すると「ち」になります。
$ ./ruby -e 'p ["\u3081",
"\u3081".encode("ISO-2022-JP").u... -
09:45 PM Bug #684 (Closed): io.read(nil, buf) で buf が変更されない
- =begin
r19943
=end
-
09:42 PM Bug #689: reading after EOF with textmode
- =begin
=end
-
09:35 PM Bug #697 (Closed): replacing array during sort may make assertion fail
- =begin
遠藤です。
以下のようにすると assert が失敗します。
$ ./ruby -e 'a = [4,3,2,1]; a.sort! {|x,y| a.replace([]); x <=> y }'... -
09:23 PM Revision 2f2ca24b (git): * indent ChangeLog
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20051 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:33 PM Bug #696 (Rejected): 1.9.0-0 is more faster in factrial test
- =begin
Mandelbrot factral test (http://www.timestretch.com/FractalBenchmark.html) in 1.9.1 is more slow than 1.9.0, ... -
05:43 PM Revision aec8f3e8 (git): * array.c (rb_ary_sort_bang): refactoring.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20050 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:32 PM Revision d3b9a514 (git): * add references.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:32 PM Revision fb12ae14 (git): * add references.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:24 PM Revision e2cb0b97 (git): * array.c (rb_ary_sort_bang): remove SEGV when replacing array with
- embedded one during sort.
* test/ruby/test_array.rb (test_sort!): add tests for above.
git-svn-id: svn+ssh://ci.ru... -
05:24 PM Revision b5085355 (git): * array.c (rb_ary_sort_bang): remove SEGV when replacing array with
- embedded one during sort.
* test/ruby/test_array.rb (test_sort!): add tests for above.
git-svn-id: svn+ssh://ci.ru... -
04:47 PM Feature #695 (Closed): More flexibility when combining ASCII-8BIT strings with other encodings
- =begin
Applied in changeset r20021.
=end
-
01:28 PM Feature #695: More flexibility when combining ASCII-8BIT strings with other encodings
- =begin
Sorry, I meant Array#pack, not String#pack of course.
Mike.
=end
-
12:53 PM Feature #695 (Closed): More flexibility when combining ASCII-8BIT strings with other encodings
- =begin
Consider the following 3 Ruby statements:
# String#pack always returns ASCII-8BIT
s1 = [97, 98, 99, 15... -
04:46 PM Revision 143f059b (git): * test/ruby/test_array.rb: add some tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:46 PM Revision 1641bfd3 (git): * test/ruby/test_array.rb: add some tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:44 PM Revision f27e4c04 (git): * string.c (rb_str_check_dummy_enc): new function to check dummy
- encoding.
* string.c (rb_str_upcase_bang): case conversion functions should
not be applicable to strings in dummy ... -
04:40 PM Revision 86ade651 (git): * io.c (rb_io_rewind): should reset fptr->readconv if it's
- available.
* io.c (more_char): clear readconv at EOF.
* test/ruby/test_file.rb: should not read after EOF. use rew... -
04:35 PM Revision b3c49a75 (git): * array.c (rb_ary_splice): remove redundant check.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:35 PM Revision 2e51b7f9 (git): * array.c (rb_ary_splice): remove redundant check.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:30 PM Revision 213be827 (git): * string.c (rb_str_cmp): fix condition which always returned true
- because ENCODING_GET returns unsigned long.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20043 b... -
04:30 PM Revision 6bacaabf (git): * string.c (rb_str_cmp): fix condition which always returned true
- because ENCODING_GET returns unsigned long.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20043 b2dd03c8-39d4-4... -
04:27 PM Revision d23702f1 (git): merged r20021 and r20022 from trunk into ruby_1_9_1.
- * pack.c (pack_pack): set encoding from packing string and UTF-8 for
"U". [ruby-core:19590]
* test/ruby/t... -
04:26 PM Revision 2e42037f (git): merged r20020 from trunk into ruby_1_9_1.
- * complex.c (imp1, imp2): should declare type.
[BUG] at IA-64
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches... -
04:22 PM Revision c435bcba (git): merged r20019 from trunk into ruby_1_9_1.
- * common.mk (revision.h): have to be updated daily or by non-trivial
commits.
git-svn-id: svn+ssh://ci.ruby-lan... -
04:20 PM Revision 80003549 (git): merged r20018 from trunk into ruby_1_9_1.
- * README, README.ja: Update the portability section.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1... -
04:20 PM Revision 5e2eb310 (git): * configure.in (rb_cv_lib_xpg4_needed): Drop legacy FreeBSD
- support regarding libxpg4. Those old versions of FreeBSD
shipped with the library don't have a working pthread lib... -
04:17 PM Revision b7d29150 (git): merged r20014 from trunk into ruby_1_9_1.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20037 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:17 PM Revision 86a39148 (git): * 2008-10-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:16 PM Revision e3be313e (git): * test/ruby/test_array (test_permutation): add a test that replaces
- array during permutation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20035 b2dd03c8-39d4-4d8f-... -
04:16 PM Revision 85b6c69e (git): * test/ruby/test_array (test_permutation): add a test that replaces
- array during permutation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:13 PM Revision c1ef322e (git): merged r20012 and r20013 from trunk into ruby_1_9_1.
- * ruby.c (load_file_internal): use ASCII-8BIT to prevent conversion.
[ruby-core:19579]
* ruby.c (load_file_internal... -
04:11 PM Revision bb51917d (git): merged 20011 from trunk into ruby_1_9_1.
- * complex.c: uses macro in declarations.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20033 b2dd0... -
04:09 PM Revision 85ebe116 (git): merged r20005 and r20007 from trunk into ruby_1_9_1.
- * math.c (rb_math_{atan2,cos,cosh,hypot,log,sin,sinh,sqrt}): added.
* complex.c: follows the above change.
... -
04:07 PM Revision dc2a0b14 (git): merged r20004 from trunk into ruby_1_9_1.
- * ext/nkf/nkf-utf8/nkf.c (kanji_convert): output unicode chars.
[ruby-dev:36957]
* ext/nkf/nkf-utf8/nkf.c (n... -
04:06 PM Revision 57dbec8d (git): merged r20001 and r20002 from trunk into ruby_1_9_1.
- * complex.c: continues to support canonicalization *unofficially*
for an odd library mathn for the time bei... -
04:00 PM Revision 0c6ec450 (git): merged r19979 from trunk into ruby_1_9_1.
- * test/ruby/test_argf.rb (test_readpartial2): readpartial works just like
binmode, so input of it should be bin... - 03:59 PM Revision c3ffef09 (git): * 2008-10-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:59 PM Revision 74e24f16 (git): merged r19977 from trunk into ruby_1_9_1.
- * test_cgi_multipart.rb (_prepare): tempfile should be binmode.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches... -
02:58 PM Revision 0d83c7b6 (git): * array.c (rb_ary_sort_bang): replacing array during sort broke
- invariant of array.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:58 PM Revision 523683af (git): * array.c (rb_ary_sort_bang): replacing array during sort broke
- invariant of array.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20026 b2dd03c8-39d4-4d8f-98ff-8... -
02:47 PM Bug #616: instance_eval and Module#to_s
- =begin
The latter (1.8 behavior). That one-liner definitely assignes a Class.new to a constant C
(wherever that co... -
01:16 PM Bug #616: instance_eval and Module#to_s
- =begin
which is the preferred way then? :)
=end
-
02:40 PM Revision 2a3d7b59 (git): * revert the previous wrong commit; sorry.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:40 PM Revision 6e1b227f (git): * revert the previous wrong commit; sorry.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:30 PM Revision 7451e344 (git): * array.c (rb_ary_sort_bang): replacing array during sort broke
- invariant of array.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:30 PM Revision 8058e93f (git): * array.c (rb_ary_sort_bang): replacing array during sort broke
- invariant of array.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20024 b2dd03c8-39d4-4d8f-98ff-8... -
01:38 PM Bug #633: dl segfaults on x86_64-linux systems
- =begin
Here's my results from 32-bit OS X.
ruby19 test_all.rb
test_all.rb <libc> <libm>
Loaded suite test_all
... -
01:21 PM Bug #634: Time parsing works in 1.8 but not 1.9
- =begin
seems that Date is similarly broken on 1.9, working on 1.8
require 'date'
Date::parse('06/21/95')
... -
01:13 PM Bug #595: Fiber ignores ensure clause
- =begin
Help me out--shouldn't this print out only when you call fib.resume twice?
fib = Fiber.new{
begin
... -
11:57 AM Bug #690 (Closed): Ruby 1.9.1 preview1 build error
- =begin
Applied in changeset r20016.
=end
-
12:07 AM Bug #690 (Closed): Ruby 1.9.1 preview1 build error
- =begin
Ruby Build error on Linux FEDORA 2 with gcc 4.0.2.
Try to generate it with :
../configure --enable-share... -
11:48 AM Revision 224471fd (git): * test/webrick/utils.rb (start_server): provide a reference to log of
- webrick.
* test/webrick/test_httpproxy.rb, test/webrick/test_httpauth.rb,
test/webrick/test_cgi.rb, test/webrick/t... -
11:48 AM Revision 3e056da1 (git): * test/webrick/utils.rb (start_server): provide a reference to log of
- webrick.
* test/webrick/test_httpproxy.rb, test/webrick/test_httpauth.rb,
test/webrick/test_cgi.rb, test/webrick/t... -
09:40 AM Revision 3056933c (git): * test/ruby/test_array.rb (test_pack): use utf-8.
- * test/ruby/test_pack.rb (test_pack_U): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20022 b2dd03c8-39d... -
09:37 AM Bug #692 (Closed): non-ascii comment with Encoding.default_internal set raises Encoding::InvalidByteSequenceError
- =begin
Applied in changeset r20013.
=end
-
03:16 AM Bug #692 (Closed): non-ascii comment with Encoding.default_internal set raises Encoding::InvalidByteSequenceError
- =begin
$ cat utf8comment.rb
# encoding: utf-8
# comment containing non ascii char: ö
p Encoding.de... -
08:10 AM Bug #694 (Closed): eof? call on a pty IO object causes application to exit
- =begin
dave[RUBY3/Book 18:08:15*] cat t.rb
require 'pty'
PTY.spawn("/usr/bin/ruby /usr/bin/irb") do |reade... -
07:41 AM Revision 34c5cea9 (git): * pack.c (pack_pack): set encoding from packing string and UTF-8 for
- "U". [ruby-core:19590]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:45 AM Revision 2100e3b6 (git): * complex.c (imp1, imp2): should declare type.
- [BUG] at IA-64
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20020 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:36 AM Revision 1b95e95f (git): * common.mk (revision.h): have to be updated daily or by non-trivial
- commits.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20019 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:43 AM Bug #693 (Closed): Thread#set_trace_func seems not to work
- =begin
trace_func = lambda {|a,b,c,d,e,f| p a}
Thread.current.set_trace_func trace_func
puts "here"
thr... - 04:20 AM Revision c93ac531 (git): * README, README.ja: Update the portability section.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20018 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:05 AM Revision 6955f697 (git): * configure.in (rb_cv_lib_xpg4_needed): Drop legacy FreeBSD
- support regarding libxpg4. Those old versions of FreeBSD
shipped with the library don't have a working pthread lib... -
02:55 AM Bug #691 (Closed): Time::zone_utc? does not follow rfc2822
- =begin
The original author seems misunderstood the specification. in rfc2822, '+0000' should be considered as utc.
=... -
02:51 AM Revision af5f205a (git): * configure.in (dln-a-out): cannot make shared library nor work with
- ELF. [ruby-core:19571]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20016 b2dd03c8-39d4-4d8f-98ff... -
02:51 AM Revision 19873d5c (git): * configure.in (dln-a-out): cannot make shared library nor work with
- ELF. [ruby-core:19571]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20016 b2dd03c8-39d4-4d8f-98... -
02:51 AM Revision 3cdf3ac9 (git): * configure.in (dln-a-out): cannot make shared library nor work with
- ELF. [ruby-core:19571]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 02:01 AM Revision b3b3c174 (git): * win32/win32.c (rb_w32_open): shouldn't seek here.
- * win32/win32.c (rb_w32_write): write to the end of the file when
FAPPEND is specified.
git-svn-id: svn+... - 02:01 AM Revision 4542baa9 (git): * win32/win32.c (rb_w32_open): shouldn't seek here.
- * win32/win32.c (rb_w32_write): write to the end of the file when
FAPPEND is specified.
git-svn-id: svn+... -
12:30 AM Revision bc4bc3a8 (git): * ruby.c (load_file_internal): use ASCII-8BIT to prevent conversion.
- [ruby-core:19579]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20013 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:23 AM Revision bd92ab89 (git): * ruby.c (load_file_internal): cache common interned IDs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom