Project

General

Profile

Activity

From 08/12/2009 to 08/18/2009

08/18/2009

11:54 PM Bug #1953 (Closed): empty range in String#tr causes unexpected behavior
=begin
Are these intentional?

"ABC".tr("ABC", "pq-a") #=> "pqq"
"ABC".tr("ABC", "pq-ar") #=> "prr"
...
mame (Yusuke Endoh)
11:50 PM Feature #1952 (Closed): cannot stop with Ctrl+C
=begin
以下のスクリプトがCtrl+Cで停止せず、Ctrl+C押下後はkill -9でしか殺せません。

Thread.new do
begin
begin
sleep
...
usa (Usaku NAKAMURA)
11:47 PM Feature #1951 (Closed): openのBOM指定拡張
#747と#802で議論された、openのBOM指定拡張ですが、現在の仕様は、
* BOMを捨てる
* BOMを見てencodingを設定する
という2つの機能が混在しています。
このために、たとえば「`UTF-8-B...
naruse (Yui NARUSE)
10:44 PM Bug #1950 (Assigned): 警告が正しく発っせられない
=begin

=end
naruse (Yui NARUSE)
10:33 PM Bug #1950 (Closed): 警告が正しく発っせられない
=begin
a.rb にある警告対象が、a.rb 自体を参照しても発っせられないのに b.rb な
どから間接的に呼んだ場合には (b.rb のこととして) 発っせられることがある。

$ cat a.rb
/[a...
tadf (tadayoshi funaba)
10:25 PM Feature #1949 (Closed): Warn needless escaped characters
=begin
正規表現内での不必要なエスケープに警告を出しませんか。

動機としては、/\uXXXX/の非互換性の話があります。

これは、Ruby 1.8において、不必要なエスケープであった/\u/が、
Rub...
naruse (Yui NARUSE)
07:41 PM Feature #1889: Teach Onigurma Unicode 5.0 Character Properties
=begin
> I looked around a while back at how various languages implemented access to
> Unicode character metadata,...
naruse (Yui NARUSE)
07:27 PM Feature #1889: Teach Onigurma Unicode 5.0 Character Properties
=begin
> In that case, could I get confirmation that my original patches are along the right lines?
> If they are ...
naruse (Yui NARUSE)
05:55 PM Revision 43d0c726 (git): * test/ruby/test_settracefunc.rb (test_return, test_return2): add two
tests for [ruby-dev:38701] and [ruby-core:24463].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24581 b2dd03c8-3...
mame (Yusuke Endoh)
04:15 PM Revision db09f6e8 (git): * 2009-08-19
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:15 PM Revision 74dc18c9 (git): * compile.c (NODE_RETURN): fire return event at explicit return.
[ruby-dev:38701]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
mame (Yusuke Endoh)
03:08 PM Feature #1947 (Rejected): rb_w32_getenv has naive implementation
=begin
There is a patch to use GetEnvironmentVariable() instead of using GetEnvironmentStrings(), written by Nobu.
...
usa (Usaku NAKAMURA)
12:02 PM Revision 2772c80c (git): * enumerator.c (enumerator_peek): new method Enumerator#peek.
(enumerator_next): don't rewind at end.
[ruby-dev:38932]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24578 ...
akr (Akira Tanaka)
11:47 AM Bug #1588 (Closed): ブロックの中断でset_trace_funcのreturnイベントが呼び出されない
=begin
Applied in changeset r24574.
=end
wanabe (_ wanabe)
11:18 AM Revision ec490ab2 (git): * load.c (rb_feature_provided): suppressed warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:17 AM Revision f165ddb2 (git): properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:46 AM Bug #1881: [PATCH] Build Documentation for Kernel#gem and Gem
=begin
It resolves to the standard web site for me, I think Chad let the registration slip for a day or two.
=end
drbrain (Eric Hodel)
08:30 AM Bug #1881: [PATCH] Build Documentation for Kernel#gem and Gem
=begin
rubygems.org has been typo-squatted, and rubygem.org doesn't resolve, so links to both should be removed from...
runpaint (Run Paint Run Run)
09:31 AM Feature #1857: install *.h and *.inc
=begin
Hello,

In message "[ruby-core:24950] Re: [Feature #1857] install *.h and *.inc"
on Aug.17,2009 22:03:...
usa (Usaku NAKAMURA)
08:37 AM Bug #1948: RDoc Fails with Non-ASCII Pathnames
=begin
I prefer the RubyForge tracker, but I look here too :)
=end
drbrain (Eric Hodel)
08:27 AM Bug #1948 (Closed): RDoc Fails with Non-ASCII Pathnames
=begin
`rdoc` fails when the pathname is non-ASCII. This happens with or without the 'charset' option set to UTF-8. ...
runpaint (Run Paint Run Run)
05:19 AM Bug #1676: only last "return" is traced by set_trace_func
=begin
As a note, this is fixed by a patch discussed here
http://github.com/mark-moseley/ruby-debug/issues/#issue/...
rogerdpack (Roger Pack)
04:52 AM Revision 7e41da2c (git): Tue Aug 18 13:46:14 2009 TAKANO Mitsuhiro (takano32) <[email protected]>
* touch test/rdoc/empty.dat to run test_rdoc_parser.rb
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24575 b2d...
takano32 (Mitsuhiro TAKANO)
02:44 AM Revision 38a22404 (git): * vm_insnhelper.c (vm_call_cfunc): ensure hook c-return.
[Bug #1588]
* test/ruby/test_settracefunc.rb (TestSetTraceFunc#test_raise):
follow above.
git-svn-id: svn+ssh://...
wanabe (_ wanabe)

08/17/2009

10:29 PM Feature #1857: install *.h and *.inc
=begin
I've already written a working Ripper to ruby_parser converter, but
becasue of bug #1939 (http://redmine.rub...
judofyr (Magnus Holm)
10:17 PM Feature #1857: install *.h and *.inc
=begin
I've already written RipperRubyParser which generates emulates
ruby_parser. I can send it to you if you're i...
judofyr (Magnus Holm)
02:56 PM Feature #1857: install *.h and *.inc
=begin

On Aug 16, 2009, at 21:51 , Yugui (Yuki Sonoda) wrote:

> 2 days ago, I talked with ko1 about Proc#to_sou...
zenspider (Ryan Davis)
02:01 PM Feature #1857: install *.h and *.inc
=begin
> Maybe if you fail to find the exact same release on ftp, you can fall
> back to svn? That's no longer a p...
mark-moseley (Mark Moseley)
01:51 PM Feature #1857: install *.h and *.inc
=begin
On 8/2/09 11:44 PM, Jason Roelofs wrote:
> What about the many other libraries that exist to dig into, or wo...
yugui (Yuki Sonoda)
07:19 PM Feature #1947 (Rejected): rb_w32_getenv has naive implementation
=begin
In change set 10650 (and according to discussion in ruby-talk:205123), the rb_w32_getenv implementation was c...
vo.x (Vit Ondruch)
05:00 PM Revision 95e77269 (git): * range.c (range_step): treat symbols specially so that iterating
over symbols should work like strings. [ruby-core:24780]
* range.c (range_each): ditto.
git-svn-id: svn+ssh://ci.r...
matz (Yukihiro Matsumoto)
04:41 PM Revision 0ff29a4f (git): * 2009-08-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24572 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:41 PM Revision 554786ae (git): * range.c (range_each): should honor to_str conversion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e matz (Yukihiro Matsumoto)
02:46 PM Revision a5aefa66 (git): * lib/date/delta.rb: removed require 'date'. added to_c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24570 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
12:21 PM Bug #1486: DL::CParser#parse_struct_signature fails when argument is a String.
=begin
Already applied in changeset r23550 and backported in r23757.
=end
nobu (Nobuyoshi Nakada)
12:20 PM Bug #1486 (Closed): DL::CParser#parse_struct_signature fails when argument is a String.
=begin

=end
nobu (Nobuyoshi Nakada)
10:13 AM Bug #1486: DL::CParser#parse_struct_signature fails when argument is a String.
=begin
Patch Attached.
=end
ermaker (Minwoo Lee)
11:00 AM Bug #1606: TestRequire failure
=begin
I cannot reproduce it.
Your zlib.so is broken?
=end
usa (Usaku NAKAMURA)
08:39 AM Feature #1889: Teach Onigurma Unicode 5.0 Character Properties
=begin
>> I have a trivial script that parses UnicodeData.txt and looks for
>> properties unrecognized by Onigurma....
runpaint (Run Paint Run Run)
07:40 AM Feature #1889: Teach Onigurma Unicode 5.0 Character Properties
=begin
> |First, we should decide supporting Unicode version.
> |After that, we can discuss about whether update it...
runpaint (Run Paint Run Run)
07:20 AM Feature #1889: Teach Onigurma Unicode 5.0 Character Properties
=begin
Hi,

In message "Re: [ruby-core:24928] [Feature #1889](Assigned) Teach Onigurma Unicode 5.0 Character Prope...
matz (Yukihiro Matsumoto)
05:35 AM Revision b5e6b46e (git): * parse.y (lex_get_str, lex_io_gets, rb_parser_compile_string):
must be ascii compatible.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
01:46 AM Revision 9d7ff244 (git): Don't warn if the duplicate is caused by /i.
* regparse.c (add_code_range_to_buf0): added with checkdup argument.
* regparse.c (add_code_range_to_buf): use above...
naruse (Yui NARUSE)
12:07 AM Bug #1071 (Closed): ripper: 改行を含む正規表現のon_regexp_endが変
=begin
Applied in changeset r24557.
=end
nobu (Nobuyoshi Nakada)

08/16/2009

11:35 PM Revision ae3a58e8 (git): * lib/date/delta.rb: merged from date4. [experimental]
* lib/date/delta/parser.*: ditto.
* lib/date.rb: followed the above changes.
git-svn-id: svn+ssh://ci.rub...
Tadayoshi Funaba
11:22 PM Revision cfed2cef (git): * lib/date/format.rb (strptime): removed \v; since \s includes \v.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
11:17 PM Revision df210387 (git): * complex.c (nucomp_rationalize) added. [experimental]
* rational.c ({nurat,nilclass,integer,float}_rationalize) ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
Tadayoshi Funaba
11:12 PM Feature #1873: MatchData#[]: Omits All But Last Captures Corresponding to the Same Named Group
=begin
Attached is a patch which implements the overloaded #values_at functionality. If there is a problem, let me k...
erikh (Erik Hollensbe)
11:12 PM Revision 01971cad (git): use num#i.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24564 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
11:09 PM Bug #1787: URI ライブラリの正規表現パターン
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:39088] [Bug #1787] URI ライブラリの正規表現パターン"
on Sun, 16 Aug 2009 22:...
matz (Yukihiro Matsumoto)
10:46 PM Bug #1787: URI ライブラリの正規表現パターン
=begin
POSIX文字クラスはどうします?今はUnicodeの場合はUnicode意識になっていますが >まつもとさん
=end
naruse (Yui NARUSE)
02:02 AM Bug #1787 (Assigned): URI ライブラリの正規表現パターン
=begin
r24544にて\d,\s,\wを1.8仕様に戻しました。

なお、[[:digit:]]等は1.9ではもともと鬼車由来で存在します。
これらはUnicode系にマッチさせる際にはUnicodeを意識するま...
naruse (Yui NARUSE)
11:03 PM Revision 02a7cbec (git): * numeric.c (flo_pow,fix_pow): may return complex number.
* bignum.c (rb_big_pow): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24563 b2dd03c8-39d4-4d8f-98ff-82...
Tadayoshi Funaba
10:43 PM Revision b21088b4 (git): * string.c (rb_str_upto): generate numerical sequence when
characters in both edges are all digits. [ruby-talk:343186]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24562...
matz (Yukihiro Matsumoto)
10:28 PM Revision 9166dd9e (git): * numeric.c (num_imaginary): num#i to return imaginary counterpart
of the given numeric.
* complex.c (Init_Complex): undef #i for complex numbers.
git-svn-id: svn+ssh://ci.ruby-lang....
matz (Yukihiro Matsumoto)
03:34 PM Revision 3041f600 (git): warn only when $VERBOSE.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
03:19 PM Revision 530be6ed (git): * 2009-08-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:18 PM Revision 7710478b (git): * lib/complex.rb, lib/rational.rb: added warning messages.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
02:58 PM Revision 114f01bd (git): * parse.y (yylex): should dispatch scan-event even when follows
just after delayed-token. [ruby-dev:37855] [Bug #1071]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24557 b2d...
nobu (Nobuyoshi Nakada)
01:20 PM Revision aa3c6d4d (git): * lib/date/format.rb: reverted.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
12:32 PM Revision 5e4f23d6 (git): * lib/date/format.rb: suppressed a warning.
* lib/irb/ruby-lex.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24555 b2dd03c8-39d4-4d8f-98ff-823fe6...
naruse (Yui NARUSE)
06:31 AM Revision 066b3024 (git): rescue Encoding::ConverterNotFoundError.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
06:31 AM Revision 2ac5cdd0 (git): * lib/csv.rb: Change magic comment to US-ASCII in order to
make literals as US-ASCII.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
05:30 AM Feature #1857: install *.h and *.inc
=begin
I've put an initial version at: http://github.com/mark-moseley/ruby_core_source

Currently it puts the *....
mark-moseley (Mark Moseley)
02:20 AM Revision 95c5a63d (git): * regparse.c: commit miss again.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:15 AM Revision 2a8ff72f (git): * regparse.c: commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:45 AM Revision 2318bef1 (git): * regparse.c (parse_char_class, parse_exp, parse_branch),
(parse_subexp): fixed memory leak. a patch from Ralf Junker
<ralfjunker AT gmx.de> at [ruby-core:24921].
git-svn...
nobu (Nobuyoshi Nakada)
01:38 AM Revision cd48eb8f (git): * vm.c (vm_backtrace_each, vm_backtrace_push),
vm_eval.c (print_backtrace), vm_dump.c (bugreport_backtrace):
rb_backtrace_iter_func now takes VALUE as file and me...
nobu (Nobuyoshi Nakada)
12:47 AM Revision 232836ea (git): * vm_dump.c (bugreport_backtrace): rb_backtrace_iter_func now
takes VALUE as file and method names.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24548 b2dd03c8-39d4-4d8f-98f...
nobu (Nobuyoshi Nakada)

08/15/2009

06:18 PM Revision a174dbcd (git): * vm_insnhelper.c (opt_eq_func): fix optimization bug. This issue
was found out and debugged with Takuto Hayashi at Security and
Programming camp 2009.
git-svn-id: svn+ssh://ci.r...
ko1 (Koichi Sasada)
04:27 PM Revision c0ec326b (git): * regparse.c (add_ctype_to_cc_by_range): fix the first
character bigger than sb_out was dropped.
* test/ruby/test_regexp.rb (TestRegexp#test_posix_bracket):
add tests fo...
naruse (Yui NARUSE)
04:13 PM Feature #1889 (Assigned): Teach Onigurma Unicode 5.0 Character Properties
=begin
First, we should decide supporting Unicode version.
After that, we can discuss about whether update it or n...
naruse (Yui NARUSE)
04:01 PM Revision c6fcb8ab (git): * 2009-08-16
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:01 PM Revision 24969785 (git): \d, \s and \w are now non Unicode class. [ruby-dev:39026]
* include/ruby/oniguruma.h
(ONIGENC_CTYPE_SPECIAL_MASK): added.
(ONIGENC_CTYPE_D): ditto.
(ONIGENC_CTYPE_S): di...
naruse (Yui NARUSE)
10:52 AM Bug #1559: ERB single line comment does not work
=begin
This bug is somehow annoying specially when u move from ruby 1.8.6 to either 1.8.7 or 1.9 and working with ra...
khelll (khaled alhabache)
01:40 AM Revision fefb793f (git): * 2009-08-15
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:40 AM Revision f93bdaed (git): * parse.y (fname, string_dvar, sym, dsym, f_arglist): removed
duplications.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)

08/14/2009

09:19 PM Feature #1905: How about IPAddr#<=> to take care of mask_addr?
=begin
いまいです。

From: Nobuhiro IMAI <nov_at_yo.rim.or.jp>
Date: Fri, 7 Aug 2009 18:31:36 +0900

> と、ちょっと残念な感じです。...
no6v (Nobuhiro IMAI)
11:03 AM Revision 19b24f49 (git): * include/ruby/ruby.h (rb_check_safe_str): deprecated.
* ext/openssl/ossl_x509store.c (ossl_x509store_add_{file,path}):
replaced deprecated funtion.
git-svn-id: svn+ssh...
nobu (Nobuyoshi Nakada)
10:57 AM Revision fafa3191 (git): * ext/curses/curses.c ({curses,window}_addstr),
ext/openssl/ossl_x509store.c (ossl_x509store_add_{file,path}):
replaced deprecated funtion.
git-svn-id: svn+ssh:/...
nobu (Nobuyoshi Nakada)
09:05 AM Revision 4155811d (git): * re.c (rb_reg_preprocess_dregexp): change Exception class to
RegexpError.
* test/ruby/test_m17n.rb (test_regexp_usascii): follow above.
* test/ruby/test_m17n.rb (test_regexp_em...
naruse (Yui NARUSE)
08:20 AM Revision 2b91cbbf (git): * enc/Makefile.in (MKDIRS): revert r24525.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
07:28 AM Revision 69f1e595 (git): * ext/digest/lib/digest/hmac.rb (Digest::HMAC#initialize): faster
code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
05:31 AM Revision 0ff3bf4f (git): * configure.in (rubyhdrdir): fixed typo. [ruby-dev:39079]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:08 AM Revision 04f568c8 (git): * 2009-08-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:08 AM Revision a2a3c977 (git): * configure.in: only check pthread.h in case of --enable-pthread
backport from trunk. [ruby-talk:343878] [ruby-core:23577]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby...
shyouhei (Shyouhei Urabe)
12:27 AM Bug #1924 (Closed): マルチバイト文字を含んだパス内で ruby をビルドすると make install で失敗する
=begin
Applied in changeset r24531.
=end
matz (Yukihiro Matsumoto)

08/13/2009

09:10 PM Bug #1908 (Assigned): readline ignores inputrc
=begin

=end
naruse (Yui NARUSE)
09:07 PM Bug #1729 (Closed): Returning ignores ensure section when inside lambda
=begin
Applied in changeset r24530.
=end
wanabe (_ wanabe)
03:30 PM Revision ace43dc7 (git): * doc/ChangeLog-1.8.0: add forgotten entry contributed by
TAKAHASHI Kaoru. [ruby-dev:39065]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24533 b2dd03c8-39d4-4d8f-98ff-8...
matz (Yukihiro Matsumoto)
03:21 PM Revision 9cfb6270 (git): * 2009-08-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:21 PM Revision eadc3604 (git): * lib/delegate.rb (Delegator#method_missing): __FILE__ may contain
multi-byte characters. a patch from Kenta Murata in [ruby-dev:39066].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t...
matz (Yukihiro Matsumoto)
12:06 PM Revision c8909ba6 (git): * vm.c (vm_exec): returning from lambda runs ensure section.
[Bug #1729]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24530 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
wanabe (_ wanabe)
09:40 AM Revision c2920646 (git): * configure.in (RUBY_CHECK_SIZEOF): set cross_compiling to yes
only when AC_COMPUTE_INT, and inverted the arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24529 b2dd0...
nobu (Nobuyoshi Nakada)
09:22 AM Revision c9e7e661 (git): * configure.in (RUBY_CHECK_SIZEOF): use AC_COMPUTE_INT instead of
_AC_COMPUTE_INT_COMPILE with cross compiling, since its arguments
have been changed at autoconf 2.64.
git-svn-id:...
nobu (Nobuyoshi Nakada)
07:31 AM Revision 72072e63 (git): * insns.def (opt_case_dispatch): suppressed a warning.
* vm_insnhelper.c (opt_case_dispatch_i): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24527 b2dd03c8-39...
nobu (Nobuyoshi Nakada)
07:30 AM Revision 8ab28d2f (git): Oops, my finger slipped.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
07:30 AM Revision 117c3845 (git): Oops, my finger slipped.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
07:20 AM Revision 2c2b5134 (git): * configure.in, Makefile.in (MAKEDIRS): used MKDIR_P instead of
as_mkdir_p. [ruby-dev:39063]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24525 b2dd03c8-39d4-4d8...
nobu (Nobuyoshi Nakada)
07:20 AM Revision 24c783e9 (git): * configure.in, Makefile.in (MAKEDIRS): used MKDIR_P instead of
as_mkdir_p. [ruby-dev:39063]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24525 b2dd03c8-39d4-4d8f-98ff-823fe...
nobu (Nobuyoshi Nakada)
07:12 AM Revision 5aff5e79 (git): Merge changes from ruby_1_8 except for the post-1.8.7 part.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
07:10 AM Revision 376b12bb (git): * 2009-08-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:10 AM Revision 9ec551a4 (git): Add a forgotten entry about Digest::Base#== changes between 1.8.5 and
1.8.6.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@24522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Akinori MUSHA
06:37 AM Revision 3711c63b (git): * regenc.c (onigenc_strlen_null, onigenc_str_bytelen_null): fixed
infinite loop for wide encodings. reported by Ralf Junker at
[ruby-core:24892]. [ruby-core:24904]
git-svn-id: s...
nobu (Nobuyoshi Nakada)
06:20 AM Bug #1934 (Closed): Segmentation fault
=begin
When executing the program attached, I get the following segmentation fault. The segmentation fault is repro...
jeheine (Julia Heine)
03:31 AM Feature #1857: install *.h and *.inc
=begin
On Wed, Aug 12, 2009 at 2:53 PM, Mark Moseley<[email protected]> wrote:
> Issue #1857 has been updated b...
luislavena (Luis Lavena)
03:23 AM Feature #1857: install *.h and *.inc
=begin
Yeah, something that can be taken care of automatically is a lot better than doing it manually for every vers...
jameskilton (Jason Roelofs)
02:53 AM Feature #1857: install *.h and *.inc
=begin
This is becoming more and more of a problem; people are trying to install the 1.9 ruby-debug and getting the ...
mark-moseley (Mark Moseley)
03:03 AM Revision 579edea3 (git): * 2009-08-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:03 AM Revision f7020b1b (git): revert r24507. [ruby-dev:39073]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e matz (Yukihiro Matsumoto)
01:43 AM Bug #1914: ruby-1.9.1-p243 failed to build from source on aix 5.3 with gcc 4.2.0
=begin
Hello all,

Strange issue for me?

I just read the content of the ext/dl/Makefile and try to write a ...
rubisher (Joel Soete)

08/12/2009

09:17 PM Bug #1834 (Closed): 1.9.2-dev fails to compile socket with IPv6 and MinGW 3.4.5
=begin
Applied in changeset r24517.
=end
usa (Usaku NAKAMURA)
03:48 PM Bug #1834: 1.9.2-dev fails to compile socket with IPv6 and MinGW 3.4.5
=begin

=end
usa (Usaku NAKAMURA)
03:42 PM Bug #1834 (Assigned): 1.9.2-dev fails to compile socket with IPv6 and MinGW 3.4.5
=begin

=end
usa (Usaku NAKAMURA)
03:40 PM Bug #1834: 1.9.2-dev fails to compile socket with IPv6 and MinGW 3.4.5
=begin

=end
usa (Usaku NAKAMURA)
06:14 PM Bug #1932 (Closed): Marshal.load fails in case of the non-ascii Struct
=begin
Marshal.load results TypeError in case of the non-ascii Struct name and member.

In case of encoding UTF-...
phasis68 (Heesob Park)
03:48 PM Bug #1685: Some windows unicode path issues remain
=begin

=end
usa (Usaku NAKAMURA)
03:48 PM Feature #1927: rb_w32_readdir seems to be superseded by rb_w32_readdir_with_enc
=begin

=end
usa (Usaku NAKAMURA)
03:32 PM Feature #1927 (Assigned): rb_w32_readdir seems to be superseded by rb_w32_readdir_with_enc
=begin
ruby 1.9.1-p0 has rb_w32_readdir(), so we cannot remove it or change its signature to secure binary compatibi...
usa (Usaku NAKAMURA)
03:47 PM Bug #1771: system()/popen()/popen3() & windows & unicode is not working
=begin

=end
usa (Usaku NAKAMURA)
03:42 PM Bug #1771 (Assigned): system()/popen()/popen3() & windows & unicode is not working
=begin

=end
usa (Usaku NAKAMURA)
03:47 PM Bug #1605: TestProcess failure
=begin

=end
usa (Usaku NAKAMURA)
03:43 PM Bug #1605 (Assigned): TestProcess failure
=begin

=end
usa (Usaku NAKAMURA)
03:47 PM Bug #1606: TestRequire failure
=begin

=end
usa (Usaku NAKAMURA)
03:43 PM Bug #1606 (Assigned): TestRequire failure
=begin

=end
usa (Usaku NAKAMURA)
03:42 PM Bug #1807 (Assigned): r+ オープンしたファイルが MinGW の拡張ライブラリで扱えない
=begin

=end
usa (Usaku NAKAMURA)
03:37 PM Bug #1918 (Closed): inspect Struct.new results incompatible character encodings on non-ascii structure
=begin
Applied in changeset r24513.
=end
nobu (Nobuyoshi Nakada)
11:14 AM Bug #1918: inspect Struct.new results incompatible character encodings on non-ascii structure
=begin
> ruby1.9 -e "Résumé = Struct.new(:résumé);p Résumé.new"
-e:1:in `inspect': append incompatible encoding st...
fjc (Frank Cameron)
02:57 PM Bug #1376 (Closed): inline symbols/fixnums in a case expression do not honor an overwritten #=== method
=begin
Applied in changeset r24511.
=end
ko1 (Koichi Sasada)
02:19 PM Bug #1928 (Closed): [BUG] rb_add_method: unsupported method type (8)
=begin
same as #1788.
=end
nobu (Nobuyoshi Nakada)
01:28 PM Bug #1928: [BUG] rb_add_method: unsupported method type (8)
=begin
I got this error earlier today when I ran "rails foo" on ruby-1.9.2-preview1.

It worked, through, when I...
mark-moseley (Mark Moseley)
09:41 AM Bug #1928: [BUG] rb_add_method: unsupported method type (8)
=begin
Could you show me a script around /usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.3.3/lib/active_support/...
ko1 (Koichi Sasada)
01:06 AM Bug #1928 (Closed): [BUG] rb_add_method: unsupported method type (8)
=begin
/usr/local/lib/ruby/gems/1.9.1/gems/activesupport-2.3.3/lib/active_support/core_ext/try.rb:29: [BUG] rb_add_m...
dima4p (Dmitri Koulikov)
02:17 PM Bug #1911 (Closed): Memory leak in Dir.glob on Windows
=begin
Applied in changeset r24510.
=end
usa (Usaku NAKAMURA)
01:29 PM Bug #1894 (Closed): Re: [ruby-cvs:31633] Ruby:r24415 (trunk): * ext/digest/sha2/sha2.[ch]: Update to 1.0 RELEASE which fixes an
=begin

=end
usa (Usaku NAKAMURA)
01:28 PM Bug #1899 (Closed): Re: [ruby-cvs:31633] Ruby:r24415 (trunk): * ext/digest/sha2/sha2.[ch]: Update to 1.0 RELEASE which fixes an
=begin

=end
usa (Usaku NAKAMURA)
01:07 PM Bug #1929 (Closed): str.dup.force_encodingが元のstrに影響を与えることがある
=begin
Applied in changeset r24509.
=end
nobu (Nobuyoshi Nakada)
05:07 AM Bug #1929: str.dup.force_encodingが元のstrに影響を与えることがある
=begin
まだ長いように思いますが、単体で再現できるものができたので送っておきます。

% cat c.rb
#!/usr/bin/env ruby-trunk
# -*- coding: utf-8 -*-
...
znz (Kazuhiro NISHIYAMA)
03:50 AM Bug #1929 (Closed): str.dup.force_encodingが元のstrに影響を与えることがある
=begin
かずひこです。

tDiary trunk 3514をruby-trunkで動かすとカテゴリプラグインで日本語カテゴリのリンクをたどると
incompatible character encodings: ...
kazuhiko (Kazuhiko Shiozaki)
12:10 PM Revision 54b61b8d (git): * ChangeLog: typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
12:10 PM Revision f73eaeb3 (git): * ext/socket/extconf.rb: if ipv6 is enabled, the version of Windows
most be XP or later.
[ruby-core:24601]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24517 b2dd03c8-...
U.Nakamura
07:00 AM Revision 87bb97ce (git): * common.mk (yes-test-knownbug): use RUNRUBY instead of MINIRUBY.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
06:54 AM Revision 05477006 (git): * class.c (rb_define_module_id_under): fix the name.
* class.c (rb_define_module_under): fix for prevvious changes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@245...
naruse (Yui NARUSE)
06:34 AM Revision be245c09 (git): * test/ruby/test_marshal.rb (test_class_nonascii): test for non-ascii name class.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:32 AM Revision 31f4a829 (git): * class.c (rb_define_class_id_under, rb_define_module_id_under):
new functions to define a nested class/module with non-ascii
name.
* struct.c (make_struct): use name with encodin...
nobu (Nobuyoshi Nakada)
06:15 AM Revision c00428ed (git): * test/ruby/test_struct.rb (test_inspect): use assert_match.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:55 AM Revision 8e8e3431 (git): * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h: check
definition of (classes)#=== for case/when optimization.
Fix Bug #1376 [ruby-core:23190].
* string.c (Init_String), ...
ko1 (Koichi Sasada)
05:41 AM Bug #1908: readline ignores inputrc
=begin
Setting ~/.editrc to:

bind -v

Allows vi command line bindings to work on OS X
=end
drbrain (Eric Hodel)
05:36 AM Bug #1908: readline ignores inputrc
=begin
OS X uses editline with the readline compatibility layer, not GNU readline.

Unless you explicitly linked...
drbrain (Eric Hodel)
05:16 AM Revision 56e69d71 (git): * win32/win32.c (readdir_internal): free old temporary filename.
[ruby-core:24820]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
04:00 AM Revision 265bd9e6 (git): * string.c (rb_str_new_frozen): must not change encoding of frozen
shared string. [ruby-dev:39068]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24509 b2dd03c8-39d4-4d8f-98ff-82...
nobu (Nobuyoshi Nakada)
02:52 AM Revision df9f5133 (git): * configure.in (rb_cv_broken_crypt): needs more checks.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
 

Also available in: Atom