Activity
From 12/10/2009 to 12/16/2009
12/16/2009
- 09:08 PM Revision 412da9c0 (git): * 2009-12-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26116 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:08 PM Revision 08c7cde9 (git): * test/yaml/test_set.rb (**) Adding test coverage for YAML::Set
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26115 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:29 AM Revision f4109ec1 (git): * test/ruby/envutil.rb: fix a typo in assert message.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:27 AM Revision 96aca8fc (git): merge revision(s) 25656:
- * win32/win32.c (CreateChild): allocate temporary buffer and use it
instead of directly modify the passed string. [ruby-dev:39635]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@26113 b2dd03c8-39d4-4d8f-98ff... -
10:52 AM Revision cc07ecc3 (git): * instruby.rb (with_destdir): revert. [ruby-dev:39885]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@26112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:58 AM Revision 700495ba (git): * lib/un.rb (httpd): try to convert port number to integer.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26111 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:58 AM Revision 6547a2bc (git): * lib/un.rb (httpd): try to convert port number to integer.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26111 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:05 AM Revision abd9bb35 (git): * 2009-12-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:05 AM Revision 58e93715 (git): * lib/un.rb (wait_writable): wait until target files can be
- written actually.
* lib/un.rb (mkmf): new command to create makefile.
* lib/un.rb (rmdir): added -p option.
* lib/un.rb (httpd): easy WEBrick HTTP server.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26109 b2dd03c8-... -
02:21 AM Revision db9e8351 (git): * configure.in(MINIRUBY): use "$BASERUBY" as a default ruby executable name.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26108 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
12/15/2009
-
05:21 PM Revision 6aafca91 (git): add tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:54 PM Revision 79933d66 (git): * 2009-12-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26106 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:54 PM Revision 9ab779aa (git): * lib/find.rb (Find.find): rescue more exceptions which is possible to
- occur by other process change the directory tree.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:03 AM Feature #2480 (Closed): request to add GC::Profiler.time method
- =begin
currently we have
GC::Profiler.enable
# ... stuff
report = GC::Profiler.result # report is set to a verbose ascii string
What I would like is to be able to add garbage time to profiling information [i.e. "within this m... - 02:50 AM Revision 5bb57c60 (git): * 2009-12-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26104 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:50 AM Revision d0c1160f (git): * string.c (rb_str_inspect): wrong result of UTF-8 inspect because of
- the mistake of calculation. reported by eban via IRC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:56 AM Bug #2111: Error:test_rm_f(TestFileUtils)
- =begin
> include の順番のテストが欲しいならば 別に用意するべきで、FileUtils でやるべきではありません。
include の順番のテストではなく、 include FileUtils した FileUtils のメソッドのテストかと思っていました。
確実に FileUtils のメソッドをテストしたいのなら include の順番の影響を受けないように、 include FileUtils をやめて、他もすべて FileU... - 12:16 AM Revision d698bd8a (git): * test_find.rb: close temporary files before removing them.
- * test_find.rb: skip symlink tests if not implemented.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 12:06 AM Revision 36863793 (git): * 2009-12-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:06 AM Revision 0d9340f2 (git): * lib/find.rb (Find.find): get rid of race condition.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
12/14/2009
-
09:58 PM Bug #2111: Error:test_rm_f(TestFileUtils)
- =begin
> include FileUtils をした時の rm_f の挙動を確認するテストのはずなのに
む、あの行はこのチケット用ですか。
ならばあの行が存在すること自体が誤りでしょう。
include の順番のテストが欲しいならば 別に用意するべきで、FileUtils でやるべきではありません。
=end
-
03:52 PM Bug #2111: Error:test_rm_f(TestFileUtils)
- =begin
include FileUtils をした時の rm_f の挙動を確認するテストのはずなのに
FileUtils.rm_f を使うように変更しても良いのでしょうか?
=end
-
12:27 PM Bug #2111 (Closed): Error:test_rm_f(TestFileUtils)
- =begin
This issue was solved with changeset r26090.
Kazuhiro, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
08:56 PM Bug #2479 (Third Party's Issue): bugs in ruby-mode
- =begin
'"?' don't close string highlight.
"'?" emits the same error.
I tried searching for duplicates but failed to find any sane way of searching the issues, so I apologize if this is a duplicate error rep.
=end
-
05:06 PM Bug #2476: instance_eval ArgumentError
- =begin
Hi,
2009/12/14 Lourens Naudé <redmine@ruby-lang.org>:
> I believe I've found an edge case referencing the recent (Dec 4) changes of instance_eval etc. compatibility with current MRI 1.8 behavior.
>
> Ruby backtrace and cont... -
01:11 AM Bug #2476 (Third Party's Issue): instance_eval ArgumentError
- =begin
Hi,
I believe I've found an edge case referencing the recent (Dec 4) changes of instance_eval etc. compatibility with current MRI 1.8 behavior.
Ruby backtrace and context :
https://gist.github.com/1be3d65c1ff8c23ce964... -
01:34 PM Revision 779aba2d (git): * lib/find.rb (Find.find): rescue only ENOENT and EACCES for lstat.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26099 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:50 PM Revision 92e9bf7a (git): * lib/find.rb (Find.find): narrow rescue region.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:11 PM Bug #2139 (Assigned): backquotes method modifies unexpectedly returned content
- =begin
=end
-
12:07 PM Feature #2323 (Assigned): "Z".."Z".succが空
- =begin
Ruby 1.9 Feature に移動した上で、優先度 Low にしておきます
=end
-
11:56 AM Revision 4df4a743 (git): add tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26097 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:08 AM Revision bcde0b6d (git): merge revision(s) 24621:
- * lib/test/unit.rb (Test::Unit.run=, Test::Unit.run?): fixed rdoc.
[ruby-core:25034]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@26096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:28 AM Revision 34bda680 (git): merge revision(s) 25009:
- * lib/open3.rb (Open3#popen3): fixed and improved rdoc. [ruby-core:25658]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@26095 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:16 AM Revision 90dc4551 (git): merge revision(s) 20573:
- * 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_7@26094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:01 AM Revision 9c3d9bb6 (git): merge revision(s) 26033:
- * lib/bigdecimal.rb: fix comparison operators [ruby-core:26646]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@26093 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:53 AM Revision 0cdd4e00 (git): merge revision(s) 26032:
- * object.c (rb_Float): Allow results of to_f to be NaN
[ruby-core:26733]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@26092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:39 AM Revision fd13ad8c (git): merge revision(s) 25975:
- * eval.c (proc_invoke): unbound block created by define_method
cannot call super. [ruby-core:26984]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@26091 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:19 AM Revision 315cab12 (git): Explicitly use FileUtils.rm_f. [ruby-dev:39345]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26090 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:19 AM Revision b9d74fd1 (git): merge revision(s) 25921:
- * ext/digest/digest.c (rb_digest_instance_method_unimpl): Do not
call rb_inspect() on an object that does not implement necessary
methods; reported by NaHi.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_... -
02:55 AM Revision d515deb4 (git): merge revision(s) 25890:
- * eval.c (rb_method_missing): adjusted format and argument number.
* eval.c (rb_call): fixed for super in cached method.
[ruby-dev:39757]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@26088 b2dd03c8-... -
02:46 AM Revision d4ad42a6 (git): merge revision(s) 25766:
- * hash.c (ruby_setenv): get rid of crash in Solaris 8 and 10.
[ruby-core:26668]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@26087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:40 AM Revision 25c243bf (git): merge revision(s) 25735:
- * lib/cgi.rb: fix command-line option of
non-interactive terminal. [ruby-core:23016]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@26086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:20 AM Revision cc744ef9 (git): * lib/find.rb (Find.find): removed already unnecessary code.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26085 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
12/13/2009
-
11:13 PM Bug #2394: [BUG] pthread_mutex_lock: 22 revisited
- =begin
r26061 fixes a bug related this.
Does this still happen?
=end
-
10:48 PM Revision b3ea5a17 (git): add a test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:50 PM Revision c9e70071 (git): merge revision(s) 25693:
- * eval.c (method_inspect, method_name, mnew): Bug fix when
method created from an alias.
Based on a patch by Peter Vanbroekhoven [ruby-core:22040]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@2608... -
06:35 PM Revision c5178471 (git): merge revision(s) 25670:
- * eval.c (call_trace_func): remove the trace hook if any exception
raised. [ruby-list:46515]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@26082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:48 PM Revision 5164ba53 (git): merge revision(s) 25659:25661:
- * 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: add a test for above.
git-svn... - 04:00 PM Revision 3f07a79c (git): * 2009-12-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:00 PM Revision 8dc14638 (git): new test file.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:59 PM Revision 6de15327 (git): merge revision(s) 25515:
- * string.c (rb_str_inspect): get rid of adding garbage to shor
UTF-8 string. [ruby-dev:39550]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@26078 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 03:14 PM Revision cf624713 (git): * 2009-12-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@26077 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:14 PM Revision 24d2be66 (git): merge revision(s) 25230,25995:
- * marshal.c (struct {dump,load}_arg): manage with dfree, instead
of using local variable which may be moved by context switch.
[ruby-dev:39425]
* marshal.c (marshal_load): should set taintness. [ruby-dev:3972... -
02:48 PM Revision c48a4c29 (git): * lib/find.rb (Find.find): sort directory entries. [ruby-dev:39847]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:09 PM Revision 8ad9d4ed (git): * 2009-12-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:09 PM Revision c2e8a9ca (git): * test/openssl/*: added some tests from jruby-openssl.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26073 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:08 PM Revision f62310ac (git): doc fix: mutex.lock => self [ruby-core:27115]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:56 AM Revision 71ab1829 (git): * test/ruby/envutil.rb (invoke_ruby): call to_str for stdin_data to
- reject non-string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:29 AM Revision 77088d66 (git): * ruby.c (rb_parser_dump_tree): add prototype.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
12/12/2009
- 04:35 PM Revision 42933da4 (git): * 2009-12-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:35 PM Revision 07f81c06 (git): Add rdoc and test of Encoding#replicate.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
12/11/2009
-
12:50 PM Feature #2471 (Rejected): want to choose a GC algorithm
- =begin
LazySweep ではスループットが増大するという話をどこかで聞いた覚えがあって
それが理由で trunk に入らないのかと思っていました。
入らなかったのは単にバグの問題で、すでに解決されているということなので
チケットは Reject させていただきます。ありがとうございました。
=end
-
09:25 AM Feature #2471: want to choose a GC algorithm
- =begin
nari です。
2009年12月11日1:14 Yukihiro Matsumoto <matz@ruby-lang.org>:
> まつもと ゆきひろです
>
> In message "Re: [ruby-dev:39867] Re: [Feature #2471] want to choose a GC algorithm"
> on Fri, 11 Dec 2009 00:02:42 +0900, Narihi... -
01:14 AM Feature #2471: want to choose a GC algorithm
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:39867] Re: [Feature #2471] want to choose a GC algorithm"
on Fri, 11 Dec 2009 00:02:42 +0900, Narihiro Nakamura <authornari@gmail.com> writes:
|ただ、GC自体の改善(高速化等)という観点で見ると、今までのCRuby... -
12:03 AM Feature #2471: want to choose a GC algorithm
- =begin
nariです。
GCと聞いて来ました。
2009年12月10日9:54 KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>:
(snip)
>> GC のアルゴリズムを複数用意して、選択可能にするのはどうでしょうか。
>> パッチを添付します。たたき台にしていただければ幸いです。
>>
>> 選択対象として、authorNari さんの LazySweep
>> http://www.... - 07:47 AM Revision 190507ce (git): * 2009-12-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:47 AM Revision 0676ac37 (git): * bootstraptest/test_thread.rb: please please please remember that there are
- platforms that do not support fork.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:21 AM Feature #2447: reduce GC pressure by symbol table without String instance
- =begin
遠藤です。
2009年12月8日18:37 wanabe <s.wanabe@gmail.com>:
>> どなたか追試してくださると助かります。私の環境で make test-all は
>> 通っています。
>
> 興味がありますので試してみたところ、
> 少し不思議な結果になりましたので報告させていただきます。
> 詳細はわかりませんが、環境が貧弱であることが関係していると思われます。
>
> 生のベンチマーク結果を末尾に添付...
12/10/2009
-
07:06 PM Feature #2471: want to choose a GC algorithm
- =begin
ワナベと申します。
09/12/10 KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>:
>> Feature #2471: want to choose a GC algorithm
>> GC のアルゴリズムを複数用意して、選択可能にするのはどうでしょうか。
> ほとんどのユーザは自分のワークロードに最適なGCを選ぶ十分な情報を
> 持っていないので、エンドユーザ視点ではあまり意味がな... -
09:47 AM Feature #2471 (Assigned): want to choose a GC algorithm
- =begin
=end
-
08:42 AM Feature #2471 (Rejected): want to choose a GC algorithm
- =begin
GC のアルゴリズムを複数用意して、選択可能にするのはどうでしょうか。
パッチを添付します。たたき台にしていただければ幸いです。
選択対象として、authorNari さんの LazySweep
http://www.narihiro.info/resource/patch/rb_gc_lazy_improve.diff
を使わせていただきました。ありがとうございます。
起動時に環境変数 RUBYGC に lazy を代入して... -
11:59 AM Revision b32ee85f (git): * transcode_data.h, transcode.c, tool/transcode-tblgen.rb: Added
- support for new transcoding instruction FUNsio (with Tatsuya Mizuno)
* enc/trans/gb18030.trans: Significantly reduced GB18030 conversion
table footprint using FUNsio and differences (with Tatsuya Mizuno)
* test/ruby/test_transcode.rb... -
10:26 AM Revision 136c25eb (git): unset HTTP_PROXY, etc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26064 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:13 AM Revision e82e2beb (git): unset HTTP_PROXY and FTP_PROXY.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:13 AM Bug #2469 (Closed): Difference behavior of IO#read_nonblock and #read between 1.8 and 1.9
- =begin
[ruby-dev:25101] http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-dev/25101
=end
-
07:18 AM Bug #2469 (Closed): Difference behavior of IO#read_nonblock and #read between 1.8 and 1.9
- =begin
The following code doesn't finish on ruby 1.9 (both 1.9.1 and 1.9.2dev), while finishes with Errno::EAGAIN on ruby 1.8.7.
read, write = IO.pipe
write << 'hello'
read.read_nonblock(5)
read.read(5)
I checked it on i... -
09:05 AM Feature #2470: Encoding#new doesn't undef_method-ed
- =begin
おっと、Data.newは消してはダメですね。
これについては取り下げます。
=end
-
08:03 AM Feature #2470 (Closed): Encoding#new doesn't undef_method-ed
- =begin
Fixnum や Encoding のような、rb_undef_alloc_func されているクラスでは、
Hoge.new がエラーになりますが、
Fixnum などでは Fixnum.new が undef されているのに、
Encoding ではなされていないため、呼んだ際の挙動が異なります。
irb(main):001:0> Fixnum.new
NoMethodError: undefined method `new... -
08:24 AM Revision 90715381 (git): * vm_eval.c (yield_under): yields self the same as 1.8.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:49 AM Revision 4ba0fe5f (git): * thread_pthread.c (native_mutex_reinitialize_atfork): release and
- re-acquire the lock at re-initialization.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:21 AM Bug #1322 (Assigned): define_method scope bug
- =begin
=end
-
05:19 AM Revision 96893089 (git): * lib/un.rb (httpd): easy WEBrick HTTP server.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:59 AM Revision 614a8427 (git): * encoding.c (enc_replicate): add Encoding#replicate(name).
- * encoding.c (enc_replicate_with_index): renamed from old
enc_replicate.
* encoding.c (rb_enc_from_encoding_index): split from
rb_enc_from_encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26059 b2dd03c8-39d4-4d8f-98ff-82... -
03:46 AM Revision ae76a232 (git): * test/webrick/test_server.rb (test_daemon): simply use fork's return
- value, don't use pipe.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:26 AM Revision e5dc8988 (git): * string.c (rb_str_inspect): CHAR_ESC_LEN should be 13.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e