Project

General

Profile

Activity

From 03/08/2010 to 03/14/2010

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 nobu (Nobuyoshi Nakada)
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 nobu (Nobuyoshi Nakada)
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
nobu (Nobuyoshi Nakada)
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
nobu (Nobuyoshi Nakada)
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 nobu (Nobuyoshi Nakada)
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 nobu (Nobuyoshi Nakada)
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 ...
nobu (Nobuyoshi Nakada)
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...
vvs (Vladimir Sizikov)
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...
nobu (Nobuyoshi Nakada)
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...
vvs (Vladimir Sizikov)
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...
akr (Akira Tanaka)
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 akr (Akira Tanaka)
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...
matz (Yukihiro Matsumoto)
04:17 PM Feature #2673: the length for an enumerator generated by Array#permutation and Array#combination
=begin
確かに、Enumerator#length が一般に定義されているほうが便利だと、私も思います。
wanabe さんの案に一票。
=end
mrkn (Kenta Murata)
01:05 PM Feature #2673: the length for an enumerator generated by Array#permutation and Array#combination
=begin
Enumerator#length は、一般に定義されていた方がなにかと便利な気がします。
また、同じクラスのオブジェクトが NoMethodError を起こしたり起こさなかったりするのは
少し分かりにくいの...
wanabe (_ wanabe)
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...
Alexander Zavorine
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 Alexander Zavorine
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 Alexander Zavorine
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@...
Alexander Zavorine
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 svn[bot]
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...
naruse (Yui NARUSE)
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 akr (Akira Tanaka)
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...
Philippe (Philippe Latulippe)
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...
matz (Yukihiro Matsumoto)
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....
matz (Yukihiro Matsumoto)
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...
usa (Usaku NAKAMURA)
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 akr (Akira Tanaka)
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...
usa (Usaku NAKAMURA)
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
nobu (Nobuyoshi Nakada)
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
dkelley (Daniel Kelley)
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.
...
dkelley (Daniel Kelley)

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
 

Also available in: Atom