Project

General

Profile

Activity

From 03/07/2010 to 03/13/2010

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 ...
matz (Yukihiro Matsumoto)
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...
sakuro (Sakuro OZAWA)
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...
wanabe (_ wanabe)
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...
matz (Yukihiro Matsumoto)
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...
wanabe (_ wanabe)
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...
akr (Akira Tanaka)
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 svn[bot]
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 akr (Akira Tanaka)
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 ...
matz (Yukihiro Matsumoto)
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...
matz (Yukihiro Matsumoto)
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...
mame (Yusuke Endoh)
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...
matz (Yukihiro Matsumoto)
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...
nagai (Hidetoshi Nagai)
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 ...
nobu (Nobuyoshi Nakada)
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 nobu (Nobuyoshi Nakada)
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...
matz (Yukihiro Matsumoto)
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...
matz (Yukihiro Matsumoto)
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
nobu (Nobuyoshi Nakada)
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
shugo (Shugo Maeda)
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-...
nobu (Nobuyoshi Nakada)
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...
shugo (Shugo Maeda)
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...
nagai (Hidetoshi Nagai)
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 svn[bot]
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...
nagai (Hidetoshi Nagai)

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...
matz (Yukihiro Matsumoto)
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...
Eregon (Benoit Daloze)
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...
mame (Yusuke Endoh)
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...
matz (Yukihiro Matsumoto)
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...
mame (Yusuke Endoh)
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...
matz (Yukihiro Matsumoto)
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...
mame (Yusuke Endoh)
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: ...
bitsweat (Jeremy Daer)
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...
matz (Yukihiro Matsumoto)
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
jarl (Jarl Friis)
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 akr (Akira Tanaka)
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 nobu (Nobuyoshi Nakada)
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 svn[bot]
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....
nobu (Nobuyoshi Nakada)
02:08 PM Revision 61461903 (git): indented.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
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 akr (Akira Tanaka)
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 akr (Akira Tanaka)
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 Kenta Murata
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 svn[bot]
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 nobu (Nobuyoshi Nakada)
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...
naruse (Yui NARUSE)
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...
naruse (Yui NARUSE)
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 Kenta Murata
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...
naruse (Yui NARUSE)

03/11/2010

10:25 PM Revision 772acb9f (git): * win32/win32.c (init_env): get rid of alloca() for outer string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:17 PM Revision d6191738 (git): * ext/racc/cparse/cparse.c: suppressed warnings for shortening on
platforms where pointer is bigger than int.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26882 b2dd03c8-39d4-4...
nobu (Nobuyoshi Nakada)
10:15 PM Revision 1dcf1174 (git): * ruby.c (ruby_init_loadpath_safe, ruby_init_gems): set and remove
TMP_RUBY_PREFIX.
* variable.c (rb_mod_remove_const): new function.
* tool/compile_prelude.rb: split each preludes.
...
nobu (Nobuyoshi Nakada)
10:09 PM Revision 9a5b57f6 (git): * Makefile.in (config.status): setup MINIRUBY environment for
cross-compiling.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
09:50 PM Revision 40f89ddb (git): * .indent.pro: added for ruby-style.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:49 PM Revision de850442 (git): * ext/tk/extconf.rb: log() is built-in in some compilers and needs
proper declaration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26878 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
09:37 PM Revision 831eb930 (git): * sample/timeout.rb: split from lib/timeout.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26877 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:47 PM Revision ebfe2789 (git): describe Time#round.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:39 PM Revision 09492b5a (git): add tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26875 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:39 PM Revision fb1d5520 (git): add comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:39 PM Revision 7c269e72 (git): * time.c (time_round): new method Time#round. [ruby-dev:40595]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
08:32 AM Revision c2f7ed2f (git): * transcode.c (str_transcode0): confirm the code range.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:14 AM Revision 5b8af752 (git): * missing/signbit.c: added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:16 AM Revision 9c0119c4 (git): * configure.in: check if target_archs has changed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26870 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

03/10/2010

09:37 PM Bug #2184 (Closed): Blocks strange behavior
=begin
This issue was solved with changeset r26866.
Ivan, thank you for reporting this issue.
Your contribution to...
mame (Yusuke Endoh)
04:36 PM Revision 131f0a40 (git): * win32/win32.c (signbit): allow x64.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e wanabe (_ wanabe)
04:07 PM Revision 4a1a3d5d (git): * 2010-03-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26868 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:07 PM Revision e3c25091 (git): * iseq.c (rb_iseq_clone): sets local_iseq and klass properly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26867 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shugo (Shugo Maeda)
12:36 PM Feature #2833: 絵文字エンコーディングの提案
=begin
むらたです。

On 2010/03/10, at 7:52, U.Nakamura wrote:

> In message "[ruby-dev:40588] Re: [Feature #2833] 絵文...
mrkn (Kenta Murata)
07:52 AM Feature #2833: 絵文字エンコーディングの提案
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:40588] Re: [Feature #2833] 絵文字エンコーディングの提案"
on Mar.09,2010 18:...
usa (Usaku NAKAMURA)
12:29 PM Revision fec20955 (git): * enum.c (min_ii, max_ii, minmax_ii): remove wrong optimization that
reuses array for yield parameter, which caused unexpected behavior.
[ruby-core:25989]
git-svn-id: svn+ssh://ci.rub...
mame (Yusuke Endoh)
07:30 AM Revision 7a792c2c (git): * 2010-03-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:30 AM Revision 453f94c2 (git): * eval.c (rb_f_loop): Return an enumerator if no block is given.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
03:12 AM Revision 9eb49ff8 (git): * enc/x_emoji.h: renamed from enc/x-emoji.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Kenta Murata

03/09/2010

07:21 PM Revision 9da12c58 (git): * compile.c (defined_expr), insns.def (defined): fix to pass a Symbol
object such as :$foo for the "defined?($foo)" expression
on defined instruction. This patch fixes ISeq#to_a/load.
...
ko1 (Koichi Sasada)
06:21 PM Feature #2833: 絵文字エンコーディングの提案
=begin
むらたです。

On 2010/03/09, at 7:40, Kenta Murata wrote:

> これで遠藤さんからの反論については解決したと考えて良いと思います。
> 他に反論が無いようでしたら...
mrkn (Kenta Murata)
06:17 PM Feature #2833 (Closed): 絵文字エンコーディングの提案
=begin
This issue was solved with changeset r26856.
Kenta, thank you for reporting this issue.
Your contribution t...
Anonymous
07:41 AM Feature #2833: 絵文字エンコーディングの提案
=begin
むらたです。

On 2010/03/08, at 23:22, Yusuke ENDOH wrote:

> 2010年3月3日12:43 Yusuke ENDOH <[email protected]>:
>>...
mrkn (Kenta Murata)
02:20 PM Feature #2832: Vector#each and Enumerable
=begin
Hi,

In message "Re: [ruby-core:28571] [Feature #2832](Open) Vector#each and Enumerable"
on Tue, 9 Mar...
matz (Yukihiro Matsumoto)
01:29 PM Feature #2832 (Open): Vector#each and Enumerable
=begin
Thanks Matz.

Vector#map/collect should return Vector, no?

I'm fine with the others methods, like #d...
marcandre (Marc-Andre Lafortune)
02:04 PM Revision bbbd594c (git): * ext/openssl/ossl_config.c: defined own IMPLEMENT_LHASH_DOALL_ARG_FN_098
macro according to IMPLEMENT_LHASH_DOALL_ARG_FN in OpenSSL 0.9.8m.
OpenSSL 1.0.0beta5 has a slightly differ...
Hiroshi Nakamura
01:59 PM Revision cc896846 (git): * 2010-03-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26860 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:59 PM Revision 3bd917a6 (git): fixed syntax error introduced in the previous commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Hiroshi Nakamura
01:42 PM Bug #2211 (Closed): eval Documentation Claims Proc Accepted for Binding
=begin

=end
marcandre (Marc-Andre Lafortune)
01:39 PM Bug #2466 (Closed): Mutex#lock documentation is incorrect
=begin
Applied in r26072
=end
marcandre (Marc-Andre Lafortune)
01:00 PM Bug #1666: Confusion in documentation for lines vs each_line, etc...
=begin
Documentation fixed in r26844.
=end
marcandre (Marc-Andre Lafortune)
11:52 AM Revision bbcb186a (git): * test/dl/test_method.rb: delete a residual test for dl on libffi.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e mame (Yusuke Endoh)
09:31 AM Revision 8e9c90ba (git): * **/*emoji*: eol-style.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:15 AM Revision 62f8df2d (git): * enc/trans/EMOJI/*.src, enc/trans/emoji*, enc/x-emoji.c, test/ruby/enc/test_emoji.rb, tool/enc-emoji-citrus-gen.rb, tool/enc-emoji4unicode.rb, tool/jisx0208.rb, tool/test/test_jisx0208.rb: new encodings to support emoji charsets, which are used by Japanese mobile phones [ruby-dev:40528]. Thanks Yoji Shidara for a lot of contribution.
* tool/transcode-tblgen.rb: modified for enc-emoji4unicode.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@268...
Kenta Murata
08:14 AM Bug #2388 (Feedback): test-all 中に popen で ruby.exe が落ちる
=begin

=end
nobu (Nobuyoshi Nakada)
07:24 AM Bug #2016 (Rejected): Windows (win32.c) command line argument parsing bug
=begin

=end
nobu (Nobuyoshi Nakada)
06:00 AM Revision c4636043 (git): * tool/transcode-tblgen.rb (ActionMap#generate_node):
remove useless dup.
* tool/transcode-tblgen.rb (transcode_tbl_only): remove duplicated
method call for encode_utf8...
naruse (Yui NARUSE)
05:56 AM Revision 10317605 (git): * re.c (rb_reg_to_s): remove unused variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
03:21 AM Revision 9ec53027 (git): * 2010-03-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:21 AM Revision 4400822b (git): * tool/transcode-tblgen.rb (StrSet#parse, ActionMap#generate_node):
optimization (reusing object and improving memoize).
[ruby-dev:40582]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/...
mame (Yusuke Endoh)
12:23 AM Feature #1081: add File::write() convenience method
=begin
Hi,

2010/3/6 Run Paint Run Run <[email protected]>:
>> I give up. I have already reverted and deleted t...
mame (Yusuke Endoh)

03/08/2010

11:22 PM Feature #2833: 絵文字エンコーディングの提案
=begin
遠藤です。

2010年3月3日12:43 Yusuke ENDOH <[email protected]>:
> せめて、テーブル生成のスクリプトを高速化してからか、configure の
> オプションでオフにで...
mame (Yusuke Endoh)
12:18 AM Feature #2833: 絵文字エンコーディングの提案
=begin

(2010/03/03 13:42), KOSAKI Motohiro wrote:
>> 成瀬です
>>
>> 2010年3月3日10:53 KOSAKI Motohiro <kosaki.motohiro...
naruse (Yui NARUSE)
09:51 PM Bug #2581: require_relative depends on current directory
=begin
遠藤です。

2010年3月8日13:22 Tanaka Akira <[email protected]>:
> -e は難しいですね。
>
> 以下のようなオプションとしての -e と、
>
> % ruby ...
mame (Yusuke Endoh)
06:27 PM Bug #2945 (Rejected): Regexp#=== is failed by an exception when the exception is occurred in method_missing
=begin

=end
mrkn (Kenta Murata)
06:24 PM Bug #2945: Regexp#=== is failed by an exception when the exception is occurred in method_missing
=begin
Hi,

On 2010/03/08, at 17:56, Yukihiro Matsumoto wrote:

> |But, I do still not understand Regexp#=== dep...
mrkn (Kenta Murata)
05:56 PM Bug #2945: Regexp#=== is failed by an exception when the exception is occurred in method_missing
=begin
Hi,

In message "Re: [ruby-core:28556] Re: [Bug #2945] Regexp#=== is failed by an exception when the except...
matz (Yukihiro Matsumoto)
05:47 PM Bug #2945: Regexp#=== is failed by an exception when the exception is occurred in method_missing
=begin
Hi,

On 2010/03/08, at 17:12, Yukihiro Matsumoto wrote:

> |> |Is this valid behavior?
> |>
> |> I thi...
mrkn (Kenta Murata)
05:13 PM Bug #2945: Regexp#=== is failed by an exception when the exception is occurred in method_missing
=begin
Hi,

In message "Re: [ruby-core:28554] Re: [Bug #2945] Regexp#=== is failed by an exception when the except...
matz (Yukihiro Matsumoto)
04:56 PM Bug #2945: Regexp#=== is failed by an exception when the exception is occurred in method_missing
=begin
Hi,

On 2010/03/08, at 15:46, Yukihiro Matsumoto wrote:

> Hi,
>
> In message "Re: [ruby-core:28552] [...
mrkn (Kenta Murata)
03:46 PM Bug #2945: Regexp#=== is failed by an exception when the exception is occurred in method_missing
=begin
Hi,

In message "Re: [ruby-core:28552] [Bug #2945] Regexp#=== is failed by an exception when the exception ...
matz (Yukihiro Matsumoto)
03:32 PM Bug #2945 (Rejected): Regexp#=== is failed by an exception when the exception is occurred in method_missing
=begin
When an exception is occurred in method_missing,
Regexp#=== is failed by the exception.
Is this valid beh...
mrkn (Kenta Murata)
12:40 PM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
Hi,

2010/3/8 Charles Oliver Nutter <[email protected]>:
>> Indeed, there is room for optimization in MR...
mame (Yusuke Endoh)
12:34 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
On Sun, Mar 7, 2010 at 4:58 AM, Yusuke ENDOH <[email protected]> wrote:
> Ko1 told me that GC makes the second ...
headius (Charles Nutter)
06:09 AM Revision 0e7e52d2 (git): * 2010-03-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26851 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:09 AM Revision 1b9b728f (git): * ext/openssl/ossl_ssl_session.c
(ossl_ssl_session_{get,set}_time{,out}): fixed a bug introduced by
backporting. (see [ruby-dev:40573]) use...
Hiroshi Nakamura

03/07/2010

10:49 PM Bug #2581: require_relative depends on current directory
=begin
遠藤です。

2010年3月7日22:26 Tanaka Akira <[email protected]>:
> まぁ直すのは名前以外難しくはなくて、
>
*snip*
>
> とかですかね。

ああなるほど...
mame (Yusuke Endoh)
10:06 PM Bug #2581: require_relative depends on current directory
=begin
遠藤です。

2010年3月7日21:17 KOSAKI Motohiro <[email protected]>:
>>> 1.9.2 では $: から "." が消えるため require_r...
mame (Yusuke Endoh)
09:17 PM Bug #2581: require_relative depends on current directory
=begin
>> 1.9.2 では $: から "." が消えるため require_relative の需要が
>> 増えることが予想されます。そのため、この問題はわりと重大だと
>> 思っています。とりあえず優先度を ur...
kosaki (Motohiro KOSAKI)
02:52 AM Bug #2581: require_relative depends on current directory
=begin
> なぜか、chdir後のrequire_relativeの中で間違ったディレクトリでt1.rbを開こうとするようです。

答えは全部ソースにありました ←あたりまえですが

26: module Kernel...
kosaki (Motohiro KOSAKI)
02:00 AM Bug #2581: require_relative depends on current directory
=begin
2010年1月9日23:15 Yusuke ENDOH <[email protected]>:
> 遠藤です。
>
> ソースファイルを相対パスで指定して起動したとき、require_relative が
> カレ...
kosaki (Motohiro KOSAKI)
12:30 AM Bug #2581: require_relative depends on current directory
=begin
遠藤です。

> ソースファイルを相対パスで指定して起動したとき、require_relative が
> カレントディレクトリに依存するようですが、これは仕様でしょうか。

この件、どうなってます...
mame (Yusuke Endoh)
10:21 PM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
On 07.03.10 06:57, Yusuke ENDOH wrote:
> Hmm, I guess you saw physical memory size allocated.
> On many pla...
murphy (Kornelius Kalnbach)
08:46 PM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
>$ cat test.rb
>require 'benchmark'
>opt = ARGV[0]
>list = Array.new(10) do
> Benchmark.realtime do
...
kosaki (Motohiro KOSAKI)
07:58 PM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
Hi,

2010/3/5 Kornelius Kalnbach <[email protected]>:
> JRuby, for example,
> concats strings almost twi...
mame (Yusuke Endoh)
06:47 PM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
Hi,

> opt = false
> 1000.times do
> s = ""
> s.buffer(opt ? 100_001 : 100)
> x = "x"...
wanabe (_ wanabe)
06:38 PM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
Hi

At least, Linux madvise doesn't improve the performance in such case. current cruby + linux(glibc) re...
kosaki (Motohiro KOSAKI)
02:57 PM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
Hi,

2010/3/7 Kornelius Kalnbach <[email protected]>:
> On 06.03.10 21:44, Yusuke ENDOH wrote:
>> 2010/3...
mame (Yusuke Endoh)
08:29 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
On 06.03.10 21:44, Yusuke ENDOH wrote:
> 2010/3/6 Kornelius Kalnbach <[email protected]>:
>> Here's a p...
murphy (Kornelius Kalnbach)
05:44 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
=begin
Hi,

2010/3/6 Kornelius Kalnbach <[email protected]>:
> Here's a patch that doesn't work. I don't know...
mame (Yusuke Endoh)
05:39 PM Revision 6951f8f9 (git): * dln.c [DLN_NEEDS_ALT_SEPARATOR] (translit_separator): small typo fixed.
* symbian/setup (*.pkg): Shared library installation path fixed to match changes in version.c.
* symbian/setup (ruby....
Alexander Zavorine
05:38 PM Revision ab442cdc (git): * dln.c [DLN_NEEDS_ALT_SEPARATOR] (translit_separator): small typo fixed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Alexander Zavorine
05:38 PM Revision eed5e11d (git): * 2010-03-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26847 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:38 PM Revision 46c965c7 (git): * symbian/setup (*.pkg): Shared library installation path fixed to match changes in version.c.
* symbian/setup (ruby.mmp): SOURCE dln_find.c added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26846 b2dd03...
Alexander Zavorine
02:15 PM Revision 70d72bf8 (git): * bignum.c (rb_big_pack): use DIGSPERLONG and BITSPERDIG.
(rb_big_unpack): use DIGSPERLONG.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26845 b2dd03c8-39d4-4d8f-98ff-8...
akr (Akira Tanaka)
10:22 AM Revision 51ae7f6e (git): * io.c: Fix documentation for each/each_line/lines, bytes/each_byte,
codepoints/each_code_point [ruby-core:23948]
* string.c: ditto
* ext/stringio/stringio.c: ditto
git-svn-id: svn+ss...
Marc-Andre Lafortune
07:19 AM Feature #2022: Patch for openssl-1.0
=begin
On Fri, Mar 5, 2010 at 23:40, NAKAMURA, Hiroshi <[email protected]> wrote:
> I'll cleanup commits and merge...
nahi (Hiroshi Nakamura)
07:13 AM Revision dc50480f (git): describe new optional arugment for Pathname#realpath and Pathname#realdirpath.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
06:54 AM Revision 57d414a1 (git): add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26842 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:55 AM Revision 785b31be (git): * file.c: add optional basedir argument for realpath/realdirpath.
(realpath_internal): handle basedir.
(rb_file_s_realpath): extract basedir from argument list.
(rb_file_s_realdir...
akr (Akira Tanaka)
03:36 AM Feature #1081: add File::write() convenience method
=begin
Hi,

At Sun, 7 Mar 2010 02:32:56 +0900,
Run Paint Run Run wrote in [ruby-core:28536]:
> File 0001-io.c-io...
nobu (Nobuyoshi Nakada)
02:32 AM Feature #1081: add File::write() convenience method
=begin
For example, with the usual caveat that I don't speak C, the attached patch passes the following RubySpec: ht...
runpaint (Run Paint Run Run)
02:17 AM Bug #2752 (Closed): File path encoding on mac os x and windows
=begin
This issue was solved with changeset r26832.
Yusuke, thank you for reporting this issue.
Your contribution ...
naruse (Yui NARUSE)
 

Also available in: Atom