Project

General

Profile

Activity

From 05/09/2009 to 05/15/2009

05/15/2009

08:49 PM Bug #1468: exact Time and inexact Time
=begin
遠藤です。

2009/05/15 0:00 Tanaka Akira <[email protected]>:
> 一般に数値計算では、値が持つ誤差よりも充分に高い精度を持って
> いる数値表現を使う必要があるんじゃな...
mame (Yusuke Endoh)
01:12 AM Bug #1468: exact Time and inexact Time
=begin
卜部です。

Tanaka Akira さんは書きました:
> In article <[email protected]>,
...
shyouhei (Shyouhei Urabe)
06:24 PM Bug #1448: [patch] Proper handling of recursive arrays
=begin
Hi,

At Sun, 10 May 2009 07:37:31 +0900,
Marc-Andre Lafortune wrote in [ruby-core:23412]:
> File recursio...
nobu (Nobuyoshi Nakada)
03:17 PM Bug #1470 (Closed): class definition under the anonymouse module dumps core
=begin
Applied in changeset r23431.
=end
nobu (Nobuyoshi Nakada)
01:00 PM Bug #1470 (Closed): class definition under the anonymouse module dumps core
=begin
無名モジュール配下にクラスを定義しようとするとコアダンプするようです。

$ ./miniruby -e 'Module.new{|m| class m::C; end}'
-e:1: [BUG] Segm...
no6v (Nobuhiro IMAI)
08:35 AM Revision 62e5fa17 (git): * array.c (rb_ary_shift, rb_ary_shift_m): clears unused elements.
[ruby-dev:38448]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
08:33 AM Revision 072ccff0 (git): * eval.c (rb_thread_join), ext/thread/thread.c (wake_one): adjusts
targets of rest waiting threads to join. [ruby-core:23457]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/rub...
nobu (Nobuyoshi Nakada)
06:15 AM Revision f4a0a731 (git): * variable.c (rb_autoload_load): checks if iv_tbl is valid.
[ruby-dev:38456]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
05:28 AM Revision faa30caf (git): * 2009-05-15
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:28 AM Revision 9ad6c7da (git): * test/thread/test_thread.rb: changed indent level to 2.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:15 AM Bug #1469: Different behavior of class variables in 1.9.0 and 1.9.1p129
=begin
Kenneth Ballou wrote:
> If I understand the book correctly, the expected output would be:
>
> a.var: top ...
headius (Charles Nutter)
04:26 AM Bug #1469 (Rejected): Different behavior of class variables in 1.9.0 and 1.9.1p129
=begin
The code in the attached file (classvars.rb) is based on the discussion of class variables on pages 337 and 3...
biteme (Kenneth Ballou)
02:31 AM Revision f7c9c767 (git): * ChangeLog: forgotten to mention reporter.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
02:20 AM Revision ad9959c9 (git): * 2009-05-15
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:20 AM Revision e753b2e8 (git): * win32/setup.mak (-version-): now version.h includes
include/ruby/version.h, so need to tell to cpp to check
$(srcdir)/include.
git-svn-id: svn+ssh://ci.ruby...
U.Nakamura

05/14/2009

01:52 PM Bug #1468 (Closed): exact Time and inexact Time
=begin
遠藤です。

現在、Time#- が Rational を返すようになっています。

$ ./ruby -e 'p Time.now - Time.now'
(-7/156250)

しかし、Ti...
mame (Yusuke Endoh)
07:13 AM Revision 875f969f (git): * ext/etc/etc.c (etc_getpwuid): use rb_uid_t. [ruby-dev:38443]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23425 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:07 AM Revision af634f84 (git): * ext/stringio/stringio.c (strio_ungetbyte): encoding should not
be effective.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23424 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
01:52 AM Revision 760f2c29 (git): * common.mk: marked PHONY targets.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:17 AM Revision 1c05712d (git): * sample/test.rb (valid_syntax?): defaults to us-ascii.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

05/13/2009

08:01 PM Bug #1465 (Closed): debug segmentation fault when starting RoR Webrick server
=begin
>> kuba@ibm:~/myapruby -rdebug ./script/server
Debug.rb
Emacs support available.

./script/server:2:...
qoobaa (Jakub Kuźma)
02:08 PM Revision 57b83a51 (git): * gc.c: add longlife garbage collection. [ruby-dev:38423]
(NORMAL_HEAPS_USED): new macro.
(LONGLIFE_ALLOCATE_HEAPS_MIN): ditto.
(add_longlife_heaps_slot): new function.
...
authorNari (Narihiro Nakamura)
10:36 AM Revision e7ba3935 (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23420 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
06:23 AM Revision 8265f312 (git): * include/ruby/version.h: extracted the extensions interface and
the never-changable info.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)

05/12/2009

10:25 PM Bug #1418 (Open): File.join repeats recursive array contents
=begin

=end
shyouhei (Shyouhei Urabe)
10:20 PM Bug #1396 (Open): Kernel.sleep fails with some Float values
=begin

=end
shyouhei (Shyouhei Urabe)
09:57 PM Bug #1322 (Open): define_method scope bug
=begin

=end
shyouhei (Shyouhei Urabe)
09:37 PM Bug #1329 (Open): Ruby 1.8.8 で "p eval('0' + '+0.1'*n)" が Segmentation Fault を発生させる
=begin

=end
shyouhei (Shyouhei Urabe)
07:41 PM Bug #1306 (Open): exception when exiting from IRB if test/unit is loaded
=begin

=end
shyouhei (Shyouhei Urabe)
07:40 PM Bug #1306 (Closed): exception when exiting from IRB if test/unit is loaded
=begin
Applied in changeset r23032.
=end
shyouhei (Shyouhei Urabe)
07:37 PM Bug #963 (Open): /opt/local/lib/ruby/1.8/drb/drb.rb:852:in `initialize': getaddrinfo: nodename nor servname provided, or not known (SocketError)
=begin

=end
shyouhei (Shyouhei Urabe)
07:36 PM Bug #963 (Closed): /opt/local/lib/ruby/1.8/drb/drb.rb:852:in `initialize': getaddrinfo: nodename nor servname provided, or not known (SocketError)
=begin
Applied in changeset r22996.
=end
shyouhei (Shyouhei Urabe)
07:31 PM Bug #1297 (Open): Pathname#subの挙動について
=begin

=end
shyouhei (Shyouhei Urabe)
06:21 PM Revision 6727d4a1 (git): * time.c (time_init_1): unused variable removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23418 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
06:00 PM Revision 41167eaf (git): * 2009-05-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23417 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:00 PM Revision 87d95fdb (git): add test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23416 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:38 PM Bug #1464 (Closed): backport request to ruby_1_9_1
=begin

=end
yugui (Yuki Sonoda)
11:13 AM Bug #1464 (Closed): backport request to ruby_1_9_1
=begin
r22822のバックポートを希望します。
現状でビルドは通るのですが、全exe,dll,soのリンク時に不要な警告が出るようになっています。
=end
usa (Usaku NAKAMURA)
03:51 PM Bug #1363: Wrong value for Hash of NaN
=begin
Hi,

In message "Re: [ruby-core:23427] Re: [Bug #1363] Wrong value for Hash of NaN"
on Mon, 11 May 200...
matz (Yukihiro Matsumoto)
03:43 PM Feature #666: Enumerable::to_hash
=begin
Hi,

In message "Re: [ruby-core:23298] Re: [Feature #666](Rejected) Enumerable::to_hash"
on Fri, 24 A...
matz (Yukihiro Matsumoto)
12:07 PM Revision f64e0762 (git): * time.c: support fixed UTC offset. [ruby-dev:38326]
(leap_year_v_p): new macro.
(TIME_FIXOFF_P): new macro.
(TIME_SET_FIXOFF): new macro.
(time_init_0): renamed fr...
akr (Akira Tanaka)
10:46 AM Bug #1459 (Third Party's Issue): x64-mswin64 ruby 1.9 binary package lack zlib.dll
=begin

=end
usa (Usaku NAKAMURA)
02:58 AM Bug #1459 (Third Party's Issue): x64-mswin64 ruby 1.9 binary package lack zlib.dll
=begin
The x64 windows binary package on the ftp lacsk a 64 bit zlib.dll, so commands like gem does not work. Unfort...
sztupy (Szilárd Zsolt Sztupák)
09:24 AM Revision fab2a85c (git): * 2009-05-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:24 AM Revision b2e39963 (git): * yarvtest: removed because it's outdated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23413 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
05:36 AM Revision 1662bee4 (git): * win32/Makefile.sub: fixes build failures on win32.
fixed by usa.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23411 b2dd03c8-39d4-4d8f-98ff-823fe69b...
yugui (Yuki Sonoda)
04:45 AM Revision aa9e93f9 (git): * win32/Makefile.sub: fixes a mistake in merging r22822.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23409 b2dd03c8-39d4-4d8f-98ff-823fe69b080e yugui (Yuki Sonoda)
04:16 AM Revision f3fa74cb (git): merges r22822 from trunk into ruby_1_9_1.
--
* win32/Makefile.sub (LDFLAGS): always prepends -link.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_...
yugui (Yuki Sonoda)
01:10 AM Bug #1388: cygwin-1.7, gcc4-4.3, and ruby-1.9. make btest #236 test_io.rb Segmentation fault
=begin
On 2009/05/01 0:57, neomjp neomjp wrote:
> CC=gcc-4 configure --program-suffix="-19" --disable-pthread
> ...
neomjp (neomjp neomjp)

05/11/2009

10:57 PM Bug #1457 (Closed): Some grammar rules not terminated with semicolon;
=begin
Applied in changeset r23393.
=end
matz (Yukihiro Matsumoto)
02:48 PM Bug #1457 (Closed): Some grammar rules not terminated with semicolon;
=begin
Hi,

Not really a bug.
I guess Bison forgives the omission of rule-terminating delimiters ...

... ...
daz (Dave B)
09:58 PM Bug #1363: Wrong value for Hash of NaN
=begin
Yukihiro Matsumoto wrote:
> Hi,
>
> In message "Re: [ruby-core:23423] Re: [Bug #1363] Wrong value for Has...
shyouhei (Shyouhei Urabe)
09:34 PM Bug #1363: Wrong value for Hash of NaN
=begin
In order to prevent confusion in using NaN as hash key,
it would be better to raise an error like in Lua.
...
phasis68 (Heesob Park)
09:21 PM Bug #1363: Wrong value for Hash of NaN
=begin
Hi,

In message "Re: [ruby-core:23423] Re: [Bug #1363] Wrong value for Hash of NaN"
on Mon, 11 May 200...
matz (Yukihiro Matsumoto)
07:04 PM Bug #1363: Wrong value for Hash of NaN
=begin
Hi,

At Wed, 8 Apr 2009 14:38:31 +0900,
Heesob Park wrote in [ruby-core:23154]:
> Ruby cannot handle NaN ...
nobu (Nobuyoshi Nakada)
08:17 PM Feature #1377 (Closed): Please provide constant File::NOATIME
=begin
Applied in changeset r23392.
=end
Anonymous
08:14 AM Feature #1377: Please provide constant File::NOATIME
=begin
Hi,

In message "Re: [ruby-core:23418] [Feature #1377] Please provide constant File::NOATIME"
on Mon, ...
matz (Yukihiro Matsumoto)
07:15 AM Feature #1377: Please provide constant File::NOATIME
=begin
How about this patch?

Index: io.c
===================================================================
...
znz (Kazuhiro NISHIYAMA)
03:07 PM Revision 4600cf72 (git): * ext/dl/dl.c (rb_dlhandle_initialize): prohibits DL::dlopen
with a tainted name of library.
Patch by sheepman <sheepman AT sheepman.sakura.ne.jp>.
* ext/dl/dl.c (rb_dlhandle_...
yugui (Yuki Sonoda)
03:07 PM Revision 7269e3de (git): * ext/dl/lib/dl/func.rb (DL::Function#call): prevents
passing tainted arguments to a C function.
Patch by sheepman <sheepman AT sheepman.sakura.ne.jp>.
* ext/dl/lib/dl/...
yugui (Yuki Sonoda)
03:06 PM Revision fa0c4818 (git): merges r22796 and r22865 from trunk into ruby_1_9_1.
--
* configure.in (MINIRUBY): use $(arch)-fake.rb.
--
* configure.in (MINIRUBY): keep macro into Makefile.
git-svn-i...
yugui (Yuki Sonoda)
03:06 PM Revision 1e09355e (git): merges r22441 from trunk into ruby_1_9_1.
--
* template/fake.rb.in: extracted from Makefile.in.
* configure.in (fake.rb): prefixed with $(arch)-.
git-svn-id:...
yugui (Yuki Sonoda)
03:06 PM Revision ce14c2c0 (git): merges r23292 and r23348 from trunk into ruby_1_9_1.
--
* .gitignore: added.
--
* svn:ignore, .gitignore: merged.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ru...
yugui (Yuki Sonoda)
03:06 PM Revision 1c04c045 (git): merges r23317 from trunk into ruby_1_9_1.
--
* eval_intern.h (_longjmp): never return. see [ruby-core:23241]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/bran...
yugui (Yuki Sonoda)
03:06 PM Revision 37abaa0a (git): merges r23293 from trunk into ruby_1_9_1.
--
* tool/transcode-tb (ActionMap#generate_node):
Use ActionMap#gennode instead of generate_node
because of initi...
yugui (Yuki Sonoda)
03:06 PM Revision 31449757 (git): merges r23288 from trunk into ruby_1_9_1.
--
* bootstraptest/test_io.rb: test for [ruby-dev:38131].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_...
yugui (Yuki Sonoda)
03:05 PM Revision 94d336ef (git): merges r23287 from trunk into ruby_1_9_1.
--
* io.c (io_reopen): keeps pathv for prep_stdio. [ruby-dev:38131]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/bra...
yugui (Yuki Sonoda)
03:05 PM Revision 19ad6658 (git): merges r23286 from trunk into ruby_1_9_1.
--
* lib/optparse.rb (OptionParser#parse_in_order): do not make an
option from non-option argument. [ruby-dev:3833...
yugui (Yuki Sonoda)
03:04 PM Revision f2140e9e (git): * 2009-05-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:04 PM Revision 33ce0fb5 (git): merges r23284 from trunk into ruby_1_9_1.
--
* ext/tk/sample/tkcombobox.rb: fix conflict with autoload definition
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/...
yugui (Yuki Sonoda)
01:54 PM Revision ab2119fc (git): * parse.y: add semicolons to some grammar rules not terminated
with them. a patch from Dave B in [ruby-core:23422].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23393 b2dd03...
matz (Yukihiro Matsumoto)
01:17 PM Bug #1456 (Closed): invalid $LOAD_PATH when configure with --program-suffix
=begin
Applied in changeset r23390.
=end
nobu (Nobuyoshi Nakada)
07:09 AM Bug #1456 (Closed): invalid $LOAD_PATH when configure with --program-suffix
=begin
configureに--program-suffix=-trunkをつけている環境で添付ライブラリのインストール先と$LOAD_PATHが一致していません。

% ruby-trunk -run -e 0
...
znz (Kazuhiro NISHIYAMA)
11:11 AM Revision a7a1968a (git): * io.c (Init_IO): add constant File::NOATIME. [ruby-core:23194]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
11:07 AM Revision 0ae26d6c (git): forgot to commit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
04:08 AM Revision ae8386f8 (git): * mkconfig.rb (rubylibdir): use rubylibprefix. [ruby-dev:38426]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

05/10/2009

11:59 PM Revision 70abf7e8 (git): * ext/bigdecimal/bigdecimal.c (BigDecimal_coerce): support
coercing into Rational. [ruby-core:23415]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23389 b2dd03c8-39d4-4d...
matz (Yukihiro Matsumoto)
11:56 PM Revision 81cf906b (git): * 2009-05-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:56 PM Revision 0fa6bb37 (git): * lib/net/smtp.rb (Net::SMTP#check_auth_args): should not change
number of methods for the sake of compatibility.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23387 b2dd03c8-39...
matz (Yukihiro Matsumoto)
09:35 PM Bug #1455 (Closed): compatability of rational and bigdecimal
=begin
require "rational"
require "bigdecimal"
a=BigDecimal("3.2")
b=Rational(3,4)
b/a
--> TypeError: BigD...
bk1 (Karl Brodowsky)
11:37 AM Bug #1453 (Closed): dl in ruby-1.9 must check whether block is given to TempFunction
=begin
Applied in changeset r23386.
=end
nobu (Nobuyoshi Nakada)
09:45 AM Bug #1453 (Closed): dl in ruby-1.9 must check whether block is given to TempFunction
=begin
以下のようにブロック付きで呼ぶべきところで呼ばないと落ちます。

$ cat d7.rb
require 'dl/import'

require 'dl/import'
module ...
sheepman (Takashi Tamura)
11:17 AM Bug #1452 (Closed): DL::CPtr.new doesn't check the type of the 3rd arg.
=begin
Applied in changeset r23385.
=end
nobu (Nobuyoshi Nakada)
09:36 AM Bug #1452 (Closed): DL::CPtr.new doesn't check the type of the 3rd arg.
=begin
DL::CPtr.new が引数の型をチェックせずいきなり構造体へキャストしてます。
パッチです。

$ svn diff cptr.c
Index: cptr.c
=============...
sheepman (Takashi Tamura)
10:47 AM Bug #1451 (Closed): dl in ruby-1.9 can't parse signatures correctly.
=begin
Applied in changeset r23382.
=end
nobu (Nobuyoshi Nakada)
12:09 AM Bug #1451 (Closed): dl in ruby-1.9 can't parse signatures correctly.
=begin
1.9 の dl の cparser.rb が空白があるシグネチャを正しくパースできません。

$ cat d7.rb
require 'dl/import'

module M
...
sheepman (Takashi Tamura)
07:37 AM Bug #1448: [patch] Proper handling of recursive arrays
=begin
Oups, completely forgot to finish the hash part.
The problem was that I was not pairing hash1 with hash2 bu...
marcandre (Marc-Andre Lafortune)
02:36 AM Revision ab142b72 (git): * ext/dl/lib/dl/func.rb (DL::Function#bound?): returns if already
bound to a block.
* ext/dl/lib/dl/value.rb (DL::ValueUtil#wrap_arg): block must be
given if arg is not bound. [ru...
nobu (Nobuyoshi Nakada)
02:13 AM Revision 8812fe1a (git): * ext/dl/cfunc.c (rb_dlcfunc_instance_p): new function to check if
the argument is an instance of DL::CFunc.
* ext/dl/cptr.c (rb_dlptr_initialize, rb_dlptr_s_malloc): checks
if DL::...
nobu (Nobuyoshi Nakada)
01:47 AM Revision 07b55207 (git): * ext/dl/cptr.c: consistent indentation.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23384 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:40 AM Revision 3fd6cac5 (git): * 2009-05-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23383 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:40 AM Revision e102f894 (git): * ext/dl/lib/dl/cparser.rb (DL::CParser#parse_signature): strips
spaces. based on a patch from Takashi Tamura in [ruby-dev:38398].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun...
nobu (Nobuyoshi Nakada)

05/09/2009

08:42 PM Feature #1432: decrement and increment
=begin
Hi,

In message "Re: [ruby-core:23405] Re: [Feature #1432] decrement and increment"
on Sat, 9 May 2009...
matz (Yukihiro Matsumoto)
12:33 PM Feature #1432: decrement and increment
=begin
yeah ++ is the one I miss.
-=r
=end
rogerdpack (Roger Pack)
07:42 PM Feature #1408: 0.1.to_r not equal to (1/10)
=begin
to_r should provide exact conversion.
I think ruby may provide "rationalize" on common lisp or scheme.
bu...
tadf (tadayoshi funaba)
04:02 PM Bug #1448: [patch] Proper handling of recursive arrays
=begin
Hi,

At Sat, 9 May 2009 11:47:53 +0900,
Marc-Andre Lafortune wrote in [ruby-core:23402]:
> The attached p...
nobu (Nobuyoshi Nakada)
11:47 AM Bug #1448 (Closed): [patch] Proper handling of recursive arrays
=begin
Dealing with recursive arrays & hashes can be tricky.

The current handling of recursive arrays is much i...
marcandre (Marc-Andre Lafortune)
02:27 PM Revision 51b05e34 (git): * 2009-05-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23381 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:27 PM Revision 35a51b25 (git): * lib/delegate.rb (Delegator#method_missing)
(DelegateClass()#method_missing): Properly pass a given block
through. [ruby-dev:38390]
git-svn-id: svn+ssh://ci....
Akinori MUSHA
01:38 PM Bug #1449 (Closed): [REXML] detected encoding isn't used correctly
=begin
REXML::Source can detect source encoding by XML declaration. REXML::IOSource can also detect it but it's not ...
kou (Kouhei Sutou)
11:17 AM Bug #1299 (Closed): Build failure on i586
=begin
Applied in changeset r23371.
=end
nobu (Nobuyoshi Nakada)
11:01 AM Revision d3cf82e2 (git): rdoc update.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23379 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:59 AM Revision 1d0252d5 (git): * test/ruby/test_float.rb (TestFloat#test_sleep_with_Float): add a
test. see [ruby-core:23282]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23378 b2dd03c8-39d4-4d8f-98ff-823fe69...
znz (Kazuhiro NISHIYAMA)
10:28 AM Revision ad20a9e0 (git): * lib/date.rb: use subsec instead of nsec.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23377 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
05:44 AM Revision e9e7e620 (git): rename argument name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
05:04 AM Revision 015821d1 (git): describe more conversion functions between integer and VALUE.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23375 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:37 AM Revision e4806756 (git): * variable.c (rb_autoload_load): suppress a warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:25 AM Revision 46be98a8 (git): * thread.c: fixed types.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:19 AM Revision f4be2ca5 (git): * hash.c: 3rd arguemnt of rb_hash_foreach() is VALUE.
* hash.c (rb_any_hash, recursive_hash): use VALUE for hash.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23372...
nobu (Nobuyoshi Nakada)
02:14 AM Revision 88643838 (git): * vm_eval.c (rb_f_catch): gets rid of issue with gcc 4.4. a patch
from Alexey Froloff in [ruby-core:23398]. [ruby-core:22924]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2337...
nobu (Nobuyoshi Nakada)
 

Also available in: Atom