Project

General

Profile

Activity

From 11/07/2008 to 11/13/2008

11/13/2008

07:30 PM Bug #751 (Closed): Regexp.new(dummy_encoding_string)
=begin
http://mono.kmc.gr.jp/~yhara/d/?date=20081101#p03
のようなことが起きるので、dummy encodingの文字列で
Regexp.newしたときは例外になった方...
znz (Kazuhiro NISHIYAMA)
07:28 PM Bug #750: Pathname.[]
=begin
From: Akinori MUSHA <[email protected]>
Subject: [ruby-dev:37083] [Bug #750] Pathname.[]
Date: Thu, 13 ...
rubikitch (rubikitch .)
02:54 PM Bug #750: Pathname.[]
=begin
Pathname[] がグロブ展開というのが自明かどうかですよね。
私は自明ではないと思います。

Dir[] も微妙なところで、過去にはあまりクラスメソッド[]を乱用すべきでないという議論があったように思...
knu (Akinori MUSHA)
05:02 AM Bug #750 (Rejected): Pathname.[]
=begin
Dir.globとDir.[]とPathname.globが定義されているのに、なぜかPathname.[]が定義されていません。
なにか意図があるのでしょうか?
=end
rubikitch (rubikitch .)
06:48 PM Feature #747: /\A/u ignores BOM
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:37088] Re: [Feature #747] /\A/u ignores BOM"
on Nov.13,2008 18...
usa (Usaku NAKAMURA)
06:01 PM Feature #747: /\A/u ignores BOM
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:37086] Re: [Feature #747] /\A/u ignores BOM"
on Nov.13,2008 17...
usa (Usaku NAKAMURA)
02:59 PM Feature #747: /\A/u ignores BOM
=begin
At 19:31 08/11/12, Urabe Shyouhei wrote:
>卜部です。
>
>Tietew さんは書きました:
>> On Wed, 12 Nov 2008 17:49:47 +0900...
duerst (Martin Dürst)
02:59 PM Feature #747: /\A/u ignores BOM
=begin
At 18:40 08/11/12, Tietew wrote:
>
>On Wed, 12 Nov 2008 17:49:47 +0900
>In article <491a994c33f6e_95d7d550...
duerst (Martin Dürst)
09:26 AM Bug #721: select in windows accepts too many fd's
=begin
Hello,

In message "[ruby-core:19890] [Bug #721] select in windows accepts too many fd's"
on Nov.13,20...
usa (Usaku NAKAMURA)
04:00 AM Bug #721: select in windows accepts too many fd's
=begin
did this also fix the "hanging when you pass select > 64 fds" aspect? would you like me to file a separate re...
rogerdpack (Roger Pack)
05:55 AM Revision 6c5256ba (git): * 2008-11-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20232 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:55 AM Revision 4e668168 (git): * shell/command-processor.rb: undefined method `top_level_test' in
Shell#test. [ruby-list:45634]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20231 b2dd03c8-39d4-4d...
keiju (Keiju Ishitsuka)
03:46 AM Bug #719: yaml not precise on some strings
=begin
YAML can express this object as following,
---
- foo: "\n"
bar: "baz\n \nbaz"

this is syck's bug...
naruse (Yui NARUSE)
03:01 AM Feature #749 (Rejected): String#indent, String#tabto, etc.
=begin
There are few indention related String extensions I find myself frequently reusing. Ruby really has nothing ...
trans (Thomas Sawyer)
02:31 AM Revision 51360310 (git): * thread.c (rb_barrier_wait): gets rid of recursive deadlock.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:54 AM Bug #704: delegate.rb will only delegate to specifically-named delegate object
=begin
Oh crap. :) Sorry about that. Thanks.
=end
erikh (Erik Hollensbe)

11/12/2008

09:47 PM Feature #747: /\A/u ignores BOM
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:37077] Re: [Feature #747] /\A/u ignores BOM"
on Nov.12,2008 18...
usa (Usaku NAKAMURA)
07:34 PM Feature #747: /\A/u ignores BOM
=begin
卜部です。

Tietew さんは書きました:
> On Wed, 12 Nov 2008 17:49:47 +0900
> In article <491a994c33f6e_95d7d550be42e4@r...
shyouhei (Shyouhei Urabe)
06:43 PM Feature #747: /\A/u ignores BOM
=begin

On Wed, 12 Nov 2008 17:49:47 +0900
In article <[email protected]>
[[ruby...
Tietew (Toru Iwase)
05:52 PM Feature #747 (Rejected): /\A/u ignores BOM
=begin
/\A/uがBOMにヒットしないのが嬉しくないです。普通、BOMはあるとすれば文字列の先頭に付いていることが多いので、/\A/uがBOMにヒットするのが自然だと思います。

あるいは/\Z/と/\z/のようにB...
shyouhei (Shyouhei Urabe)
09:08 PM Revision 31f16d77 (git): * thread.c (rb_barrier_{new,wait,release,destroy}): use Mutex so that
circular requires fail with deadlock. [ruby-core:19821]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20229 b2...
nobu (Nobuyoshi Nakada)
05:47 PM Bug #743: Socket.gethostbyname returns odd values
=begin
But:

$ ruby19 -rsocket -e 'p Socket.gethostbyname("localhost")'
["localhost", [], 2, "\x7F\x00\x00\x01...
candlerb (Brian Candler)
09:28 AM Bug #743: Socket.gethostbyname returns odd values
=begin

=end
usa (Usaku NAKAMURA)
09:19 AM Bug #743: Socket.gethostbyname returns odd values
=begin

=end
usa (Usaku NAKAMURA)
05:24 AM Bug #743 (Rejected): Socket.gethostbyname returns odd values
=begin
from http://rubyforge.org/tracker/index.php?func=detail&aid=14979&group_id=426&atid=1698

ruby -rsocket -...
rogerdpack (Roger Pack)
08:11 AM Bug #719: yaml not precise on some strings
=begin
I think this is part of the YAML specification. It allows you to use blank lines to separate data structures....
paddor (Patrik Wenger)
04:39 AM Revision 471742d6 (git): * ext/bigdecimal/bigdecimal.c (VpMidRound): Round method bug
pointed by Ryan Platte fixed(Patch to the patch from "NATORI
Shin"). [ruby-talk:273360]
back ported from 1.9. fi...
matz (Yukihiro Matsumoto)
02:47 AM Bug #741 (Closed): 1.9.1-preview1 uri/generic.rb #check_path L484 bug/typo
=begin
Applied in changeset r20222.
=end
matz (Yukihiro Matsumoto)
02:35 AM Feature #739: Regexp#match with position
=begin
Great! That's what I needed. Thanks :)
=end
viking (Jeremy Stephens)

11/11/2008

10:18 PM Revision 2228f918 (git): ruby.c (set_internal_encoding_once): fix typo in error string
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20227 b2dd03c8-39d4-4d8f-98ff-823fe69b080e David Flanagan
09:47 PM Bug #742 (Closed): 1.9.1-preview1 build fails on Mac OS X 10.4
=begin
Using the configure options {{{--enable-shared --enable-pthread --without-tk}}} on OS X 10.4.11, build fails....
febeling (Florian Ebeling)
09:17 PM Feature #735: Date#inspect
=begin
遠藤です。

2008/11/11 20:23 Tadayoshi Funaba <[email protected]>:
>> 最終的には yugui さんの判断によりますが、これは完全に仕様変更なので
>> 1....
mame (Yusuke Endoh)
09:17 PM Feature #735: Date#inspect
=begin
yuguiです。

Yusuke ENDOH さんは書きました:
> 私は以下のように認識していました。
>
> - 1.9 系列の間で非互換な変更は行わない
> - 現状では trunk が 1...
yugui (Yuki Sonoda)
08:34 PM Feature #735: Date#inspect
=begin
From: Yukihiro Matsumoto <[email protected]>
Subject: [ruby-dev:37057] Re: [Feature #735] Date#inspect
Dat...
rubikitch (rubikitch .)
08:25 PM Feature #735: Date#inspect
=begin
> 最終的には yugui さんの判断によりますが、これは完全に仕様変更なので
> 1.9 系列には導入するべきでないと思います。
> そして yugui さんはこれを許可すべきでないと私は思います。

じゃ止...
tadf (tadayoshi funaba)
08:02 PM Feature #735: Date#inspect
=begin
遠藤です。

2008/11/11 19:27 Yukihiro Matsumoto <[email protected]>:
> |2008/11/10 5:23 rubikitch . <redmine@r...
mame (Yusuke Endoh)
07:31 PM Feature #735: Date#inspect
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:37059] Re: [Feature #735] Date#inspect"
on Tue, 11 Nov 2008 06:...
matz (Yukihiro Matsumoto)
07:30 PM Feature #735: Date#inspect
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:37061] Re: [Feature #735] Date#inspect"
on Tue, 11 Nov 2008 12:...
matz (Yukihiro Matsumoto)
12:23 PM Feature #735: Date#inspect
=begin
遠藤です。

2008/11/10 5:23 rubikitch . <[email protected]>:
> 「inspectは人間に優しい文字列化」という観点から、Date#inspectの出力は...
mame (Yusuke Endoh)
07:17 AM Feature #735: Date#inspect
=begin
From: Tadayoshi Funaba <[email protected]>
Subject: [ruby-dev:37059] Re: [Feature #735] Date#inspect
Date: Tue...
rubikitch (rubikitch .)
07:02 AM Feature #735: Date#inspect
=begin
> どこかに妥協点があるとよいのですが。ただ、私はinspectがto_s
> と同様の「人間にわかりやすい日付(DateTimeの場合は時間も)」の
> 表現 も 含むことを期待します。

長いですけど、
...
tadf (tadayoshi funaba)
06:59 AM Feature #735: Date#inspect
=begin
Yukihiro Matsumoto wrote:
> どこかに妥協点があるとよいのですが。ただ、私はinspectがto_s
> と同様の「人間にわかりやすい日付(DateTimeの場合は時間も)」の
> 表現...
hiroshi (Hiroshi MORIYAMA)
12:59 AM Feature #735: Date#inspect
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:37056] Re: [Feature #735] Date#inspect"
on Mon, 10 Nov 2008 21:...
matz (Yukihiro Matsumoto)
08:34 PM Bug #668: BigDecimal#to_r がありません
=begin
> |require 'bigdecimal/util' すればつかえますが、他の組み込みとあつかいが異ります。
>
> 念のため確認ですが、現在bigdecimal/utilで定義されている
> BigDec...
tadf (tadayoshi funaba)
03:13 PM Bug #668: BigDecimal#to_r がありません
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:36805] [Bug #668] BigDecimal#to_r がありません"
on Mon, 20 Oct 2008 ...
matz (Yukihiro Matsumoto)
06:49 PM Revision 0de297a8 (git): * 2008-11-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:49 PM Revision cafb2947 (git): * eval.c (load_lock): makes circular require deadlock.
[ruby-core:19821]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20225 b2dd03c8-39d4-4d8f-98ff-823fe...
nobu (Nobuyoshi Nakada)
06:31 PM Revision cc7ff9d2 (git): * include/ruby/intern.h (rb_{external,locale}_str_new_cstr): optimized
versions for literal strings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20224 b2dd03c8-39d4-4d8f-98ff-823fe...
nobu (Nobuyoshi Nakada)
06:28 PM Revision 99cd3c51 (git): * load.c (rb_require_safe): destroys barrier after successfully
loaded, to get rid of loading same library again. [ruby-core:19798]
* thread.c (rb_barrier_wait): can not wait dest...
nobu (Nobuyoshi Nakada)
05:57 PM Bug #721 (Closed): select in windows accepts too many fd's
=begin
Applied in changeset r20189.
=end
usa (Usaku NAKAMURA)
04:52 PM Bug #721: select in windows accepts too many fd's
=begin

=end
usa (Usaku NAKAMURA)
04:15 PM Bug #721: select in windows accepts too many fd's
=begin
There are two problems here, one being that select doesn't select on all fd's you pass, the other being that ...
rogerdpack (Roger Pack)
05:39 PM Revision 8bc28d82 (git): * lib/uri/generic.rb (URI::Generic#check_path): REL_PATH should a
symbol. [ruby-core:19805]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matz (Yukihiro Matsumoto)
03:21 PM Revision 8babc0c3 (git): merges r20210 from trunk into ruby_1_9_1.
* configure.in: fix SEGV on Mac OS X 10.5.3 with pthread.
a patch from Wataru Kimura in Bug #193 [ruby-core:17333]....
yugui (Yuki Sonoda)
03:21 PM Revision 523787f9 (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_to_r): moved from
bigdecimal/util, converted into C. [ruby-dev:36805]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1...
yugui (Yuki Sonoda)
03:21 PM Revision 9de406c2 (git): merges r20053 and r20067 from trunk into ruby_1_9_1.
* ruby.c (moreswitches): splits option string and passes arguments.
* ruby.c (proc_options): checks if allowed in RU...
yugui (Yuki Sonoda)
03:12 PM Revision 170ae1e5 (git): * 2008-11-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:12 PM Revision 01624da6 (git): merges r20163 and r20215 from trunk into ruby_1_9_1.
properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20217 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
yugui (Yuki Sonoda)
03:09 PM Revision b91220fb (git): * 2008-11-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20216 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:09 PM Revision f2077294 (git): * lib/rubygems/timer.rb: removed svn:executable.
* lib/rubygems/validator.rb: ditto
* test/cgi/test_cgi_modruby.rb: ditto
* test/cgi/test_cgi_multipart.rb: ditto
* te...
yugui (Yuki Sonoda)
02:54 PM Revision 0be023cb (git): * eval.c (rb_feature_p): returns found feature name if loading.
[ruby-core:19798]
* eval.c (search_required): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8...
nobu (Nobuyoshi Nakada)
02:38 PM Bug #703: string output duplication occurs if the same file descriptor written to in different threads
=begin
Thank you that fixed it. I don't have OS X to be able to tell if the test named after ruby-dev:32566 is also...
rogerdpack (Roger Pack)
02:37 PM Revision 2a628fe1 (git): * win32/win32.c (rb_w32_accept): commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
02:14 PM Revision 43463a5c (git): * man/ruby.1 (RUBYOPT): wrote which option can appear.
(--yydebug): wrote "do not use".
(--dump): wrote "do not use".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
yugui (Yuki Sonoda)
02:14 PM Revision c6892791 (git): * man/ruby.1 (RUBYOPT): wrote which option can appear.
(--yydebug): wrote "do not use".
(--dump): wrote "do not use".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branch...
yugui (Yuki Sonoda)
12:20 PM Bug #741 (Closed): 1.9.1-preview1 uri/generic.rb #check_path L484 bug/typo
=begin
in uri/generic.rb #check_path (L484)

@parser.regexp[REL_PATH]
should be
@parser.regexp[:REL_PA...
rio4ruby (Christopher Kleckner)
11:51 AM Revision 88655573 (git): fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@20211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
11:50 AM Revision e087f9ed (git): * configure.in: fix SEGV on Mac OS X 10.5.3 with pthread.
a patch from Wataru Kimura in Bug #193 [ruby-core:17333].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20210 b...
znz (Kazuhiro NISHIYAMA)
11:42 AM Revision b0e3af49 (git): * lib/date.rb (inspect): reverted the previous change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
11:02 AM Revision 53851608 (git): merges r20179 from trunk into ruby_1_9_1.
* test/ruby/test_transcode.rb: unnecessary setup method
(setup_really_needed?) removed
git-svn-id: svn+ssh://ci.ru...
yugui (Yuki Sonoda)
11:02 AM Revision 114daf68 (git): merges r20178 from trunk into ruby_1_9_1.
* enc/trans/single_byte.trans, macgreek-tbl.rb, macroman-tbl.rb,
macromania-tbl.rb, macturkish-tbl.rb, macukraine-t...
yugui (Yuki Sonoda)
11:02 AM Revision 87d451aa (git): merges r20177 from trunk into ruby_1_9_1.
trivial changes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20206 b2dd03c8-39d4-4d8f-98ff-823fe...
yugui (Yuki Sonoda)
11:02 AM Revision 10ce5ad1 (git): merges r20175 from trunk into ruby_1_9_1.
* lib/date.rb (inspect): changed the format.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20205 b...
yugui (Yuki Sonoda)
11:02 AM Revision f4bbe604 (git): merges r20170 from trunk into ruby_1_9-1.
* test/sdbm/test_sdbm.rb (TestSDBM#test_index): Reflect the method
name change from #index to #key and remove a dup...
yugui (Yuki Sonoda)
11:02 AM Revision b63aff3a (git): merges r20169 from trunk into ruby_1_9_1.
* lib/delegate.rb (Delegator.delegating_block): should not refer
DelegateClass specific @delegate_dc_obj. a patch ...
yugui (Yuki Sonoda)
11:01 AM Revision eaceb0fb (git): merges r20164 from trunk into ruby_1_9_1.
* struct.c (rb_struct_initialize_m): avoid unnecessary array
allocation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru...
yugui (Yuki Sonoda)
11:01 AM Revision 60b278bb (git): merges r20162 from trunk into ruby_1_9_1.
* vm_dump.c (control_frame_dump): suppresses finished method name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branc...
yugui (Yuki Sonoda)
11:01 AM Revision 90c25092 (git): merges r20154-20158, r20161 from trunk into ruby_1_9_1.
* lib/cgi/session/pstore.rb: fix indentation.
* lib/cgi/session.rb (FileStore): use marshalized data.
* test/...
yugui (Yuki Sonoda)
11:01 AM Revision b3952151 (git): merges r20152 from trunk into ruby_1_9_1.
* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#do_CONNECT):
use #bytesize instead of #size. a patch submitte...
yugui (Yuki Sonoda)
11:01 AM Feature #739: Regexp#match with position
=begin
Hi,

At Tue, 11 Nov 2008 06:42:08 +0900,
Jeremy Stephens wrote in [ruby-core:19785]:
> I suppose you coul...
nobu (Nobuyoshi Nakada)
06:44 AM Feature #739 (Closed): Regexp#match with position
=begin
Regexp#=~ returns the position of the match. Regexp#match lets you search a string from a certain position. ...
viking (Jeremy Stephens)
11:01 AM Revision 6f26607b (git): merges r20150 from trunk into ruby_1_9_1.
* ext/stringio/stringio.c (strio_ungetc): ungetc position should
not be changed from 1.8. [ruby-core:19632]
git-...
yugui (Yuki Sonoda)
11:01 AM Revision c06f7b5b (git): merges r20149 from trunk into ruby_1_9_1.
* lib/optparse.rb (OptionParser#make_switch): 1.9 Symbols respond
to :match. a patch from keith cascio, <keith at ...
yugui (Yuki Sonoda)
11:01 AM Revision 67a73515 (git): merges r20148 from trunk into ruby_1_9_1.
* ext/gdbm/gdbm.c (fgdbm_index): make #index warn like Hash.
[ruby-dev:37039]
* ext/sdbm/init.c (Init_sdbm): typo ...
yugui (Yuki Sonoda)
11:00 AM Revision 3669c129 (git): merges r20147 from trunk into trunk.
* configure.in: detect stdio buffer pointers for uClibc. a patch
from Brian Candler <B.Candler at pobox.com> in [r...
yugui (Yuki Sonoda)
11:00 AM Revision c27dc897 (git): merges r20146 from trunk into ruby_1_9_1.
* ext/dbm/dbm.c (fdbm_index): make #index warn like Hash.
* ext/dbm/dbm.c (fdbm_key): new method.
* ext/sdbm/init.c...
yugui (Yuki Sonoda)
11:00 AM Revision 90fe7761 (git): merges r20145 from trunk into ruby_1_9_1.
* ext/curses/curses.c: curses encoding should obey locale.
* ext/curses/curses.c (curses_getch): 1.9 getch should re...
yugui (Yuki Sonoda)
11:00 AM Revision 7d0e1c3a (git): merges r20144 from trunk into ruby_1_9_1.
* include/ruby/io.h (rb_io_t): added write_lock to serialize.
[ruby-core:19668]
* gc.c (gc_mark_children): mark wr...
yugui (Yuki Sonoda)
10:45 AM Revision e644398b (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_to_r): moved from
bigdecimal/util, converted into C. [ruby-dev:36805]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20191 b2dd03c...
matz (Yukihiro Matsumoto)
08:54 AM Revision 34e9f767 (git): * 2008-11-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20190 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:54 AM Revision 5602a9dd (git): * win32/win32.c (rb_w32_accept): secure fd before accept because if
error causes in securing, cannot restore the state of accepted
socket.
fixed [ruby-core:19728]
...
U.Nakamura
08:54 AM Revision d544a3d6 (git): * win32/win32.c (rb_w32_accept): secure fd before accept because if
error causes in securing, cannot restore the state of accepted
socket.
fixed [ruby-core:19728]
...
U.Nakamura
08:54 AM Revision 9729b687 (git): * win32/win32.c (rb_w32_accept): secure fd before accept because if
error causes in securing, cannot restore the state of accepted
socket.
fixed [ruby-core:19728]
...
U.Nakamura
08:41 AM Revision 3e923d8c (git): merges r20143 from trunk into ruby_1_9_1.
* safe.c (safe_setter): add warning for $SAFE=3.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@201...
yugui (Yuki Sonoda)
08:41 AM Revision 4342feca (git): merges r20135 from trunk into ruby_1_9_1.
* inits.c (rb_call_inits): do not repeat.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20187 b2dd...
yugui (Yuki Sonoda)
08:41 AM Revision 1a1abe24 (git): merges r20128 from trunk into ruby_1_9_1.
* lib/irb.rb (IRB::Irb#eval_input): remove extra @context.prompt_i.
[ruby-core:19718]
git-svn-id: svn+ssh://ci.ru...
yugui (Yuki Sonoda)
08:41 AM Revision 05286206 (git): merges r20128 from trunk into ruby_1_9_1.
* nkf.c: update to r1.188. fixes for 16bit environment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_...
yugui (Yuki Sonoda)
08:41 AM Revision 55c389f8 (git): merges r20126 from trunk into ruby_1_9_1.
* lib/yaml/rubytypes.rb: support Rational and Complex as 1.8
does. a patch from Hiroshi Moriyama in [ruby-dev:3689...
yugui (Yuki Sonoda)
08:41 AM Revision 59520258 (git): merges r20125 from trunk into ruby_1_9_1.
* string.c (Init_String): remove Symbol#===. [ruby-dev:37026]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/...
yugui (Yuki Sonoda)
08:40 AM Revision 99d03f20 (git): merges r20120 from trunk into ruby_1_9_1.
* lib/rexml/entity.rb (unnormalized): do not call
document.record_entity_expansion if document is nil.
see <http:...
yugui (Yuki Sonoda)
08:40 AM Revision 9872a35e (git): * 2008-11-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:40 AM Revision 10a93cb1 (git): merges r20118 from trunk into ruby_1_9_1.
* tool/make-snapshot: binary encoding spec is no longer needed in 1.9.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/b...
yugui (Yuki Sonoda)
05:42 AM Revision 0d93d812 (git): * test/ruby/test_transcode.rb: unnecessary setup method
(setup_really_needed?) removed
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20179 b2dd03c8-39d4-4d8f-98ff-823f...
duerst (Martin Dürst)
05:26 AM Revision 831e8043 (git): * enc/trans/single_byte.trans, macgreek-tbl.rb, macroman-tbl.rb,
macromania-tbl.rb, macturkish-tbl.rb, macukraine-tbl.rb,
ibm437-tbl.rb, ibm852-tbl.rb, ibm855-tbl.rb, ibm857-tbl.rb...
duerst (Martin Dürst)
01:09 AM Feature #729: curly brackets" and "begin end" blocks should behave syntactically and semantically exactly the same
On Sun, Nov 09, 2008 at 05:08:29AM +0900, Tomas Pospisek wrote:
> To me "curly brackets" and "begin end" should act s...
cout (Paul Brannan)

11/10/2008

10:59 PM Revision 524c766d (git): trivial changes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
10:57 PM Revision a3b9e005 (git): * 2008-11-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:57 PM Revision e8c67503 (git): * lib/date.rb (inspect): changed the format.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20175 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
09:36 PM Feature #735: Date#inspect
=begin
> 「inspectは人間に優しい文字列化」という観点から、Date#inspectの出力はふさわしくないと思います。
> #<Date: 2008-11-10> やら #<DateTime 2008-11-10T0...
tadf (tadayoshi funaba)
05:25 AM Feature #735 (Closed): Date#inspect
=begin
「inspectは人間に優しい文字列化」という観点から、Date#inspectの出力はふさわしくないと思います。
#<Date: 2008-11-10> やら #<DateTime 2008-11-10T05:2...
rubikitch (rubikitch .)
04:20 PM Revision 336ed53a (git): 2008-11-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@20173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
04:16 PM Revision cab10efd (git): * configure.in: fix SEGV on Mac OS X 10.5.3 with --enable-shared.
a patch from Wataru Kimura in Bug #193 [ruby-core:17333].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby...
znz (Kazuhiro NISHIYAMA)
10:48 AM Bug #704: delegate.rb will only delegate to specifically-named delegate object
=begin
Oops, I misunderstood, because your patch was reversed patch (new -> old).
My bad.
=end
matz (Yukihiro Matsumoto)
06:54 AM Bug #704: delegate.rb will only delegate to specifically-named delegate object
=begin
I don't think this is actually fixed, it still uses @delegate_dc_obj instead of using the value returned by _...
erikh (Erik Hollensbe)
09:18 AM Revision 54b2fa7e (git): * ext/dbm/dbm.c (fdbm_key): Rename #index to #key. Emit a warning
when #index is called.
(fdbm_indexes): Emit a deprecation warning.
* ext/gdbm/gdbm.c: Ditto.
* ext/sdbm/init.c: D...
Akinori MUSHA
08:38 AM Revision fd93c804 (git): * test/sdbm/test_sdbm.rb (TestSDBM#test_index): Reflect the method
name change from #index to #key and remove a duplicated test
method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/...
Akinori MUSHA
05:55 AM Bug #736: Range#include? が遅い
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:37051] [Bug #736] Range#include? が遅い"
on Mon, 10 Nov 2008 05:4...
matz (Yukihiro Matsumoto)
05:43 AM Bug #736 (Closed): Range#include? が遅い
=begin
Ruby 1.9でRange#include?がものすごい遅いようです。

require 'benchmark'
RUBY_VERSION # => "1.8.7"
...
rubikitch (rubikitch .)
01:52 AM Revision 504abcc0 (git): * lib/delegate.rb (Delegator.delegating_block): should not refer
DelegateClass specific @delegate_dc_obj. a patch from Erik
Hollensbe in [ruby-core:19671].
git-svn-id: svn+ssh://...
matz (Yukihiro Matsumoto)
12:58 AM Revision d07ff18d (git): * 2008-11-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:57 AM Revision c9e97eec (git): * 2008-11-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:57 AM Revision 703c1825 (git): * win32/win32.c (ifs_open_socket): should retry without proto_buffer
if cannot find the suitable protocol. a patch from Heesob Park.
fixed [ruby-core:19713]
git-svn-id: svn+...
U.Nakamura
12:57 AM Revision 1cd9e339 (git): * win32/win32.c (ifs_open_socket): should retry without proto_buffer
if cannot find the suitable protocol. a patch from Heesob Park.
fixed [ruby-core:19713]
git-svn-id: svn+...
U.Nakamura
12:57 AM Revision 3e70ba91 (git): * win32/win32.c (ifs_open_socket): should retry without proto_buffer
if cannot find the suitable protocol. a patch from Heesob Park.
fixed [ruby-core:19713]
git-svn-id: svn+...
U.Nakamura
12:51 AM Revision b916aa3f (git): * 2008-11-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20165 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:51 AM Revision d87e2d81 (git): * struct.c (rb_struct_initialize_m): avoid unnecessary array
allocation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20164 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matz (Yukihiro Matsumoto)

11/09/2008

08:43 PM Feature #729 (Rejected): curly brackets" and "begin end" blocks should behave syntactically and semantically exactly the same
You shouldn't mention principle of least surprise of YOURSELF in the
proposal, for background varies for everyone. Y...
matz (Yukihiro Matsumoto)
05:49 AM Feature #729: curly brackets" and "begin end" blocks should behave syntactically and semantically exactly the same
=begin
> In every other language I know that has curly braces as block delimiters, the above is alowed and _natural_...
antares (Michael Klishin)
05:10 AM Feature #729 (Rejected): curly brackets" and "begin end" blocks should behave syntactically and semantically exactly the same
(transported over from rubyforge #16111, as I still think this would be worth while...)
Every now and then I run i...
tpo (Tomas Pospisek)
02:46 PM Bug #732 (Closed): $! in at_exit
=begin
遠藤です。

at_exit の中で $! が参照できません。

$ ruby19 -ve 'at_exit { p $! }; raise "foo"'
ruby 1.9.0 (2008-11-0...
mame (Yusuke Endoh)
12:11 PM Bug #731 (Closed): Net::HTTPHeader []= method does not work as expected
=begin
irb(main):001:0> require 'net/http'
=> true
irb(main):002:0> x = Net::HTTP::Get.new('/')
=> #<Net::HTTP...
taral (Taral x)
06:37 AM Bug #730: Infinite recursion on 'super' in dynamically generated modules
=begin

=end
nobu (Nobuyoshi Nakada)
06:22 AM Bug #730 (Closed): Infinite recursion on 'super' in dynamically generated modules
=begin
Note:
Bug reported earlier (2007-12-21) on rubyforge, but still exists in 1.9.1
More detailed description...
sander (Sander Land)
03:38 AM Bug #724 (Closed): webrick httpresponse wrong content-length
=begin
fixed by r20152
=end
matz (Yukihiro Matsumoto)

11/08/2008

11:51 PM Bug #727 (Closed): Signal(CLD) seems not to work on OS X
=begin
I've noticed differences in the handling of SIGCLD in 1.9. For example, the following code:

Sign...
pragdave (Dave Thomas)
11:47 PM Bug #726 (Closed): erb references $KCOD
=begin
$ erb -K SJIS
/usr/local/rubybook/bin//erb:81: warning: variable $KCODE is no longer effective; ignored
=end
pragdave (Dave Thomas)
09:06 PM Revision 017769b1 (git): * test/cgi/test_cgi_session.rb: properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20163 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:30 PM Bug #724 (Closed): webrick httpresponse wrong content-length
=begin
Webrick(httpresponse) fills HTTP response body with wrong content-type.


---- my variant of fix ----
...
max_posedon (Maksim Melnikau)
07:10 PM Revision 7991c5e6 (git): * vm_dump.c (control_frame_dump): suppresses finished method name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20162 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:47 PM Bug #559 (Closed): WEBrick should use #bytesize instead of #size
=begin
Applied in changeset r20152.
=end
matz (Yukihiro Matsumoto)
06:08 PM Bug #689 (Closed): reading after EOF with textmode
=begin
fixed by r20045
=end
matz (Yukihiro Matsumoto)
06:05 PM Bug #704 (Closed): delegate.rb will only delegate to specifically-named delegate object
=begin
fixed by r15376
=end
matz (Yukihiro Matsumoto)
06:00 PM Bug #697 (Closed): replacing array during sort may make assertion fail
=begin
fixed by r20026
=end
matz (Yukihiro Matsumoto)
05:57 PM Bug #667 (Closed): yaml が Complex、Rational をうまくあつかえていない
=begin
fixed by r20126
=end
matz (Yukihiro Matsumoto)
05:37 PM Bug #701 (Closed): Wrong behaviour of StringIO#ungetc
=begin
Applied in changeset r20150.
=end
matz (Yukihiro Matsumoto)
05:27 PM Bug #722 (Closed): optparse needs patch in 1.9
=begin
Applied in changeset r20149.
=end
matz (Yukihiro Matsumoto)
09:01 AM Bug #722 (Closed): optparse needs patch in 1.9
=begin
Ruby 1.9 breaks this case because Symbol now responds to :match. Patch included.

> ruby -r optparse ...
nluv4hs (Keith Cascio)
03:38 PM Revision 9b139fe5 (git): fix test for 1.8
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20161 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Takeyuki FUJIOKA
03:31 PM Revision 641f43de (git): * thread_pthread.c (thread_timer): checks working flags again.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:03 PM Revision b2390fb1 (git): * 2008-11-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20159 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:03 PM Revision f22aabba (git): * lib/cgi/session/pstore.rb: fix indentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Takeyuki FUJIOKA
02:56 PM Revision 4b9e8850 (git): fix debug code
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20157 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Takeyuki FUJIOKA
02:52 PM Revision 26862c00 (git): * lib/cgi/session.rb (FileStore): use marshalized data.
* test/cgi/session_dir: add a session directory in test.
* test/cgi/test_cgi_session.rb: add a test.
git-svn-id: sv...
Takeyuki FUJIOKA
12:57 PM Revision 274c3b94 (git): * lib/cgi/session.rb: remove debug code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20155 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Takeyuki FUJIOKA
12:36 PM Revision b4890b59 (git): * lib/cgi/session.rb: fix indentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20154 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Takeyuki FUJIOKA
11:09 AM Revision 16285e76 (git): merges r20050 from ruby_1_9_1 into trunk.
* array.c (rb_ary_sort_bang): refactoring.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20153 b2dd03c8-39d4-4d8...
yugui (Yuki Sonoda)
10:25 AM Feature #711: M17N of irb
=begin
Yuguiです。

石塚圭樹 さんは書きました:
> 例えば, メッセージ等は各言語ともUTF-8で書いておいて, 必要に応じて出力
> エンコーディング等にに変換するようにすれば, 多言語化とローカライゼーシ...
yugui (Yuki Sonoda)
12:36 AM Feature #711: M17N of irb
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:37034] Re: [Feature #711] M17N of irb"
on Fri, 7 Nov 2008 22:27...
matz (Yukihiro Matsumoto)
09:41 AM Revision 877ac723 (git): * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#do_CONNECT):
use #bytesize instead of #size. a patch submitted from
raspberry lemon in [ruby-core:18571].
* lib/webrick/httpa...
matz (Yukihiro Matsumoto)
08:48 AM Revision ecdd96c5 (git): * ext/stringio/stringio.c (strio_ungetc): should allow ungetc at
the top of the buffer. ref #701
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20151 b2dd03c8-39d4-4...
matz (Yukihiro Matsumoto)
08:32 AM Revision 75fcee4a (git): * ext/stringio/stringio.c (strio_ungetc): ungetc position should
not be changed from 1.8. [ruby-core:19632]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20150 b2dd03c8-39d4-4...
matz (Yukihiro Matsumoto)
08:17 AM Revision 6a638cc1 (git): * lib/optparse.rb (OptionParser#make_switch): 1.9 Symbols respond
to :match. a patch from keith cascio, <keith at ucla.edu>.
[ruby-core:19730]
git-svn-id: svn+ssh://ci.ruby-lang.o...
matz (Yukihiro Matsumoto)
07:41 AM Bug #721 (Closed): select in windows accepts too many fd's
=begin
from http://redmine.ruby-lang.org/issues/show/670
the test files either hang or are uninterruptible, at lea...
rogerdpack (Roger Pack)
05:47 AM Bug #703 (Closed): string output duplication occurs if the same file descriptor written to in different threads
=begin
Applied in changeset r20144.
=end
nobu (Nobuyoshi Nakada)
03:15 AM Revision 703fb3d9 (git): * ext/gdbm/gdbm.c (fgdbm_index): make #index warn like Hash.
[ruby-dev:37039]
* ext/sdbm/init.c (Init_sdbm): typo fixed. [ruby-dev:37039]
git-svn-id: svn+ssh://ci.ruby-lang.or...
matz (Yukihiro Matsumoto)
01:20 AM Bug #694: eof? call on a pty IO object causes application to exit
=begin
Hi,

In message "Re: [ruby-core:19687] Re: [Bug #694] eof? call on a pty IO object causes application to ex...
matz (Yukihiro Matsumoto)

11/07/2008

10:29 PM Feature #711: M17N of irb
=begin
けいじゅ@いしつかです.

In [ruby-dev :37029 ] the message: "[ruby-dev:37029] Re: [Feature
#711] M17N of irb ", on No...
keiju (Keiju Ishitsuka)
05:40 AM Feature #711: M17N of irb
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:37027] Re: [Feature #711] M17N of irb"
on Thu, 6 Nov 2008 21:56...
matz (Yukihiro Matsumoto)
10:10 PM Revision 0042ccef (git): * configure.in: detect stdio buffer pointers for uClibc. a patch
from Brian Candler <B.Candler at pobox.com> in [ruby-core:12020].
[ruby-core:19713]
git-svn-id: svn+ssh://ci.ruby-...
matz (Yukihiro Matsumoto)
10:07 PM Revision c82769f2 (git): * ext/dbm/dbm.c (fdbm_index): make #index warn like Hash.
* ext/dbm/dbm.c (fdbm_key): new method.
* ext/sdbm/init.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
matz (Yukihiro Matsumoto)
09:42 PM Revision 80d16e74 (git): * ext/curses/curses.c: curses encoding should obey locale.
* ext/curses/curses.c (curses_getch): 1.9 getch should return one
character string for single byte string. wchar_t...
matz (Yukihiro Matsumoto)
08:47 PM Revision 551dfe9d (git): * include/ruby/io.h (rb_io_t): added write_lock to serialize.
[ruby-core:19668]
* gc.c (gc_mark_children): mark write_lock.
* gc.c (rb_gc_call_finalizer_at_exit): Mutex also nee...
nobu (Nobuyoshi Nakada)
08:35 PM Revision f8cdd990 (git): * safe.c (safe_setter): add warning for $SAFE=3.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e matz (Yukihiro Matsumoto)
07:36 PM Bug #719 (Closed): yaml not precise on some strings
=begin
require 'yaml'
data1 = [{"foo"=>"\n", "bar"=>"baz\n \nbaz"}]
data2 = YAML.load data1.to_yaml
p data1, d...
MrO (a b)
04:54 PM Revision ef1e9185 (git): * ext/nkf/nkf-utf8/nkf.c (h_conv): can't guess UTF-8 input in
conversion. [ruby-list:45609]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20142 b2dd03c8-39d4-4d8f...
naruse (Yui NARUSE)
04:48 PM Revision b15e0697 (git): * thread_pthread.c (rb_thread_create_timer_thread): do not wait never
coming signal if failed to create tiemr thread.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20141 b2dd03c8-39...
nobu (Nobuyoshi Nakada)
04:42 PM Revision 006be2d7 (git): * thread_pthread.c (native_cond_timedwait): returns error code.
* thread_pthread.c (thread_timer): typo fixed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20140 b2dd03c8-39d...
nobu (Nobuyoshi Nakada)
04:14 PM Revision 1ebc4f60 (git): * 2008-11-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:14 PM Revision 8da157ae (git): * thread_pthread.c (thread_timer, rb_thread_create_timer_thread):
handshakes properly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
03:10 PM Revision 594e6503 (git): * 2008-11-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20137 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:10 PM Revision 841f07e4 (git): * lib/irb.rb (IRB::Irb#eval_input): remove extra @context.prompt_i.
[ruby-core:19718]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20136 b2dd03c8-39d4-4d8f-98ff-823fe6...
matz (Yukihiro Matsumoto)
01:52 PM Revision bd87b502 (git): * inits.c (rb_call_inits): do not repeat.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:47 PM Revision b81ccf31 (git): * thread_pthread.c (thread_timer): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20134 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:42 PM Revision 3899005d (git): * thread_pthread.c (thread_timer): initializes mutex each time.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20133 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:37 PM Bug #717 (Closed): Unneccesary statement in lib/irb.rb
=begin
Applied in changeset r20129.
=end
matz (Yukihiro Matsumoto)
10:12 AM Bug #717 (Closed): Unneccesary statement in lib/irb.rb
=begin
In lib/irb.rb in the `eval_input` method around line 110, there is a `@context.prompt_i` too much, `else` doe...
manveru (Michael Fellinger)
12:23 PM Revision df6ea23f (git): * thread_win32.c (thread_start_func_1): use already gotten stack info.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20132 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:31 AM Revision eda5ffe5 (git): * hash.c (rb_hash_key, env_key): Hash#index is renamed to
Hash#key, and ENV.index to ENV.key. [ruby-dev:37028]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@...
Akinori MUSHA
03:27 AM Revision 4faa9ea6 (git): * lib/irb.rb (IRB::Irb#eval_input): remove extra @context.prompt_i.
[ruby-core:19718]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20129 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matz (Yukihiro Matsumoto)
02:59 AM Revision 10ddffb2 (git): * nkf.c: update to r1.188. fixes for 16bit environment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20128 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
 

Also available in: Atom