Activity
From 12/01/2008 to 12/07/2008
12/07/2008
-
10:03 PM Bug #607: Mini/Unit Break assert_send()
- =begin
=end
-
10:03 PM Feature #235: default charset of rdoc
- =begin
=end
-
10:02 PM Bug #555: method_missing in Gem module removes some necessary methods
- =begin
=end
-
02:54 PM Revision a41eeddd (git): * configure.in (LIBPATHFLAG): commit miss.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:47 PM Revision 65962a25 (git): * configure.in (LIBPATHFLAG): use numbered specifier if RPATHFLAG
- is set. [ruby-talk:322136]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20573 b2dd03c8-39d4-4d8f-... -
02:47 PM Revision f65395f7 (git): * configure.in (LIBPATHFLAG): use numbered specifier if RPATHFLAG
- is set. [ruby-talk:322136]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20573 b2dd03c8-39d4-4d8f-98ff-823fe69... -
02:17 PM Revision a2a53430 (git): * Makefile.in (LIBRUBY_SO): localizes non-public symbols.
- * configure.in (OBJDUMP, OBJCOPY): for dealing with binary files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... -
12:35 PM Revision 920ea359 (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:25 PM Bug #833 (Closed): Encoding in which Array#pack returns when the last format is 'u', 'M', 'm'
- =begin
Yuguiです。
たぶん[ruby-dev:37286]がらみですが、パックフォーマットの最後に'u', 'M',
'm'があると戻り値が問答無用でUS-ASCIIになります。
str1 = "\xE0\... -
12:00 PM Bug #832 (Closed): Encoding in which Array#pack returns when a string-related format and a byte seq format are mixed
- =begin
Yuguiです。
現在、次のようになります。
["\u3042", 1].pack("A*s!").encoding #=> #<Encoding:UTF-8>
しかしながら、s!が生成するの... -
10:34 AM Revision 7c20c4ec (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:45 AM Revision c0264efa (git): * lib/open3.rb (Open3.capture3): renamed from Open3.poutput3.
- (Open3.capture2): renamed from Open3.poutput2.
(lOpen3.capture2e): renamed from Open3.poutput2e.
git-svn-id: svn+... - 02:49 AM Revision 0884ca04 (git): * 2008-12-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20568 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:49 AM Revision 1de2a15a (git): * lib/open3.rb (Open3.poutput3): :binmode option implemented.
- (Open3.poutput2): ditto.
(Open3.poutput2e): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20567 b2dd03... -
02:33 AM Bug #817 (Rejected): SystemStackError後のrescue
- =begin
rejected as requested by the original poster.
=end
-
02:21 AM Bug #817: SystemStackError後のrescue
- =begin
すみません、もう一度考えてみたら
最内のRuntimeErrorをその1つ上の階層のfooのrescueが拾っているだけなので
全く正しい挙動だったことに気がつきました。
お手数ですがrejectお願いしま...
12/06/2008
-
03:13 PM Bug #831 (Closed): make clean がエラーになる
- =begin
ruby-1.9.1-preview2 で configure 後 make clean するとエラーになります。
$ make clean
sed 's/{\$([^(){}]*)[^{}]*}//g'... -
01:21 PM Bug #830 (Closed): Encoding::UndefinedConversionError
- =begin
Encoding::UndefinedConversionErrorのエラーメッセージは
内部のUTF-8ではなくて変換元(この場合EUC-JP)を示したほうがわかりやすいと思います。
# -*- cod... -
12:52 PM Revision 0b314ffd (git): update rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:33 AM Revision 790004bc (git): * tool/make-snapshot (package): added RM and CP. [ruby-dev:37288]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20565 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:33 AM Revision 82a0e61e (git): * tool/make-snapshot (package): added RM and CP. [ruby-dev:37288]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20565 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:55 AM Revision 4b983b90 (git): * pack.c (pack_pack): 'u0' is not special differently from 'm0'.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20564 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:37 AM Revision 343deb4c (git): * pack.c (pack_pack): set US-ASCII and CODERANGE_7BIT
- when quoted-printable ('M') and base64 ('m').
[ruby-dev:37284]
* pack.c (pack_unpack): ditto.
git-svn-id: svn+ssh... -
01:05 AM Revision 83b37cfc (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
12/05/2008
-
09:17 PM Bug #827: Fix document for Gem::Installer#write_spec
- =begin
=end
-
02:40 PM Bug #827 (Closed): Fix document for Gem::Installer#write_spec
- =begin
コードとドキュメントが一致していないようだったので修正してみました。
Index: lib/rubygems/installer.rb
==================================... -
09:16 PM Bug #821: uninitialized constant Test::Unit::AutoRunner
- =begin
=end
-
09:16 PM Bug #824: st.h requires stdlib.h
- =begin
=end
-
08:50 AM Bug #824: st.h requires stdlib.h
- =begin
Hi Felipe,
An aside, but libxml-ruby shouldn't be using st.h anymore (it did for a release but I took it... -
08:30 AM Bug #824: st.h requires stdlib.h
- =begin
Another option is to use stddef.h.
=end
-
08:25 AM Bug #824 (Closed): st.h requires stdlib.h
- =begin
st.h is using size_t which is defined in stdlib.h.
Compilation fails when using st.h directly. That happ... -
09:15 PM Feature #818: Enumerator#inspect
- =begin
=end
-
09:15 PM Bug #817: SystemStackError後のrescue
- =begin
=end
-
09:15 PM Bug #813: rubygems/source_info_cache_entry.rb document have a little mistake
- =begin
=end
-
09:14 PM Bug #812: Failure: test_priority (TestThread) on mswin32
- =begin
=end
-
09:14 PM Bug #804: Ruby 1.9.1 preview 2 : make test failure
- =begin
=end
-
09:13 PM Bug #803: eval with binding
- =begin
=end
-
09:13 PM Feature #712: M17N of erb
- =begin
=end
-
06:08 PM Bug #822: gets blocks when it shouldn't
- =begin
On Fri, Dec 05, 2008 at 10:40:56AM +0900, Nobuyoshi Nakada wrote:
> > And also mention that such a sequence ... -
10:47 AM Bug #822: gets blocks when it shouldn't
- =begin
Hi,
At Fri, 5 Dec 2008 04:39:12 +0900,
Brian Candler wrote in [ruby-core:20318]:
> Maybe this is a docum... -
04:45 AM Bug #822: gets blocks when it shouldn't
- =begin
Maybe this is a documentation error then. ri IO.gets only says: "two successive newlines in the input separat... -
12:50 AM Bug #822 (Rejected): gets blocks when it shouldn't
- =begin
It's spec.
IO#gets with an empty string swallows empty lines, read non-empty lines, and swallows empty line... - 03:10 PM Revision c087e70c (git): * 2008-12-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:09 PM Revision 41a3fbff (git): rdoc udpate.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:13 PM Bug #825 (Closed): Gem::Installer#generate_windows_script の引数の順番が他と一致しない
- =begin
一つだけ引数の順番が異なるのは、混乱するので
Gem::Installer#generate_bin_script, Gem::Installer#generate_bin_symlink
と引数の順番を合わせ... -
01:35 PM Revision aeb5824c (git): merges r20547 from trunk into ruby_1_9_1.
- * rational.c (nurat_{to_s,inspect}): performance improvement.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/r... -
01:34 PM Revision a0b0c4e5 (git): merges r20546 from trunk into ruby-1_9_1.
- * complex.c: inpsect should not depend on to_s.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@2055... -
01:34 PM Revision 28053a88 (git): merges r20545 from trunk into ruby_1_9_1.
- fix for 1.8's
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20556 b2dd03c8-39d4-4d8f-98ff-823fe69b... -
01:34 PM Revision 377a6581 (git): merges r20536 from trunk into ruby_1_9_1.
- * compile.c (iseq_set_sequence): uses rb_compile_warning() for
warning at compilation time.
git-svn-id: svn+ssh://... -
01:34 PM Revision 51782c7f (git): merges r20535 from trunk into ruby_1_9_1.
- * compile.c (ruby_iseq_compile, ruby_iseq_translate_threaded_code),
(ruby_insns_name_array, ruby_iseq_build_from_ar... -
01:34 PM Revision 7ac90158 (git): merges r20534 from trunk into ruby_1_9_1.
- * string.c (rb_str_cmp_m): fixed rdoc. pointed out by <Thomas
C. Mitchell AT gmail.com> at [ruby-talk:321967]
git... -
01:34 PM Revision 72c96b80 (git): merges r20532 from trunk into ruby_1_9_1.
- * io.c (io_binwrite): arg.offset should be updated after retry.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches... -
01:33 PM Revision 0f0c5653 (git): merges r20531 from trunk into ruby_1_9_1.
- * load.c (rb_get_load_path): returns the load path without
touching.
* load.c (rb_feature_provided): new function ... -
01:33 PM Revision 2ebd4bae (git): merges r20524 from trunk into ruby_1_9_1.
- * pack.c (pack_pack): propagate taint status from format string to
result string.
git-svn-id: svn+ssh://ci.ruby-la... -
01:33 PM Revision 366bc6de (git): merges r20515 from trunk into ruby_1_9_1.
- * spec/default.mspec: follows changes in rubyspec project.
inherits configurations from ruby.1.9.mspec.
git-svn-id... -
01:33 PM Revision b6966e48 (git): merges r20514 from trunk into ruby_1_9_1.
- * test/ruby/test_complex.rb: added some tests.
* test/ruby/test_rational.rb: ditto.
git-svn-id: svn+ssh://c... - 12:47 PM Revision d5d39dd3 (git): * rational.c (nurat_{to_s,inspect}): performance improvement.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20547 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:44 PM Revision 2d3f41d1 (git): * complex.c: inpsect should not depend on to_s.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20546 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:09 PM Revision 8c079727 (git): fix for 1.8's
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:07 AM Revision 415e2cbd (git): * lib/open3.rb (Open3.pipeline_start): new method.
- (Open3.pipeline): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:00 AM Revision 1385ce5f (git): rdoc update.
- prefer :in over STDIN because STDIN.fileno may changed if
STDIN.instance_eval { initialize 1 }.
git-svn-id: svn+ssh... -
09:58 AM Revision 3406ddcb (git): * process.c (run_exec_dup2): !save is false if Qnil.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:14 AM Revision a688d54b (git): * 2008-12-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:14 AM Revision 862d56d5 (git): * win32/win32.c (rb_w32_read, rb_w32_write, rb_w32_isatty): check
- whether fd is valid.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20540 b2dd03c8-39d4-4d8f-98ff-8... - 09:14 AM Revision 9fb5d4ed (git): * win32/win32.c (rb_w32_read, rb_w32_write, rb_w32_isatty): check
- whether fd is valid.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20540 b2dd03c8-39d4-4d8f-98ff... - 09:08 AM Revision 5d65e098 (git): * win32/win32.c (rb_w32_read, rb_w32_write, rb_w32_isatty): check
- whether fd is valid.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:05 AM Revision f6d18c3f (git): * iseq.c (rb_iseq_parameters): proc arguments are always optional.
- * proc.c (get_proc_iseq, rb_proc_parameters): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20538 b2dd03... - 03:52 AM Revision 523d9090 (git): * win32/win32.c (waitpid): fix bug of checking child slot.
- * win32/win32.c (FindChildSlotByHandle): new.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20537 ... -
03:38 AM Revision ed19ff6b (git): * compile.c (iseq_set_sequence): uses rb_compile_warning() for
- warning at compilation time.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20536 b2dd03c8-39d4-4d8f-98ff-823fe6... -
03:35 AM Revision 794eb7bc (git): * compile.c (ruby_iseq_compile, ruby_iseq_translate_threaded_code),
- (ruby_insns_name_array, ruby_iseq_build_from_ary): prefixed with
ruby_.
* iseq.c (ruby_iseq_load, ruby_insn_make_i... -
01:01 AM Revision 8c0efdc1 (git): * string.c (rb_str_cmp_m): fixed rdoc. pointed out by <Thomas
- C. Mitchell AT gmail.com> at [ruby-talk:321967]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20534... -
01:01 AM Revision cc1401e5 (git): * string.c (rb_str_cmp_m): fixed rdoc. pointed out by <Thomas
- C. Mitchell AT gmail.com> at [ruby-talk:321967]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20534 b2dd03c8-39... -
12:32 AM Feature #819: Caching Symbol#to_proc
- =begin
なかだです。
At Thu, 4 Dec 2008 21:19:24 +0900,
Shumpei Akai wrote in [ruby-dev:37274]:
> 直すならこのような感じでしょうか.
... -
12:27 AM Feature #819 (Closed): Caching Symbol#to_proc
- =begin
Applied in changeset r20521.
=end
12/04/2008
-
11:26 PM Bug #822 (Rejected): gets blocks when it shouldn't
- =begin
r,w = IO.pipe
w.write("some text\n\n\nsome text\n\n\n")
puts r.gets("")
puts r.gets("")
When I use... -
11:03 PM Revision 5dbbef2b (git): update rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20533 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:59 PM Revision 4433defb (git): * io.c (io_binwrite): arg.offset should be updated after retry.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:06 PM Bug #821 (Rejected): uninitialized constant Test::Unit::AutoRunner
- =begin
require 'test/unit'
Test::Unit::AutoRunner.run(true, './somedir')
(注: ./somedir 以下にはテストが書かれたスクリプトが多数あ... -
09:25 PM Feature #819: Caching Symbol#to_proc
- =begin
赤井です.
Hajime Hoshi wrote, (2008/12/04 9:48):
> 動作確認はしていないのですが、
> sym_proc_cache の生成直後は長さ (len) 0 の配列なので
... -
12:18 PM Feature #819: Caching Symbol#to_proc
- =begin
なかだです。
At Thu, 4 Dec 2008 09:48:10 +0900,
Hajime Hoshi wrote in [ruby-dev:37267]:
> 動作確認はしていないのですが、
> s... -
06:29 PM Revision 8e864d1e (git): * load.c (rb_get_load_path): returns the load path without
- touching.
* load.c (rb_feature_provided): new function to return the loading
path in addition to rb_provided().
*... -
05:07 PM Bug #807 (Closed): Gem::Validator#remove_leading_dot_dir should be private
- =begin
Applied in changeset r20496.
=end
- 04:39 PM Revision 0b10c320 (git): * test/ruby/test_process.rb: skip some tests on win32.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20530 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:39 PM Revision 53e7e2d2 (git): * string.c (sym_to_proc): tabified.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:39 PM Revision a9a4435e (git): * win32/win32.c (rb_w32_read): ERROR_BROKEN_PIPE is not a real error
- at this point.
* io.c (pipe_open): use rb_w32_spawn() instead of rb_w32_pipe_exec()
to use our own... -
04:35 PM Revision c7bd98b7 (git): * string.c (sym_to_proc): use hidden object.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:31 PM Bug #814: NoMethodError: undefined method `read_nonblock' for #<OpenSSL::SSL::SSLSocket:0x1a64f9a0>
- =begin
Hi,
In message "Re: [ruby-core:20298] Re: [Bug #814] NoMethodError: undefined method `read_nonblock' for #... -
04:27 PM Bug #814 (Closed): NoMethodError: undefined method `read_nonblock' for #<OpenSSL::SSL::SSLSocket:0x1a64f9a0>
- =begin
Applied in changeset r20493.
=end
-
09:02 AM Bug #814: NoMethodError: undefined method `read_nonblock' for #<OpenSSL::SSL::SSLSocket:0x1a64f9a0>
- =begin
Here is an even better patch. With tests.
=end
- 04:27 PM Revision 020bbc99 (git): * 2008-12-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:27 PM Revision 6fa92af4 (git): * pack.c (pack_pack): propagate taint status from format string to
- result string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:20 PM Revision 408ca7cb (git): * pack.c (pack_pack): propagate taint status from format string to
- result string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 03:35 PM Revision 80a3f22b (git): * process.c (run_exec_dup2): need to sort by reverted order when
- restoring fds.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:21 PM Revision 49b10fd5 (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:17 PM Revision f1493267 (git): * string.c (sym_to_proc): caches Symbol procs, based on a patch from
- Shumpei Akai <admin AT flexfrank.net>. [ruby-dev:37265]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20521 b2... - 03:03 PM Revision bec3fed1 (git): * 2008-12-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:03 PM Revision e7562555 (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:57 PM Bug #820 (Closed): a little mistake in rubygems/local_remote_options.rb
- =begin
Applied in changeset r20491.
=end
-
02:23 PM Bug #820 (Closed): a little mistake in rubygems/local_remote_options.rb
- =begin
ドキュメントに小さな間違いがあったので報告します。
Index: rubygems/local_remote_options.rb
====================================... -
02:53 PM Bug #805: Ruby 1.9.1 preview 2 : build failure on OpenSolaris
- =begin
Hi,
In message "Re: [ruby-core:20294] Re: [Bug #805](Closed) Ruby 1.9.1 preview 2 : build failure on OpenS... -
02:40 PM Bug #805: Ruby 1.9.1 preview 2 : build failure on OpenSolaris
- =begin
Thanks Matz!
There is another occurrence of ISPRINT in function "window_getch" in
"ext/curses/curses.c"... -
02:07 PM Bug #805 (Closed): Ruby 1.9.1 preview 2 : build failure on OpenSolaris
- =begin
Applied in changeset r20482.
=end
-
01:46 PM Bug #805: Ruby 1.9.1 preview 2 : build failure on OpenSolaris
- =begin
I traced back header inclusions:
"ruby-trunk/ext/curses/curses.c" conditionally includes "<curses.h>"
"... -
12:45 PM Bug #805: Ruby 1.9.1 preview 2 : build failure on OpenSolaris
- =begin
Hi,
At Thu, 4 Dec 2008 12:15:03 +0900,
Dae San Hwang wrote in [ruby-core:20284]:
> I've checked system h... -
12:21 PM Bug #805: Ruby 1.9.1 preview 2 : build failure on OpenSolaris
- =begin
I've checked system header files and found following macro definitions
of ISPRINT.
/* in "/usr/includ... -
02:35 PM Revision 21d43824 (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:31 PM Revision d291c56e (git): * win32/win32.c (waitpid): fix bug of checking child slot.
- * win32/win32.c (FindChildSlotByHandle): new.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@2051... - 02:31 PM Revision 8068f497 (git): * win32/win32.c (waitpid): fix bug of checking child slot.
- * win32/win32.c (FindChildSlotByHandle): new.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20517 b2dd03c8-39d... -
02:24 PM Revision bca9bf7f (git): * lib/open3.rb (Open3.poutput3): new method.
- (Open3.poutput2): ditto.
(Open3.poutput2e): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20516 b2dd0... -
02:06 PM Revision 644d1e7a (git): * spec/default.mspec: follows changes in rubyspec project.
- inherits configurations from ruby.1.9.mspec.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20515 b2dd03c8-39d4-4... - 01:14 PM Revision a821725a (git): * test/ruby/test_complex.rb: added some tests.
- * test/ruby/test_rational.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20514 b2dd03c8-39d4-4d8f-98... -
11:47 AM Feature #810 (Closed): Enumerator#inspect
- =begin
Applied in changeset r20481.
=end
-
11:45 AM Revision d681d980 (git): update rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20513 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:58 AM Revision 87c7905b (git): * lib/open3.rb (Open3.popen3): simplified.
- (Open3.popen_run): extracted from Open3.popen3.
(Open3.popen2): new method.
(Open3.popen2e): new method.
(Open3... -
10:17 AM Revision a112ec78 (git): * process.c (check_exec_fds): resolve cascaded child fd reference.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:56 AM Revision bd9befd9 (git): merges r20496 from trunk into ruby_1_9_1.
- * lib/rubygems/validator.rb (Gem#remove_leading_dot_dir): make
this method private. a patch from okkez in [ruby-de... -
08:56 AM Revision 47f56def (git): merges r20492 from trunk into ruby_1_9_1.
- * lib/gserver.rb: fixed type in sample code. a report from Oleg
Puchinin.
git-svn-id: svn+ssh://ci.ruby-lang.org/... -
08:56 AM Revision 6af8e633 (git): merges r20491 from trunk into ruby_1_9_1.
- * lib/rubygems/local_remote_options.rb (Gem#add_update_sources_option):
little documentation fix. a patch from okk... -
08:56 AM Revision 75a39e69 (git): merges r20490 from trunk into ruby_1_9_1.
- * ext/curses/curses.c (curses_getch): no ISPRINT(). [ruby-core:20294]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/br... -
08:55 AM Revision 1f3c6d2d (git): merges r20482 from trunk into ruby_1_9_1.
- * ext/curses/curses.c (window_getch): avoid ISPRINT() macro which
has an issue with OpenSolaris. [ruby-core:20189]... -
08:55 AM Revision 962d8495 (git): merges r20480 from trunk into ruby_1_9_1.
- * vm_method.c (rb_obj_respond_to): Remove a duplicated rdoc
comment and fix a markup error.
git-svn-id: svn+ssh://... -
08:55 AM Revision ce580248 (git): merges r20476 and r20479 from trunk into ruby_1_9_1.
- * ext/tk/lib/tk/menu.rb: TkOptionMenubutton.new fails to treat
'parent' and 'variable' options on a Hash argument.
... -
08:55 AM Revision 638d844b (git): merges r20475 from trunk into ruby_1_9_1.
- * ext/tk/lib/tk.rb: bug fix. use ::RubyVM instead of ::VM [ruby-list:45676]
* ext/tk/tcltklib.c: update RELEASE_DATE
... -
08:55 AM Revision 7580da68 (git): merges r20474 from trunk into ruby_1_9_1.
- * complex.c (nurat_{to_s,inspect}): provides better representation
for in-finite imag part.
git-svn-id: sv... -
08:55 AM Revision 4cef7e44 (git): merges r20473 from trunk into ruby_1_9_1.
- * complex.c (f_signbit): NaN may be signed value.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20... -
08:55 AM Revision a78d9cd8 (git): merges r20472 from trunk into ruby_1_9_1.
- update rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:54 AM Revision bc2c2f91 (git): merges r20469 from trunk into ruby_1_9_1.
- * parse.y (expr): keyword_not can continue across newline.
[ruby-core:20252]
git-svn-id: svn+ssh://ci.ruby-lang.or... -
08:54 AM Revision 857099f5 (git): merges r20460 from trunk into ruby_1_9_1.
- * ext/tk/tcltklib.c (ip_ruby_cmd, ip_invoke_with_position): must
not access internal union directly. [ruby-list:45... -
08:54 AM Revision 65616e89 (git): merges r20458 and r20459 from trunk into ruby_1_9_1.
- * io.c (rb_io_getc, rb_io_readchar): documentation correction from
Emiel van de Laar. [ruby-core:20212]
* ext/str... -
07:58 AM Revision 2bb4ca64 (git): * lib/rubygems/validator.rb (Gem#remove_leading_dot_dir): make
- this method private. a patch from okkez in [ruby-dev:37245]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20496... -
07:27 AM Revision fbdf8cb8 (git): * lib/gserver.rb: fixed type in sample code. a report from Oleg
- Puchinin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:26 AM Revision ffe57003 (git): * ext/openssl/ossl_ssl.c (ossl_ssl_read_nonblock):
- OpenSSL::SSL::SSLSocket should implement read_nonblock. a patch
from Aaron Patterson in [ruby-core:20277]. fix: #... -
07:21 AM Revision 57f7d8c2 (git): * ext/openssl/ossl_ssl.c (ossl_ssl_read_nonblock):
- OpenSSL::SSL::SSLSocket should implement read_nonblock. a patch
from Aaron Patterson in [ruby-core:20277]. fix: #... -
07:17 AM Revision 8a8226fa (git): * lib/gserver.rb: fixed type in sample code. a report from Oleg
- Puchinin.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:55 AM Revision c69b59c4 (git): * lib/rubygems/local_remote_options.rb (Gem#add_update_sources_option):
- little documentation fix. a patch from okkez. [ruby-dev:37271]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2... -
05:52 AM Revision f5332d6b (git): * ext/curses/curses.c (curses_getch): no ISPRINT(). [ruby-core:20294]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:19 AM Revision 4a351690 (git): merges r20454 from trunk into ruby_1_9_1.
- * lib/rexml/xpath.rb (REXML::XPath.first): apply documentation
patch from Ken Bloom in [ruby-core:20213].
* lib/re... -
05:19 AM Revision c89703ca (git): merges r20452 from trunk into ruby_1_9_1.
- * test/ruby/test_range.rb: add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20488 b2dd03c... -
05:19 AM Revision 27fbb1ea (git): merges r20451 from trunk into ruby_1_9_1.
- * test/ruby/test_string.rb: add some tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20487 b2... -
05:19 AM Revision 3567a062 (git): merges r20444 and r20447 from trunk into ruby_1_9_1.
- add comment for select behavior on file descriptors over FD_SETSIZE.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/bra... -
05:19 AM Revision 9093d990 (git): merges r20442 from trunk into ruby_1_9_1.
- * test/socket/test_tcp.rb (test_recvfrom): already can run on mswin32.
* test/socket/test_tcp.rb (test_recvfrom, tes... - 05:19 AM Revision 7c47ca7e (git): * 2008-12-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:19 AM Revision a7f0a9a4 (git): merges r20440 from trunk into ruby_1_9_1.
- * test/socket/test_tcp.rb (test_recvfrom, test_encoding): shouldn't assume
that th is not nil.
git-svn-id: svn+ssh... -
04:57 AM Revision 782576a5 (git): * ext/curses/curses.c (window_getch): avoid ISPRINT() macro which
- has an issue with OpenSolaris. [ruby-core:20189]
* signal.c (ruby_signal): EINVAL from sigaction(2) is not a bug.
... - 02:44 AM Revision ea465ecd (git): * enumerator.c (inspect_enumerator): Implement #inspect.
- [ruby-dev:37248]-[ruby-dev:37263]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20481 b2dd03c8-39d4-4d8f-98ff-8... - 02:39 AM Revision f259918c (git): * vm_method.c (rb_obj_respond_to): Remove a duplicated rdoc
- comment and fix a markup error.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20480 b2dd03c8-39d4-4d8f-98ff-823...
12/03/2008
-
10:57 PM Bug #816 (Closed): Unexpected syntax error with: if true and not\n false
- =begin
Applied in changeset r20469.
=end
-
03:37 PM Bug #816 (Closed): Unexpected syntax error with: if true and not\n false
- =begin
ruby -v so.rb
ruby 1.8.7 (2008-11-11 patchlevel 73) [i686-linux]
"yay"
ruby1.9 -v so.rb
ruby 1.... -
09:09 PM Revision c5d06834 (git): * ChangeLog: add entry.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:08 PM Revision 01d4a7ad (git): * 2008-12-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:08 PM Revision 0aaec36f (git): * ext/tk/lib/tk/menu.rb: TkOptionMenubutton.new fails to treat
- 'parent' and 'variable' options on a Hash argument.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@2... -
09:03 PM Revision 694fab95 (git): * ext/tk/lib/tk/menu.rb: TkOptionMenubutton.new fails to treat
- 'parent' and 'variable' options on a Hash argument.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20476 b2dd03c... -
08:44 PM Feature #819 (Closed): Caching Symbol#to_proc
- =begin
Symbol#to_proc で毎回オブジェクトを生成するのは無駄な気がするので,
いくつかキャッシュしてはどうでしょうか.
require 'benchmark'
N=10000
syms_mi... -
08:42 PM Feature #818: Enumerator#inspect
- =begin
遠藤です。
2008/12/03 19:57 Akinori MUSHA <[email protected]>:
> At Wed, 3 Dec 2008 18:39:59 +0900,
> U.Nakamu... -
06:45 PM Feature #818: Enumerator#inspect
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:37261] Re: [Feature:1.9] Enumerator#inspect"
on Dec.03,2008 18... -
06:23 PM Feature #818 (Closed): Enumerator#inspect
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:37259] Re: [Feature:1.9] Enumerator#inspect"
on Wed, 3 Dec 2... -
08:10 PM Revision 57746bb6 (git): * ext/tk/lib/tk.rb: bug fix. use ::RubyVM instead of ::VM [ruby-list:45676]
- * ext/tk/tcltklib.c: update RELEASE_DATE
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20475 b2dd03c8-39d4-4d8f... -
04:46 PM Bug #817 (Rejected): SystemStackError後のrescue
- =begin
スタックがあふれた後に例外が捕捉される位置がおかしくなるように思います。
$ ./ruby -ve '
def foo
foo
rescue SystemStackError
rais... - 04:43 PM Revision ef38a43c (git): * complex.c (nurat_{to_s,inspect}): provides better representation
- for in-finite imag part.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 04:28 PM Revision 28c53aab (git): * complex.c (f_signbit): NaN may be signed value.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20473 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:02 PM Revision ec324872 (git): update rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:02 PM Revision a30be4c3 (git): * 2008-12-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:02 PM Revision 30b8f1ee (git): * process.c (EXEC_OPTION_DUP2_CHILD): defined.
- (check_exec_redirect_fd): check :in, :out and :err.
(check_exec_redirect): check [:child, fd].
(check_exec_fds): ... -
02:00 PM Bug #814 (Closed): NoMethodError: undefined method `read_nonblock' for #<OpenSSL::SSL::SSLSocket:0x1a64f9a0>
- =begin
My patch from #806 broke because OpenSSL::SSL::SSLSocket doesn't implement read_nonblock.
I've attached ... -
01:54 PM Revision 8c01ec88 (git): * parse.y (expr): keyword_not can continue across newline.
- [ruby-core:20252]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20469 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:47 PM Bug #813 (Closed): rubygems/source_info_cache_entry.rb document have a little mistake
- =begin
あまり自信がないのですが、なんかおかしい気がするので報告しておきます。
Index: rubygems/source_info_cache_entry.rb
=======================... -
01:41 PM Revision 6e0f413f (git): * iseq.c (simple_default_value): returns simplest assignment only.
- [ruby-core:20237]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:52 PM Bug #812 (Closed): Failure: test_priority (TestThread) on mswin32
- =begin
こんにちは、なかむら(う)です。
表題の通りですが、priorityの低いスレッドの選択率を下げる機構
はpthreadでもwin32でも同じなのに、win32だとまともに機能してい
ないように見える... -
12:33 PM Revision ca209c80 (git): * process.c (check_exec_redirect): accept :in, :out, :err as redirect
- target.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20467 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:27 PM Bug #808 (Closed): IO (StringIO) documentation corrections.
- =begin
Applied in changeset r20458.
=end
- 12:19 PM Revision e98e384b (git): revert.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20466 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:39 AM Revision dc21e636 (git): * regex.c (re_compile_pattern): Use %ld for pointer differences.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20465 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:37 AM Revision 1e5c02dd (git): Cosmetic change.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20464 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:36 AM Revision ed22e869 (git): * pack.c (rb_utf8_to_uv), intern.h: Rename utf8_to_uv to
- rb_utf8_to_uv and export.
* re.c (str_ord): Backport String#ord from 1.9 (sort of);
requested by Shinichiro Hamaji... - 07:30 AM Revision 4a2088a7 (git): Properly terminate the "Local variable" section.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20462 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:23 AM Revision 05438733 (git): * string.c (rb_str_getbyte, rb_str_setbyte): Add String#getbyte
- and String#setbyte for the forward compatibility with 1.9, where
the behavior of String#[] and String#[]= have chan... -
05:48 AM Revision 13424f32 (git): * ext/tk/tcltklib.c (ip_ruby_cmd, ip_invoke_with_position): must
- not access internal union directly. [ruby-list:45670]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20460 b2dd... -
03:24 AM Revision f71dcc1b (git): * ChangeLog: fixed function name.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:22 AM Revision aa39c449 (git): * io.c (rb_io_getc, rb_io_readchar): documentation correction from
- Emiel van de Laar. [ruby-core:20212]
* ext/stringio/stringio.c (strio_ungetbyte): ditto.
git-svn-id: svn+ssh://ci... -
03:21 AM Revision fea206e9 (git): properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20457 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:42 AM Revision fba7f2b0 (git): * 2008-12-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20456 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:42 AM Revision c13d84b1 (git): * lib/rexml/xpath.rb (REXML::XPath.first): apply documentation
- patch from Ken Bloom in [ruby-core:20213].
* lib/rexml/xpath.rb (REXML::XPath.each): ditto.
git-svn-id: svn+ssh://c... -
12:31 AM Revision 684f94c0 (git): * lib/rexml/xpath.rb (REXML::XPath.first): apply documentation
- patch from Ken Bloom in [ruby-core:20213].
* lib/rexml/xpath.rb (REXML::XPath.each): ditto.
git-svn-id: svn+ssh://c... -
12:05 AM Feature #810 (Closed): Enumerator#inspect
- =begin
遠藤です。
Enumerator の中身をわかりやすく表示してくれる Enumerator#inspect を
提供すると便利だと思います。例えばこんな感じ。
$ ruby19 -e 'g = (1..1...
12/02/2008
-
10:05 PM Bug #808 (Closed): IO (StringIO) documentation corrections.
- =begin
Hello,
I went through io.c and stringio.c and corrected the documentation for a couple of methods (new w... -
06:20 PM Bug #807 (Closed): Gem::Validator#remove_leading_dot_dir should be private
- =begin
以下の一ヶ所でしか使われていないので Gem::Validator#remove_leading_dot_dir は private にした方がいいと思います。
$ rak remove_leading_do... -
05:58 PM Revision 7fd3ac48 (git): * test/ruby/test_rational.rb: add a test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:53 PM Revision 181ffea5 (git): * test/ruby/test_range.rb: add a test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:26 PM Revision 0863013b (git): * test/ruby/test_string.rb: add some tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20451 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:05 PM Revision 3e2311f6 (git): * 2008-12-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:05 PM Revision 0646c1e0 (git): * ext/pty/pty.c (Init_pty): fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20449 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:47 PM Bug #805: Ruby 1.9.1 preview 2 : build failure on OpenSolaris
- =begin
Hi,
At Tue, 2 Dec 2008 01:50:41 +0900,
Dae San Hwang wrote in [ruby-core:20189]:
> compiling curses
> m... -
01:55 AM Bug #805 (Closed): Ruby 1.9.1 preview 2 : build failure on OpenSolaris
- =begin
I got the following error while building 1.9.1 preview 2 on OpenSolaris 5.11 snv_98. (1.9.1 preview 1 was bui... -
03:37 PM Bug #806 (Closed): Net::Protocol#rbuf_fill is slow
- =begin
Applied in changeset r20443.
=end
-
03:33 PM Bug #806: Net::Protocol#rbuf_fill is slow
- =begin
merged. report if any problem caused by this patch.
=end
-
03:27 AM Bug #806 (Closed): Net::Protocol#rbuf_fill is slow
- =begin
Net::Protocol#rbuf_fill is slow. We can take advantage of io.read_nonblock and IO.select to deal with timeou... -
10:23 AM Revision 852b4629 (git): * lib/open3.rb (Open3.popen3): merge hash options if given.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:00 AM Revision e44a6c47 (git): move the previous comment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:27 AM Revision 363bf6c7 (git): * 2008-12-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@20446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:27 AM Revision 0c31a040 (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-... -
08:52 AM Revision db197f29 (git): add comment for select behavior on file descriptors over FD_SETSIZE.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20444 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:34 AM Revision 348d715e (git): * lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): use
- read_nonblock instead of sysread wrapped by timeout to boost
performance. a patch from Aaron Patterson in [ruby-co... - 06:14 AM Revision a01e1cfb (git): * test/socket/test_tcp.rb (test_recvfrom): already can run on mswin32.
- * test/socket/test_tcp.rb (test_recvfrom, test_encoding): use IP address instead
of host name.
git-svn-id: svn+ss... - 06:02 AM Revision df5e7b9d (git): * 2008-12-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20441 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:02 AM Revision 14c06bd4 (git): * test/socket/test_tcp.rb (test_recvfrom, test_encoding): shouldn't assume
- that th is not nil.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20440 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:49 AM Bug #804 (Closed): Ruby 1.9.1 preview 2 : make test failure
- =begin
Version built on Fedora core 2 x686 with gcc 4.0.2 in a sub directory (UNIX) of the main ruby source with
...
12/01/2008
-
06:52 PM Bug #803 (Closed): eval with binding
- =begin
こんにちは、なかむら(う)です。
誰も教えてくれないのでbugにします。
# これでなるのかな
In message "[ruby-dev:37142] eval with binding"
... -
02:24 PM Revision 67b445f8 (git): * set 1.9.1-p5000 into version number. [ruby-dev:36998]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20439 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:07 PM Bug #791 (Closed): Fiber using a Proc object with a parameter having default value doesn't work
- =begin
Applied in changeset r20432.
=end
-
10:42 AM Revision a55226e0 (git): merges r20432 from trunk into ruby_1_9_1.
- * cont.c (rb_fiber_start): calls with exact argument number.
[ruby-core:20088]
git-svn-id: svn+ssh://ci.ruby-lang.... -
09:39 AM Revision a4f8311f (git): merges r20429 and r20430 from trunk into ruby_1_9_1.
- * man/rake.1: new manual page
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20436 b2dd03c8-39d4-4... - 07:06 AM Revision f77f24a3 (git): * 2008-12-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20435 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:06 AM Revision 0be17bc8 (git): * signal.c (register_sigaltstack): no need to define on non-sigaltstack
- platform.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@20434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 06:49 AM Revision 13a79948 (git): * signal.c (register_sigaltstack): no need to define on non-sigaltstack
- platform.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:00 AM Revision a918afe0 (git): * cont.c (rb_fiber_start): calls with exact argument number.
- [ruby-core:20088]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20432 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 02:35 AM Revision dd9f8e5a (git): * 2008-12-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:35 AM Revision b1d93b94 (git): properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom