Project

General

Profile

Activity

From 03/21/2009 to 03/27/2009

03/27/2009

11:49 PM Revision 48379c73 (git): * sprintf.c (rb_str_format): checks if named argument given twice.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23090 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:18 PM Revision 456f68f2 (git): * sprintf.c (GETNAMEARG): remembers named arg is used, to get rid
of too many arguments warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23089 b2dd03c8-39d4-4d8f-98ff-823f...
nobu (Nobuyoshi Nakada)
07:31 PM Revision 5f79c781 (git): * ext/dl/{mkcall,mkcallback,mkcbtable}.rb: no needs of mkmf.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23088 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:01 PM Revision b288a9f8 (git): * 2009-03-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23087 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:00 PM Revision cc55fb42 (git): * ext/extmk.rb: MINIRUBY is given via make-flag.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23086 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:17 PM Revision 72122dd9 (git): * lib/mkmf.rb (link_command, cc_command, cpp_command): should not
override extout defined in extmk.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23085 b2dd03c8-39d4-4d8f-98f...
nobu (Nobuyoshi Nakada)
11:06 AM Revision 526286ea (git): merge revision(s) 21749:
* lib/mkmf.rb (mkintpath): new function which converts native path
to format acceptable in Makefile.
...
shyouhei (Shyouhei Urabe)
11:06 AM Revision 7e5e3cb5 (git): merge revision(s) 21749:
* lib/mkmf.rb (mkintpath): new function which converts native path
to format acceptable in Makefile.
...
shyouhei (Shyouhei Urabe)
10:25 AM Revision f46c2605 (git): merge revision(s) 22882,22961,22971:
* gc.c (run_final): calls free function. [ruby-core:22578]
* gc.c (rb_gc_call_finalizer_at_exit): leave Thre...
shyouhei (Shyouhei Urabe)
10:21 AM Revision b17c347a (git): merge revision(s) 22882,22961,22971:
* gc.c (run_final): calls free function. [ruby-core:22578]
* gc.c (rb_gc_call_finalizer_at_exit): leave Thre...
shyouhei (Shyouhei Urabe)
10:18 AM Bug #1317: Creating a range with strings
=begin
2009/3/27 Michael Selig <[email protected]>:
> Issue #1317 has been updated by Michael Selig.
>
>
> T...
phasis68 (Heesob Park)
07:59 AM Bug #1317: Creating a range with strings
=begin

> -----Original Message-----
> From: Michael Selig [mailto:[email protected]]
> Sent: Thursday, March...
jredville (Jim Deville)
07:36 AM Bug #1317: Creating a range with strings
=begin
This is a (possibly confusing) consequence of the behaviour of String#next.
For most sortable objects, the ...
mike (Michael Selig)
06:56 AM Bug #1317 (Rejected): Creating a range with strings
=begin
irb(main):027:0> Range.new("1", "10").to_a
=> ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10"]
irb(mai...
ian (Ian Bailey)
03:56 AM Revision a8eaf316 (git): * lib/mkmf.rb (what_type?): checks more restrictively, and
supports universal binary.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23076 b2dd03c8-39d4-4d8f-98ff-823fe69b...
nobu (Nobuyoshi Nakada)

03/26/2009

11:37 PM Bug #1281 (Closed): sdbm extension missing #include ruby.h
=begin
Applied in changeset r23072.
=end
matz (Yukihiro Matsumoto)
04:58 PM Feature #1316 (Rejected): Phasor.rb: Complex number class using polar coordinates
=begin
Hello!

I am writing a sound synthesis program, and I needed a way to easily generate and manipulate com...
peterhil (Peter Hillerström)
04:35 PM Revision 29983664 (git): * time.c (time_cmp): negate the result of reverse comparison.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:21 PM Revision f0c0f504 (git): * 2009-03-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:20 PM Revision 5f64ea6c (git): * bignum.c (rb_cmpint): FIX2INT may fail on LP64 platforms.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23073 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:32 PM Revision 59868494 (git): * ext/sdbm/_sdbm.c: should include "ruby/defines.h" as well for
prototypes of compatibility functions on Win32 platform.
[ruby-core:22870]
git-svn-id: svn+ssh://ci.ruby-lang.org/...
matz (Yukihiro Matsumoto)
11:21 AM Bug #1157: missing zlib.rb?
=begin
my apologies if this is obvious, but I struggled with the same problem.

gem update fails in a similar ma...
lmueller (Lutz Mueller)
03:22 AM Revision 8eee0060 (git): * lib/yaml/rubytypes.rb (String#is_binary_data?): TAB would be
usually considered to be included in text data.
* lib/rdoc/parser.rb (RDoc::Parser.binary?): blksize may be nil
an...
nobu (Nobuyoshi Nakada)
02:33 AM Revision e0b7af69 (git): * lib/rdoc/ri/paths.rb (RDoc::RI::Paths): considers
--program-prefix and --program-suffix. reapplied r19923.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23070 b...
nobu (Nobuyoshi Nakada)
01:31 AM Revision 340d9c59 (git): * bin/{irb,rdoc}: executable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

03/25/2009

09:54 PM Bug #1311: YAML::dump creates strings YAML::load cannot parse
=begin
Good reports, thanks.

I've found a workaround but I'm not sure enough about the YAML spec to guarantee t...
daz (Dave B)

03/24/2009

10:45 PM Revision cc11923a (git): * configure.in (target_alias): replaces cpu with universal too.
* configure.in (target): replaces cpu with arch by --with-arch.
* mkconfig.rb (TOPDIR): chops arch in config instead...
nobu (Nobuyoshi Nakada)
10:44 PM Revision 9eb6a24f (git): * 2009-03-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:44 PM Revision e5ffb6df (git): * mkconfig.rb (MAJOR, MINOR, TEENY): reads from version.h always.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:02 PM Bug #1313: gem install not working on windows server 2008
=begin
You need to obtain the exact version of DLLs, follow these instructions:

http://www.garbagecollect.jp/ru...
luislavena (Luis Lavena)
08:55 PM Bug #1313 (Rejected): gem install not working on windows server 2008
=begin
I tried to run:
gem install mysql
after installing
and got prompted for missing dlls
ssleay32 zlib ...
djwtech (David Winstanley)
03:36 PM Bug #1312: String#rindex(Regexp, offset) doesn't seem to match greedily
=begin
Hi,

At Tue, 24 Mar 2009 15:16:12 +0900,
David Ellis wrote in [ruby-core:23009]:
> I may be wrong but I w...
nobu (Nobuyoshi Nakada)
03:19 PM Bug #1312 (Rejected): String#rindex(Regexp, offset) doesn't seem to match greedily
=begin
I may be wrong but I was expecting:
"abcdefg ".rindex(/\w+/,10)
to return 0.

This is what actuall...
davidkellis (David Ellis)
03:21 PM Revision 8f3eeafd (git): * 2009-03-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23065 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:21 PM Revision 45b794e8 (git): * lib/cgi.rb: $KCODE always holds its value in upper case.
* lib/jcode.rb: Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23064 b2dd03c8-39d4-4d8f-98ff...
Akinori MUSHA
10:23 AM Revision 22a3520d (git): * configure.in (RUBY_CHECK_SIZEOF): need to include $4.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:11 AM Revision be974b81 (git): * 2009-03-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:11 AM Revision 6c024efb (git): * io.c (rb_io_inspect): Cannot access fptr->fd if fptr is NULL.
This fixes a coredump caused by: ruby -e "class X < IO; def
initialize; end; end; p X.new.inspect"
git-svn-id: s...
Akinori MUSHA
05:15 AM Bug #1311: YAML::dump creates strings YAML::load cannot parse
=begin
Correction: should read "the second line (after the initial *newline*)"
=end
rampion (Noah Easterly)
04:56 AM Bug #1311 (Closed): YAML::dump creates strings YAML::load cannot parse
=begin
This case seems to occur whenever
* the string begins with a newline, and
* the last line doesn't end in...
rampion (Noah Easterly)

03/23/2009

03:02 PM Bug #1310 (Closed): HEAP_SIZE で不具合?
=begin

=end
authorNari (Narihiro Nakamura)
12:57 PM Bug #1310: HEAP_SIZE で不具合?
=begin
まつもと ゆきひろです

In message "Re: [ruby-dev:38187] Re: [Bug #1310] HEAP_SIZE で不具合?"
on Mon, 23 Mar 2009 07...
matz (Yukihiro Matsumoto)
07:18 AM Bug #1310: HEAP_SIZE で不具合?
=begin
nari です.

うぅ,失礼しました..
ご指摘ありがとうございます.

diff --git a/gc.c b/gc.c
index 835ef5d..829fa7f 100644
--- a/gc....
authorNari (Narihiro Nakamura)
06:56 AM Bug #1310: HEAP_SIZE で不具合?
=begin
なかだです。

At Sun, 22 Mar 2009 22:48:24 +0900,
Narihiro Nakamura wrote in [ruby-dev:38185]:
> @@ -922,6 +922...
nobu (Nobuyoshi Nakada)
01:12 PM Bug #1307 (Closed): rb_w32_spawn broken - builds fail
=begin

=end
nobu (Nobuyoshi Nakada)
12:28 PM Bug #1307: rb_w32_spawn broken - builds fail
=begin
Hi Nobu,

Ah, you are right. The latest revision does work for me. Sorry for the noise - my mistake.

...
cfis (Charlie Savage)
11:22 AM Bug #1307: rb_w32_spawn broken - builds fail
=begin
Hi,

At Mon, 23 Mar 2009 07:22:35 +0900,
Charlie Savage wrote in [ruby-core:22996]:
> I tested r23017 (ok...
nobu (Nobuyoshi Nakada)
07:25 AM Bug #1307: rb_w32_spawn broken - builds fail
=begin
Hi Nobu,

I tested r23017 (ok), r23023 (breaks here), r23025 (still broken) and r23031 (still broken). S...
cfis (Charlie Savage)
07:20 AM Bug #1307: rb_w32_spawn broken - builds fail
=begin
Hi,

At Sun, 22 Mar 2009 16:09:48 +0900,
Charlie Savage wrote in [ruby-core:22988]:
> Author: Charlie Sav...
nobu (Nobuyoshi Nakada)
01:02 PM Revision 4a0bb2dc (git): * time.c (time_timespec): use NUM2TIMET.
(time_s_at): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
12:54 PM Revision cc5585f5 (git): * process.c: Eliminate an "unused variable" warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
12:53 PM Revision 8d31e446 (git): * process.c (Init_process): Better patch for eliminating an
"unused variable".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Akinori MUSHA
12:45 PM Revision 38d2bcd9 (git): * ext/dbm/dbm.c (fdbm_initialize): Make the file variable
volatile, because FilePathValue() currently does not protect the
given variable from GC. (Probably it should)
* ex...
Akinori MUSHA
12:20 PM Revision 24894b3d (git): * ext/stringio/stringio.c (StringIO#ungetbyte): New method
backported from 1.9
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23056 b2dd03c8-39d4-4d8f-98ff-82...
Akinori MUSHA
12:18 PM Bug #1309: dl tests
=begin
Hi Nobu,

Let's take the dll naming issue back to ruby-core, I'll post there in the next couple of days. ...
cfis (Charlie Savage)
11:21 AM Bug #1309: dl tests
=begin
Hi,

At Mon, 23 Mar 2009 07:54:54 +0900,
Charlie Savage wrote in [ruby-core:22997]:
> First is philosophi...
nobu (Nobuyoshi Nakada)
07:57 AM Bug #1309: dl tests
=begin
Two reasons.

First is philosophical. Using "sitearch" seems more apppriate than "RUBY_SO_NAME" - that is...
cfis (Charlie Savage)
07:25 AM Bug #1309: dl tests
=begin
Hi,

At Sun, 22 Mar 2009 16:55:56 +0900,
Charlie Savage wrote in [ruby-core:22990]:
> However, instead of...
nobu (Nobuyoshi Nakada)
12:17 PM Revision 8ed83793 (git): * process.c: Stick with the K&R style in 1.8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
12:15 PM Revision 3a1de825 (git): Mention IO#ungetbyte(), which I have accidentally committed together
with other changes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23054 b2dd03c8-39d4-4d8f-98ff-82...
Akinori MUSHA
12:07 PM Revision 2fddf6ec (git): * 2009-03-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:07 PM Revision e8b0f173 (git): * array.c (ary_resize_capa): Remove an unused function.
* array.c, bignum.c, dir.c, enumerator.c, gc.c, io.c, numeric.c,
object.c, re.c, string.c, struct.c: Mixing two sty...
Akinori MUSHA
10:22 AM Revision 61e6f9b8 (git): * file.c (rb_file_s_lstat): Back out.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23051 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
10:17 AM Revision 78630e3a (git): merge revision(s) 22011:
* ext/thread/thread.c (rb_queue_pop, rb_queue_push): should not lock
mutex if got an exception while waitin...
shyouhei (Shyouhei Urabe)
10:16 AM Revision fffffd6d (git): merge revision(s) 22011:
* ext/thread/thread.c (rb_queue_pop, rb_queue_push): should not lock
mutex if got an exception while waitin...
shyouhei (Shyouhei Urabe)
10:00 AM Revision fe3de995 (git): * file.c (rb_file_s_stat, rb_file_s_lstat): Remove repeated type
checks.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Akinori MUSHA
09:28 AM Revision e8122fad (git): merge revision(s) 17874,17886:
* eval.c (rb_thread_join): new API.
* ext/thread/thread.c (wait_mutex, lock_mutex): wait until the locking
...
shyouhei (Shyouhei Urabe)
09:26 AM Revision 14579de4 (git): merge revision(s) 17874,17886:
* eval.c (rb_thread_join): new API.
* ext/thread/thread.c (wait_mutex, lock_mutex): wait until the locking
...
shyouhei (Shyouhei Urabe)
08:44 AM Revision e6f839c4 (git): merge revision(s) 22654:22661:
* file.c (file_load_ok): checks if regular file, except for the
platform disallows to open directories, e.g...
shyouhei (Shyouhei Urabe)
08:41 AM Revision caaa35f0 (git): merge revision(s) 22654:22661:
* file.c (file_load_ok): checks if regular file, except for the
platform disallows to open directories, e.g...
shyouhei (Shyouhei Urabe)
05:58 AM Revision 5cb55eca (git): * gc.c (init_heap): set default to heap slots length
if HEAP_OBJ_LIMIT is larger than HEAP_MIN_SLOTS. [Bug #1310]
(set_heaps_increment): increment next_heaps_length if
...
authorNari (Narihiro Nakamura)
05:32 AM Revision 2c772139 (git): * win32/win32.c (rb_w32_spawn): use original command if not found.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:32 AM Bug #1306: exception when exiting from IRB if test/unit is loaded
=begin
thanks for applying this patch
=end
dmitryelastic (d .)

03/22/2009

10:51 PM Bug #1310: HEAP_SIZE で不具合?
=begin
nariです.

どうやら HEAP_SIZE が大きすぎると,追加する heap_slot 数の計算がおかしくなるようです.

以下の様に修正すると直りました.

宜しければコミットしたいので...
authorNari (Narihiro Nakamura)
10:38 PM Bug #1310 (Closed): HEAP_SIZE で不具合?
=begin
はじめまして.
東京大学の相川と申します.

gc.cのHEAP_SIZEの値を変化させてみたところ,

#define HEAP_SIZE 0x20000

とし,

$ mak...
hikari (Hikari AIKAWA)
09:51 PM Revision 15265f8b (git): * enc/depend (link_so): replaces $(TARGET) with basename of the
target. [ruby-talk:330286]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23035 b2dd03c8-39d4-4d8f-98ff-823fe69...
nobu (Nobuyoshi Nakada)
04:58 PM Bug #1309 (Rejected): dl tests
=begin
The dl tests now pass again on windows (thanks!).

However, instead of getting the runtime library name f...
cfis (Charlie Savage)
04:44 PM Bug #1308 (Closed): bigdecimal debug code prevents tests from running
=begin
Trying to get ruby's test suite running on windows (not passing, just running).

If compiled with -DEBUG ...
cfis (Charlie Savage)
04:12 PM Bug #1307 (Closed): rb_w32_spawn broken - builds fail
=begin
The recent change to rb_w32_spawn have totally broken it. First, it no longer quotes program names correctly...
cfis (Charlie Savage)
11:40 AM Revision 548027ef (git): * ChangeLog: fixed grammo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:39 AM Revision 21bc28ae (git): * 2009-03-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23033 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:39 AM Revision cdf2a958 (git): * lib/test/unit.rb: use Kernel.exit to get rid of using
IRB::ExtendCommandBundle#exit. a patch from Dmitry Vazhov by
[ruby-core:22986].
git-svn-id: svn+ssh://ci.ruby-la...
nobu (Nobuyoshi Nakada)
05:51 AM Revision 6a64e9e4 (git): * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): use NULL as
application name for batch files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23031 b2dd03c8-39d4-4d8f-98ff-8...
nobu (Nobuyoshi Nakada)
05:47 AM Bug #1306 (Closed): exception when exiting from IRB if test/unit is loaded
=begin
tested on versions 1.8.6 and 1.8.7
steps to reproduce:
1) load irb
2) require 'test/unit'
3) type "e...
dmitryelastic (d .)

03/21/2009

11:32 PM Bug #1092: miniruby cause SEGV on x64-mswin64_90
=begin
This is not a bug.
You tried to build 64bit ruby with 32bit compiler. If you didn't specify the target, you...
phasis68 (Heesob Park)
08:27 AM Bug #1304 (Closed): Kernel#system bug
=begin
Applied in changeset r23023.
=end
nobu (Nobuyoshi Nakada)
08:08 AM Revision 5bdeb55a (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
06:56 AM Revision 7fd155cf (git): * ext/openssl/ossl_ssl.c (write_would_block): defined.
(read_would_block): defined.
(ossl_start_ssl): add nonblock argument.
(ossl_ssl_connect): follow ossl_start_ssl c...
akr (Akira Tanaka)
12:51 AM Revision f65d7065 (git): * ext/dl: updated svn:ignore.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
 

Also available in: Atom