Activity
From 07/14/2008 to 07/20/2008
07/20/2008
-
07:57 PM Revision 1b16c560 (git): * dir.c (dir_initialize): use rb_convert_type instead of
- rb_check_convert_type to prevent SEGV by Dir.new(".", true).
(dir_initialize): use FilePathValue before rb_enc_get(... - 07:44 PM Revision 0f673a17 (git): * 2008-07-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:44 PM Revision fe80d63d (git): * re.c (rb_reg_s_union): useless rb_enc_get call removed to prevent
- SEGV by Regexp.union("", nil).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18137 b2dd03c8-39d4-4d8f-98ff-823f... -
01:50 PM Revision 16ab763b (git): * compile.c (iseq_compile_each): NODE_POSTEXE should set each end
- procs only once. [ruby-dev:35596]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18136 b2dd03c8-39d4-4d8f-98ff-... -
08:33 AM Bug #293: context switch may occur during freeing io
- =begin
なかだです。
At Fri, 18 Jul 2008 19:47:28 +0900,
Yusuke ENDOH wrote in [ruby-dev:35578]:
> 原因は、T_FILE が GC される... -
07:05 AM Revision 4e554319 (git): * ext/win32ole/win32ole.c (EVENTSINK_Invoke): use rb_protect
- instead of rb_rescue2. [ruby-dev:35595]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18135 b2dd03c8-39d4-4d8f...
07/19/2008
- 04:28 PM Revision 8ceaf909 (git): * 2008-07-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18134 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:28 PM Revision a9b125cf (git): * ext/win32ole/win32ole.c (EVENTSINK_Invoke): little refactoring.
- * ext/win32ole/win32ole.c (EVENTSINK_GetIDsOfNames): return
ITypeInfo::GetIDsOfNames().
git-svn-id: svn+ssh://ci... -
12:35 AM Revision 535f17f3 (git): * ext/win32ole/win32ole.c (EVENTSINK_Invoke): little refactoring.
- * ext/win32ole/win32ole.c: add document of inspect methods.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18132...
07/18/2008
-
09:10 PM Revision 71b4ecb3 (git): Import RDoc r104. Various test fixes.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:52 PM Bug #293 (Closed): context switch may occur during freeing io
- =begin
遠藤です。
以下のように do_select の blocking region に native_thread_yield を
入れた上で、
Index: thread.c
===========... -
06:33 PM Feature #255: CGI element generation methods should convert keys/values to Strings before escaping.
- =begin
Ok, the old patch is bugged.
Converting keys to Strings using #to_s might result in duplicated element attr... - 03:41 PM Revision 0dc39b72 (git): * 2008-07-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18130 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:41 PM Revision 61a2d6ba (git): Sat Jul 19 00:27:58 2008 NAKAMURA Usaku <[email protected]>
- * numeric.c (check_uint, rb_num2uint, rb_fix2uint): fixed wrong check
about 64bit positive value.
git-sv... - 03:32 PM Revision dbd68031 (git): * numeric.c (check_uint): fix wrong message.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18128 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:29 PM Revision 2513550e (git): * 2008-07-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:29 PM Revision 404d0ad4 (git): * numeric.c (check_uint, rb_num2uint, rb_fix2uint): fixed wrong check
- about 64bit positive value.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18126 b2dd03c8-39d4-4d8f-98ff-823fe6... -
02:28 PM Revision 305b347a (git): * ext/win32ole/win32ole.c (EVENTSINK_Invoke): avoid cfp consistency
- error when exception raised in event callback.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18125 b2dd03c8-39d... -
11:47 AM Bug #289: sleep and Thread#run
- =begin
In article <[email protected]>,
Yukihiro Matsumoto <[email protected]> writes:
> 1.... -
11:41 AM Bug #289: sleep and Thread#run
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:35542] [Bug:1.9] sleep and Thread#run"
on Wed, 16 Jul 2008 20:4... -
11:40 AM Bug #289 (Closed): sleep and Thread#run
- =begin
1.9 では sleep で寝ているスレッドを Thread#run で起こせない
ようです。
% ./ruby -ve '
t = Thread.new {
t1 = Time.now
... -
11:39 AM Bug #272: test_chdir failed when Dir.tmpdir is symlink
- =begin
西山和広です。
At Mon, 14 Jul 2008 17:54:40 +0900,
Kazuhiro NISHIYAMA wrote:
>
> Dir.tmpdirが返すディレクトリがsymlinkの... - 05:59 AM Revision 068dd603 (git): * win32/win32.c (socklist): table for registering socket options
- (currently only O_NONBLOCK).
* win32/win32.c (StartSockets, exit_handler): alloc/free socklist.
* w... -
01:22 AM Revision bfc8925b (git): svn:eol-style LF
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18123 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:46 AM Revision 1f98b69e (git): * 2008-07-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:46 AM Revision fd25f74d (git): Import RDoc r101.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18121 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
07/17/2008
-
02:46 PM Revision 0af4a490 (git): * test/rdoc/test_rdoc_c_parser.rb (teardown): close tempfile.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:42 PM Revision 296150a2 (git): * lib/net/smtp.rb (Net::SMTP::start): revert to avoid RFC2821
- violation. [ruby-dev:35487]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@18118 b2dd03c8-39d4-4d8... -
12:40 PM Revision 91db0310 (git): * lib/net/smtp.rb (Net::SMTP::start): revert to avoid RFC2821
- violation. [ruby-dev:35487]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_6@18116 b2dd03c8-39d4-4d8... -
12:33 PM Revision b3f06325 (git): merge revision(s) 17719:
- * string.c (rb_str_format_m): make tmp volatile to avoid possible GC
problem.
git-svn-id: svn+ssh://ci.ru... -
12:32 PM Revision a571edd8 (git): merge revision(s) 17719:
- * string.c (rb_str_format_m): make tmp volatile to avoid possible GC
problem.
git-svn-id: svn+ssh://ci.ru... -
12:31 PM Revision 3ac99143 (git): merge revision(s) 18058:
- * lib/optparse.rb (OptionParser#environment): requires shellwords.
[ruby-dev:35466]
git-svn-id: svn+ssh:/... -
12:30 PM Revision 98d848a9 (git): merge revision(s) 18058:
- * lib/optparse.rb (OptionParser#environment): requires shellwords.
[ruby-dev:35466]
git-svn-id: svn+ssh:/... -
12:09 PM Revision d80a9afb (git): * test/ruby/test_process.rb (test_getpriority, test_setpriority): use
- PRIO_PROCESS instead of PRIO_USER.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18107 b2dd03c8-39d4-4d8f-98ff-... -
11:42 AM Revision df5604ce (git): * pack.c (pack_unpack): fix v and V with big endian.
- [1].pack("V").unpack("V") was [4294967296].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18106 b2dd03c8-39d4-4... -
11:36 AM Revision 871c83dd (git): * pack.c (pack_pack): fix i! with big endian. [1].pack("i!") was
- "\0\0\0\0".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 07:49 AM Revision fae330b3 (git): * ext/socket/socket.c (ruby_connect): select() for connect() has
- mean only when the socket is non-blocking.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18104 b2dd03c8-39d4-4... -
07:03 AM Bug #282 (Closed): failure of test_asctime(TestTime) on mswin32
- =begin
表題の通りですが、忘れないように記録に残しておきます。
test_asctime(TestTime) [(snip)/test/ruby/test_time.rb:291]:
<"Sat Jan 1... -
06:58 AM Bug #6: sprintf() of %f on Windows(MSVCRT)
- =begin
忘れないように関係があると思われる問題を追加しておきます。
test_attr(Complex_Test) [(snip)/test/ruby/test_complex.rb:186]:
<"-0.0... -
01:55 AM Revision b85504f0 (git): Simplify expression for RDoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:33 AM Revision fda0d273 (git): * 2008-07-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:32 AM Revision b4e38121 (git): * numeric.c (check_uint, rb_num2uint, rb_fix2uint): strict check.
- fixed [ruby-dev:33683]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18100 b2dd03c8-39d4-4d8f-98ff... - 01:23 AM Revision 6852eaaf (git): * numeric.c (check_uint, rb_num2uint, rb_fix2uint): strict check.
- fixed [ruby-dev:33683]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18099 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
07/16/2008
-
07:33 PM Revision c60b57ad (git): * test/ruby/enc: moved tests for particular encodings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:19 PM Revision 47e3f4e1 (git): * thread.c (thread_start_func_2): wake up joining threads.
- * thread.c (sleep_forever, sleep_timeval): return when interrupted.
[ruby-dev:35542]
* thread.c (timer_thread_func... -
07:12 PM Revision aba40d1a (git): * test/ruby/test_signal.rb (test_trap): string commands are allowed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18093 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:07 PM Bug #279 (Closed): trap("INT", "p 1") causes ArgumentError
- =begin
Applied in changeset r18084.
=end
-
02:24 PM Bug #279 (Closed): trap("INT", "p 1") causes ArgumentError
- =begin
trap("INT", "p 1") とすると、ArgumentError になります。
% ./ruby -ve 'trap("INT", "p 1")'
ruby 1.9.0 (2008-07-16 rev... -
05:07 PM Revision c9d0983a (git): merge revision(s) 18036:
- * lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): requires
webrick/cookie. [ ruby-Bugs-21139 ]
git-svn-id:... -
04:39 PM Revision 20bf6c6d (git): merge revision(s) 18031:
- * ext/zlib/zlib.c (rb_gzfile_set_mtime): fix typo. [ruby-core:17713]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/b... -
04:37 PM Revision dbfbe18a (git): merge revision(s) 18031:
- * ext/zlib/zlib.c (rb_gzfile_set_mtime): fix typo. [ruby-core:17713]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/b... - 04:30 PM Revision bb09f09b (git): * 2008-07-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:30 PM Revision 27bf963f (git): * io.c (appendline): remove invalid access.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18085 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:56 AM Bug #277 (Rejected): 1.9/trunk: build broken in ruby/ruby.h
- =begin
=end
-
08:05 AM Bug #277: 1.9/trunk: build broken in ruby/ruby.h
- =begin
Thanks, manual re-run of autoconf/configure fixed it. Ticket can be closed.
=end
-
09:04 AM Revision 1b2af065 (git): * signal.c (signal_exec, trap_handler): trap accepts a string as
- command. [ruby-dev:35533]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18084 b2dd03c8-39d4-4d8f-98ff-823fe69b...
07/15/2008
-
10:02 PM Bug #277: 1.9/trunk: build broken in ruby/ruby.h
- =begin
Hello,
In message "[ruby-core:17786] [Ruby 1.9 - Bug #277] 1.9/trunk: build broken in ruby/ruby.h"
on... -
09:44 PM Bug #277: 1.9/trunk: build broken in ruby/ruby.h
- =begin
Here is my config.log.
=end
-
09:44 PM Bug #277 (Rejected): 1.9/trunk: build broken in ruby/ruby.h
- =begin
MacOS X 10.4.11 / Ruby 1.9 from trunk/#18072 / gcc 4.2 from macports
Since the latest commits to ruby/ru... -
06:12 PM Bug #257: Thread#kill cannot break BLOCKING_REGION() on windows
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:35511] Re: [Bug:trunk] Thread#kill cannot break BLOCKING_REGION() on... -
05:56 PM Bug #257: Thread#kill cannot break BLOCKING_REGION() on windows
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:35448] Re: [Bug:trunk] Thread#kill cannot break BLOCKING_REGION() o... - 03:26 PM Revision 51988978 (git): * 2008-07-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18083 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:26 PM Revision eafe85f6 (git): * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): new
- method.
* test/ruby/test_argf.rb: use assert_in_out_err instead of
EnvUtil.rubyexec.
* test/ruby/test_module.rb: ... - 02:03 PM Revision 0c694317 (git): * {bcc32,win32}/Makefile.sub (ruby_version): follow changes in
- configure.in.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18081 b2dd03c8-39d4-4d8f-98ff-823fe69b... - 01:34 PM Revision e74af2cf (git): * win32/Makefile.sub (ruby_version): follow changes in configure.in.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:58 PM Revision c6271c79 (git): * ext/tk/{,tkutil/}extconf.rb: ruby/ruby.h no longer needs to be
- checked.
* ext/tk/{tcltklib.c,tkutil/tkutil.c}: check macros for each headers.
git-svn-id: svn+ssh://ci.ruby-lang.... -
12:58 PM Revision 3e7b91ee (git): * ext/tk/{,tkutil/}extconf.rb: ruby/ruby.h no longer needs to be
- checked.
* ext/tk/{tcltklib.c,tkutil/tkutil.c}: check macros for each headers.
git-svn-id: svn+ssh://ci.ruby-lang.... - 12:50 PM Revision 7eb2e99e (git): Add a comment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18078 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:49 PM Revision 074d49e3 (git): * ext/tk/extconf.rb, ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c: Do
- not test ruby/ruby.h, which makes OS X's gcc pick the wrong
header file from Ruby.framework.
git-svn-id: svn+ssh:... - 12:48 PM Revision e3cc2ee1 (git): * ext/tk/extconf.rb, ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c: Do
- not test ruby/ruby.h, which makes OS X's gcc pick the wrong
header file from Ruby.framework.
git-svn-id: svn+ssh... - 12:43 PM Revision 714de1cf (git): * 2008-07-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:43 PM Revision 80382b0e (git): * configure.in (--with-ruby-version): Add a new option to specify
- the ruby version string for version specific directories.
[ruby-dev:35490]
* mkconfig.rb: Definition of ruby_versi... -
12:36 PM Feature #235: default charset of rdoc
- =begin
=end
- 12:34 PM Revision c9eba693 (git): * ext/socket/socket.c (ruby_connect, s_accept): came back blocking
- region because other thread/process maybe read/write the socket
between select() and connect()/accept().
... - 12:33 PM Revision 6bc480e0 (git): * configure.in (--with-ruby-version): Add a new option to specify
- the ruby version string for version specific directories.
[ruby-dev:35490]
* mkconfig.rb: Definition of ruby_versi... - 09:26 AM Revision a6efdc47 (git): * ChangeLog: type.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:17 AM Revision 57331140 (git): * ext/socket/socket.c (ruby_connect, s_accept): no need to wrap by
- blocking region if checked before readable/writable by select.
* ext/socket/socket.c (bsock_send, s_recvfrom... - 09:14 AM Revision ad999502 (git): * 2008-07-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:14 AM Revision 25498d24 (git): * thread_win32.c (ubf_handle): cancel blocking IO if it can (only
- Vista). see [ruby-dev:35446]
* win32/win32.c (errmap): add ERROR_OPERATION_ABORTED as EINTR.
git-svn-id: ... -
02:55 AM Bug #256: defined?(Gem::RubyGemsVersion) behaves strange
- =begin
斎藤です。
On Tue, 15 Jul 2008 00:35:41 +0900
Kazuhiro NISHIYAMA <[email protected]> wrote:
> require 'rubyg... -
12:40 AM Bug #256: defined?(Gem::RubyGemsVersion) behaves strange
- =begin
西山和広です。
At Tue, 15 Jul 2008 00:14:50 +0900,
Tadashi Saito wrote:
>
> > #256には書き忘れてしまったのですが、require 'ru... -
12:39 AM Bug #256: defined?(Gem::RubyGemsVersion) behaves strange
- =begin
ワナベです。
2008/07/15 0:14 Tadashi Saito <[email protected]>:
> On Mon, 14 Jul 2008 23:31:13 +0900
>... -
12:19 AM Bug #256: defined?(Gem::RubyGemsVersion) behaves strange
- =begin
斎藤と申します。
On Mon, 14 Jul 2008 23:31:13 +0900
Kazuhiro NISHIYAMA <[email protected]> wrote:
> #256には書き忘れて...
07/14/2008
-
11:35 PM Bug #256: defined?(Gem::RubyGemsVersion) behaves strange
- =begin
西山和広です。
At Mon, 14 Jul 2008 23:14:42 +0900,
wanabe wrote:
>
> RubyGems は const_missing 等で遅延ロードされるようなので... -
11:19 PM Bug #256: defined?(Gem::RubyGemsVersion) behaves strange
- =begin
ワナベと申します。
# 英語ができないので ruby-dev に引っ張ってきてしまいました。
2008/7/11 Kazuhiro NISHIYAMA <[email protected]>:
> B... -
09:57 AM Bug #256: defined?(Gem::RubyGemsVersion) behaves strange
- =begin
=end
-
05:59 PM Bug #272 (Closed): test_chdir failed when Dir.tmpdir is symlink
- =begin
Dir.tmpdirが返すディレクトリがsymlinkのときにtest_chdirが失敗します。
% ln -s /tmp $HOME/symlink-tmpdir
% env TMPDIR=$HOME/... -
11:38 AM Revision 598fdcb7 (git): * test/win32ole/test_win32ole_event.rb (teardown): fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:23 AM Bug #270: lazy timer thraed creation
- =begin
=end
-
10:23 AM Bug #270 (Closed): lazy timer thraed creation
- =begin
ささだです.
現在,1.9 では timer thread というものを起動時に作って,以下の用途
に利用しています.
a) スレッドスイッチの契機
b) signal の集約
c)... -
09:59 AM Feature #108: strftimeのusec対応
- =begin
=end
-
09:58 AM Bug #268: "make benchmark" segfaults on amd64 Linux gcc 4.3.1
- =begin
=end
-
09:57 AM Feature #235: default charset of rdoc
- =begin
Who's task?
Kazuhiro NISHIYAMA wrote:
> Issue #235 has been reported by Kazuhiro NISHIYAMA.
>
> ------... -
09:47 AM Revision 94ed51b2 (git): * transcode.c (transcode_loop): constified.
- * transcode.c (str_transcode): rb_str_set_len() sets a delimiter.
* transcode_data.h (rb_transcoder): constified pre... -
08:40 AM Revision ae875579 (git): * test/ruby/test_time.rb (TestTime#test_time_interval): add timeout
- to avoid stopping tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:27 AM Revision ef62472e (git): * transcode.c (get_replacement_character): temporary function,
- get characters for replacement mode.
* transcode.c (transcode_loop): add undef key and replace value.
* transcode.c... -
06:17 AM Revision 641d6ece (git): * test/ruby/test_variable.rb (TestVariable#test_global_variable_0): add test of $0.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:37 AM Revision 878a3f60 (git): * ext/socket/extconf.rb: initialize winsock on win32 to avoid error
- dialog of OS.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom