Project

General

Profile

Activity

From 11/02/2008 to 11/08/2008

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)

11/06/2008

11:03 PM Feature #715: Ruby interpreter should understand UTF-8 symbols with special meaning
On Nov 6, 2008, at 08:06 , Jan Maurits Faber wrote:
> (in case the UTF-8 characters don't come across: I just repl...
zenspider (Ryan Davis)
10:07 PM Feature #715 (Rejected): Ruby interpreter should understand UTF-8 symbols with special meaning
I would like the ruby interpreter to understand symbols such as the greater-than-or-equal sign, as an alias for '>='.... Fjan (Jan Maurits Faber)
10:43 PM Revision 2657faae (git): * thread.c (thread_timer): pthread_cond_timedwait returns ETIMEDOUT
when timed out.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
10:36 PM Revision 13436803 (git): * lib/yaml/rubytypes.rb: support Rational and Complex as 1.8
does. a patch from Hiroshi Moriyama in [ruby-dev:36899].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20126 b2...
matz (Yukihiro Matsumoto)
10:18 PM Revision 1d8b7bc6 (git): * string.c (Init_String): remove Symbol#===. [ruby-dev:37026]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e matz (Yukihiro Matsumoto)
10:12 PM Revision 90c6c35f (git): * thread_pthread.c (thread_timer): uses pthread_cond_timedwait always
instead of pthread_kill.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
09:58 PM Feature #711: M17N of irb
=begin
けいじゅ@いしつかです.

In the message: "[Feature #711] M17N of irb ", on Nov/05 18:32(JST)
Yuki Sonoda writes:

...
keiju (Keiju Ishitsuka)
09:58 PM Feature #711: M17N of irb
=begin
けいじゅ@いしつかです.

In the message: "[Feature #711] M17N of irb ", on Nov/05 18:32(JST)
Yuki Sonoda writes:

...
keiju (Keiju Ishitsuka)
07:02 PM Revision 4f3abb93 (git): * thread.c (thread_timer): uses timedwait on cygwin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20123 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:09 PM Revision a3e28406 (git): * 2008-11-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:09 PM Revision 68ef195c (git): * lib/rexml/entity.rb (unnormalized): do not call
document.record_entity_expansion if document is nil.
see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502535>....
shugo (Shugo Maeda)
05:03 PM Revision a324863b (git): * lib/rexml/entity.rb (unnormalized): do not call
document.record_entity_expansion if document is nil.
see <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=502535>....
shugo (Shugo Maeda)
04:24 PM Revision e992737b (git): * 2008-11-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20119 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:24 PM Revision b2a9e7c8 (git): * tool/make-snapshot: binary encoding spec is no longer needed in 1.9.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20118 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:21 PM Revision 5732566f (git): * thread.c (rb_thread_stop_timer_thread): terminates timer thread
immediately.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
01:08 PM Revision 703f16ba (git): * 2008-11-06
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20116 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:08 PM Revision 44602e84 (git): * ext/win32ole/win32ole.c (fole_s_connect, fole_initialize,
folevariant_initialize): check argument type of WIN32OLE.connect,
WIN32OLE.new, WIN32OLE_VARIANT.new.
* test/win32...
suke (Masaki Suketa)
12:38 PM Revision 514626ad (git): * 2008-11-06
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:38 PM Revision 696e6a9b (git): * ext/win32ole/win32ole.c (fole_s_connect, fole_initialize,
folevariant_initialize): check argument type of WIN32OLE.connect,
WIN32OLE.new, WIN32OLE_VARIANT.new.
* test/win32...
suke (Masaki Suketa)

11/05/2008

06:43 PM Feature #712 (Closed): M17N of erb
=begin
it seems that erb was not multilingualized yet.

erb does not have -E or -U, but has -K.
=end
yugui (Yuki Sonoda)
06:32 PM Feature #711 (Closed): M17N of irb
=begin
irb should support M17N.
* supporting -E and -U. and possibly -K.
* magic comment
* String#encode inste...
yugui (Yuki Sonoda)
08:54 AM Feature #710: Pathname#=~
=begin
Nobuyoshi Nakada wrote:
> In Ruby, Regexp#=~ would be used more preferably than
> String#=~, I guess.
>...
quix (James M. Lawrence)

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...
nobu (Nobuyoshi Nakada)
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...
quix (James M. Lawrence)
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/...
yugui (Yuki Sonoda)
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...
yugui (Yuki Sonoda)
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...
yugui (Yuki Sonoda)
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...
yugui (Yuki Sonoda)
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 svn[bot]
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...
yugui (Yuki Sonoda)
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...
usa (Usaku NAKAMURA)
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...
rogerdpack (Roger Pack)
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...
candlerb (Brian Candler)
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 U.Nakamura
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
U.Nakamura
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...
pragdave (Dave Thomas)
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...
nobu (Nobuyoshi Nakada)
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|
...
candlerb (Brian Candler)

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 takano32 (Mitsuhiro TAKANO)
07:02 PM Feature #709 (Rejected): Enumerator#+
=begin
Enumerators could be directly composable:

class Enumerator
def +(other)
Enumerator.new do |y|...
candlerb (Brian Candler)
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... candlerb (Brian Candler)
06:41 PM Feature #707 (Closed): Documentation for Enumerator chaining
=begin
Enumerators now support a horizontal filter/chaining pattern:

generator.filter1 { ... }.filter2 { ......
candlerb (Brian Candler)
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...
nobu (Nobuyoshi Nakada)
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
nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)
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...
matz (Yukihiro Matsumoto)
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
gnufied (hemant kumar)
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...
ariveira (Alexandre Riveira)
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 nobu (Nobuyoshi Nakada)
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 nobu (Nobuyoshi Nakada)
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 nobu (Nobuyoshi Nakada)
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 nobu (Nobuyoshi Nakada)
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
nobu (Nobuyoshi Nakada)
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
nobu (Nobuyoshi Nakada)
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...
nobu (Nobuyoshi Nakada)
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...
yugui (Yuki Sonoda)
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...
yugui (Yuki Sonoda)
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...
yugui (Yuki Sonoda)
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@...
yugui (Yuki Sonoda)

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 svn[bot]
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,...
suke (Masaki Suketa)
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 svn[bot]
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...
suke (Masaki Suketa)
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 suke (Masaki Suketa)
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,...
suke (Masaki Suketa)
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 suke (Masaki Suketa)
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
nobu (Nobuyoshi Nakada)
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
nobu (Nobuyoshi Nakada)
 

Also available in: Atom