Activity
From 03/12/2010 to 03/18/2010
03/18/2010
-
11:58 PM Bug #2976: cucumberでSEGV
- =begin
別環境でも、と思い、Ubuntu 8.04 gcc 4.2.3 (atom) で動かしてみたところ(r26974)、
100回やって100回とも問題なく動作しました。OSX 10.6では状況変わらず。
=end
-
02:28 PM Bug #2976 (Assigned): cucumberでSEGV
- =begin
[ruby-dev:40679] からのスレッドでした。
[ruby-dev:40452] との関係性が指摘されていますが、過去には動いていたようなので、中田さんコメントお願いできますか
=end
-
12:12 AM Bug #2976 (Closed): cucumberでSEGV
- =begin
一度-devに投げましたが改めてRedmineへ。
cucumberを実行するとpolyglot-0.3.0/lib/polyglot.rb の中で高確率でSEGVになります。
$ gem inst... -
11:45 PM Feature #2360 (Rejected): hide the internal of anonymous Enumerator
- =begin
遠藤です。
> - Enumerator::Generator を匿名クラスにする (ARGF のように)
> - Generator.new や Yielder.new を禁止する
> - Enum... -
11:45 PM Feature #2982: Ruby tries to link with both openssl and readline
- =begin
On Thu, Mar 18, 2010 at 5:37 AM, Lucas Nussbaum
<[email protected]> wrote:
> On 18/03/10 at 18:23 +0... -
06:37 PM Feature #2982: Ruby tries to link with both openssl and readline
- =begin
On 18/03/10 at 18:23 +0900, Yukihiro Matsumoto wrote:
> Hi,
>
> In message "Re: [ruby-core:28735] [Bug #2... -
06:23 PM Feature #2982: Ruby tries to link with both openssl and readline
- =begin
Hi,
In message "Re: [ruby-core:28735] [Bug #2982] Ruby tries to link with both openssl and readline"
... -
05:01 PM Feature #2982 (Third Party's Issue): Ruby tries to link with both openssl and readline
- =begin
Hi,
Ruby currently tries to link with both OpenSSL (which is under the SSL license), and Readline (GPL).... -
11:32 PM Feature #2321 (Rejected): [PATCH] Array Module sum and mean features
- =begin
Hi,
> I have created a new patch for the Array Module of Ruby. The patch adds two complementary features... -
11:25 PM Feature #2983: Ruby (GPLv2 only) tries to link to with readline (now GPLv3)
- =begin
libedit doesn't support multibyte encodings.
=end
-
05:11 PM Feature #2983: Ruby (GPLv2 only) tries to link to with readline (now GPLv3)
- =begin
See [ruby-core:25272] and Feature request #2032:
http://redmine.ruby-lang.org/issues/show/2032
=end
-
05:04 PM Feature #2983 (Third Party's Issue): Ruby (GPLv2 only) tries to link to with readline (now GPLv3)
- =begin
Hi,
The readline library was relicensed under GPLv3. Since Ruby is GPLv2 only, it is not allowed to link... -
11:21 PM Feature #2984: string split with capitalize
- =begin
try string.gsub(/\w+/){$&.capitalize}
You still want another method?
=end
-
08:31 PM Feature #2984 (Rejected): string split with capitalize
- =begin
It would be awesome if string had a method to perform this action:
string.split(' ').each{ |s| s.capital... -
11:20 PM Feature #2250: IO::for_fd() objects' finalization dangerously closes underlying fds
- =begin
Hi nobu,
> This is a patch to add :autoclose option to IO.for_fd and
> IO.new.
There seems to be ... -
11:11 PM Revision 4f74adc5 (git): add test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26977 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:50 PM Feature #2340: Removing YAML/Syck
- =begin
How about this status, Aaron?
I'm ok that importing Psych is 1.9.3.
We, howerver, want to warn current... -
10:29 PM Feature #1596 (Closed): GC.time
- =begin
遠藤です。
> 今まで何回 GC をやったか調べるための GC.count というのがあるのですが,
> これまでの GC にかかった時間を返す GC.time というメソッドを追加するのは
> ど... -
10:21 PM Feature #1193: Justified Error Messages
- =begin
Hi,
> One nice thing about Test::Unit output is that failures are justified making string comparisons ea... -
09:54 PM Feature #1047: request: getters, setters for the GC
- =begin
On 18.03.10 13:16, Yusuke Endoh wrote:
> My personal opinions:
>
> - Though I think a few rough "modes" i... -
09:16 PM Feature #1047 (Feedback): request: getters, setters for the GC
- =begin
Hi,
> I've attached a patch adding getters and setters for HEAP_MIN_SLOTS and GC_MALLOC_LIMIT.
M... -
08:53 PM Feature #1832: irb -w
- =begin
On 18.03.10 12:22, Yusuke Endoh wrote:
>> It would be nice if either irb had a -w flag
>
> Maybe reasonab... -
08:18 PM Feature #1832: irb -w
- =begin
Hi,
> It would be nice if either irb had a -w flag
Maybe reasonable because irb has a -d flag alrea... - 08:35 PM Revision 642305da (git): * 2010-03-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:35 PM Revision 053d89ca (git): * string.c (rb_str_sum): don't call method for each byte.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:48 PM Feature #2032: Change the license to "GPLv2+ or Ruby's original".
- =begin
=end
-
04:24 PM Feature #2981: Array#repeated_(permutation|combination)
- =begin
(from [ruby-dev:40601] )
Try to login with too short passwords.
("a".."z").to_a.repeated_permutation(5)... -
03:40 PM Feature #2981: Array#repeated_(permutation|combination)
- =begin
An example of number puzzle.
['+', '-', '*', '/', ''].repeated_permutation(8).each{|a, b, c, d, e, f, g, h... -
03:32 PM Feature #2981: Array#repeated_(permutation|combination)
- =begin
Sorry, the patch of [ruby-core:28724] has bug.
This is fixed version.
Index: array.c
=================... -
02:57 PM Feature #2981: Array#repeated_(permutation|combination)
- =begin
A bit more: use cases are shown in Japanese ML (and I think they're OK), so please just translate them for no... -
02:18 PM Feature #2981: Array#repeated_(permutation|combination)
- =begin
Show use case.
=end
-
12:11 PM Feature #2981 (Closed): Array#repeated_(permutation|combination)
- =begin
New methods Array#repeated_(permutation|combination).
Like Array#(permutation|combination), these method... -
03:22 PM Feature #1082: add Object#singleton_class method
- =begin
Hi,
2010/3/17 Yusuke Endoh <[email protected]>:
>> > Then, how about to introduce singleton_class as ... -
12:24 PM Revision bd5e925c (git): * Makefile.in (miniruby): link $(NORMALMAINOBJ).
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:53 AM Revision f9d64323 (git): * tool/transcode-tblgen.rb: scan singleton mappings sequentially.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:06 AM Feature #973: EncDet again
- =begin
なかだです。
At Wed, 17 Mar 2010 22:46:43 +0900,
Yusuke Endoh wrote in [ruby-dev:40687]:
> 2) File.open 方式で決... -
06:37 AM Bug #2978 (Closed): TMP_RUBY_PREFIX sets incorrect values in gem prelude for ruby installed in $HOME
- =begin
This issue was solved with changeset r26970.
Nikolai, thank you for reporting this issue.
Your contribution... -
04:47 AM Bug #2978: TMP_RUBY_PREFIX sets incorrect values in gem prelude for ruby installed in $HOME
- =begin
actually, the bug seems to be reintroduced (by merge conflict?) in r26895, while r26885 already had the fix:
... -
01:58 AM Bug #2978 (Closed): TMP_RUBY_PREFIX sets incorrect values in gem prelude for ruby installed in $HOME
- =begin
For ruby (r26961), built and installed with configure --prefix=$HOME, I see odd values in Gem::ConfigMap that... -
04:52 AM Revision c50494d6 (git): * io.c, eval.c, process.c: add linux to r26371's condition.
- patched by Motohiro KOSAKI [ruby-core:28151]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26972 b2d... -
02:12 AM Feature #2542: URI lib should be updated to RFC 3986
- Hi,
> I'll suggest to bundle Addressable and obsolete current URI lib,
> but I have to plan its migration path.
... -
02:00 AM Feature #2740: Extend const_missing to pass in the nesting
- Hi,
Matz, do you accept Yehuda's suggestion?
Current status:
- Three persons (nobu, murphy and I) hav... -
01:27 AM Feature #2969 (Closed): String#to_f が -h.hhh±pd を解釈できるように
- =begin
This issue was solved with changeset r26965.
Yui, thank you for reporting this issue.
Your contribution to ... -
12:05 AM Revision e0250f59 (git): Add NEWS and fix ChangeLog.
- * new methods:
* URI.encode_www_form
* URI.decode_www_form
* URI.encode_www_form_component
* URI.decode_www_f...
03/17/2010
-
11:31 PM Feature #1951 (Closed): openのBOM指定拡張
-
11:30 PM Feature #2571 (Closed): 文字列のハミング距離
- =begin
遠藤です。
本件は提案者の mrkn さんが一旦取り下げたようなので ([ruby-dev:40028]) 、
closed とします。
--
Yusuke Endoh <mame@tsg... -
11:05 PM Feature #1082: add Object#singleton_class method
- =begin
Hi Shugo,
> > Then, how about to introduce singleton_class as just a short form of
> > class <<obj; se... -
10:46 PM Feature #973: EncDet again
- =begin
遠藤です。
EncDet の件、どうしますか?
Yugui さんが以下のような提案もしています。
> 実は当面File.openの機能拡張のみで済んでしまうのではないでしょうか。たとえば、
... -
09:28 PM Revision 43ab7209 (git): * configure.in (RUBY_EXEC_PREFIX): added to config.h.
- * ruby.c (ruby_init_loadpath_safe): TMP_RUBY_PREFIX should be
exec_prefix, not rubylibprefix. [ruby-core:28718]
*... -
08:58 PM Revision ad41699b (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_{to_i,mod,divmod,div2}):
- removed unused variables.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26969 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:56 PM Feature #2975: Kernel.warn always writes despite $VERBOSE value
- =begin
On 03/17/2010 06:42 AM - Nobuyoshi Nakada
--> said: "It's a document issue."
I agree.. that there IS a... -
06:42 AM Feature #2975: Kernel.warn always writes despite $VERBOSE value
- =begin
It's a document issue.
$ ruby -w0 -e 'p $VERBOSE'
true
$ ruby -W0 -e 'p $VERBOSE'
nil
=end
-
04:28 AM Feature #2975 (Closed): Kernel.warn always writes despite $VERBOSE value
- =begin
Kernel.warn always writes despite $VERBOSE value
The RDoc say:
http://www.ruby-doc.org/core/classes/K... -
07:41 PM Revision 83b8f94f (git): * parse.y (rb_intern3): get rid of type-punning cast.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26967 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:13 PM Bug #2192: warning in irb/context.rb
- =begin
Hi,
For my part, I got a warning about "save_history=", launching irb with RUBYOPT='-w'.
It would be n... -
04:35 PM Bug #2192: warning in irb/context.rb
- =begin
Hello,
I still find the same warning mentioned in this report (and some new ones):
# ruby -w -r 'ir... -
05:33 PM Revision d47e0b98 (git): * compile.c (iseq_build_body): add mark to jump table hash of case.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:21 PM Revision 9eb68d7c (git): * util.c (ruby_strtod): Add support for Hexadecimal
- floating-point expression [ruby-dev:40650] #2969
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26965 b2dd03c8-39... -
04:00 PM Revision 5f0be51c (git): fix typos.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:35 PM Revision c18d939f (git): * 2010-03-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26963 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:35 PM Revision f626a17d (git): * lib/uri/common.rb (URI#{en,de}code_www_form_component):
- renamed from URI#{en,de}code_www_component. [ruby-dev:40672]
* lib/uri/common.rb (URI#encode_www_form_component): %-... -
11:55 AM Bug #2965: method `===' called on hidden T_STRING object (NotImplementedError)
- =begin
String に限らず、=== が再定義されるだけで発生します。
隠しオブジェクト用のメソッドテーブルが必要なんじゃないでしょうか?
$ ruby -ve '
class Float
def ... -
07:25 AM Revision 4067fd02 (git): * hash.c (rb_hash_aset): allow recursive key. [ruby-core:24648]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:19 AM Bug #2388: test-all 中に popen で ruby.exe が落ちる
- =begin
村田さん
ワナベと申します。
すみません、この SEGV は今でも再現するでしょうか?
私自身も一度再現したようだったのですが、その後正常に戻ってしまい
いまいち条件が分からずじまいでした。
... -
05:39 AM Feature #1400: Please add a method to enumerate fields in OpenStruct
- =begin
This can be done right now. In several ways.
# obj is an class OpenStruct with some number of members.
ar... -
02:51 AM Bug #1843: Symbol#inspect raises exception
- =begin
2010/3/16 Yukihiro Matsumoto <[email protected]>:
> OK, OK. Go ahead and check it in.
Done. Thanks!
... -
01:27 AM Bug #1843 (Closed): Symbol#inspect raises exception
- =begin
This issue was solved with changeset r26957.
Brian, thank you for reporting this issue.
Your contribution t... -
02:47 AM Bug #2581 (Closed): require_relative depends on current directory
- =begin
This issue was solved with changeset r26959.
Yusuke, thank you for reporting this issue.
Your contribution ... -
02:28 AM Bug #2629: ConditionVariable#wait(mutex, timeout) should return whether the condition was signalled, not the waited time
- =begin
Hi, Hongli Lai
2010/1/22 Hongli Lai <[email protected]>:
> ? There is a background thread which pe...
03/16/2010
-
09:40 PM Revision ae1951a0 (git): * ruby.h (rb_warning, rb_sys_warning): fixed typo in rdoc.
- [ruby-core:28696]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26960 b2dd03c8-39d4-4d8f-98ff-823fe... -
09:40 PM Revision c9e0df64 (git): * ruby.h (rb_warning, rb_sys_warning): fixed typo in rdoc.
- [ruby-core:28696]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:48 PM Bug #1843: Symbol#inspect raises exception
- =begin
Hi,
In message "Re: [ruby-core:28384] [Bug #1843] Symbol#inspect raises exception"
on Mon, 1 Mar 2010... -
05:40 PM Revision 6ff75042 (git): * compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolute
- path field into rb_iseq_t. The field contains a string representing
a path to corresponding source file. or nil wh... - 04:26 PM Revision c4fdd64f (git): * 2010-03-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:26 PM Revision 4f78e7ff (git): * parse.y (rb_intern3): prohibit Symbol with an invalid encoding.
- [ruby-core:24621]
* test/ruby/test_m17n_comb.rb: modify a test for above.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
03:29 PM Feature #2968: 数値の正負を返すメソッド
- =begin
2010年3月16日15:16 KOSAKI Motohiro <[email protected]>:
>> > > FortranやCで数値計算するときも、if (val < 目標精度)... -
02:04 PM Feature #2968: 数値の正負を返すメソッド
- =begin
2010年3月16日13:27 KOSAKI Motohiro <[email protected]>:
>> 成瀬です。
>>
>> 2010年3月16日11:37 KOSAKI Mo... -
12:08 PM Feature #2968: 数値の正負を返すメソッド
- =begin
成瀬です。
2010年3月16日11:37 KOSAKI Motohiro <[email protected]>:
>> チケット #2968 が更新されました。 (by Yui N... -
10:05 AM Feature #2968: 数値の正負を返すメソッド
- =begin
> > で、そもそもの動機は doubleを生成するメソッドのテストをする際に、
> > d = -0.0
> > assert_equal(0, d)
> > assert_equal(-IN... -
09:34 AM Feature #2968: 数値の正負を返すメソッド
- =begin
Yui NARUSE さんは書きました:
> (f > 0 or 1.0 / f > 0) という趣旨かと思います。
そうです。
> で、そもそもの動機は doubleを生成するメソッドのテストをする際に... -
09:13 AM Feature #2968: 数値の正負を返すメソッド
- =begin
(f > 0 or 1.0 / f > 0) という趣旨かと思います。
で、そもそもの動機は doubleを生成するメソッドのテストをする際に、
d = -0.0
assert_equal(0... -
09:04 AM Feature #2968: 数値の正負を返すメソッド
- =begin
むらたです。
On 2010/03/16, at 8:04, Shyouhei Urabe wrote:
> f > 0 or 1.0 / f > 0
>
> ではなんでだめなんですか?
前者で... -
09:04 AM Feature #2968: 数値の正負を返すメソッド
- =begin
実数のみの想定でしたので、Numericではなく、Integer, Float, Rational 個別に定義した方が良かったかもしれません。
> f > 0 or 1.0 / f > 0 ではなんでだめなん... -
08:04 AM Feature #2968 (Rejected): 数値の正負を返すメソッド
- =begin
f > 0 or 1.0 / f > 0
ではなんでだめなんですか?
=end
-
07:50 AM Feature #2968: 数値の正負を返すメソッド
- =begin
村田です。
On 2010/03/16, at 3:38, Yui NARUSE wrote:
> 数値の正負を返すメソッドが欲しいです。
> 主たる想定用途は 0.0 と -0.0 を区別したいときです... -
03:38 AM Feature #2968 (Rejected): 数値の正負を返すメソッド
- =begin
数値の正負を返すメソッドが欲しいです。
主たる想定用途は 0.0 と -0.0 を区別したいときです。
これは、0.0 > -0.0 や 0.0 == -0.0 では知ることができません。
とりあえず f... -
03:14 PM Bug #2965: method `===' called on hidden T_STRING object (NotImplementedError)
- =begin
putstringのオペランドをVALUEじゃない何かにすればいいんじゃないですか?
void*, size_t, rb_encoding* のtupleとか。
=end
-
10:24 AM Bug #2965: method `===' called on hidden T_STRING object (NotImplementedError)
- =begin
ささだです.
(2010/03/16 8:21), Shyouhei Urabe wrote::
> いや、ここは小手先の修正ではなくきちんと設計されているべき所です。
> #1137の議論を読み返していた... -
08:21 AM Bug #2965: method `===' called on hidden T_STRING object (NotImplementedError)
- =begin
いや、ここは小手先の修正ではなくきちんと設計されているべき所です。
#1137の議論を読み返していただくとよいのですが、リテラルの文字列がObjectSpaceから弄れちゃうよという問題があって、
1) ... -
01:52 PM Revision 0b6a0045 (git): * tool/transcode-tblgen.rb: specialize for singletom mappings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26956 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:18 AM Revision 04d90693 (git): * enc/trans/emoji.trans: added codepoints leading 0xf4 into nomap_table.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:38 AM Revision d4120b1f (git): * ext/bigdecimal/bigdecimal.c (VpCtoV): keep e's sign.
- When e doesn't over flow e * BASE_FIG but overflow e * 10,
e will overflow.
git-svn-id: svn+ssh://ci.ruby-lang.org... -
08:18 AM Revision 43025927 (git): * include/ruby/encoding.h (rb_str_conv_enc_opts): missing prototype.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:38 AM Feature #2969: String#to_f が -h.hhh±pd を解釈できるように
- =begin
村田です。
On 2010/03/16, at 4:01, Yui NARUSE wrote:
> C99 の printf には a という指定子があります。
>
(snip)
>
> この形... -
04:01 AM Feature #2969 (Closed): String#to_f が -h.hhh±pd を解釈できるように
- =begin
C99 の printf には a という指定子があります。
aA The argument is printed in style ‘[-h.hhh±pd]’ where the... -
06:57 AM Bug #2967 (Rejected): SCRIPT_LINES__ is not included in constants()
- =begin
Use const_defined? which can work either on 1.8 and 1.9, and faster.
=end
-
02:45 AM Bug #2967: SCRIPT_LINES__ is not included in constants()
- =begin
Using symbols works. ie Object.constants.include? :SCRIPT_LINES__. So this is not a bug. My bad.
=end
-
02:43 AM Bug #2967 (Rejected): SCRIPT_LINES__ is not included in constants()
- =begin
d:\bugs>irb
irb(main):001:0> RUBY_VERSION
=> "1.8.6"
irb(main):002:0> SCRIPT_LINES__ = {}
=> {}
irb... -
06:20 AM Revision 3694f1dd (git): * ext/tmpdir: split from lib/tmpdir.rb.
- * win32/win32.c (rb_w32_system_tmpdir): extracted from init_env.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
05:48 AM Revision 724f1f4a (git): * win32/win32.c (rb_w32_getcwd): remvoed duplicated code.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:06 AM Revision bf45c36d (git): * include/ruby/encoding.h (ENC_TO_ENCINDEX): suppress warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:03 AM Revision acd2d29f (git): * configure.in (RSHIFT): parenthesize the argument of cast instead
- of the result.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:23 AM Revision b215b974 (git): * file.c (file_expand_path): ignore dname if it has different
- drive letter or UNC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:51 AM Bug #2766 (Rejected): Cannot use CSV under windows 7
- =begin
I assume CSV's auto line ending detection is failing on you data for some reason. A likely cause could be fi... -
12:52 AM Feature #1081: add File::write() convenience method
- =begin
Hi,
2010/3/15 Suraj Kurapati <[email protected]>:
> Is this issue solved? ?Or was the patch[1] remove...
03/15/2010
-
10:32 PM Bug #2965: method `===' called on hidden T_STRING object (NotImplementedError)
- =begin
1.9.2dev は以下の patch で直りました。
修正の方向性が正しければコミットします。
如何でしょう?
diff --git a/compile.c b/compile.c
index ... -
08:40 PM Bug #2965: method `===' called on hidden T_STRING object (NotImplementedError)
- =begin
ソラです。
1.9.2devと1.9.1で例外メッセージが異なるようです。参考にも。
--
% ruby -ve '
class String
def ===(other)
self == ot... -
06:29 PM Bug #2965: method `===' called on hidden T_STRING object (NotImplementedError)
- =begin
String#=== を再定義するだけで再現できました。
$ ruby -ve '
class String
def ===(other)
self == other
end
... -
05:16 PM Bug #2965 (Closed): method `===' called on hidden T_STRING object (NotImplementedError)
- =begin
termtter の 464948b77fb335140bcd6e2a76dddc8cac7620a9 版を
ruby 1.9.2dev r26937 で実行すると以下のような例外が出て止まります。
/U... -
10:23 PM Revision dcff8e84 (git): fix typos.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:21 PM Revision 34533445 (git): * tool/transcode-tblgen.rb: redundant loop removed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:02 PM Revision 32ea96f6 (git): * tool/transcode-tblgen.rb: refactored to use tree as memo key.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26945 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:10 PM Revision a9e91697 (git): * 2010-03-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:10 PM Revision e3a231d3 (git): * tool/transcode-tblgen.rb: more info in generating macro names.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:47 PM Bug #2957 (Closed): IO.print emits field separator after each object, rather than between
- =begin
This issue was solved with changeset r26938.
Daniel, thank you for reporting this issue.
Your contribution ... -
05:44 PM Bug #2957: IO.print emits field separator after each object, rather than between
- =begin
Hi,
In message "Re: [ruby-core:28644] [Bug #2957] IO.print emits field separator after each object, rather... -
04:49 PM Bug #2964 (Closed): Segmentation Fault is occurred by Array#sample in a child process
- =begin
trunk is fixed by r26936.
=end
-
04:41 PM Bug #2964 (Closed): Segmentation Fault is occurred by Array#sample in a child process
- =begin
ruby -ve 'Process.wait fork { p [1, 2].sample }'
-e:1: [BUG] Segmentation fault
ruby 1.9.2dev (2010-03-15... -
12:59 PM Revision 2ce0d5db (git): * tool/transcode-tblgen.rb: ActionMap#each_firstbyte inlined.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:25 PM Revision a73374bb (git): * tool/transcode-tblgen.rb (transcode_tblgen): add valid_encoding
- optional argument.
* enc/trans/single_byte.trans use valid_encoding argument for
transcode_tblgen.
* enc/trans/ch... -
10:47 AM Bug #2954 (Closed): wrong result of nkf with --numchar-input
- =begin
This issue was solved with changeset r26935.
Nobuyoshi, thank you for reporting this issue.
Your contributi... -
10:41 AM Feature #1081: add File::write() convenience method
- =begin
Hi,
Is this issue solved? Or was the patch[1] removed from Ruby?
Sorry for asking these (perhaps s... -
09:33 AM Revision 21c7d365 (git): * random.c (default_rand): removed initial buffer.
- * random.c (Init_RandomSeed): initialize seed of default random.
* random.c (Init_RandomSeed2): turn the seed to Big... -
08:43 AM Revision 01657b51 (git): * io.c (rb_io_print): RDoc update. a patch from Daniel Kelley
- in [ruby-core:28643].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:06 AM Revision d188e1a8 (git): * random.c (next_state): no initialization here.
- * random.c (default_mt): always return initialized MT.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26937 b2dd... -
04:47 AM Bug #2959 (Closed): IO#codepoints crashes MRI/mingw on Windows
- =begin
This issue was solved with changeset r26926.
Vladimir, thank you for reporting this issue.
Your contributio... -
03:26 AM Revision 1bf3ca49 (git): * random.c (rb_reset_random_seed): set seed in this. [ruby-core:28655]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:37 AM Revision e03b66ef (git): * ext/nkf/nkf-utf8/nkf.c: import latest nkf. [master 9306cb0]
- this also fixes [ruby-dev:40607]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26935 b2dd03c8-39d4-4d8f-98ff-823... -
12:42 AM Revision 7588f09a (git): * lib/uri/common.rb (URI.encode_www_component):
- call str.to_s at first.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:36 AM Revision 732d041d (git): * symbian/README.SYMBIAN: fixed broken patch and converted to
- unified diff.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:27 AM Bug #2960 (Closed): svn revision detection of git-based repo on Windows is broken
- =begin
This issue was solved with changeset r26917.
Vladimir, thank you for reporting this issue.
Your contributio...
03/14/2010
-
10:51 PM Revision ae022467 (git): * file.c (Init_File): do not define File::ALT_SEPARATOR on cygwin.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:41 PM Revision 71f4f962 (git): * file.c (realpath_rec): use same cache.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:39 PM Revision 6a1a02ae (git): * file.c (realpath_internal): regulate separators in prefix.
- [ruby-core:28653]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:38 PM Revision 0f418eaa (git): * file.c (realpath_internal): regulate separators in prefix.
- [ruby-core:28653]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:33 PM Revision b24c8e4d (git): * file.c (file_alt_separator): commit miss.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:16 PM Revision 980a954f (git): * file.c (FILE_ALT_SEPARATOR): separated condition.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:41 PM Revision 32ed00ab (git): * io.c (rb_io_each_codepoint): read directly when readconv is
- needed but internal encoding is not set. [ruby-core:28650]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26926 ... -
07:35 PM Bug #2960 (Closed): svn revision detection of git-based repo on Windows is broken
- =begin
This leads to situation when MRI built on Windows from git-based repo doesn't show the actual SVN revision: r... -
07:18 PM Revision ad130d36 (git): * tool/file2lastrev.rb (VCS::{SVN,GIT}#get_revisions):
- use block argument 'path' to get the path given by super.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26925 b2... -
06:48 PM Bug #2959 (Closed): IO#codepoints crashes MRI/mingw on Windows
- =begin
One earlier MRI 1.9.2 builds on Windows, IO#codepoints just didn't do *anything*.
With more recent version... -
05:45 PM Revision 8aa897fc (git): * tool/transcode-tblgen.rb (Action#hash): defined.
- (Action#eql?): ditto.
(Action#==): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26924 b2dd03c8-39d4-4... -
05:01 PM Revision 1db141ed (git): * tool/transcode-tblgen.rb: refactored.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26923 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:38 PM Feature #2673: the length for an enumerator generated by Array#permutation and Array#combination
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:40636] [Feature #2673] the length for an enumerator generated by Arr... -
04:17 PM Feature #2673: the length for an enumerator generated by Array#permutation and Array#combination
- =begin
確かに、Enumerator#length が一般に定義されているほうが便利だと、私も思います。
wanabe さんの案に一票。
=end
-
01:05 PM Feature #2673: the length for an enumerator generated by Array#permutation and Array#combination
- =begin
Enumerator#length は、一般に定義されていた方がなにかと便利な気がします。
また、同じクラスのオブジェクトが NoMethodError を起こしたり起こさなかったりするのは
少し分かりにくいの... - 04:28 PM Revision f5ce5551 (git): * symbian/setup (*.pkg): Ruby Core installation separated from standard extensions.
- * symbian/configure.bat: ditto.
* symbian/README.SYMBIAN: ditto.
* symbian/setup (config.h): support for 2nd internal... - 04:27 PM Revision 192af223 (git): * symbian/configure.bat: Ruby Core installation separated from standard extensions.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26921 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:26 PM Revision ebb50130 (git): * symbian/README.SYMBIAN: Ruby Core installation separated from standard extensions.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26920 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:24 PM Revision e64193ea (git): * symbian/setup (*.pkg): Ruby Core installation separated from standard extensions.
- * symbian/setup (config.h): support for 2nd internal drive added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... - 03:17 PM Revision f600a43d (git): * 2010-03-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:17 PM Revision 4bbc67e4 (git): * tool/file2lastrev.rb (VCS::GIT_SVN#get_revisions) :
- use block argument 'path' to get the path given by super.
* tool/file2lastrev.rb (VCS::GIT#get_revisions):
use dou... -
01:38 PM Revision 760db25b (git): * tool/transcode-tblgen.rb: consider valid_encoding for max_input.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26916 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:53 AM Bug #2667: Segmentation fault error
- =begin
This time it took exactly a month for it to happen again. Here is the backtrace after running "ruby" with no... -
07:27 AM Bug #2958 (Closed): Re: [ruby-cvs:34124] Ruby:r26909 (trunk): * file.c (file_expand_path): should not just copy the encoding
- =begin
This issue was solved with changeset r26913.
Usaku, thank you for reporting this issue.
Your contribution t... -
06:57 AM Bug #2958: Re: [ruby-cvs:34124] Ruby:r26909 (trunk): * file.c (file_expand_path): should not just copy the encoding
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:40629] [bug:trunk] Re: [ruby-cvs:34124] Ruby:r26909 (trunk): * file.... -
01:22 AM Bug #2958 (Closed): Re: [ruby-cvs:34124] Ruby:r26909 (trunk): * file.c (file_expand_path): should not just copy the encoding
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-cvs:34124] Ruby:r26909 (trunk): * file.c (file_expand_path): should not... -
06:49 AM Revision ff39d22c (git): * enc/trans/emoji.trans: fix nomap_table.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:51 AM Bug #2616: unable to trap in doze
- =begin
Hello,
In message "[ruby-core:28641] [Bug #2616] unable to trap in doze"
on Mar.13,2010 22:37:33, <re... -
12:50 AM Revision a3d0a213 (git): * compile.c (insn_data_to_s_detail), iseq.c (insn_operand_intern):
- fixed format specifiers.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26914 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:30 AM Bug #2957: IO.print emits field separator after each object, rather than between
- =begin
Ok, somebody beat me to the code, great! Documentation and test case is still relevant.
=end
-
12:25 AM Bug #2957 (Closed): IO.print emits field separator after each object, rather than between
- =begin
In versions prior to 1.9, IO.print emits the field separator "$," between each object printed when non-nil.
...
03/13/2010
-
11:57 PM Bug #2955 (Closed): File.expand_path raises unexpected CompatibilityError
- =begin
This issue was solved with changeset r26909.
Sakuro, thank you for reporting this issue.
Your contribution ... -
11:06 AM Bug #2955 (Closed): File.expand_path raises unexpected CompatibilityError
- =begin
$ ./ruby -Ilib -e "p Encoding.find('filesystem')"
#<Encoding:UTF-8>
./ruby -Ilib -e "p 'あ'.encoding.ascii... -
10:37 PM Bug #2616: unable to trap in doze
- =begin
I guess SIGILL is reset in child thread.
I wrote a patch, but this validity is very doubtful.
I'd appreci... -
10:23 PM Revision 5cff0fac (git): * file.c (EXPAND_PATH_BUFFER): make it back to usascii, to prevent
- infinite loop on some platform. [ruby-dev:40629]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26913 b2dd03c8-39... -
06:09 PM Bug #1324 (Rejected): Imap Tests hanging
- =begin
I can't reproduce too, and this issue has no feedback for more than half a year.
So, I set the status "Reje... -
05:54 PM Revision fa37ab76 (git): * tool/transcode-tblgen.rb: reject ambiguous mapping.
- * enc/trans/single_byte.trans: remove ambiguous maping such as
\xD6 -> U+05F2 and \xD6\xC7 -> U+FB1F in Windows-125... - 04:40 PM Revision bce5056c (git): * 2010-03-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:40 PM Revision ad690e96 (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26910 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:57 PM Bug #1893 (Closed): Recursive Enumerable#join is surprising
- =begin
This issue was solved with changeset r26906.
Jeremy, thank you for reporting this issue.
Your contribution ... -
12:09 AM Bug #1893: Recursive Enumerable#join is surprising
- =begin
Hi,
In message "Re: [ruby-core:28631] Re: [Bug #1893] Recursive Enumerable#join is surprising"
on Sa... -
12:03 AM Bug #1893: Recursive Enumerable#join is surprising
- =begin
Hi,
2010/3/12 Yukihiro Matsumoto <[email protected]>:
> |Then, how about:
> | - Array#join will flatte... -
02:50 PM Revision dc607584 (git): * file.c (file_expand_path): should not just copy the encoding
- from fname. [ruby-core:28635]
* file.c (EXPAND_PATH_BUFFER): set filesystem_encoding, not
usascii for path buffer... -
10:17 AM Bug #2840 (Closed): Tk doesn't built in mingw
- =begin
This issue was solved with changeset r26901.
Roger, thank you for reporting this issue.
Your contribution t... -
09:25 AM Bug #2954 (Closed): wrong result of nkf with --numchar-input
- =begin
Bug #2953のコードを1.9で実行すると空になります。
$ ./ruby bug-2953.rb | od -tx1z
0000000 22 22 0a 0a ... -
08:48 AM Revision 0e9620fd (git): * tool/file2lastrev.rb: refactord. fixed changed revision of git.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26908 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:59 AM Revision 05d45161 (git): * io.c (rb_io_print): should not print field separator at the end
- of arguments. [ruby-talk:358633]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26907 b2dd03c8-39d4-4d8f-98ff-82... -
05:55 AM Revision 8b55878d (git): * enum.c (enum_join): remove Enumerable#join. [ruby-core:24786]
- * array.c (ary_join_1): use #to_ary to detect recursive array.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@269... -
03:26 AM Revision b1bf026f (git): * include/ruby/io.h (MakeOpenFile): finalize fptr get rid of
- memory leak.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:16 AM Revision 06fa0766 (git): * load.c (rb_get_expanded_load_path): expand paths if any item in $:
- is not a string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26904 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:06 AM Revision 7dbb035b (git): * ext/nkf/nkf-utf8/nkf.c (numchar_getc): get rid of buffer
- overflow. [ruby-dev:40606]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26903 b2dd03c8-39d4-4d8f-... -
01:34 AM Revision d9fe7ef4 (git): * load.c (rb_get_expanded_load_path): does not expand paths if all
- the items in $: are absolute paths. [ruby-core:28113]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26902 b2dd0... -
01:07 AM Revision fd684f10 (git): * ext/tk/extconf.rb: fix [Bug #2840] Tk doesn't built in mingw.
- * ext/tk/lib/tk.rb: forgot updating RELEASE_DATE at last commit.
* ext/tk/tkutil/tkutil.c: ditto.
git-svn-id: svn+s... - 01:07 AM Revision 90035720 (git): * 2010-03-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26900 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:07 AM Revision 57389af1 (git): * ext/tk/extconf.rb: fix [Bug #2840] Tk doesn't built in mingw.
- * ext/tk/lib/tk.rb: forgot updating RELEASE_DATE at last commit.
* ext/tk/tkutil/tkutil.c: ditto.
git-svn-id: svn+s...
03/12/2010
-
11:40 PM Bug #1893: Recursive Enumerable#join is surprising
- =begin
Hi,
In message "Re: [ruby-core:28627] Re: [Bug #1893] Recursive Enumerable#join is surprising"
on Fr... -
10:36 PM Bug #1893: Recursive Enumerable#join is surprising
- =begin
On 12 March 2010 11:13, Yusuke ENDOH <[email protected]> wrote:
> Hi,
>
> 2010/3/12 Yukihiro Matsumoto <mat... -
07:13 PM Bug #1893: Recursive Enumerable#join is surprising
- =begin
Hi,
2010/3/12 Yukihiro Matsumoto <[email protected]>:
> The whole purpose of to_ary, to_str etc, is to s... -
06:36 PM Bug #1893: Recursive Enumerable#join is surprising
- =begin
Hi,
In message "Re: [ruby-core:28625] Re: [Bug #1893] Recursive Enumerable#join is surprising"
on Fr... -
06:17 PM Bug #1893: Recursive Enumerable#join is surprising
- =begin
Hi,
2010/3/12 Yukihiro Matsumoto <[email protected]>:
> In message "Re: [ruby-core:28622] Re: [Bug #1893... -
01:26 PM Bug #1893: Recursive Enumerable#join is surprising
- =begin
Hi,
In message "Re: [ruby-core:28622] Re: [Bug #1893] Recursive Enumerable#join is surprising"
on Fr... -
12:25 PM Bug #1893: Recursive Enumerable#join is surprising
- =begin
Hi,
2010/3/12 Yukihiro Matsumoto <[email protected]>:
> We should do something:
>
> (a) revert and re... -
11:53 AM Bug #1893: Recursive Enumerable#join is surprising
- =begin
On Thu, Mar 11, 2010 at 4:47 PM, Yukihiro Matsumoto <[email protected]> wrote:
> Hi,
>
> In message "Re: ... -
09:48 AM Bug #1893: Recursive Enumerable#join is surprising
- =begin
Hi,
In message "Re: [ruby-core:28439] Re: [Bug #1893] Recursive Enumerable#join is surprising"
on We... -
10:56 PM Feature #2784: The formatting options hash passed to the to_yaml methods do nothing.
- =begin
Not only is the options hash not documented, it is not working either.
=end
-
06:25 PM Revision 7553fd29 (git): * tool/transcode-tblgen.rb: show cosumed time at last.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26898 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:44 PM Revision 0884036a (git): * file.c (rb_file_s_basename): check encoding of suffix.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26897 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:11 PM Revision fbdabf39 (git): * 2010-03-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:11 PM Revision 04e68d01 (git): * ruby.c (ruby_init_loadpath_safe): mark initial load paths.
- * gem_prelude.rb (push_all_highest_version_gems_on_load_path):
search insertion position by initial load path mark.... -
02:08 PM Revision 61461903 (git): indented.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:08 PM Revision f4f7c3db (git): wrap tests by Emoji module.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:00 PM Revision 73fc3b5a (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:35 PM Revision 1eca24b1 (git): * NEWS: emoji encodings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26891 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:36 AM Revision 36de73c9 (git): * 2010-03-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:36 AM Revision ce2a9199 (git): * eol-style.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:00 AM Revision 8212cdf1 (git): * lib/uri/common.rb (URI.encode_www_form): new method to
- generate URL-encoded form data. [ruby-dev:39246]
* lib/uri/common.rb (URI.encode_www_component,
URI.decode_www_com... -
08:48 AM Revision d7cc3965 (git): * lib/webrick/httpservlet/cgihandler.rb
- (WEBrick::HTTPServlet::CGIHandler#do_GET):
set binary mode for tempfile.
http://pc12.2ch.net/test/read.cgi/tech/1... - 04:56 AM Revision da72b1bb (git): * tool/compile_prelude.rb: TMP_RUBY_PREFIX should replace rubylibprefix but not prefix.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:45 AM Revision 27f953bf (git): * complex.c (f_signbit): remove condition for signbit because
- all platforms have signbit from r26871.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26884 b2dd03c8-39d4-4d8f-9...
Also available in: Atom