Activity
From 02/08/2009 to 02/14/2009
02/14/2009
-
11:36 PM Revision 29f73c43 (git): * test/test_pp.rb: extract from lib/pp.rb.
- * test/test_prettyprint.rb: extract from lib/prettyprint.rb.
* test/test_tsort.rb: extract from lib/tsort.rb.
git-... -
10:40 PM Feature #1141 (Rejected): assignment of variable in "right" if statement fails
- =begin
local variable scope determined up to down, left to right. So a local variable first assigned in the conditi... -
10:30 PM Revision a2f28cb6 (git): add timeout.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:04 PM Revision 183582ab (git): add a test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22319 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:03 PM Revision 1b4c1f71 (git): * lib/time.rb (Time.parse): raise ArgumentError if Date._parse don't
- extract date information. [ruby-core:20912]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22318 b2dd03c8-39d4... -
09:24 PM Feature #1159: StringScanner に文字ベースでのインデックスを返すメソッドがほしい
- =begin
成瀬です。
Akira Matsuda wrote:
> Feature #1159: StringScanner に文字ベースでのインデックスを返すメソッドがほしい
> http://redmine.rub... -
04:34 PM Feature #1159 (Rejected): StringScanner に文字ベースでのインデックスを返すメソッドがほしい
- =begin
松田と申します。
Ruby 1.9の StringScanner#pos (pointer) が現在はバイト単位
でのインデックスを返してくれるのですが、
文字列ベースでのインデックスを返すメソッドが... -
07:55 PM Revision e722ad99 (git): * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end),
- include/ruby/intern.h: add Murmurhash API. [ruby-dev:37784]
* complex.c (nucomp_hash), array.c (rb_ary_hash), time.... -
07:54 PM Bug #883: Failure: test_handle_special_CROSSREF_no_underscore(TestRDocMarkupToHtmlCrossref)
- =begin
I've found that test/rdoc/test_rdoc_markup_to_html_crossref.rb fails when full-path of source tree
contains... -
07:27 PM Bug #1053 (Closed): Obsolete methods in Pathname
- =begin
Applied in changeset r22301.
=end
-
07:21 PM Revision e68dcc17 (git): merge revision(s) 20248:
- * lib/net/ftp.rb (Net::FTP#open_socket): SOCKSsocket is obsolete.
a patch from Alan Johnson <alan.wayne.joh... -
07:21 PM Revision 7cdc932f (git): merge revision(s) 20248:
- * lib/net/ftp.rb (Net::FTP#open_socket): SOCKSsocket is obsolete.
a patch from Alan Johnson <alan.wayne.joh... -
07:17 PM Revision 3ab5be34 (git): merge revision(s) 20246:
- * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#read_request_line):
use non-greedy match for path retrie... -
07:17 PM Revision 173502e3 (git): merge revision(s) 20246:
- * lib/webrick/httprequest.rb (WEBrick::HTTPRequest#read_request_line):
use non-greedy match for path retrie... -
06:53 PM Revision a48f90b0 (git): * hash.c (rb_hash): always return a fixnum value because a return
- value of rb_hash may be used as a hash value itself and bignums have
no unique VALUE.
* test/ruby/test_hash.rb: ad... -
06:21 PM Feature #1154: {Array,Enumerable}#uniq_by, #uniq_by!
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:37998] [Feature:1.9] {Array,Enumerable}#uniq_by, #uniq_by!"
on ... -
04:34 PM Bug #1158 (Rejected): make appears to hang on compilation of parse.c with gcc version 4.3.2
- =begin
=end
-
04:32 PM Bug #1158: make appears to hang on compilation of parse.c with gcc version 4.3.2
- =begin
Hi,
At Sat, 14 Feb 2009 16:03:57 +0900,
Fred Obermann wrote in [ruby-core:22060]:
> Download ruby 1.9.1 ... -
04:05 PM Bug #1158 (Rejected): make appears to hang on compilation of parse.c with gcc version 4.3.2
- =begin
Download ruby 1.9.1 onto Mandriva 2009 (Linux version 2.6.27.10-desktop-1mnb ([email protected]) (gcc... -
04:33 PM Bug #1157 (Rejected): missing zlib.rb?
- =begin
=end
-
04:29 PM Bug #1157: missing zlib.rb?
- =begin
Hi,
At Sat, 14 Feb 2009 15:44:44 +0900,
Fred Obermann wrote in [ruby-core:22059]:
> By the way, zlib is ... -
04:10 PM Bug #1157: missing zlib.rb?
- =begin
In the build directory, these files and directories exist:
./ext/zlib
./ext/zlib/doc/zlib.rd
./ext/z... -
03:46 PM Bug #1157: missing zlib.rb?
- =begin
By the way, zlib is installed on the machine, details as follows:
Version: 1.2.3-12mdv2009.0
Currently in... -
03:41 PM Bug #1157 (Rejected): missing zlib.rb?
- =begin
I just installed 1.9.1 onto Mandriva 2009 (Linux version 2.6.27.10-desktop-1mnb ([email protected]) (... -
03:45 PM Revision 766df600 (git): * array.c (rb_ary_uniq_bang, rb_ary_uniq): unique by the result of
- given block. [ruby-dev:37998]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22307 b2dd03c8-39d4-4d8f-98ff-823fe... -
03:39 PM Revision e1646e63 (git): * array.c (ary_resize_capa): should not overwrite outside embedded
- array.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:14 PM Revision a8167d58 (git): remove Id keyword.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:00 PM Revision f343c9d3 (git): remove Id keyword.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22304 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:19 AM Revision 5b512b7f (git): * test/test_time.rb: extracted from lib/time.rb.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:06 AM Revision 9ddde277 (git): add timeout.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:05 AM Feature #1153: Enumerable#uniq
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38002] Re: [Feature:1.9] Enumerable#uniq"
on Sat, 14 Feb 2009 0... -
11:02 AM Feature #1153: Enumerable#uniq
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:37997] [Feature:1.9] Enumerable#uniq"
on Fri, 13 Feb 2009 22:17... -
10:01 AM Feature #1153: Enumerable#uniq
- =begin
遠藤です。
2009/02/13 22:17 Nobuyoshi Nakada <[email protected]>:
> なかだです。
>
> Arrayだけでなく、Enumerableにもuniqが... -
10:21 AM Revision 23843e8b (git): * lib/pathname.rb: obsolete methods removed.
- [ruby-core:21564]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 09:58 AM Revision 0cee9372 (git): * 2009-02-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22300 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:58 AM Revision e509fb2c (git): * eval.c (rb_thread_schedule): handle EBADF of select as well.
- [ruby-core:21264]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22299 b2dd03c8-39d4-4d8f-98ff-823f... -
04:15 AM Revision 53bea547 (git): * iseq.c: remove nil parameter from Proc#parameters
- after rest appeared.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22298 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/13/2009
-
10:31 PM Revision 28eb7acf (git): * string.c (rb_external_str_new_with_enc): change evaluatioin order
- for speed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:31 PM Feature #1155 (Closed): Etc.each_passwd, each_group
- =begin
なかだです。
Etc.each_passwdやEtc.each_groupというものを思いつきました。
また、別名としてEtc::Passwd.eachやEtc.::Group.eachも。
# パス... -
10:21 PM Feature #1154 (Closed): {Array,Enumerable}#uniq_by, #uniq_by!
- =begin
なかだです。
ブロックの値にしたがって一意のものを選ぶ、Array#uniq_byというの
はどうでしょうか。
Index: array.c
===========================... -
10:19 PM Feature #1153 (Closed): Enumerable#uniq
- =begin
なかだです。
Arrayだけでなく、Enumerableにもuniqがあってもいいんじゃないでしょ
うか。
Index: enum.c
======================... -
05:21 PM Revision 9d37857e (git): * ext/socket/sockport.h (SET_SA_LEN): cast to void for supressing a
- warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 05:11 PM Revision 6c4d5d1c (git): * 2009-02-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:11 PM Revision 760ee609 (git): fix rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22294 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:49 PM Revision 3a7c7e2d (git): add a constant: IFNAMSIZ.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:43 PM Revision 9842858a (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:37 PM Revision 1fb7ce63 (git): * ext/dl/win32/lib/Win32API.rb (Win32API#initialize): DL.dlopen
- raises DLError.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:33 PM Revision 2a2cc2e9 (git): * .gdbinit (iseq): added.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:14 PM Revision 36dcff1c (git): * ext/socket/socket.c (Init_socket): define TCPServer#listen and
- UNIXServer#listen here for rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22289 b2dd03c8-39d4-4d8f-98ff-82... -
12:01 PM Revision 840e6c70 (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:00 PM Revision 5b8339ed (git): * ext/socket/ancdata.c (extract_ipv6_pktinfo): set sa_len for 4.4BSD.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:19 AM Revision 5dbb5cbd (git): merge revision(s) 20245,20247:
- * lib/logger.rb (ProgName): fixed for svn, based on a patch from
Nobuhiro IMAI at [ruby-dev:37108].
git-s... -
10:18 AM Revision daccc3c1 (git): merge revision(s) 20245,20247:
- * lib/logger.rb (ProgName): fixed for svn, based on a patch from
Nobuhiro IMAI at [ruby-dev:37108].
git-s... -
10:05 AM Revision 0aac1867 (git): merge revision(s) 20231:
- * shell/command-processor.rb: undefined method `top_level_test' in
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/bran... -
10:04 AM Revision 59356f73 (git): merge revision(s) 20231:
- * shell/command-processor.rb: undefined method `top_level_test' in
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/bran... -
09:10 AM Revision e4917c6d (git): * test/ruby/test_{proc,method}.rb: updated tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22278 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:05 AM Bug #1137: I can modify literals
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:37985] Re: [Bug:trunk] I can modify literals"
on Fri, 13 Feb 20... -
06:38 AM Bug #1137: I can modify literals
- =begin
SASADA Koichi wrote::
> Yukihiro Matsumoto wrote::
>> |freeze以前に、ObjectSpaceから不可視であるべきではないかと思いま
>> |す。また、隠... -
06:18 AM Bug #1137: I can modify literals
- =begin
ささだです.
rb_*_replace を使うんじゃなくて,新しい API を作るのはどうでしょう.
rb_*_from() という名前は,後で後悔しそうな気はします.もっと泥臭い名前の
方がいいかも.
... -
05:05 AM Bug #1137: I can modify literals
- =begin
ささだです.
Yukihiro Matsumoto wrote::
> |freeze以前に、ObjectSpaceから不可視であるべきではないかと思いま
> |す。また、隠しオブジェクトから通常のStri... -
07:54 AM Bug #1152 (Closed): profiler.rb is not concurrent-execution threadsafe
- =begin
The library profiler.rb uses class variables to store data without wrapping them in mutexes. On current C Ru... -
06:53 AM Revision 8a5746bf (git): fix typo (1 -> 0).
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:34 AM Revision a14bd973 (git): * iseq.c (simple_default_value): removed. default values of optional
- parameters are not available still now. [ruby-dev:37980]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22276 b... -
06:33 AM Bug #1150: calling instance_eval in extended library cause exception
- =begin
ささだです.
Akio Tajima wrote::
> 拡張ライブラリ内のメソッドでinstance_evalを呼び出すと、Can't eval on top of Fiber or Thread (Run... -
01:16 AM Bug #1150 (Closed): calling instance_eval in extended library cause exception
- =begin
拡張ライブラリ内のメソッドでinstance_evalを呼び出すと、Can't eval on top of Fiber or Thread (RuntimeError)になります。
再現コードを以下に示します。
... -
06:25 AM Revision 0cb68b61 (git): * vm_eval.c (eval_string_with_cref): use rb_vm_get_ruby_level_next_cfp()
- instead of vm_get_ruby_level_caller_cfp(). checking a upper frame
is not enough. [ruby-dev:37984]
* proc.c, vm_co... -
06:04 AM Revision c5d7d78d (git): * cont.c (rb_fiber_alive_p): fix to return true instead of 1.
- [ruby-dev:37991]
* test/ruby/test_fiber.rb: add a test for Fiber#alive?
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
12:43 AM Revision 03ee5fa0 (git): * configure.in (ac_cv_func_flock): using flock defined in
- win32/win32.c on mingw.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22273 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/12/2009
-
11:27 PM Bug #1146 (Closed): TestSocket#test_udp_server hangs when configure --with-lookup-order-hack=INET
- =begin
Applied in changeset r22260.
=end
-
10:58 AM Bug #1146 (Closed): TestSocket#test_udp_server hangs when configure --with-lookup-order-hack=INET
- =begin
configureのときに--with-lookup-order-hack=INETをつけていると
Socket.udp_server_sockets(0) {|sockets| ... } で sockets に... -
09:13 PM Bug #1149 (Rejected): gem update --system failed
- =begin
It's outdated.
=end
-
06:30 PM Bug #1149 (Rejected): gem update --system failed
- =begin
when I had a try to update with command "gem update --system", there was somethings wrong with rubygems.rb. I... -
08:02 PM Revision 31734b90 (git): * ChangeLog: typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:47 PM Bug #1137 (Closed): I can modify literals
- =begin
Applied in changeset r22255.
=end
-
04:55 PM Bug #1137: I can modify literals
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:37971] Re: [Bug:trunk] I can modify literals"
on Thu, 12 Feb 20... -
11:36 AM Bug #1137: I can modify literals
- =begin
なかだです。
At Thu, 12 Feb 2009 10:34:51 +0900,
Yukihiro Matsumoto wrote in [ruby-dev:37969]:
> * ObjectSpa... -
10:36 AM Bug #1137: I can modify literals
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:37959] [Bug:trunk] I can modify literals"
on Wed, 11 Feb 2009 0... -
05:27 PM Bug #1099 (Closed): Invalid value of StringIO#pos after StringIO#ungetc
- =begin
Applied in changeset r22253.
=end
-
05:06 PM Bug #1148 (Closed): CGI::prettyの正規表現の改良
- =begin
IRCの成瀬さんより、
gsub(/<(?:.|\n)*?>(?!\n)/, "\\0\n")
はstrip済みな場合にstack overflowする場合がある。
gsub(/<[.\n]*?>(?!\n... -
05:00 PM Bug #1115 (Assigned): $SAFE=1でのrequireがSecurityErrorになる
- =begin
=end
-
04:58 PM Bug #1115: $SAFE=1でのrequireがSecurityErrorになる
- =begin
Applied in changeset r21917 in the trunk.
=end
-
05:00 PM Feature #1119 (Closed): with_index_from
- =begin
separated from #1112 unintentionally.
=end
-
04:57 PM Bug #1120 (Closed): [PATCH] fix build on GNU/kOpenSolaris
- =begin
Applied in changeset r22252.
=end
-
04:53 PM Bug #1116 (Assigned): Compilation error for Solaris 10 sparc
- =begin
cf. [ruby-core:21872].
=end
-
04:45 PM Revision ae6ba9f0 (git): * compile.c (iseq_compile_each): just freeze xstr.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:40 PM Feature #1147 (Closed): File.expand_path('~') should honor ENV['USERPROFILE'] on Windows
- =begin
=end
-
04:01 PM Feature #1147: File.expand_path('~') should honor ENV['USERPROFILE'] on Windows
- =begin
Ack! Please excuse my ignorance.
It seems Ruby 1.9's File.expand_path() already provides
consistent s... -
03:48 PM Feature #1147 (Closed): File.expand_path('~') should honor ENV['USERPROFILE'] on Windows
- =begin
Please improve File.expand_path() to look for ENV['USERPROFILE']
(which is the path to the user's home dire... -
04:29 PM Revision 11a4e694 (git): * compile.c (iseq_set_sequence, compile_dstr_fragments),
- (iseq_compile_each): hides other internal objects.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22270 b2dd03c8... -
03:48 PM Revision 6b7dbd3e (git): * insns.def (defineclass): try to autoload const to be overridden.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22269 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:04 PM Revision 3d9c0014 (git): * 2009-02-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22268 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:04 PM Revision 385b6a15 (git): Update with branches/ruby_1_9_1/NEWS.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:03 PM Revision cb2f0c9d (git): * 2009-02-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@22266 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:03 PM Revision 8d6e1edb (git): typo fixed: collect_all -> collect. [ruby-core:21706]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@22265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:56 PM Revision 692b8283 (git): * 2009-02-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@22264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:56 PM Revision 466e2b90 (git): Mention that Enumerator#enum_cons and Enumerator#enum_slice are
- removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@22263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:28 PM Revision 643b8cb4 (git): * gc.c (vm_xmalloc, vm_xrealloc): comparisons had no meanings on
- platforms where size_t is unsigned.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22262 b2dd03c8-39d4-4d8f-98ff... -
02:26 PM Revision 3abae536 (git): * process.c (rb_fork): initialization with dynamic values is not
- allowed in C89.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:24 PM Revision a6178639 (git): * test/socket/test_socket.rb (test_udp_server): filter out unreachable
- addresses. [ruby-dev:37970]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22260 b2dd03c8-39d4-4d8f-98ff-823fe6... -
01:51 PM Revision 5dd1a4c1 (git): * compile.c (hide_obj): OBJ_FREEZE() is not an expression. a patch
- from nagachika <nagachika00 AT gmail.com> at [ruby-dev:37977].
* compile.c (insn_set_sc_state): fixed typoe.
git-s... -
12:57 PM Revision 7882b61a (git): updated.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:45 PM Revision 97a922e2 (git): test only if Socket::AncillaryData exists.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22257 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:43 PM Revision 7a01268a (git): * ext/socket/basicsocket.c (bsock_getpeereid): implemented for Solaris
- using getpeerucred.
* ext/socket/extconf.rb: check ucred.h and getpeerucred.
* ext/socket/rubysocket.h: include ucr... -
10:42 AM Revision e52da919 (git): * compile.c (compile_array_, defined_expr, iseq_compile_each): hide
- and freeze internal literal objects, to prevent from modifying.
[ruby-dev:37959]
* iseq.c (insn_operand_intern): c... -
10:41 AM Revision 48149dff (git): * test/stringio/test_stringio.rb (test_ungetc_pos): added.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:13 AM Bug #1145 (Closed): IRB adds trailing quote to wtring methods when performing auto-completion
- =begin
IRB adds a trailing quote to some method names when performing an autocompletion. IRB does this for single q... -
08:17 AM Revision ee159271 (git): * ext/stringio/stringio.c (strio_ungetc): calculates new position
- before reallocation. [Bug#1099]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22253 b2dd03c8-39d4-4d8f-98ff-82... -
07:50 AM Revision 9565e98b (git): * configure.in: a patch to build on GNU/kOpenSolaris from Robert
- Millan at [ruby-core:21888].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22252 b2dd03c8-39d4-4d8f-98ff-823fe6... -
07:21 AM Revision 04e2a72f (git): * thread.c: inline should be at beginning of declaration.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22251 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:38 AM Revision ee5f857a (git): * iseq.c (simple_default_value): allow plain strings as default
- values.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:56 AM Bug #1143 (Closed): ruby 1.9.1p0でensure節が実行されない
- =begin
ruby 1.9.1p0で以下を実行した場合、ensure節が実行されません。
def test
return while true
ensure
puts("ENSURE"... -
12:25 AM Bug #1142 (Rejected): /opt/ruby19/lib/ruby19/1.9.1/openssl/ssl.rb:31: [BUG] Bus Error
- =begin
After executing ruby19 test.rb of the project: git://rubyforge.org/dram.git
I don't know if it's the sam...
02/11/2009
-
09:00 PM Bug #999 (Third Party's Issue): SSL & ZIP missing from ruby-1.9.1-preview1-i386-mswin32
- =begin
=end
-
05:44 PM Bug #1137: I can modify literals
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:37964] Re: [Bug:trunk] I can modify literals"
on Wed, 11 Feb 20... -
04:12 PM Bug #1137: I can modify literals
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:37959] [Bug:trunk] I can modify literals"
on Feb.11,2009 02:16... -
04:23 AM Bug #1137: I can modify literals
- =begin
ささだです.
SASADA Koichi wrote::
> Index: compile.c
> =====================================================... -
04:21 AM Bug #1137: I can modify literals
- =begin
ささだです.
Yusuke ENDOH wrote::
> ObjectSpace を使うと種々のリテラルを書き換えることができてしまうようですが、
> 仕様でしょうか。
他にも,Regexp など... -
02:17 AM Bug #1137 (Closed): I can modify literals
- =begin
遠藤です。
ObjectSpace を使うと種々のリテラルを書き換えることができてしまうようですが、
仕様でしょうか。
def foo
"foobarbaz"
end
ObjectSpa... - 03:54 PM Revision 4b2d8912 (git): * 2009-02-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22249 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:54 PM Revision b672d85d (git): update rdoc [ruby-core:20407] #835
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22248 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:49 PM Revision 208b52a3 (git): update rdoc [ruby-core:20407] #835
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22247 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:29 PM Revision c1cb2740 (git): * 2009-02-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:29 PM Revision 3032bdb1 (git): test updated.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22245 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:37 PM Revision 2fed0e8e (git): merge revision(s) 20228:
- * ext/bigdecimal/bigdecimal.c (VpMidRound): Round method bug
pointed by Ryan Platte fixed(Patch to the patc... -
02:36 PM Revision d8cf7990 (git): merge revision(s) 20228:
- * ext/bigdecimal/bigdecimal.c (VpMidRound): Round method bug
pointed by Ryan Platte fixed(Patch to the patc... -
09:33 AM Feature #1122: request for: Object#try
- =begin
Providing new syntax change for such a small thing is IMHO
unnecessary. New method is good thing (because it... -
07:43 AM Feature #1122: request for: Object#try
- =begin
Hi --
On Wed, 11 Feb 2009, Michal Babej wrote:
> Hi,
>
> On Sunday 08 of February 2009 11:58:18 David... - 09:11 AM Revision e3c5fbba (git): * gc.c (define_final, undefine_final): shouldn't add/remove finalizer
- of forzen objects.
* gc.c (undefine_final): should remove FL_FINALIZE flag.
[ruby-dev:37964] (also... -
08:49 AM Revision a2c779be (git): update rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:39 AM Revision 83eddaad (git): * ext/socket/lib/socket.rb (Socket.udp_server_sockets): call the block
- if given. close the sockets when the block exits.
(Socket.udp_server_loop): use udp_server_sockets in block form.
... -
08:35 AM Revision b9d2a439 (git): * ext/socket/lib/socket.rb (Socket.tcp_server_sockets): call the block
- if given. close the sockets when the block exits.
(Socket.tcp_server_loop): use tcp_server_sockets in block form.
... -
08:13 AM Revision d27c1748 (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22236 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:03 AM Revision 630e4ef4 (git): * ext/socket/lib/socket.rb (Socket.unix_server_loop): use
- unix_server_socket with a block.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22235 b2dd03c8-39d4-4d8f-98ff-8... -
07:54 AM Revision 3f0d724d (git): * ext/socket/lib/socket.rb (Socket.unix_server_socket): close the
- socket when the block exits.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22234 b2dd03c8-39d4-4d8f-98ff-823fe... -
07:51 AM Revision 0a954e91 (git): * ext/socket/lib/socket.rb (Socket.unix_server_socket): call the block
- if given. remove the socket file when the block exits.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22233 b2... -
07:44 AM Revision ff955766 (git): * ext/socket/ancdata.c (ancillary_s_ip_pktinfo): make 3rd argument
- optional.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22232 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:47 AM Revision f23292af (git): * array.c (ary_make_shared): returns shared root array itself, and
- frozen array can be shared.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22231 b2dd03c8-39d4-4d8f-98ff-823fe69... -
06:44 AM Bug #1139: Segmentation fault ruby 1.9.1p0 (2009-01-30 revision 21907)
- =begin
Could you show your program, or make short reproduce-able script?
I'm not sure about pauldix-sax-machine-0.0... -
04:27 AM Bug #1139 (Third Party's Issue): Segmentation fault ruby 1.9.1p0 (2009-01-30 revision 21907)
- =begin
/usr/local/lib/ruby/gems/1.9.1/gems/pauldix-sax-machine-0.0.7/lib/sax-machine/sax_handler.rb:64: [BUG] Segmen... -
06:12 AM Feature #1141 (Rejected): assignment of variable in "right" if statement fails
- =begin
In Ruby 1.8
>> p(x) if x=42
(irb):1: warning: found = in conditional, should be ==
NameError: undefi... -
05:46 AM Revision 9da4ec12 (git): svn:eol-style
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:46 AM Revision 66a5fcab (git): * insns.def (setspecial, putstring): fixed typos in rdoc.
- * insns.def (toregexp): uses rb_ary_tmp_new(), and clears it after
used.
git-svn-id: svn+ssh://ci.ruby-lang.org/r... -
05:10 AM Revision 4b036bb6 (git): * ext/socket/ancdata.c (anc_inspect_socket_rights): return 1 on
- success. 0 on failure.
(anc_inspect_passcred_credentials): ditto.
(anc_inspect_socket_creds): ditto.
(anc_insp... -
04:31 AM Revision 6e6676a2 (git): add tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22227 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:29 AM Revision f871e8cf (git): update rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:17 AM Revision a8de15e0 (git): rename tests classes.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:11 AM Revision c9c3437b (git): add tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22224 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:56 AM Revision c7a66ff8 (git): * ext/socket/ancdata.c (anc_inspect_ip_pktinfo): make result bit
- succinct.
(Init_ancdata): fix number of arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22223 b2dd0... -
03:17 AM Bug #1138 (Rejected): rdoc of taint/untrust
- =begin
taintとuntrustのrdocのcall-seqの「->」は「=>」の間違いではないでしょうか?
* call-seq:
* obj.taint -> obj
* cal... -
02:48 AM Revision fa65ca09 (git): * ext/socket/ipsocket.c (Init_ipsocket): undef getpeereid at IPSocket.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:38 AM Revision c645978f (git): updated.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22221 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:30 AM Revision fdf5d808 (git): add getpeereid.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:22 AM Revision b4e50055 (git): * ext/socket/extconf.rb: check getpeereid.
- * ext/socket/basicsocket.c (bsock_getpeereid): new method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22219... -
12:59 AM Revision b8147c44 (git): * ext/socket/lib/socket.rb (Socket::UDPSource#inspect): fix variable
- name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/10/2009
-
11:13 PM Feature #1136: "ri Kernel#require" is broken
- =begin
Jeremy Henty wrote:
> Bug #1136: "ri Kernel#require" is broken
> http://redmine.ruby-lang.org/issues/show/1... -
11:01 PM Feature #1136 (Closed): "ri Kernel#require" is broken
- =begin
$ ri Kernel#require
More than one method matched your request. You can refine
your search by asking for ... -
11:00 PM Bug #1135 (Closed): Problem renaming CMath.hypot in Ruby1.9
- =begin
# Running the following program with Ruby1.9 ...
require 'complex'
class Module
def alias_method_c... -
05:31 PM Feature #1133: Pathname.binread
- =begin
=end
-
03:43 PM Revision bb4abd61 (git): fix typos.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22217 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:39 PM Revision 923284e2 (git): * 2009-02-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22216 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:39 PM Revision be25c486 (git): * ext/socket/socket.c (sock_gethostname): use HOST_NAME_MAX.
- * ext/socket/raddrinfo.c (make_ipaddr): local variable renamed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
02:46 PM Revision 2ee08591 (git): * ext/socket/init.c (struct recvfrom_arg): use struct
- sockaddr_storage.
(recvfrom_blocking): follow struct recvfrom_arg change.
(s_recvfrom): ditto.
(s_recvfrom_nonb... -
02:31 PM Revision 6245caf5 (git): * ext/socket/basicsocket.c (bsock_getpeername): use struct
- sockaddr_storage.
(bsock_local_address): ditto.
(bsock_remote_address): ditto.
git-svn-id: svn+ssh://ci.ruby-l... -
12:38 PM Revision 1463f1df (git): * ext/socket/lib/socket.rb (Socket.udp_server_sockets): new method.
- (Socket.udp_server_loop_on): new method.
(Socket.udp_server_loop): new method
(Socket.ip_sockets_port0): extracte... -
12:15 PM Revision a038fab6 (git): * ext/socket/socket.c (sockaddr_obj): fill pfamily.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:09 PM Revision 98d3eca7 (git): * ext/socket/option.c (sockopt_s_bool): new method.
- (sockopt_bool): new method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22210 b2dd03c8-39d4-4d8f-98ff-823fe69... -
11:59 AM Revision 7be3cdbc (git): updated.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:59 AM Revision 939efe7d (git): * ext/socket/option.c (sockopt_family_m): renamed from sockopt_family.
- (sockopt_level_m): renamed from sockopt_level.
(sockopt_optname_m): renamed from sockopt_optname.
(inspect_local_... -
11:57 AM Revision ba75dd6b (git): * ext/socket/ancdata.c (anc_inspect_socket_creds): refactored to avoid
- a rb_str_cat2 call.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:01 AM Revision 79c3f54d (git): merge revision(s) 20225:
- * eval.c (load_lock): makes circular require deadlock.
[ruby-core:19821]
git-svn-id: svn+ssh://ci.ruby-la... -
11:00 AM Revision 75841340 (git): merge revision(s) 20225:
- * eval.c (load_lock): makes circular require deadlock.
[ruby-core:19821]
git-svn-id: svn+ssh://ci.ruby-la... -
10:41 AM Revision d896aedf (git): merge revision(s) 20214:
- * eval.c (rb_feature_p): returns found feature name if loading.
[ruby-core:19798]
* eval.c (search_... -
10:40 AM Revision c09d66ba (git): merge revision(s) 20214:
- * eval.c (rb_feature_p): returns found feature name if loading.
[ruby-core:19798]
* eval.c (search_... - 09:05 AM Revision a34c9c25 (git): * 2009-02-10
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22198 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:05 AM Revision bda2980b (git): Fix grammos regarding the verb "refer".
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22197 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:55 AM Revision df0f575e (git): Fix grammos regarding the verb "refer".
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22196 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:25 AM Bug #1134 (Closed): [PATCH] Update racc runtime and fix warnings
- =begin
This updates the racc runtime version to the currently released version and fixes warnings.
=end
-
03:57 AM Revision 160c230f (git): * ext/socket/option.c (inspect_local_peercred): constfied.
- * ext/socket/ancdata.c (anc_inspect_socket_creds): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22195 b... -
03:54 AM Revision 395abae9 (git): configure.in (when): use all parameters.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:18 AM Revision 2acc18ad (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22193 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/09/2009
-
08:34 PM Bug #1132: compile error on win32ole with Mingw of MacPorts
- =begin
なかだです。
At Mon, 9 Feb 2009 08:19:01 +0900,
Masaki Suketa wrote in [ruby-dev:37953]:
> ところで、よくわかってないのですが、M... -
08:17 PM Bug #1132 (Closed): compile error on win32ole with Mingw of MacPorts
- =begin
Applied in changeset r22180.
=end
-
08:07 PM Revision d1ec9291 (git): * configure.in: needs to quote commas.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22192 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:34 PM Revision 4165800c (git): * configure.in (when): makes parentheses balanced.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:29 PM Revision c6ea4377 (git): * ext/socket/ancdata.c (ip_cmsg_type_to_sym): renamed from
- cmsg_type_to_sym.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22190 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:23 PM Revision b877fc2f (git): * ext/socket/option.c (sockopt_inspect): refactored.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:03 PM Revision 41f256b4 (git): * 2009-02-10
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22188 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:03 PM Revision 97ba0d4a (git): * ext/socket/mkconstants.rb: generate intern_family_noprefix.
- * ext/socket/option.c (sockopt_inspect): use intern_family_noprefix
not to show AF_ prefix.
* ext/socket/ancdata.c... -
02:23 PM Revision 810dd43a (git): * ext/socket/constants.c (level_arg): use unknown_level_to_int for
- non internet protocol.
(optname_arg): use only so_optname_to_int for non internet protocol.
(cmsg_type_arg): use ... -
02:05 PM Revision 2dd3fa9f (git): * ext/socket/mkconstants.rb: rename level_to_int to iplevel_to_int.
- rename intern_level to intern_iplevel.
* ext/socket/constants.c: follow the renaming.
* ext/socket/option.c: ditto.... -
01:56 PM Revision f5da7031 (git): * ext/socket/rubysocket.h (level_arg): add family argument.
- (optname_arg): ditto.
(cmsg_type_arg): ditto.
(rb_sock_getfamily): declared.
* ext/socket/constants.c (level_arg... -
12:52 PM Revision 2092fbcc (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22183 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:49 PM Revision ecfea8e2 (git): * ext/socket/ancdata.c (ancillary_inspect): show address family.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:19 AM Revision 8977fe1e (git): * ext/socket/basicsocket.c (bsock_getsockname): use sockaddr_storage.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:11 AM Revision a9a17a5a (git): * ext/win32ole/win32ole.c (load_conv_function51932): fixed for the
- case IMultiLanguage is not available. [ruby-dev:37950]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22180 b2d... -
11:04 AM Revision 7ad35679 (git): * ext/socket/option.c (inspect_int): return 1/0 on success/failure.
- (inspect_uint): ditto.
(inspect_linger): ditto.
(inspect_socktype): ditto.
(inspect_timeval): ditto.
(inspect... -
11:00 AM Revision bee960d4 (git): * ext/socket/mkconstants.rb: more constants for Solaris.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22178 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:59 AM Revision 7d63280c (git): * ext/socket/basicsocket.c (bsock_getsockopt): refine address family
- examination.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:52 AM Revision 48de4753 (git): * ext/socket/option.c (sockopt_initialize): argument conversion
- reordered.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:49 AM Revision fd9c7e8a (git): * ext/socket/ancdata.c (ancillary_initialize): add family argument.
- (ancdata_new): ditto.
(ancillary_s_int): ditto.
(ancillary_family): new function.
(ancillary_family_m): new met... -
08:35 AM Revision 06df50e3 (git): merge revision(s) 20189:
- * win32/win32.c (rb_w32_accept): secure fd before accept because if
error causes in securing, cannot restor... -
08:35 AM Revision 9755536a (git): merge revision(s) 20189:
- * win32/win32.c (rb_w32_accept): secure fd before accept because if
error causes in securing, cannot restor... - 05:52 AM Revision 3a701d72 (git): Slightly fix rdoc of with_index.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22170 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:51 AM Revision 03d38468 (git): Mention Enumerator#with_index.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22169 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:42 AM Revision 7e7ae140 (git): merge revision(s) 20166:
- * win32/win32.c (ifs_open_socket): should retry without proto_buffer
if cannot find the suitable protocol. ... -
04:41 AM Revision fc601f0f (git): merge revision(s) 20166:
- * win32/win32.c (ifs_open_socket): should retry without proto_buffer
if cannot find the suitable protocol. ... -
04:40 AM Revision d8646119 (git): merge revision(s) 20151:
- * ext/stringio/stringio.c (strio_ungetc): should allow ungetc at
the top of the buffer. ref #701
git-svn... -
04:39 AM Revision 783b5e40 (git): merge revision(s) 20151:
- * ext/stringio/stringio.c (strio_ungetc): should allow ungetc at
the top of the buffer. ref #701
git-svn... - 03:42 AM Revision 4579551c (git): Mention the changes just made in open-uri.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22160 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:20 AM Revision 7af830bd (git): r22168@crimson: knu | 2009-02-09 12:05:32 +0900
- Fix a typo and remove trailing spaces. (r16810, r19345)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1... - 03:16 AM Revision 89f7a63d (git): r22165@crimson: knu | 2009-02-09 11:55:30 +0900
- (OpenURI.open_http): rescue URI::InvalidURIError by URI.parse
for location URI. (r15406)
git-svn-id: svn+ssh://ci.... - 03:16 AM Revision 133156e3 (git): r22164@crimson: knu | 2009-02-09 11:52:38 +0900
- (OpenURI::Meta#content_type_parse): fix tests. [ruby-dev:33336]
(r15200)
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... - 03:16 AM Revision 4c3e5f2c (git): git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22156 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:16 AM Revision e60935e2 (git): r22144@crimson: knu | 2009-02-08 22:34:15 +0900
- (OpenURI::Buffer): use Meta ===. [ruby-core:14295] (r14609)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/r... - 03:15 AM Revision 35814b3a (git): r22143@crimson: knu | 2009-02-08 22:30:20 +0900
- (:redirect) new option to disable redirection. (r13788)
(OpenURI::HTTPRedirect): new exception class for
redirectio... - 03:15 AM Revision 1cf094c5 (git): r22142@crimson: knu | 2009-02-08 22:27:31 +0900
- (:ftp_active_mode) new option. (r13307)
(URI::FTP.buffer_open) turn ftp passive mode on if
:ftp_active_mode => fals... - 03:15 AM Revision 21bb30e6 (git): r22141@crimson: knu | 2009-02-08 22:04:26 +0900
- (:ssl_verify_mode): new option suggested by Will Glynn. (r9958)
(:ssl_ca_cert): new option. (r9958, r13691)
git-sv... - 03:15 AM Revision 634b10ef (git): r22140@crimson: knu | 2009-02-08 21:54:23 +0900
- (OpenURI.open_loop): find_proxy should return nil when proxy does not
exist. [ruby-dev:27630] (r9500)
git-svn-id: ... - 03:15 AM Revision 6570774c (git): r22139@crimson: knu | 2009-02-08 21:52:57 +0900
- (OpenURI.open_loop): prohibit multiple proxy options. (r9339)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/... - 03:15 AM Revision 8bb303a5 (git): r22138@crimson: knu | 2009-02-08 21:45:17 +0900
- (:proxy_http_basic_authentication): new option. (r9336)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1... - 03:15 AM Revision 21f7aa68 (git): r22137@crimson: knu | 2009-02-08 21:40:10 +0900
- * add :read_timeout option. [ruby-core:4848] (r9166)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@... - 03:00 AM Revision b503b7b4 (git): Fix a typo in a comment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22147 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:35 AM Revision 646e2efa (git): * io.c (io_encoding_set): ignore second argument when external and
- internal are same. [ruby-dev:37939]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22146 b2dd03c8-39d4-4d8f-98ff-... -
01:17 AM Feature #1133 (Closed): Pathname.binread
- =begin
#1129 にいくぶん関連しますが、Pathname#read があるのですから、Pathname#binread があってもよいのではないでしょうか。
=end
-
12:06 AM Revision 70f76601 (git): * ext/socket/option.c (inspect_local_peercred): check version.
- (sockopt_inspect): suppress warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22145 b2dd03c8-39d4-4d8f-98f...
02/08/2009
-
11:47 PM Feature #1112 (Closed): with_index_from
- =begin
Applied in changeset r22134.
=end
-
11:43 PM Bug #1132 (Closed): compile error on win32ole with Mingw of MacPorts
- =begin
なかだです。
MacPortsにmingw-gccまであるというのに驚いて試してみたのですが、
win32oleでコンパイルエラーになりました。対応が古いのか、
IMultiLanguage2どころかmlan... -
11:37 PM Bug #1107 (Closed): lack consistency in hash iteration
- =begin
Applied in changeset r22132.
=end
-
11:28 PM Bug #1130 (Assigned): [PATCH] extern rb_thread_blocking_region_begin/end
- =begin
=end
-
11:18 PM Bug #1130 (Closed): [PATCH] extern rb_thread_blocking_region_begin/end
- =begin
All under include/ruby/backward are deprecated.
=end
-
10:45 PM Bug #1130 (Assigned): [PATCH] extern rb_thread_blocking_region_begin/end
- =begin
=end
-
08:31 PM Bug #1130: [PATCH] extern rb_thread_blocking_region_begin/end
- =begin
Also, I think these functions should be added to intern.h so they can be used without rubysig.h
diff --g... -
08:25 PM Bug #1130: [PATCH] extern rb_thread_blocking_region_begin/end
- =begin
Still having issues with g++:
/tmp/ruby19/include/ruby-1.9.1/ruby/backward/rubysig.h:14:2: warning: #war... -
07:07 PM Bug #1130 (Closed): [PATCH] extern rb_thread_blocking_region_begin/end
- =begin
Applied in changeset r22123.
=end
-
05:19 PM Bug #1130 (Closed): [PATCH] extern rb_thread_blocking_region_begin/end
- =begin
rubysig.h uses:
RUBY_EXTERN struct rb_blocking_region_buffer *rb_thread_blocking_region_begin(void);
R... -
08:01 PM Feature #1122: request for: Object#try
- =begin
Hi --
On Sun, 8 Feb 2009, Roger Pack wrote:
>>>> Anyone has better name?
>
> For me try's name is goo... -
07:59 PM Feature #1122: request for: Object#try
- =begin
Hi--
On Sun, 8 Feb 2009, Yusuke ENDOH wrote:
> Hi,
>
> 2009/2/7 David A. Black <[email protected]>:... -
01:24 PM Feature #1122: request for: Object#try
- =begin
On 08/02/2009, Yusuke ENDOH <[email protected]> wrote:
> Hi,
>
> 2009/2/7 David A. Black <[email protected]... -
12:32 PM Feature #1122: request for: Object#try
- =begin
Hi,
2009/2/7 David A. Black <[email protected]>:
> Hi --
>
> On Sat, 7 Feb 2009, Yusuke ENDOH wrote:
... -
06:37 PM Bug #1129 (Closed): IO.binread(Pathname(...)) dumps core
- =begin
Applied in changeset r22121.
=end
-
02:29 PM Bug #1129 (Closed): IO.binread(Pathname(...)) dumps core
- =begin
Pathnameのインスタンスを引数にしたとき、
IO.binreadがコアを吐きます。
IO.readは吐きません。
MacOS X Leopard 10.5.6のMacPortsのruby19
... -
05:04 PM Revision 64f12a46 (git): * ext/socket/option.c (inspect_peercred): struct ucred contains
- effective uid/gid.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:28 PM Revision 0fe7022c (git): add a note.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:27 PM Revision 50f6e9d9 (git): * 2009-02-09
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22142 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:27 PM Revision 564f5a41 (git): * ext/socket/socket.c (unix_recv_io): relax msg_controllen error
- check for x86_64-openbsd4.4.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22141 b2dd03c8-39d4-4d8f... -
03:49 PM Revision 29926422 (git): LOCAL_PEERCRED is also available on MacOS X.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22140 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:45 PM Revision d0454a21 (git): * ext/socket/option.c (sockopt_inspect): add ifdef guard for
- LOCAL_PEERCRED.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:42 PM Revision f11d2b55 (git): * ext/socket/option.c (inspect_local_peercred): cr_uid is a effective
- uid, not a real uid.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22138 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:37 PM Revision 9e457481 (git): * ext/socket/extconf.rb: check sys/param.h and sys/ucred.h.
- * ext/socket/rubysocket.h: include sys/param.h and sys/ucred.h.
* ext/socket/option.c (inspect_local_peercred): new ... - 03:12 PM Revision ce6e0937 (git): * 2009-02-09
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22136 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:12 PM Revision c02ce887 (git): * ext/socket/rubysocket.h (sockopt_new): add family argument.
- * ext/socket/option.c (sockopt_initialize): add vfamily argument.
(sockopt_new): add family argument and record it ... -
02:42 PM Revision 3e11901f (git): * enumerator.c (enumerator_with_index): receives one argument which
- represents a start offset. [ruby-dev:37921]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22134 b2dd03c8-39d4-... -
02:39 PM Revision e5f588c8 (git): remove debug print.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22133 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:34 PM Revision f64018b1 (git): * include/ruby/st.h, st.c: order entries by a linked list instead of
- a loop to fix iteration miss when hash is modified during iteration.
[ruby-dev:37910]
git-svn-id: svn+ssh://ci.ru... -
02:23 PM Revision 8f9d6d18 (git): * ext/socket/option.c (inspect_peercred): new function to show
- SO_PEERCRED socket option.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22131 b2dd03c8-39d4-4d8f-98ff-823fe69b... -
01:44 PM Revision 5baafac0 (git): * include/ruby/backward/rubysig.h (rb_thread_blocking_region_begin),
- (rb_thread_blocking_region_end): marked as deprecated.
* include/ruby/backward/rubysig.h (TRAP_BEG): fix for C++. a... -
12:53 PM Revision 411e9997 (git): * ext/socket/extconf.rb: check struct cmsgcred.
- * ext/socket/ancdata.c (anc_inspect_passcred_credentials): add
"(ucred)".
(anc_inspect_socket_creds): show struct... -
12:06 PM Revision c79dac1c (git): * lib/drb/extservm.rb (DRb::ExtServManager#invoke_service_command):
- detach spawned process. [ruby-dev:37936]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22128 b2dd03c8-39d4-4d8... -
11:37 AM Revision eb636217 (git): test renamed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:36 AM Revision e960cf41 (git): * ext/socket/extconf.rb: check struct sockcred.
- * ext/socket/ancdata.c (anc_inspect_socket_creds): new function to
show SCM_CREDS on NetBSD.
git-svn-id: svn+ssh:... -
11:30 AM Revision 732b6951 (git): add a test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:24 AM Revision aa287073 (git): more constants.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:05 AM Revision e1fc8872 (git): * include/ruby/backward/rubysig.h: extern "C" was missing.
- [ruby-core:21929]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22123 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:47 AM Revision a23547ca (git): * ext/socket/ancdata.c (anc_inspect_passcred_credentials): new
- function to show SCM_CREDENTIALS on GNU/Linux.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22122 b2dd03c8-39d... -
09:34 AM Revision 25d14edf (git): * io.c (rb_io_s_binread): ensures file path. [ruby-dev:37940]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22121 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:53 AM Revision 03149710 (git): * ext/socket/raddrinfo.c (init_unix_addrinfo): add socktype argument.
- (addrinfo_initialize): follow init_unix_addrinfo change.
(addrinfo_s_unix): add optional argument: socktype
git-... -
04:09 AM Revision 6dd9865f (git): * configure.in (RUBY_APPEND_OPTION, RUBY_APPEND_OPTIONS),
- (RUBY_PREPEND_OPTION, RUBY_PREPEND_OPTIONS): add option(s)
without duplication.
* configure.in (RUBY_DEFINE_IF): c... -
02:10 AM Revision e3cc17a3 (git): fix rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22118 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:01 AM Revision 6294d065 (git): select before read_nonblock.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:58 AM Bug #1128 (Closed): OptParse outputs a misleading display
- =begin
Fixed at r21926 in 1.9 trunk and 1.8 trunk.
=end
-
12:57 AM Bug #1128 (Closed): OptParse outputs a misleading display
- =begin
as discussed
http://www.ruby-forum.com/topic/177288#new
>> require 'optparse' ; OptionParser.new do |o... -
12:41 AM Revision 048acb66 (git): * runruby.rb: gets extout and arch from rbconfig.rb.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22116 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:10 AM Revision a61cd5ed (git): * 2009-02-08
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22115 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:10 AM Revision ad235344 (git): specify exception class for rescue clause.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom