Project

General

Profile

Activity

From 03/06/2009 to 03/12/2009

03/12/2009

11:06 PM Revision 0f71c10a (git): * util.c (rv_strdup): macro to duplicate nul-terminated string.
[ruby-core:22852]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22919 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
10:18 PM Feature #1045: nicer icon for ruby.exe
=begin
My first try: http://www.cyann.net/2009/03/12/ruby-icon/
I'm thinking of creating other icons for the .rb a...
flavien (Flavien Scheurer)
10:11 PM Feature #1275 (Rejected): IPAddr unnecessarily destroys information on creation
=begin
The IPAddr class internally stores both a complete IP address and a network mask. For many applications, cl...
chrylis (Christopher Smith)
06:17 PM Bug #1254 (Closed): MSVC 2008 Compiler warnings
=begin
Applied in changeset r22914.
=end
nobu (Nobuyoshi Nakada)
03:19 PM Bug #1274 (Closed): Heap Corruption in float#to_s
=begin
Ruby compiled with -RCT1, VC 2008

Ruby code: -0.0.to_s

Result: Heap corruption.

Problem:

...
cfis (Charlie Savage)
01:48 PM Bug #1265: test_import calls printf in different c runtime libraries
=begin
Hi Usaku,

I tried the same approach before submitting my patch, put it doesn't work:

ruby test_dl2....
cfis (Charlie Savage)
01:44 PM Revision 24121629 (git): * ext/openssl: suppress warnings.
* ext/openssl/ossl.h (OSSL_Debug): don't use gcc extention for
variadic macro.
git-svn-id: svn+ssh://ci.ruby-lan...
akr (Akira Tanaka)
01:31 PM Revision 61c21674 (git): * win32/Makefile.sub (WARNFLAGS): warning 4996 is only in VC++8 or
later.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22917 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
01:16 PM Revision a69f46bc (git): * ext/openssl/ossl_ssl.c (ossl_ssl_def_const): use INT2NUM because
OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG doesn't fit into Fixnum.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22916...
akr (Akira Tanaka)
12:58 PM Bug #1273 (Closed): Fix Compiler Warnings - pack.c
=begin
Fix for compiler warnings generated when running VC 2008 with -W3
=end
cfis (Charlie Savage)
12:56 PM Bug #1272 (Closed): Fix Compiler Warnings - gc, numeric, random, strftime, variable, vsnfprintf
=begin
Bunch of small patches that fix MSVC 2008 compiler warnings when compiled with -W3
=end
cfis (Charlie Savage)
10:40 AM Revision 50d1f54d (git): * io.c (nogvl_copy_stream_read_write, copy_stream_body): use size_t.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22915 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:16 AM Revision d1abc537 (git): * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,
numeric.c, pack.c, strftime.c, string.c, thread.c, transcode.c,
transcode_data.h, util.c, variable.c, vm_dump.c,
...
nobu (Nobuyoshi Nakada)
09:09 AM Revision 080525aa (git): * marshal.c (div0), numeric.c (infinite_value): new functions to
get rid of VC divion by 0 warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22913 b2dd03c8-39d4-4d8f-98ff...
nobu (Nobuyoshi Nakada)
09:02 AM Revision 1c6ca1ee (git): * vm.c (rb_vm_get_sourceline), vm_insnhelper.c (vm_throw): use
rb_num_t.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22912 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
08:56 AM Revision 7cdc7323 (git): * st.c: use st_index_t for indexes instead of int.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:28 AM Revision 85f3a89d (git): * test/openssl/test_ssl.rb (OpenSSL#test_client_session):
Debian's openssl 0.9.8g-13 failed at assert(ssl.session_reused?),
when use default SSLContext. [ruby-dev:36167]
b...
znz (Kazuhiro NISHIYAMA)
04:03 AM Revision b873eb1f (git): * 2009-03-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22909 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:03 AM Revision 326df8f1 (git): * mkconfig.rb: patchlevel is sometimes minus.
* win32/resource.rb: ditto.
thease changes are merged from trunk.
git-svn-id: svn+ssh://ci.ruby-lang.org...
U.Nakamura
12:30 AM Revision dd41485e (git): * configure.in (RUBY_CHECK_SIZEOF): if same size type is found, no
more calculation is needed.
* configure.in (RUBY_DEFINT): falls back to RUBY_CHECK_SIZEOF if
size is not immediate...
nobu (Nobuyoshi Nakada)
12:29 AM Feature #1269: warning when Kernel#p is used
=begin
遠藤です。

2009/03/11 23:48 SASADA Koichi <[email protected]>:
>  ささだです.
>
> Yusuke ENDOH wrote::
>> - 新しいオプシ...
mame (Yusuke Endoh)
12:24 AM Revision e166801d (git): * transcode_data.h: suppress warnings of overflow.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:16 AM Revision 53d061ec (git): * include/ruby/encoding.h: suppress warnings of overflow.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22905 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)

03/11/2009

11:50 PM Feature #1269: warning when Kernel#p is used
=begin
 ささだです.

Yusuke ENDOH wrote::
> - 新しいオプションを追加する
> - 環境変数で指定する
> - RubyVM.warn_p = true という warn-p....
ko1 (Koichi Sasada)
10:27 PM Feature #1269: warning when Kernel#p is used
=begin
遠藤です。

2009/03/11 21:50 U.Nakamura <[email protected]>:
> 私は
>
> p foo if $DEBUG
>
> というコードを頻繁に書く...
mame (Yusuke Endoh)
09:53 PM Feature #1269: warning when Kernel#p is used
=begin
こんにちは、なかむら(う)です。

In message "[ruby-dev:38153] [feature:trunk] warning when Kernel#p is used"
on Mar.1...
usa (Usaku NAKAMURA)
09:31 PM Feature #1269 (Rejected): warning when Kernel#p is used
=begin
遠藤です。

Kernel#p は非常に便利ですが、デバッグ後に p の呼び出しをすべて消せたか
不安になることがあります。
p という名前は使うときは非常に便利ですが、残念ながら検索するには非常に
...
mame (Yusuke Endoh)
10:39 PM Bug #1271 (Third Party's Issue): Segfault problem
=begin
This happens when I try to save an entry within a model in rails (this is a ruby problem not a rails problem)...
draginx (Daniel Durante)
08:49 PM Revision ab46076e (git): * configure.in (warnflags): added some default flags,
pointer-arith, write-strings and shorten-64-to-32, but suppress
unused-parameter and missing-field-initializers, if...
nobu (Nobuyoshi Nakada)
08:29 PM Bug #1267: DL::Handle#sym segfaults with nil
=begin
なかだです。

At Wed, 11 Mar 2009 18:40:15 +0900,
Nobuyoshi Nakada wrote in [ruby-dev:38150]:
> DL::Handle#symに...
nobu (Nobuyoshi Nakada)
08:17 PM Bug #1267 (Closed): DL::Handle#sym segfaults with nil
=begin
Applied in changeset r22891.
=end
nobu (Nobuyoshi Nakada)
06:48 PM Bug #1267: DL::Handle#sym segfaults with nil
=begin

=end
nobu (Nobuyoshi Nakada)
06:47 PM Bug #1267: DL::Handle#sym segfaults with nil
=begin

=end
nobu (Nobuyoshi Nakada)
06:42 PM Bug #1267 (Closed): DL::Handle#sym segfaults with nil
=begin
DL::Handle#symにシンボル名としてnilを渡すと代わりにRTLD_NEXTを使
うようになっていますが、RTLD_NEXTが渡せるのはシンボル名ではなく
て第一引数のハンドルのほうです。

...
nobu (Nobuyoshi Nakada)
08:27 PM Revision 2b9df35c (git): * configure.in (RUBY_CHECK_HUGE): checks whether a value range is
larger than long.
* file.c (rb_stat_blocks): struct stat.st_blocks may be larger
than long.
git-svn-id: svn+ssh:...
nobu (Nobuyoshi Nakada)
08:22 PM Revision 748ed242 (git): * io.c (copy_stream_fallback_body): off_t may be larger than long.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:19 PM Revision f61b8007 (git): * iseq.c (rb_iseq_disasm): RSTRING_LEN() returns long.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22901 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:16 PM Revision d7720b2f (git): * process.c (rb_f_sleep): time() needs time_t.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22900 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:14 PM Revision 383b905f (git): * random.c (fill_random_seed): enclosed conditionally used
variables.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
08:12 PM Revision bb1811d6 (git): * thread_pthread.c (ruby_init_stack): range of rlim_cur may be
larger than int.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22898 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
08:09 PM Revision bb8a4981 (git): * missing/vsnprintf.c (BSD_vfprintf): commented out code which has
no effect at all.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22897 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
05:47 PM Revision 68b3cd3e (git): use argument only if it is absolute path.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
05:47 PM Bug #1265 (Closed): test_import calls printf in different c runtime libraries
=begin
Applied in changeset r22890.
=end
usa (Usaku NAKAMURA)
06:45 AM Bug #1265 (Closed): test_import calls printf in different c runtime libraries
=begin
On Windows, test import loads msvcrt.dll and then calls printf. That only works with mingw or VC6. Any newe...
cfis (Charlie Savage)
05:37 PM Bug #1263 (Closed): SHGetFolderPath uses wrong calling convention in tempdir
=begin
Applied in changeset r22889.
=end
usa (Usaku NAKAMURA)
06:41 AM Bug #1263 (Closed): SHGetFolderPath uses wrong calling convention in tempdir
=begin
The second occurrence of this - should use stdall, not cdecl. Sure we shouldn't default all Win32API calls t...
cfis (Charlie Savage)
05:12 PM Revision de292258 (git): * configure.in: strip spaces from ruby_version.
Sun C 5.9 SunOS_i386 Build47_dlight 2007/05/22 generates
`ruby_version= 1 "." 9 "." 1'.
git-svn-id: svn+ssh://ci....
akr (Akira Tanaka)
04:18 PM Revision fd0a91b5 (git): * dir.c (dir_seek): use long for seekdir().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:08 PM Revision 1c2cc090 (git): * tool/ytab.sed: replaces backslashes with slash for nmake.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:07 PM Bug #1262 (Closed): Heap Corruption in DL::Handle
=begin
Applied in changeset r22883.
=end
nobu (Nobuyoshi Nakada)
04:41 AM Bug #1262: Heap Corruption in DL::Handle
=begin
Hmm, gettimeofday is *not* defined, which reveals the bug.
=end
cfis (Charlie Savage)
04:41 AM Bug #1262 (Closed): Heap Corruption in DL::Handle
=begin
The test case below on Window, when running with -RCT1, reveals heap corruption. The problem is that gettime...
cfis (Charlie Savage)
12:23 PM Revision d1bc6cc7 (git): * time.c (time_mload): don't clear tm_mday.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:13 AM Revision 976c01b4 (git): * ext/dl/handle.c (rb_dlhandle_sym): RTLD_NEXT is not for symbol
name. [ruby-dev:38150]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22891 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
08:39 AM Revision 612fe105 (git): * test/dl/test_base.rb: decide dll name of MSVCRT from RUBY_SO_NAME on native Win32 platforms. [ruby-core:22828]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
08:27 AM Revision df63af6b (git): * ext/dl/win32/lib/Win32API.rb: call by :stdcall as default.
[ruby-core:22826]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
06:59 AM Revision 8a41bd7f (git): * ChangeLog: mentiond about SUSv3.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:48 AM Bug #1266 (Closed): relative_path broken on windows
=begin
pwd = Pathname.new("C:/Development/src/ruby_trunk/test/minitest")
basedir = Pathname.new("c:/Development/ru...
cfis (Charlie Savage)
06:43 AM Bug #1264 (Closed): dl/test_win32 incorrect module name
=begin
test_win32 defines a module Win32API. Problem is if you run test/runner.rb the Win32API class is loaded ahea...
cfis (Charlie Savage)
04:37 AM Bug #1260 (Closed): Fix win32.c compiler warnings
=begin
Applied in changeset r22879.
=end
nobu (Nobuyoshi Nakada)
04:27 AM Revision 315ee838 (git): * parse.y (stack_type): uses VALUE which is able to be stored
parser stack.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
04:22 AM Revision c8d40b9a (git): * win32/win32.c (init_env): set TMPDIR if none of TMPDIR, TMP,
TEMP is set.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22886 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
04:16 AM Revision bf065f2e (git): * win32/win32.c (rb_w32_telldir, rb_w32_seekdir): should use long.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:06 AM Revision f5315680 (git): * ext/dl/handle.c (rb_dlhandle_sym): moved conditinally used variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:03 AM Revision 7e59a8c5 (git): * ext/dl/handle.c (rb_dlhandle_sym): fixed heap corruption.
[ruby-core:22822]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
03:12 AM Revision 979da267 (git): * gc.c (run_final): calls free function. [ruby-core:22578]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

03/10/2009

09:12 PM Revision 745bc1fd (git): * ruby.c (ruby_init_loadpath_safe): expands libpath and removes
last /lib.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22881 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
08:17 PM Bug #1253 (Closed): Fix MSVC Build Issues
=begin
Applied in changeset r22877.
=end
nobu (Nobuyoshi Nakada)
05:08 PM Bug #1253: Fix MSVC Build Issues
=begin
Thanks for applying the LDFLAGS change, that is the most important one.

#2 is still open, the one about ...
cfis (Charlie Savage)
12:40 PM Bug #1253 (Open): Fix MSVC Build Issues
=begin
#2 and #4 is closed, but others not yet.
=end
usa (Usaku NAKAMURA)
12:37 PM Bug #1253 (Closed): Fix MSVC Build Issues
=begin
Applied in changeset r22869.
=end
nobu (Nobuyoshi Nakada)
12:06 PM Bug #1253: Fix MSVC Build Issues
=begin
Usaku,

To help push this forward, I've attached a new patch. It does two things:

1. Takes -link o...
cfis (Charlie Savage)
08:05 PM Bug #1259 (Closed): Fix array.c compiler warnings
=begin
Applied at changeset r22872.
=end
nobu (Nobuyoshi Nakada)
11:58 AM Bug #1259 (Closed): Fix array.c compiler warnings
=begin
Attached patch fixes array.c compiler warnings with vc2008.

cl -nologo -nologo -MD -RTC1 -Zi -Od -W3 -wd...
cfis (Charlie Savage)
07:47 PM Revision 8231655d (git): * time.c (time_to_i, time_hash): time_t may be bigger than long
and int.
* time.c (time_timeval, rb_time_timeval, obj2nsec, time_strftime),
(time_mdump, time_mload): suppress war...
nobu (Nobuyoshi Nakada)
07:47 PM Bug #1258 (Closed): Fix callback-7 compiler warnings
=begin
Applied in changeset r22875.
=end
nobu (Nobuyoshi Nakada)
11:56 AM Bug #1258 (Closed): Fix callback-7 compiler warnings
=begin
Attached patch fixes mscv2008 compiler warnings for callback-7 in dl extension.

cl -nologo -I. -I../../....
cfis (Charlie Savage)
07:29 PM Revision 0032476a (git): * win32/win32.c: suppress warnings. based on a patch from Charlie
Savage at [ruby-core:22804].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22879 b2dd03c8-39d4-4d8f-98ff-823fe6...
nobu (Nobuyoshi Nakada)
07:22 PM Revision cb434b4a (git): * signal.c (sig_trap): suppress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22878 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:01 PM Bug #1260 (Closed): Fix win32.c compiler warnings
=begin
This patch fixes the majority of compiler warnings for win32.c.

At a minimum I'd recommend the change to...
cfis (Charlie Savage)
11:42 AM Feature #1256 (Rejected): Add constant TAILRECURSION to let a program recognize if tail recursion optimization is implemented
=begin

=end
nobu (Nobuyoshi Nakada)
11:13 AM Feature #1256: Add constant TAILRECURSION to let a program recognize if tail recursion optimization is implemented
=begin
Hi,

At Tue, 10 Mar 2009 04:26:51 +0900,
Wolfgang Nádasi-Donner wrote in [ruby-core:22785]:
> Afterwards ...
nobu (Nobuyoshi Nakada)
07:24 AM Feature #1256: Add constant TAILRECURSION to let a program recognize if tail recursion optimization is implemented
=begin
As far as I understand this Ticket can be closed. If RubyVM::InstructionSequence.compile_option exists (defin...
WoNaDo (Wolfgang Nádasi-Donner)
04:28 AM Feature #1256: Add constant TAILRECURSION to let a program recognize if tail recursion optimization is implemented
=begin
Nobuyoshi Nakada schrieb:
> Hi,
>
> At Mon, 9 Mar 2009 02:41:55 +0900,
> Wolfgang Nádasi-Donner wrote in...
WoNaDo (Wolfgang Nádasi-Donner)
11:07 AM Revision c26d21bf (git): * win32/Makefile.sub (WARNFLAGS): uses -wd4996 instead of
CRTDEFFLAGS. cf. [ruby-core:22725]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22877 b2dd03c8-39d4-4d8f-98ff...
nobu (Nobuyoshi Nakada)
10:58 AM Revision 0641a4d8 (git): * include/ruby/win32.h (strcasecmp, strncasecmp): use _ prefixed
versions to suppress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22876 b2dd03c8-39d4-4d8f-98ff-823f...
nobu (Nobuyoshi Nakada)
10:40 AM Revision 5bfb9a63 (git): * ext/dl/callback/mkcallback.rb (DLTYPE[FLOAT]): cast to suppress
warnings. [ruby-core:22792]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22875 b2dd03c8-39d4-4d8f-98ff-823fe6...
nobu (Nobuyoshi Nakada)
07:08 AM Revision 32c140b9 (git): merge revision(s) 16465:
* ext/openssl/openssl_missing.c (HMAC_CTX_copy): adopted
prototype change in openssl bundled with newer Ope...
shyouhei (Shyouhei Urabe)
05:43 AM Revision 2e54fe9d (git): * array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def,
missing/crypt.c, missing/vsnprintf.c, : suppress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22872 ...
nobu (Nobuyoshi Nakada)
04:52 AM Revision f8147318 (git): * win32/Makefile.sub (OPTFLAGS): simplified.
forgotten to commit at r22849
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22871 b2dd03c8-39d4-4d8f-98ff-823fe...
U.Nakamura
04:45 AM Revision a3e3fcbc (git): * win32/Makefile.sub (LDFLAGS): moved -link to TRY_LINK, LINK_SO
and so on. based on a patch by Charlie Savage at
[ruby-core:22794]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t...
nobu (Nobuyoshi Nakada)
03:27 AM Revision 5157e572 (git): * win32/Makefile.sub (config.h): passes LDFLAGS to rbconfig.rb so
that extconf.rb could refer it. [ruby-core:22725]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22869 b2dd03c8...
nobu (Nobuyoshi Nakada)
03:22 AM Bug #1238 (Feedback): invalid multibyte char (US-ASCII)
=begin

=end
nobu (Nobuyoshi Nakada)
03:02 AM Bug #1248: e.exception(e) returns self
=begin
What's the status of Unicode/culture-sensitive operations in Ruby 1.9.1?

I tried following:

# encoding:...
tmat (Tomas Matousek)
02:36 AM Revision 6fe3eaec (git): * iseq.c (prepare_iseq_build): too few arguments to function
rb_ary_tmp_new().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22868 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
01:54 AM Revision 756c8038 (git): * iseq.c (rb_iseq_compile_with_option): argument may be converted.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22867 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

03/09/2009

07:56 PM Revision ee4fbaa3 (git): * configure.in (MANGLED_PATH): defines for RUBYLIB_PREFIX.
* ruby.c (ruby_init_loadpath_safe): uses string as buffer.
* symbian/setup (config_h): defines MANGLED_PATH.
git-s...
nobu (Nobuyoshi Nakada)
07:53 PM Revision d9d4df41 (git): * configure.in (MINIRUBY): keep macro into Makefile.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:43 PM Revision 99bb6a3f (git): * configure.in (RUBY_CHECK_SIZEOF): fix for fallback.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:49 PM Bug #1227: [BUG] object allocation during garbage collection phase
=begin
Hi,

At Sun, 1 Mar 2009 02:00:04 +0900,
Chris Schlaeger wrote in [ruby-core:22597]:
> To reproduce:
> ge...
nobu (Nobuyoshi Nakada)
06:33 PM Bug #1227: [BUG] object allocation during garbage collection phase
=begin
Yes, I was using Ruby 1.9.1 (or rather a post 1.9.1 SVN snapshot).

Chris

On Mon, Mar 9, 2009 at 8:00 AM...
orem (Chris Schlaeger)
04:01 PM Bug #1227: [BUG] object allocation during garbage collection phase
=begin
Hey Chris,

Just saw this. I haven't had a chance to update ruby-prof to 1.9.1 yet. Have you tried yet?...
cfis (Charlie Savage)
06:48 PM Revision 53f011e6 (git): * ext/dl/callback/depend: fix for parallel build.
* ext/dl/callback/extconf.rb: callback.h is no longer created.
* ext/dl/callback/mkcallback.rb: creates main source ...
nobu (Nobuyoshi Nakada)
04:57 PM Revision d3c4a468 (git): * ext/dl/callback/extconf.rb ($distcleanfiles): added callback.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22862 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:59 PM Revision 5a36a6a7 (git): * 2009-03-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:55 PM Bug #1172: [sparc] *** glibc detected *** ruby1.9: free(): invalid pointer: 0xf7ef6a54 ***
=begin
(gdb) file ruby1.9
Reading symbols from /home/lucas/r191-0218/ruby1.9-1.9.1.0/ruby1.9...done.
(gdb) core...
lucas (Lucas Nussbaum)
03:16 PM Bug #1172: [sparc] *** glibc detected *** ruby1.9: free(): invalid pointer: 0xf7ef6a54 ***
=begin
I was looking for a decoded stack trace. If you can follow the directions I sent this should render the decod...
vipaca (Chad Dollins)
03:06 PM Revision 31d1d0a8 (git): * configure.in (load_relative): new option to enable load path
relative to libruby_so.
* ruby.c (ruby_init_loadpath_safe): added the case using dladdr().
git-svn-id: svn+ssh://c...
nobu (Nobuyoshi Nakada)
02:10 PM Revision 8421d7d8 (git): * version.h (RUBY_VERSION): Bump the version number to 1.8.8dev.
This is by no means that the release engineering process has
begun but just for naming convenience. Still a long w...
Akinori MUSHA
02:04 PM Bug #1253: Fix MSVC Build Issues
=begin
Hi Usaku,

> They are not mutually exclusive.
> -Os sometimes makes more faster code.
> -Oy sometimes...
cfis (Charlie Savage)
01:27 PM Bug #1253: Fix MSVC Build Issues
=begin
Hello,

In message "[ruby-core:22768] [Bug #1253] Fix MSVC Build Issues"
on Mar.09,2009 11:08:06, <red...
usa (Usaku NAKAMURA)
11:10 AM Bug #1253: Fix MSVC Build Issues
=begin
Sorry, I meant to write Usaku not Usaka :( My apologies.
=end
cfis (Charlie Savage)
11:09 AM Bug #1253: Fix MSVC Build Issues
=begin
Hi Usaka,

Thanks for looking at this. Some more comments inline.

> 1. However, mkmf.rb is seen not ...
cfis (Charlie Savage)
10:25 AM Bug #1253: Fix MSVC Build Issues
=begin
> 1. LDFLAGS not passed to extconf.rb

You should use DLDFLAGS, though Nobu has already answered.
How...
usa (Usaku NAKAMURA)
05:20 AM Bug #1253: Fix MSVC Build Issues
=begin
1. Makefiles for extension libraries use DLDFLAGS instead.

But that doesn't work when compiling the con...
cfis (Charlie Savage)
11:59 AM Revision 46496ac9 (git): merge revision(s) 22646:
* ext/openssl/ossl_ocsp.c (ossl_ocspbres_verify): OCSP_basic_verify
returns positive value on success, not ...
shyouhei (Shyouhei Urabe)
11:57 AM Revision 4959105a (git): merge revision(s) 22646:
* ext/openssl/ossl_ocsp.c (ossl_ocspbres_verify): OCSP_basic_verify
returns positive value on success, not ...
shyouhei (Shyouhei Urabe)
11:54 AM Bug #883: Failure: test_handle_special_CROSSREF_no_underscore(TestRDocMarkupToHtmlCrossref)
=begin
Hi,

At Wed, 17 Dec 2008 00:30:45 +0900,
Kazuhiro NISHIYAMA wrote in [ruby-core:20599]:
> another failure...
nobu (Nobuyoshi Nakada)
09:53 AM Feature #1256: Add constant TAILRECURSION to let a program recognize if tail recursion optimization is implemented
=begin
Hi,

At Mon, 9 Mar 2009 02:41:55 +0900,
Wolfgang Nádasi-Donner wrote in [ruby-core:22748]:
> Tail recursi...
nobu (Nobuyoshi Nakada)
03:39 AM Feature #1256: Add constant TAILRECURSION to let a program recognize if tail recursion optimization is implemented
=begin
Shyouhei Urabe schrieb:
> I'm curious, how you can be happy if you detect your VM supports tail-call optimiz...
WoNaDo (Wolfgang Nádasi-Donner)
03:13 AM Feature #1256: Add constant TAILRECURSION to let a program recognize if tail recursion optimization is implemented
=begin
I'm curious, how you can be happy if you detect your VM supports tail-call optimization or not (from your scr...
shyouhei (Shyouhei Urabe)
02:43 AM Feature #1256 (Rejected): Add constant TAILRECURSION to let a program recognize if tail recursion optimization is implemented
=begin
Ruby 1.9 has the possibility to support tail recursion optimization for methods and proc objects. Due to tech...
WoNaDo (Wolfgang Nádasi-Donner)
07:49 AM Revision 700a2b23 (git): * lib/rake: updated to rake code to rake-0.8.4 source code base.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:03 AM Revision e09da0d0 (git): * lib/rubygems/installer.rb (Gem::Installer#initialize): env may
not be under /usr/bin.
* lib/rubygems/installer.rb (Gem::Installer#shebang): uses /bin/sh
if shebang has any optio...
nobu (Nobuyoshi Nakada)
06:25 AM Revision 3b759e62 (git): * ext/dl/dl.c (Init_dl): protoized.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:19 AM Revision 2d2cf42e (git): * instruby.rb (manpages): use basename to compare and for Tempfile.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22851 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:55 AM Revision 6ec4b205 (git): * instruby.rb (default gems): installs default gemspecs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22850 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:48 AM Revision 8fd13402 (git): * win32/Makefile.sub (OPTFLAGS): simplified. see [ruby-core:22725]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22849 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
05:33 AM Revision f2be33ac (git): * instruby.rb: prints names of the directories where files are
installed to.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
01:02 AM Revision c182d50e (git): merge revision(s) 21997:
* re.c (match_check): check if MatchData is initialized.
[ruby-core:18749]
git-svn-id: svn+ssh://ci.ruby-...
shyouhei (Shyouhei Urabe)
01:01 AM Revision b8ace636 (git): merge revision(s) 21997:
* re.c (match_check): check if MatchData is initialized.
[ruby-core:18749]
git-svn-id: svn+ssh://ci.ruby-...
shyouhei (Shyouhei Urabe)
12:56 AM Revision c2bd2760 (git): merge revision(s) 21994:
* lib/rexml/rexml.rb: incremented Ruby::VERSION. Thanks, Jeremy
Kemper. [ruby-core:20113]
git-svn-id: s...
shyouhei (Shyouhei Urabe)
12:56 AM Revision 8af135c5 (git): merge revision(s) 21994:
* lib/rexml/rexml.rb: incremented Ruby::VERSION. Thanks, Jeremy
Kemper. [ruby-core:20113]
git-svn-id: s...
shyouhei (Shyouhei Urabe)
12:55 AM Revision d9ce3805 (git): merge revision(s) 21913:
* io.c (io_getpartial): fflush after read for updating pos in FILE.
not portable, I guess. [ruby-core:2156...
shyouhei (Shyouhei Urabe)
12:52 AM Revision 984a73a3 (git): merge revision(s) 21913:
* io.c (io_getpartial): fflush after read for updating pos in FILE.
not portable, I guess. [ruby-core:2156...
shyouhei (Shyouhei Urabe)
12:05 AM Revision 0b85e2a0 (git): merge revision(s) 21727:
* gc.c (define_final): cannot define finalizer for immediate
values. [ruby-core:21500]
* gc.c (def...
shyouhei (Shyouhei Urabe)
12:04 AM Revision 15fd3268 (git): merge revision(s) 21727:
* gc.c (define_final): cannot define finalizer for immediate
values. [ruby-core:21500]
* gc.c (def...
shyouhei (Shyouhei Urabe)

03/08/2009

11:55 PM Revision 2d281863 (git): merge revision(s) 21688:
* parse.y (IS_BEG): EXPR_CLASS should be treated like EXPR_BEG.
[ruby-core:21453]
git-svn-id: svn+ssh://c...
shyouhei (Shyouhei Urabe)
11:54 PM Revision d7bacd08 (git): merge revision(s) 21688:
* parse.y (IS_BEG): EXPR_CLASS should be treated like EXPR_BEG.
[ruby-core:21453]
git-svn-id: svn+ssh://c...
shyouhei (Shyouhei Urabe)
10:29 PM Bug #1253: Fix MSVC Build Issues
=begin
Hi,

At Sun, 8 Mar 2009 08:19:23 +0900,
Charlie Savage wrote in [ruby-core:22725]:
> 1. LDFLAGS not pass...
nobu (Nobuyoshi Nakada)
08:20 AM Bug #1253 (Closed): Fix MSVC Build Issues
=begin
The attached patch fixes a couple of linking bugs with MSVC 2008 against head, plus does a bit of makefile cl...
cfis (Charlie Savage)
06:40 PM Bug #1172: [sparc] *** glibc detected *** ruby1.9: free(): invalid pointer: 0xf7ef6a54 ***
=begin
You wrote:
> So I guess I'll take a different approach because this didn't work.
>
> Please use gdb to ...
lucas (Lucas Nussbaum)
05:26 PM Revision d84595de (git): * test/ruby/test_proc.rb: add some tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e mame (Yusuke Endoh)
04:38 PM Revision f7258196 (git): * test/ruby/test_enum.rb: add some tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e mame (Yusuke Endoh)
04:13 PM Revision 835513a2 (git): * test/ruby/test_object.rb: add a test for Object#method_missing.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e mame (Yusuke Endoh)
04:12 PM Revision 4bcd1853 (git): * 2009-03-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:12 PM Revision 6ff04457 (git): * test/ruby/test_file_exhaustive.rb: add tests for File#size and
File.absolute_path.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
mame (Yusuke Endoh)
02:02 PM Revision 6ad0626d (git): * win32/Makefile.sub (LDFLAGS): always prepends -link.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:30 AM Bug #1254 (Closed): MSVC 2008 Compiler warnings
=begin
Compiling with standard warning levels with vc2008 (-w3) results in a very large number of compiler warnings ...
cfis (Charlie Savage)
04:13 AM Revision 54a52efe (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:53 AM Bug #1251: gsub problem
=begin
Thanks a lot for clearing that up so fast !

Alexander Pettelkau
=end
pettel (Alexander Pettelkau)
02:40 AM Revision d6ffa4b9 (git): * configure.in (RUBY_CHECK_SIZEOF): dirty hack to compute multiple
sizeof, for apple's universal binary.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22820 b2dd03c8-39d4-4d8f-98...
nobu (Nobuyoshi Nakada)
02:38 AM Bug #1243: 1 is prime
=begin
On Fri, Mar 6, 2009 at 8:42 PM, Jacob Fugal <[email protected]> wrote:
> I have a hard time imagining a situ...
RobertDober (Robert Dober)

03/07/2009

09:02 PM Bug #1251: gsub problem
=begin
Yukihiro Matsumoto schrieb:
> To substitute one backslash into two, you have to do
>
> s.gsub!("\\","\\...
WoNaDo (Wolfgang Nádasi-Donner)
08:49 PM Bug #1251 (Rejected): gsub problem
=begin

=end
matz (Yukihiro Matsumoto)
06:30 PM Bug #1251: gsub problem
=begin
Alexander Pettelkau schrieb:
> Bug #1251: gsub problem
> http://redmine.ruby-lang.org/issues/show/1251
>
...
WoNaDo (Wolfgang Nádasi-Donner)
06:29 PM Bug #1251: gsub problem
=begin
HI,

In message "Re: [ruby-core:22715] [Bug #1251] gsub problem"
on Sat, 7 Mar 2009 18:08:11 +0900, Al...
matz (Yukihiro Matsumoto)
06:09 PM Bug #1251 (Rejected): gsub problem
=begin
I wanted to replace "\" with "\\" in the string "\TEST":

s="\\TEST"
puts s # Output --> "\TEST"
s...
pettel (Alexander Pettelkau)
06:53 PM Bug #1172: [sparc] *** glibc detected *** ruby1.9: free(): invalid pointer: 0xf7ef6a54 ***
=begin
sent
=end
lucas (Lucas Nussbaum)
10:06 AM Bug #1172: [sparc] *** glibc detected *** ruby1.9: free(): invalid pointer: 0xf7ef6a54 ***
=begin
Send me a copy to bug1172 at cdollins dot otherinbox dot com
=end
vipaca (Chad Dollins)
05:21 PM Revision cc8b3517 (git): use ldd to find libc and libm if no information.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:56 PM Revision 0d5171c5 (git): * 2009-03-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:56 PM Revision 5abafda8 (git): add 64bit solaris library.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:06 PM Revision f51f35a3 (git): * configure.in (universal_binary): checks if sizes are same on all
architectures.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
10:36 AM Revision 753f4824 (git): * test/rubygems/simple_gem.rb: updated for 1.9.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:47 AM Revision 31c2bfe8 (git): * configure.in: checks if cd really succeeded.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:42 AM Bug #907: Various system() and backticks problems on Windows
=begin
backport to 1.8.x would be nice. I'm not sure if you can currently pass parameters to batch files even :)
=end
rogerdpack (Roger Pack)
05:58 AM Revision 62043071 (git): * 2009-03-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:58 AM Revision 5fb9d853 (git): * file.c: include fcntl.h for O_RDONLY on Solaris.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@22812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
05:49 AM Revision 33b9638c (git): fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
05:37 AM Revision dfb1573e (git): fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
05:26 AM Revision f9690e0f (git): * configure.in: don't use CONFIG_SHELL for testing shell feature in
Makefile.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
05:08 AM Revision 94dc341e (git): * configure.in: fix the location of cdcmd.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:55 AM Revision 4210e54d (git): * configure.in: the shell which runs configure may be different from
the shell for make. configure likes bash but Makefile specifies
SHELL=/bin/sh.
git-svn-id: svn+ssh://ci.ruby-lan...
akr (Akira Tanaka)
04:20 AM Revision ba45b0fe (git): * test/rdoc/test_rdoc_markup_to_html_crossref.rb (verify_convert):
appends backtrace.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22806 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
03:35 AM Revision 466e33b8 (git): * test/erb/test_erb.rb (test/erb/test_erb.rb): removed trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:31 AM Revision 882900d2 (git): * test/erb/test_erb.rb: reverted space sensitive test results.
* test/rdoc/test_rdoc_parser_c.rb: ditto.
* test/rdoc/test_rdoc_ri_default_display.rb: ditto.
git-svn-id: svn+ssh:...
nobu (Nobuyoshi Nakada)
03:10 AM Revision 888d2947 (git): * 2009-03-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:10 AM Revision dd76b8b8 (git): don't exit even if libc/libm is not found.
check lib[cm].so.6.1 as well on linux.
add solaris lib.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22802 b2...
akr (Akira Tanaka)
02:42 AM Bug #1248: e.exception(e) returns self
=begin
What should be the result of calling x.exception(Exception arg) and x.exception(Class arg) then? Currently bo...
tmat (Tomas Matousek)

03/06/2009

11:12 PM Bug #1243: 1 is prime
=begin
On Wed, Mar 4, 2009 at 9:15 AM, Yugui (Yuki Sonoda) <[email protected]> wrote:
> On 3/4/09 1:40 AM, Dave B wrot...
RobertDober (Robert Dober)
05:45 PM Bug #1248: e.exception(e) returns self
=begin
Hi,

In message "Re: [ruby-core:22698] Re: [Bug #1248] e.exception(e) returns self"
on Fri, 6 Mar 2009...
matz (Yukihiro Matsumoto)
04:54 PM Bug #1248: e.exception(e) returns self
=begin
Well the reason is that arg is supposed to be a message, right? A message can be an arbitrary object. So if I...
tmat (Tomas Matousek)
03:56 PM Bug #1248: e.exception(e) returns self
=begin
Hi,

In message "Re: [ruby-core:22687] [Bug #1248] e.exception(e) returns self"
on Fri, 6 Mar 2009 04:...
matz (Yukihiro Matsumoto)
04:37 AM Bug #1248 (Rejected): e.exception(e) returns self
=begin
Exception#exception(arg) instance method should return a new exception of the same class as self with message...
tmat (Tomas Matousek)
04:38 PM Bug #1250 (Rejected): String#to_r and String#to_c with float number
=begin
irb(main):001:0> "1/2".to_r
=> (1/2)
irb(main):002:0> "1.5/2".to_r
=> (3/4)
irb(main):003:0> "1.5/2.5...
phasis68 (Heesob Park)
03:07 PM Bug #1244 (Closed): Improving the error message when Ruby crashes
=begin
Applied in changeset r22794.
=end
matz (Yukihiro Matsumoto)
02:36 PM Revision 42d25de9 (git): * lib/securerandom.rb (SecureRandom.urlsafe_base64): add optional
argument to add padding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
01:17 PM Feature #1212 (Closed): doc for Array#fill misses indication about negative value for the start argument
=begin
Applied in changeset r22787.
=end
matz (Yukihiro Matsumoto)
10:25 AM Revision e2421845 (git): * configure.in (RUBY_LIB_VERSION_STYLE): sets full or minor style
not to show RUBY_VERSION_MAJOR and so on.
* version.h (RUBY_LIB_VERSION): makes from RUBY_LIB_VERSION_STYLE.
git-s...
nobu (Nobuyoshi Nakada)
09:53 AM Revision 4e015093 (git): * common.mk: removed a comment already has no meaning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:46 AM Revision 849c9962 (git): * Makefile.in (update-mspec): split from update-rubyspec.
* win32/Makefile.sub (update-{rubyspec,mspec}): added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22798 b2dd...
nobu (Nobuyoshi Nakada)
09:37 AM Revision 2a413f97 (git): * configure.in, Makefile.in, win32/Makefile.sub (CHDIR): cd using
phisical directory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
09:31 AM Revision 9c14f3be (git): * configure.in (MINIRUBY): use $(arch)-fake.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22796 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:17 AM Revision 4965ea4f (git): * win32/Makefile.sub (.c.asm): removed $(COUTFLAG).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:00 AM Revision 36f56996 (git): * error.c (report_bug): message updated to better English.
[ruby-core:22665]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matz (Yukihiro Matsumoto)
05:52 AM Revision f1166587 (git): * ChangeLog: reverted lines removed at r22787.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:28 AM Revision 6e000d88 (git): * Makefile.in, win32/Makefile.sub (INSNS): moved variable
definition before rule.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
04:47 AM Revision cf4f718b (git): * lib/rake/loaders/makefile.rb (Rake::MakefileLoader#load): deals with
escaped spaces. incorporated from rake 0.8.4.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22791 b2dd03c8-39d...
nobu (Nobuyoshi Nakada)
04:45 AM Revision c520d1fc (git): * lib/rake/testtask.rb (Rake::TestTask#define): passes each libs
as each arguments with expanded. incorporated from rake 0.8.4.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2...
nobu (Nobuyoshi Nakada)
04:25 AM Revision 84880187 (git): * lib/rubygems/digest/digest_adapter.rb: removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:23 AM Revision f378f104 (git): * lib/**/*.rb: removed unnecessary shbang lines.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:12 AM Revision 60d2f945 (git): * array.c (rb_ary_fill): doc for Array#fill misses indication
about negative value for the start argument. [ruby-core:22497]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22...
matz (Yukihiro Matsumoto)
04:04 AM Revision 0aeb2336 (git): * test/test_syslog.rb: moved.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:57 AM Revision 5361beca (git): * 2009-03-06
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:56 AM Revision 287a34ae (git): * {ext,lib,test}/**/*.rb: removed trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
 

Also available in: Atom