Project

General

Profile

Activity

From 06/21/2009 to 06/27/2009

06/27/2009

08:11 PM Revision 753a22a0 (git): * 2009-06-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23875 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:10 PM Revision c5a88815 (git): * enum.c (enum_first): Perform negative length check before
attempting to make an array.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23874 b2dd03c8-39d4-4d8f...
Akinori MUSHA
10:35 AM Revision ae96b225 (git): trivial change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
10:12 AM Revision 7cf1d668 (git): * complex.c (nucomp_addsub): new
* complex.c (nucomp_{add,sub}): use nucomp_addsub.
* complex.c (nucomp_divide): changed the algorithm.
...
Tadayoshi Funaba
08:33 AM Bug #1695: String interpolation Issue with escape characters inside an in-string evaluated statement
=begin

=end
nobu (Nobuyoshi Nakada)
01:16 AM Bug #1695: String interpolation Issue with escape characters inside an in-string evaluated statement
=begin
Thanks! If anything this seems more on the IRB side of things.
=end
crash2burn (Jason Pearlman)
12:54 AM Bug #1695: String interpolation Issue with escape characters inside an in-string evaluated statement
=begin
(Deleted).
=end
runpaint (Run Paint Run Run)
12:24 AM Bug #1695 (Closed): String interpolation Issue with escape characters inside an in-string evaluated statement
=begin
Apologies if this has already been addressed but I could not find anything:

# Alone, works fine
>> 'a'...
crash2burn (Jason Pearlman)
07:58 AM Revision f94228c8 (git): * rational.c (nurat_cmp): use rb_num_coerce_cmp.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
07:46 AM Revision b2fb7596 (git): * complex.c: revised rdoc.
* rational.c: ditto.
* numeric.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23870 b2dd03c8...
Tadayoshi Funaba
04:50 AM Revision 3f594ce1 (git): * 2009-06-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:50 AM Revision 7b998913 (git): Merge r24865:23867 from trunk.
* NEWS, lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: add
item.guid.permanent_link? and item.guid.permanent_link...
Sutou Kouhei
04:45 AM Revision 4365f671 (git): * NEWS, lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: add
item.guid.permanent_link? and item.guid.permanent_link=.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23867 b2...
Sutou Kouhei
04:41 AM Revision 23c14c36 (git): * NEWS: rss: 0.2.5 -> 0.2.7.
* lib/rss/rss.rb, test/rss/test_version.rb: 0.2.6 -> 0.2.7.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23866...
Sutou Kouhei
03:48 AM Bug #1681 (Closed): Integer#chr Should Infer Encoding of Given Codepoint
=begin
Applied in changeset r23865.
=end
matz (Yukihiro Matsumoto)
03:38 AM Bug #1692 (Open): warning: useless use of a literal in void context
=begin
wrong ML ref
=end
matz (Yukihiro Matsumoto)
03:27 AM Bug #1692 (Closed): warning: useless use of a literal in void context
=begin
Applied in changeset r23864.
=end
matz (Yukihiro Matsumoto)
01:22 AM Bug #1691: ruby --help doesn't display the "skip rubygems" option
=begin
Looks like just `--disable=gems`. Patch attached to update the help.
=end
runpaint (Run Paint Run Run)

06/26/2009

10:16 PM Bug #1694 (Closed): Tempfile.open{} の返り値
=begin
r19454 で、Tempfile.open{} はブロックを評価した値を返すようになっていますが、
ドキュメントが対応していないようなので、パッチです。
File.open{} から取ってきました。
=end
no6v (Nobuhiro IMAI)
06:40 PM Revision 4b85c77e (git): * numeric.c (int_chr): use default_internal encoding as default
destination encoding if set. [ruby-core:23997]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23865 b2dd03c8-39...
matz (Yukihiro Matsumoto)
06:33 PM Bug #1681: Integer#chr Should Infer Encoding of Given Codepoint
=begin
We have String#encode (without any arguments), which transcodes to
default_internal (and in addition, doesn...
duerst (Martin Dürst)
06:18 PM Revision 8a5ffe48 (git): * numeric.c (int_chr): use default_internal encoding as default
destination encoding if set. [ruby-dev:38717]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23864 b2dd03c8-39d4...
matz (Yukihiro Matsumoto)
06:10 PM Revision 974b30a9 (git): * 2009-06-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:10 PM Revision 91728620 (git): * io.c (argf_rewind): need to rewind $. and ARGF.lineno.
[ruby-core:24046]
* io.c (struct argf): refactoring on $. and ARGF.lineno behavior.
git-svn-id: svn+ssh://ci.ruby-l...
matz (Yukihiro Matsumoto)
04:14 PM Bug #1692 (Closed): warning: useless use of a literal in void context
=begin
1.8 では
warning: useless use of a literal in void context
が出るときに 1.9 だと何も出ません。

% ruby18 -ve '1'
rub...
znz (Kazuhiro NISHIYAMA)
01:01 PM Revision c86115e9 (git): * ext/pty/pty.c (pty_getpty): check dup failure.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:48 PM Revision cadee06b (git): * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_rubyopt):
test suite add '.' to RUBYLIB. remove checks.
* test/ruby/test_require.rb (TestRequire#test_tainted_loadpath):
th...
matz (Yukihiro Matsumoto)
12:41 PM Revision 2f262b23 (git): reduce tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
07:34 AM Revision 9522466f (git): * 2009-06-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23858 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:34 AM Revision fc162896 (git): * common.mk (COMPILE_PRELUDE): need -I. before -rrbconfig.
[ruby-dev:38714]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
02:05 AM Revision fb743c08 (git): * 2009-06-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:05 AM Revision 8e9d249f (git): * lib/mkmf.rb (CXX_EXT): cygwin's filesystem (= Windows) is case
insensitive.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23855 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura

06/25/2009

10:23 PM Bug #1691 (Rejected): ruby --help doesn't display the "skip rubygems" option
=begin
I believe in trunk there is an option to *not* load rubygems. Unfortunately I can't tell for sure, since rub...
rogerdpack (Roger Pack)
10:22 PM Bug #1690 (Rejected): backticks don't set $? in windows
=begin
currently

>> `bad command`
Errno::ENOENT: No such file or directory - bad
from (irb):1:in `...
rogerdpack (Roger Pack)
06:07 PM Bug #1689 (Closed): ARGF.binmode Affects Encoding Inconsistently
=begin
Applied in changeset r23853.
=end
matz (Yukihiro Matsumoto)
05:15 PM Bug #1689 (Closed): ARGF.binmode Affects Encoding Inconsistently
=begin
The IO#binmode documentation promises that "content is treated as ASCII-8BIT". I assumed this would apply to ...
runpaint (Run Paint Run Run)
06:06 PM Bug #1681: Integer#chr Should Infer Encoding of Given Codepoint
=begin
Hi,

In message "Re: [ruby-core:24001] Re: [Bug #1681] Integer#chr Should Infer Encoding of Given Codepoin...
matz (Yukihiro Matsumoto)
09:46 AM Revision 03f53e3c (git): Imported minitest 1.4.2 r5269.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
09:01 AM Revision 06e37829 (git): * io.c (argf_binmode_m): should call rb_io_ascii8bit_binmode() to
set its encoding to ASCII-8BIT. [ruby-core:24029]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23853 b2dd03c8-...
matz (Yukihiro Matsumoto)
08:14 AM Bug #1684: ruby/rubyw.rc still say 1.9.1
=begin
On Wed, Jun 24, 2009 at 8:04 PM, Roger Pack<[email protected]> wrote:
> Issue #1684 has been updated by ...
luislavena (Luis Lavena)
08:04 AM Bug #1684: ruby/rubyw.rc still say 1.9.1
=begin
as a note, appears the makefile still refers to it as 1.9.1, too

./win32 msvcrt-ruby191.rc msvcrt-ruby1...
rogerdpack (Roger Pack)
07:47 AM Bug #1686 (Closed): Enumerable#first broken
=begin
Applied in changeset r23846.
=end
matz (Yukihiro Matsumoto)
03:25 AM Bug #1686 (Closed): Enumerable#first broken
=begin
Enumerable#first is broken in the current HEAD. If 4 <= n < enum_length + 4, enum.first(n) returns the (n-4)t...
marcandre (Marc-Andre Lafortune)
06:53 AM Revision 7b90b70d (git): * ruby.c (load_file): preserves $.. [ruby-core:24024]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:11 AM Revision f1190331 (git): * ChangeLog: ML info.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23851 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
04:10 AM Revision 7a45306d (git): * instruby.rb: '&' in sed s command's replacement is '\&' in ruby.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23850 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
03:22 AM Bug #1672: test-all requires minitest gem installed
=begin
We'll fix this today
=end
zenspider (Ryan Davis)
01:42 AM Revision 42c6cc84 (git): * lib/rake.rb, lib/rubygems/custom_require.rb, lib/rubygems/digest/*.rb: not executable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23849 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

06/24/2009

10:49 PM Revision bfcc8dbb (git): * io.c (rb_io_each_codepoint): uninitialized local variable enc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e matz (Yukihiro Matsumoto)
10:46 PM Revision 6abc3e1b (git): * 2009-06-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23847 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:46 PM Revision 304c060d (git): * enum.c (first_i): wrong condition for no argument #first.
[ruby-core:24017]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matz (Yukihiro Matsumoto)
07:36 PM Bug #1685 (Closed): Some windows unicode path issues remain
=begin
Hi,

I see some nice progress has been made in unicode path
handling on windows.

The following te...
spatulasnout (B Kelly)
04:08 PM Revision 6b6e71e9 (git): merges r23837 from trunk into ruby_1_9_1.
--
* parse.y (parser_set_encode): show the erred file name instead of
the file that requires it. [ruby-core:24006]...
yugui (Yuki Sonoda)
04:08 PM Revision ba713680 (git): merges r23815 from trunk into ruby_1_9_1.
--
* compile.c (iseq_set_arguments, iseq_compile_each): internal
arrays must be hidden. [ruby-dev:38613]
* vm.c (...
yugui (Yuki Sonoda)
04:07 PM Revision c126c95c (git): merges r23813 and r23821 from trunk into ruby_1_9_1.
--
* ruby.c (process_options), enc/prelude.rb: encdb and transdb are
extension libraries.
--
* ruby.c (process_opti...
yugui (Yuki Sonoda)
04:03 PM Revision 78e41feb (git): * 2009-06-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23842 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:03 PM Revision eed1694c (git): merges r23813 and r23821 from trunk into ruby_1_9_1.
--
* ruby.c (process_options), enc/prelude.rb: encdb and transdb are
extension libraries.
git-svn-id: svn+ssh://ci...
yugui (Yuki Sonoda)
03:07 PM Bug #1683 (Closed): Invalid Source Encodings Raise Vauge Errors
=begin
Applied in changeset r23837.
=end
nobu (Nobuyoshi Nakada)
01:15 PM Bug #1683 (Closed): Invalid Source Encodings Raise Vauge Errors
=begin
If a non-ASCII compatible source encoding is specified via a magic comment an ArgumentError is raised.

...
runpaint (Run Paint Run Run)
02:29 PM Bug #1684 (Closed): ruby/rubyw.rc still say 1.9.1
=begin
though ruby -v says "1.9.2dev" ruby.rc still says 1.9.1
Could use updating sometime.
Thanks.
=end
rogerdpack (Roger Pack)
11:19 AM Revision c6480cd0 (git): * time.c (time_s_now): new function. Time.now don't take arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
09:54 AM Bug #1681: Integer#chr Should Infer Encoding of Given Codepoint
=begin
>> This seems needlessly verbose given that Ruby already knows
>> that my source encoding is UTF-8.
>
> It...
runpaint (Run Paint Run Run)
08:53 AM Bug #1681: Integer#chr Should Infer Encoding of Given Codepoint
=begin
Hi,

At Wed, 24 Jun 2009 06:42:29 +0900,
Run Paint Run Run wrote in [ruby-core:23997]:
> This seems needl...
nobu (Nobuyoshi Nakada)
06:42 AM Bug #1681 (Closed): Integer#chr Should Infer Encoding of Given Codepoint
=begin
String#ord and Integer#chr are symmetrical operations on ASCII Strings:

'a'.ord.chr #=> "a"

B...
runpaint (Run Paint Run Run)
07:09 AM Revision 62c88575 (git): * win32/resource.rb: CONFIG["TEENY"] is not ruby's version but API's
one. So need to use RUBY_VERSION instead.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23839 b2dd03c8-39d4-4...
U.Nakamura
07:07 AM Revision a560aa56 (git): * win32/mkexports.rb: rbconfig.rb exists on ".".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23838 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
06:02 AM Revision 37138a2a (git): * parse.y (parser_set_encode): show the erred file name instead of
the file that requires it. [ruby-core:24006]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23837 b2dd03c8-39d4...
nobu (Nobuyoshi Nakada)
02:41 AM Revision 4d0e9c45 (git): * misc/ruby-style.el: It is too late to set c-file-style in
c-mode-hook (at least on Emacs 23). Call c-set-style instead.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2...
Akinori MUSHA
01:08 AM Feature #1673: let irb use pretty_inspect if possible
=begin
遠藤です。

2009/06/24 0:25 に 石塚圭樹<[email protected]> さんは書きました:
> 実はすでにこちらでも作っていて, --inspect pp 以外にもブロックが指定で
...
mame (Yusuke Endoh)
12:26 AM Feature #1673: let irb use pretty_inspect if possible
=begin
けいじゅ@いしつかです.

In [ruby-dev:38703] the message: "[ruby-dev:38703] Re: [feature:trunk]
let irb use pretty_in...
keiju (Keiju Ishitsuka)
12:54 AM Revision 516487de (git): * vm_insnhelper.c (vm_setup_method): fixed format spec.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

06/23/2009

11:38 PM Bug #1674: set_trace_func with 1line block
=begin
遠藤です。

2009/06/22 15:15 に _ wanabe<[email protected]> さんは書きました:
> set_trace_funcだけでなく例外のバックトレース表示でも同様で...
mame (Yusuke Endoh)
08:53 PM Bug #1679 (Closed): rb_w32_getenv() invalidates previous environment pointers
=begin
On Windows turning on page heap (gflags -p /enable ruby.exe /full) revealed that environment pointers return...
jeremi_tu (Jarek Jurasz)
08:25 PM Bug #940 (Assigned): ruby/config.h:1:1: warning: "PACKAGE_NAME" redefined
=begin
fixed at r23827
=end
nobu (Nobuyoshi Nakada)
07:03 PM Bug #940: ruby/config.h:1:1: warning: "PACKAGE_NAME" redefined
=begin
Let me explain you a bit more what's happening:

- Autotools are a widely used, long time existing tool f...
shammash (Luca Bigliardi)
09:50 AM Bug #940: ruby/config.h:1:1: warning: "PACKAGE_NAME" redefined
=begin
Hi,

In message "Re: [ruby-core:23973] [Bug #940] ruby/config.h:1:1: warning: "PACKAGE_NAME" redefined"
...
matz (Yukihiro Matsumoto)
08:24 AM Bug #940: ruby/config.h:1:1: warning: "PACKAGE_NAME" redefined
=begin
How to reproduce:

- start a project with autotools (including autoheader)
- create a C/C++ file includ...
shammash (Luca Bigliardi)
05:02 PM Revision 157c9529 (git): * 2009-06-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:01 PM Revision 907415bb (git): describe IO#fdatasync.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:06 PM Revision fdd6c4be (git): * ChangeLog: commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23832 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:28 PM Revision 8b920b4a (git): * file.c (rb_get_path_check): check with given safe level.
* file.c (rb_find_file_ext_safe, rb_find_file_safe): ditto.
* safe.c (rb_insecure_operation): function to raise secu...
nobu (Nobuyoshi Nakada)
11:34 AM Revision 5be85964 (git): * gc.c: remove the definition of GC_DEBUG (debugging macro).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e mame (Yusuke Endoh)
07:16 AM Revision b15fd851 (git): * configure.in (ruby_version): defaults revision to 0 when no
revision.h exists.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
07:05 AM Revision ff1b8b75 (git): * file.c (rb_find_file_ext, rb_find_file): no needs to expand
paths with tilde twice.
* load.c (rb_f_load): load the given path directly if not found in
load_path.
* load.c (s...
nobu (Nobuyoshi Nakada)
06:27 AM Bug #1678: uninitialized value in ossl_x509store_initialize causes occasional segfault
=begin
Ah, searching through the other issues, it looks like this is a duplicate of bug #405. Hopefully my additiona...
peterp (Peter Pawlowski)
06:01 AM Bug #1678 (Closed): uninitialized value in ossl_x509store_initialize causes occasional segfault
=begin
I am seeing segfaults when attempting to run gem to install something on my build of Ruby 1.8.7 on a 64-bit l...
peterp (Peter Pawlowski)
05:48 AM Feature #1673: let irb use pretty_inspect if possible
=begin
遠藤です。

2009/06/22 0:43 に 石塚圭樹<[email protected]> さんは書きました:
> うーん. require してあると, irbの振る舞いが変わるのはどうかと思います
...
mame (Yusuke Endoh)
03:44 AM Revision 12811c59 (git): * configure.in: remove PACKAGE_* macros generated by autotools.
[ruby-core:20938]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)

06/22/2009

11:27 PM Bug #1675 (Closed): typo in variable.c
=begin
Applied in changeset r23820.
=end
matz (Yukihiro Matsumoto)
06:07 PM Bug #1675 (Closed): typo in variable.c
=begin
geneic は generic の typo ではないでしょうか。

Index: trunk/variable.c
===========================================...
znz (Kazuhiro NISHIYAMA)
07:44 PM Bug #1676 (Closed): only last "return" is traced by set_trace_func
=begin
複数ある return のうち最後ではないものでメソッドの処理が終わったとき
set_trace_func の "return" イベントが起こりません。

$ ruby -ve '
set_trace...
wanabe (_ wanabe)
05:27 PM Feature #1667 (Closed): IO#codepoints, IO#each_codepoint, and StringIO
Applied in changeset r23818.
matz (Yukihiro Matsumoto)
05:17 PM Revision cb5eb54d (git): $: doesn't contains "." now.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:31 PM Revision 0872a8c4 (git): * 2009-06-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:31 PM Revision c8eabecb (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:25 PM Revision 5202b22b (git): update rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:21 PM Revision 86b418c2 (git): * 2009-06-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:21 PM Revision 98aac1e6 (git): * ruby.c (process_options): don't specify .so for encdb here.
"." is replaced by "_" in load_encoding.
* encoding.c (load_encoding): add .so here.
git-svn-id: svn+ssh://ci.rub...
akr (Akira Tanaka)
03:15 PM Bug #1674: set_trace_func with 1line block
=begin
set_trace_funcだけでなく例外のバックトレース表示でも同様でした。

$ ruby -e '1.upto(2) {
raise
}'
-e:1:in `block in <main>...
wanabe (_ wanabe)
10:20 AM Bug #1674 (Closed): set_trace_func with 1line block
=begin
内容が1行だけのブロックを実行すると
set_trace_funcで期待通りの行番号が得られません。

$ ruby -ve '
set_trace_func(proc{|type, file, lin...
wanabe (_ wanabe)
02:25 PM Revision e0d24f31 (git): * variable.c (rb_generic_ivar_memsize): typo fixed. a patch from
Kazuhiro NISHIYAMA. [ruby-dev:38700]
* ext/objspace/objspace.c (memsize_of): ditto.
git-svn-id: svn+ssh://ci.ruby-...
matz (Yukihiro Matsumoto)
12:23 PM Revision fc640282 (git): * io.c: remove __CHECKER__ test.
* dir.c: ditto.
* dln.c: ditto.
* file.c: ditto.
* process.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub...
akr (Akira Tanaka)
08:23 AM Revision fa31dda1 (git): * ext/stringio/stringio.c (strio_each_codepoint): new method.
[ruby-core:23949]
* ext/stringio/stringio.c (strio_each_codepoint): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/r...
matz (Yukihiro Matsumoto)
07:28 AM Revision b205b5e7 (git): fix tests for load_path.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
07:26 AM Revision 4a81d135 (git): * ruby.c (ruby_init_loadpath_safe): removed "." from load_path.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:14 AM Revision 877acd03 (git): * compile.c (iseq_set_arguments, iseq_compile_each): internal
arrays must be hidden. [ruby-dev:38613]
* vm.c (Init_top_self): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub...
nobu (Nobuyoshi Nakada)
07:05 AM Revision 53106bd5 (git): * compile.c: fixed types.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:41 AM Revision c030cf19 (git): * ruby.c (process_options), enc/prelude.rb: encdb and transdb are
extension libraries.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
05:35 AM Revision 210e51f3 (git): * ruby.c (process_options): set progname earlier.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:50 AM Revision a7dedc27 (git): * io.c (rb_io_fdatasync): new method IO#fdatasync.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:43 AM Feature #1673: let irb use pretty_inspect if possible
=begin
けいじゅ@いしつかです.

In [ruby-dev:38695] the message: "[ruby-dev:38695] [feature:trunk] let
irb use pretty_inspec...
keiju (Keiju Ishitsuka)

06/21/2009

11:07 PM Feature #1673 (Closed): let irb use pretty_inspect if possible
=begin
遠藤です。

irb メンテナの石塚さん:

pretty_inspect が使用可能なときは、irb の結果出力にそれを使うのは
どうでしょうか。


irb(main):001:0> ["foo b...
mame (Yusuke Endoh)
10:37 PM Bug #1671 (Closed): $-W is assignable
=begin
Applied in changeset r23809.
=end
mame (Yusuke Endoh)
10:27 PM Bug #1671 (Closed): $-W is assignable
=begin
$-W = 2
$-W = :not_a_number

ドキュメントによると$-Wはreadonlyであるべきです。
=end
yugui (Yuki Sonoda)
10:37 PM Bug #1670 (Closed): assignment to $: breaks rb_vm_struct
=begin
Applied in changeset r23809.
=end
mame (Yusuke Endoh)
10:24 PM Bug #1670 (Closed): assignment to $: breaks rb_vm_struct
=begin
$:のsetterがデフォルトのsetterなので、rb_vm_structのselfを上書きします。

1.8に倣うと$:はreadonlyであるべきです。
=end
yugui (Yuki Sonoda)
10:30 PM Bug #1672 (Closed): test-all requires minitest gem installed
=begin
at test/rubygems/test_gem_dependency_installer.rb,
Could not find RubyGem minitest (>= 1.3.1)

たぶん、r23...
yugui (Yuki Sonoda)
08:32 PM Bug #1401: ftools is not in the 1.9.1
=begin
ok. Was a bug in Rake for 1.9.1, substituting with fileutils just causes some other errors since the APIs are...
mainster (Kristian Mandrup)
02:41 PM Revision d990d38a (git): merges r23809 from trunk into ruby_1_9_1.
--
* load.c (Init_load): $: must be readonly. [ruby-dev:38690]
* ruby.c (ruby_prog_init): $-W must be readonly. [r...
yugui (Yuki Sonoda)
01:35 PM Revision 5d30ddec (git): * load.c (Init_load): $: must be readonly. [ruby-dev:38690]
* ruby.c (ruby_prog_init): $-W must be readonly. [ruby-dev:38691]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun...
mame (Yusuke Endoh)
10:57 AM Bug #1669 (Closed): FileUtils.cp file mode
=begin
Applied in changeset r23774.
=end
nobu (Nobuyoshi Nakada)
10:01 AM Bug #1669 (Closed): FileUtils.cp file mode
=begin
Files created by FileUtils.cp (without :preserve => true argument) have the file mode 0600, which (in general...
anno (Alex Dircksen)
10:47 AM Bug #1659 (Closed): Segfault with Encoding::Converter.asciicompat_encoding('internal')
=begin
Applied in changeset r23773.
=end
nobu (Nobuyoshi Nakada)
10:36 AM Revision 953138e4 (git): merges r23774 from trunk into ruby_1_9_1.
--
* lib/fileutils.rb (FileUtils::Entry_#copy_file): open with
default umask. [ruby-core:23952]
git-svn-id: svn+s...
yugui (Yuki Sonoda)
10:36 AM Revision a50f85f6 (git): merges r23773 from trunk into ruby_1_9_1.
--
* transcode.c (enc_arg): default interanl encoding may not be set.
[ruby-core:23932]
git-svn-id: svn+ssh://ci.r...
yugui (Yuki Sonoda)
10:36 AM Revision ef72effc (git): merges r23754 from trunk into ruby_1_9_1.
--
* lib/monitor.rb (MonitorMixin::extend_object): should use
#__send__ instead of #send to avoid possible name con...
yugui (Yuki Sonoda)
10:36 AM Revision 0889e634 (git): merges r23745 from trunk into ruby_1_9_1.
--
* encoding.c (rb_enc_name_list): update RDoc. [ruby-core:23926]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/bran...
yugui (Yuki Sonoda)
10:36 AM Revision 29bf9de0 (git): merges r23744 from trunk into ruby_1_9_1.
--
* complex.c: constant COMPLEX_NAME has been removed.
* rational.c: constant RATIONAL_NAME has bee...
yugui (Yuki Sonoda)
10:35 AM Revision 34304a66 (git): merges r23742 from trunk into ruby_1_9_1.
--
* numeric.c (flo_cmp): should always return nil for NaN.
* numeric.c (flo_cmp): handle infinite value specially u...
yugui (Yuki Sonoda)
10:35 AM Revision 9bf90435 (git): merges r23741 from trunk into ruby_1_9_1.
--
* numeric.c (*_numerator,*_denominator): moved to rational.c.
* rational.c (*_numerator,*_denomin...
yugui (Yuki Sonoda)
10:35 AM Revision 979153cf (git): merges r23739 from trunk into ruby_1_9_1.
--
* bignum.c (big_lshift, big_rshift): return Bignum always without
normalization. [ruby-dev:38679]
git-svn-id: ...
yugui (Yuki Sonoda)
10:35 AM Revision 4c52c1c5 (git): merges r23737 from trunk into ruby_1_9_1.
--
* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): went infinity too
early. add BASE_FIG margin. [ruby-dev:38673...
yugui (Yuki Sonoda)
10:35 AM Revision 0e5852ce (git): merges r23733 from trunk into ruby_1_9_1.
--
* numeric.c ( num_numerator, num_denominator): use
to_r [ruby-core:23910].
git-svn-id: svn+ssh:...
yugui (Yuki Sonoda)
10:34 AM Revision 24523af7 (git): merges r23730 from trunk into ruby_1_9_1.
--
* numeric.c (flo_cmp): Infinity is greater than any bignum
number. [ruby-dev:38672]
* bignum.c (rb_big_cmp): d...
yugui (Yuki Sonoda)
10:34 AM Revision 2a60fec3 (git): merges r23729 from trunk into ruby_1_9_1.
--
* file.c (file_expand_path): drive letter is ascii only.
[ruby-dev:38612]
git-svn-id: svn+ssh://ci.ruby-lang.or...
yugui (Yuki Sonoda)
10:34 AM Revision 70161537 (git): merges r23727 from trunk into ruby_1_9_1.
--
* rational.c (nurat_coerce): accepts Complex when the imag is
exact zero.
git-svn-id: svn+ssh:/...
yugui (Yuki Sonoda)
09:43 AM Bug #1661: RegExp mismatch
=begin
Hi,

At Sat, 20 Jun 2009 10:31:26 +0900,
Hirotsugu Asari wrote in [ruby-core:23942]:
> It seems counterin...
nobu (Nobuyoshi Nakada)
09:17 AM Revision eb556f53 (git): merges r23724 and r23725 from trunk into ruby_1_9_1.
--
* load.c (rb_f_require): RDoc updated. a patch from Run Paint Run
Run in [ruby-core:23833].
--
* load.c (rb_mod...
yugui (Yuki Sonoda)
09:16 AM Revision 341c1cb7 (git): merges r23720 from trunk into ruby_1_9_1.
--
* thread.c (ruby_thread_stack_overflow): call rb_exc_raise() on
stack overflows in the signal handler, if sigalt...
yugui (Yuki Sonoda)
09:16 AM Revision c2d571c3 (git): merges r23718 from trunk into ruby_1_9_1.
--
* complex.c (nucomp_coerce): accepts Complex instances.
* rational.c (nurat_coerce): accepts Rati...
yugui (Yuki Sonoda)
09:16 AM Revision 7eb5dcf3 (git): merges r23715 from trunk into ruby_1_9_1.
--
* lib/webrick/httputils.rb (parse_form_data): escape boundary of
multipart/form-data when embed in regexp.
git-...
yugui (Yuki Sonoda)
09:16 AM Revision 92045f3d (git): merges 23699 and 23705 from trunk into ruby_1_9_1.
--
* io.c (fptr_finalize): skip close(2) for fd 0,1,2.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9...
yugui (Yuki Sonoda)
09:16 AM Revision b00a8195 (git): merges the latter half of r23699 and r23706 from trunk into ruby_1_9_1.
--
* io.c (argf_skip): should close only when current_file is available.
--
* test/ruby/test_argf.rb (TestArgf#test_s...
yugui (Yuki Sonoda)
09:15 AM Revision 745dcf09 (git): merges r23695 and r23698 from trunk into ruby_1_9_1.
--
* bignum.c (rb_big2db): (-Float::MAX.to_i*2).to_f should return
-HUGE_VAL (-Infinity).
--
avoid ...
yugui (Yuki Sonoda)
09:15 AM Revision 8eb441fd (git): merges r23694 from trunk into ruby_1_9_1.
--
* io.c (argf_each_line): should return self. [ruby-core:23852]
* io.c (argf_each_byte, argf_each_char): ditto.
...
yugui (Yuki Sonoda)
09:15 AM Revision 79cd4bfa (git): merges r23693 from trunk into ruby_1_9_1.
--
* gc.c (os_obj_of): invoke garbage collection before iteration, to
avoid accessing half recycled object referenc...
yugui (Yuki Sonoda)
09:15 AM Revision e4d24706 (git): merges r23682 from trunk into ruby_1_9_1.
--
Fix rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
yugui (Yuki Sonoda)
09:15 AM Revision b3260dbe (git): merges r23675 from trunk into ruby_1_9_1.
--
* vm_eval.c (rb_f_catch): updated rdoc about generalized argument,
and the case without arguments. [ruby-core:2...
yugui (Yuki Sonoda)
09:14 AM Revision b7a19546 (git): merges r23673 from trunk into ruby_1_9_1.
--
* vm_eval.c (rb_f_throw): fixed rdoc about execption.
[ruby-core:23824]
git-svn-id: svn+ssh://ci.ruby-lang.org/...
yugui (Yuki Sonoda)
09:14 AM Revision ff97db81 (git): merges r23670 from trunk into ruby_1_9_1.
--
* file.c (file_expand_path): associate the input encoding when
copying an absolute path. [ruby-dev:38594]
git-...
yugui (Yuki Sonoda)
09:14 AM Revision a847df14 (git): merges r23665 from trunk into ruby_1_9_1.
--
* lib/prime.rb: documentation typo fixed. a patch from okkez.
[ruby-dev:38586]
git-svn-id: svn+ssh://ci.ruby-l...
yugui (Yuki Sonoda)
09:14 AM Revision 00348634 (git): merges r23661 from trunk into ruby_1_9_1.
--
* dir.c (dir_s_getwd): directory path's encoding should be filesystem's
one.
* lib/tmpd...
yugui (Yuki Sonoda)
09:14 AM Revision db54a65f (git): merges r23658 from trunk into ruby_1_9_1.
--
* lib/cmath.rb (log10): raised exception when the given number is
a negative real.
git-svn-id: ...
yugui (Yuki Sonoda)
09:13 AM Revision d22db6cc (git): merges r23657 from trunk into ruby_1_9_1.
--
* dir.c (dir_s_glob): fixed rdoc. a patch from Joseph Pecoraro at
[ruby-core:23767].
git-svn-id: svn+ssh://ci....
yugui (Yuki Sonoda)
09:13 AM Revision 22365d9c (git): merges r23655 from trunk into ruby_1_9_1.
--
* Makefile.in, win32/Makefile.sub (RMALL): need for distclean-rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/b...
yugui (Yuki Sonoda)
09:13 AM Revision 6e169674 (git): merges r23642 from trunk into ruby_1_9_1.
--
removed extra spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23777 b2dd03c8-39d4-4d8f-98...
yugui (Yuki Sonoda)
09:13 AM Revision c74466e1 (git): merges r23622 from trunk into ruby_1_9_1.
--
* enum.c (first_i): Enumerator#first should consume only what is
needed. a patch from Marc-Andre Lafortune. [...
yugui (Yuki Sonoda)
09:12 AM Revision 5e479b4e (git): merges r23618 from trunk into ruby_1_9_1.
--
* test/ripper/test_filter.rb: add tests. see [ruby-dev:37856]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branche...
yugui (Yuki Sonoda)
01:47 AM Revision a02b3374 (git): * lib/fileutils.rb (FileUtils::Entry_#copy_file): open with
default umask. [ruby-core:23952]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23774 b2dd03c8-39d4-4d8f-98ff-8...
nobu (Nobuyoshi Nakada)
01:46 AM Revision 3448160b (git): * transcode.c (enc_arg): default interanl encoding may not be set.
[ruby-core:23932]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23773 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
12:08 AM Revision 29313aa3 (git): * ChangeLog: fixed probable typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23772 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
 

Also available in: Atom