Activity
From 02/13/2010 to 02/19/2010
02/19/2010
-
07:35 PM Bug #2747: io.dup doesn't handle pos properly
- =begin
kosaki さん
遠藤です。
2010年2月15日21:40 Motohiro KOSAKI <[email protected]>:
> 6の秘密はstraceが教えてくれている
>
*sni... -
01:15 PM Bug #2760: unable to cross-compile win32.c
- =begin
I don't see such errors with i386-mingw32-gcc on darwin.
gcc -v shows:
$ i386-mingw32-gcc -v
Readin... -
12:46 PM Bug #2760 (Assigned): unable to cross-compile win32.c
- =begin
=end
-
04:43 AM Bug #2760 (Rejected): unable to cross-compile win32.c
- =begin
:~/ruby_trunk$ gcc win32/win32.c 2>&1 | grep lvalue
win32/win32.c:4894: error: lvalue required as left oper... -
12:52 PM Revision 54a61d3e (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:47 PM Bug #2748 (Closed): fix for READ_CHECK causes failures on FreeBSD 8.0
- =begin
=end
-
07:43 AM Revision a39e9e07 (git): * Makefile.in (config.status): ommit cached results.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:01 AM Revision 6b9c2e9d (git): Use only object_id to test living threads.
- Previous test depends on timing like:
<"[#<Thread:0x000008013413a0 run>, #<Thread:0x00000801341418 run>,
#<Thr... -
06:00 AM Feature #2759: Regexp /g and /G options
- =begin
The /g modifier is widely used to mark a regexp as "global" (Perl, JavaScript, vim). It might confuse people.... -
05:28 AM Feature #2759: Regexp /g and /G options
- =begin
I can't imagine a use case even if we have non capturing group (?: .. ).
Could you explain why you want ... -
04:01 AM Feature #2759 (Closed): Regexp /g and /G options
- =begin
Oniguruma has flags called ONIG_OPTION_CAPTURE_GROUP, ONIG_OPTION_DONT_CAPTURE_GROUP.
There has been a disc... -
03:39 AM Revision d02ec1c6 (git): * ext/readline/readline.c (Init_readline): initialize
- check rl_catch_signals and rl_catch_sigwinch.
[ruby-core:28238] [ruby-core:28242]
* ext/readline/extconf.rb: check...
02/18/2010
-
10:37 PM Feature #2746: ビルドする拡張ライブラリを configure 時に指定するための --with-exts オプション
- =begin
むらたです。
On 2010/02/18, at 12:14, Kenta Murata wrote:
> without を with-out に分離する方法は思いつきませんでした。
> 以下のように ... -
12:15 PM Feature #2746: ビルドする拡張ライブラリを configure 時に指定するための --with-exts オプション
- =begin
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
むらたです。
On 2010/02/16, at 15:48, Akinori MUSHA wrote:
... -
03:31 PM Bug #2756: Issues with Math and Complex behavior on 1.9
- =begin
Hi,
On Wed, Feb 17, 2010 at 10:23 PM, Urabe Shyouhei <[email protected]> wrote:
> Hi,
>
> Yusuke E... -
03:23 PM Bug #2756: Issues with Math and Complex behavior on 1.9
- =begin
Hi,
Yusuke ENDOH wrote:
>> Q. Can we change the 1.8.7 behavior when raising exceptions to be both interna... -
12:48 PM Bug #2756: Issues with Math and Complex behavior on 1.9
- =begin
Hi!
> Q. Should 1.9 coerce arguments to Math methods?
I really want to agree, but it seems intended cha... -
04:10 AM Bug #2756 (Rejected): Issues with Math and Complex behavior on 1.9
- This ticket aggregates several issues with Math methods on 1.9. There are related tickets that either have not yet or...
- 03:25 PM Revision b33c2886 (git): * 2010-02-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:25 PM Revision 48844c00 (git): * pack.c (pack_unpack): call PACK_ITEM_ADJUST for 'Q'.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26710 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:06 PM Revision c840e457 (git): * 2010-02-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:06 PM Revision 5a55683b (git): * lib/drb/drb.rb (DRbServer#stop_service): join killed thread to
- ensure service stops. [ruby-dev:40441]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26708 b2dd03c8-39d4-4d8f-9... -
01:48 PM Bug #2749 (Closed): net/smtp.rb arbitrary Net::SMTPUnknownError: could not get 3xx (250) and Net::SMTPUnknownError: 354 End data with <CR><LF>.<CR><LF>
- =begin
=end
-
11:46 AM Bug #2749: net/smtp.rb arbitrary Net::SMTPUnknownError: could not get 3xx (250) and Net::SMTPUnknownError: 354 End data with <CR><LF>.<CR><LF>
- =begin
disregard - no longer a problem with ruby 1.9.2dev (2010-02-18 trunk 26704)
=end
-
01:42 PM Bug #2757 (Closed): win32/registry file is no longer in the load path
- =begin
re:
http://www.ruby-forum.com/topic/204291#new
it appears that registry.rb no longer gets installed... -
01:39 PM Revision 54380d99 (git): * math.c (math_atanh): raise ERANGE without calling atanh if absolute
- value is 1 to achieve platform-independent math. [ruby-core:28219]
* math.c (math_lgamma): return [Infinity, 1] wit... - 01:33 PM Revision a8fcae08 (git): * confiure.in: new --with-ext and --with-out-ext options for extmk.
- * tool/mkconfig.rb: normalizing --with-out-ext to --without-ext.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2... -
12:53 PM Revision e8665a6b (git): * pack.c (pack_unpack): call PACK_ITEM_ADJUST for 'Q'.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/17/2010
-
11:40 PM Bug #2743 (Closed): incorrect checksum for freed object
- =begin
=end
-
10:05 PM Feature #2709: $VERBOSE, $DEBUG and Kernel#sprintf
- =begin
Because, in my opinion, too many arguments aren't an error. Why is this an error for you?
Too many argument... -
09:55 PM Bug #2752 (Closed): File path encoding on mac os x and windows
- =begin
成瀬さん
遠藤です。
File#path のエンコーディングは、File.new に与えられた文字列の
エンコーディングを保持しますか?
File.new(path).path.enco... -
05:19 PM Revision 713e99ce (git): * io.c (io_fread, io_getpartial, io_read, io_sysread): by using lock,
- prohibit modification of buffer string during read (which had caused
EFAULT or SEGV). [ruby-dev:40437]
* test/rub... - 04:27 PM Revision f3d95233 (git): * 2010-02-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:27 PM Revision 6dda216d (git): add a test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26702 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:36 PM Revision 457c2c4a (git): * regcomp.c (setup_tree, onig_compile): optimize .* at last by
- converting into (?>.*), which does not backtrack. [ruby-core:27791]
* test/ruby/test_regexp.rb: add a test for abov... -
12:27 PM Revision 24421c83 (git): * bootstraptest/runner.rb (assert_normal_exit): add :timeout option.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:05 AM Revision 50c8982e (git): * vm_insnhelper.c (vm_call_cfunc): removed unused variable.
- * vm.c (vm_frametype_name): define only when VMDEBUG.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26695 b2dd0... -
06:49 AM Bug #2712: TCPServer#gets gets stuck
- =begin
成瀬です。
(2010/02/17 0:57), Yusuke ENDOH wrote:
> やってみました。make check と make test-rubyspec は完走していますが、
> どうでし... -
12:57 AM Bug #2712: TCPServer#gets gets stuck
- =begin
遠藤です。
2010年2月12日12:24 Yusuke ENDOH <[email protected]>:
> - 元の問題は STR_TMPLOCK を使えばたぶんちゃんと解決できる
やってみました。... -
06:34 AM Revision 711ed72b (git): * ext/dl/dl_conversions.c (rb_dl_type_to_ffi_type): support signed
- long long.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26694 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:26 AM Revision f9534837 (git): * ext/dl/cfunc.c (rb_dlcfunc_inspect): get rid of overflow.
- * ext/dl/closure.c (dlc_callback, rb_dlclosure_init): ditto.
* ext/dl/cptr.c (rb_dlptr_s_malloc): ditto.
* ext/dl/m... -
05:21 AM Revision 074836aa (git): * common.mk: ext/dl/callback no longer exists.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:18 AM Revision 68408702 (git): * ext/dl/depend: updated.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:42 AM Bug #2751 (Closed): Win32::Registry#inspect fails
- =begin
>> Win32::Registry::HKEY_LOCAL_MACHINE.create "Software\\classes\\#{name}\\shell\\open_with_redcar"
NoMeth... -
12:19 AM Revision 676cf9b5 (git): * test/dl/test_method.rb: sinf(3) is in libm.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/16/2010
-
09:37 PM Bug #2732 (Closed): rubyspec: ObjectSpace.define_finalizer doesn't call self-referencing finalizers FAILED
- =begin
This issue was solved with changeset r26684.
Yusuke, thank you for reporting this issue.
Your contribution ... -
08:40 PM Bug #2732: rubyspec: ObjectSpace.define_finalizer doesn't call self-referencing finalizers FAILED
- =begin
遠藤です。
2010年2月16日11:25 KOSAKI Motohiro <[email protected]>:
> 忘れそうになるので、IRCの議論を転記
>
> 1. ob... -
04:45 PM Revision d1925e64 (git): use assert_finish because the test hangs on FreeBSD.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:20 PM Revision 17ecdd2f (git): * 2010-02-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:20 PM Revision 79afabe0 (git): * hash.c (hash_update): always raise an exception when adding a new
- key during iteration. Traditionally, an exception was raised only
when rehash occurs, but it may lead to difficult... -
01:25 PM Revision 4651910a (git): add a test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:10 PM Revision a9f6a955 (git): * gc.c (chain_finalized_object): fix precedence.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26685 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:37 PM Feature #2740: Extend const_missing to pass in the nesting
- =begin
Hi,
2010/2/15 Yehuda Katz <[email protected]>:
> Upon further reflection, I really like the idea of r... -
11:53 AM Feature #2740: Extend const_missing to pass in the nesting
- Nobu, great to see a patch for this! Thank you.
However, it didn't produce the desired results for me. After some ... -
09:23 AM Feature #2740: Extend const_missing to pass in the nesting
- Hi,
At Mon, 15 Feb 2010 22:21:55 +0900,
Yehuda Katz wrote in [ruby-core:28177]:
> Upon further reflection, I rea... -
12:34 PM Revision 2236f6a6 (git): * gc.c (rb_objspace_call_finalizer): always run finalizer at exit,
- before object is free'd. [ruby-dev:40382]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26684 b2dd03c8-39d4-4d8... -
12:30 PM Bug #2748: fix for READ_CHECK causes failures on FreeBSD 8.0
- =begin
遠藤です。
2010年2月16日3:42 Yui NARUSE <[email protected]>:
> 間を置いてからの報告で申し訳ないのですが、例の READ_CHECK の修正 (r26625... -
03:41 AM Bug #2748 (Closed): fix for READ_CHECK causes failures on FreeBSD 8.0
- =begin
間を置いてからの報告で申し訳ないのですが、例の READ_CHECK の修正 (r26625) が、
FreeBSD での test-all の失敗を増やします。
r26625 を revert するとこれらの... -
12:06 PM Feature #2746: ビルドする拡張ライブラリを configure 時に指定するための --with-exts オプション
- =begin
むらたです。
On 2010/02/15, at 21:37, U.Nakamura wrote:
> こんにちは、なかむら(う)です。
>
> In message "[ruby-dev:40418... - 12:00 PM Revision 41e5cd71 (git): * 2010-02-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:00 PM Revision 792b3efa (git): * file.c (rb_group_member): renamed from group_member.
- don't use group_member() in glibc because it's not valgrind clean.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug... -
12:00 PM Revision 9b0953f4 (git): * file.c (rb_group_member): renamed from group_member.
- don't use group_member() in glibc because it's not valgrind clean.
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug... -
11:45 AM Bug #2749 (Closed): net/smtp.rb arbitrary Net::SMTPUnknownError: could not get 3xx (250) and Net::SMTPUnknownError: 354 End data with <CR><LF>.<CR><LF>
- =begin
% postconf -d | grep mail_version\ =
mail_version = 2.6.5
% ruby -v
ruby 1.9.2dev (2010-02-03 trunk 265... -
10:19 AM Revision 4d71618c (git): * ext/dl/cfunc.c (rb_dlcfunc_call): convert signed value to
- unsigned.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26681 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:03 AM Revision da249774 (git): * test/dl/test_{base,handle}.rb: use more verbose assertions.
- * test/dl/test_import.rb (DL::LIBC::BoundQsortCallback): renamed
to get rid of overwriting warning.
git-svn-id: s... -
09:54 AM Revision 53dddcf8 (git): * ChangeLog: removed trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:05 AM Revision 8f8947a2 (git): * ext/dl/method.c: Adding DL::Method as a superclass for DL::Function
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/15/2010
- 11:52 PM Revision 1e7d74f3 (git): * 2010-02-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26676 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:52 PM Revision e5657a65 (git): * ext/dl/function.c: using ULONG2NUM to fix tests on i686.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:21 PM Feature #2740: Extend const_missing to pass in the nesting
- =begin
Upon further reflection, I really like the idea of raising an exception like NoConstantError from const_missi... -
10:07 PM Bug #2516: IO#reopen Compatibility (original: [ruby-dev:39479])
- =begin
遠藤です。
2010年2月15日13:25 KOSAKI Motohiro <[email protected]>:
> 反応がないので、誰も興味がないのだと判断します。遠藤さんとIR... -
09:40 PM Bug #2747: io.dup doesn't handle pos properly
- =begin
6の秘密はstraceが教えてくれている
dup(4) = 5
lseek(4, 0, SEEK_CUR) ... -
09:35 PM Bug #2747: io.dup doesn't handle pos properly
- =begin
1.8.6での挙動
% /usr/bin/ruby -v duptest.rb
ruby 1.8.6 (2009-08-04 patchlevel 383) [x86_64-linux]
0
"1... -
09:10 PM Bug #2747: io.dup doesn't handle pos properly
- =begin
#2516 と関連しています
=end
-
09:08 PM Bug #2747 (Rejected): io.dup doesn't handle pos properly
- =begin
記録のために、IRCから転記します。
duptest.rb
-----------------------------
f1 = File.new("foo.txt")
f2 = f1.dup()... -
09:37 PM Feature #2746: ビルドする拡張ライブラリを configure 時に指定するための --with-exts オプション
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:40418] [Feature #2746] ビルドする拡張ライブラリを configure 時に指定するための --with-e... -
03:07 PM Feature #2746: ビルドする拡張ライブラリを configure 時に指定するための --with-exts オプション
- =begin
むらたです。
On 2010/02/15, at 14:29, Yukihiro Matsumoto wrote:
> まつもと ゆきひろです
>
> In message "Re: [ruby-de... -
02:29 PM Feature #2746: ビルドする拡張ライブラリを configure 時に指定するための --with-exts オプション
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:40420] Re: [Feature #2746] ビルドする拡張ライブラリを configure 時に指定するための --wit... -
02:10 PM Feature #2746: ビルドする拡張ライブラリを configure 時に指定するための --with-exts オプション
- =begin
むらたです。
On 2010/02/15, at 13:59, Kenta Murata wrote:
> むらたです。
>
> On 2010/02/15, at 13:49, Yukihiro M... -
01:59 PM Feature #2746: ビルドする拡張ライブラリを configure 時に指定するための --with-exts オプション
- =begin
むらたです。
On 2010/02/15, at 13:49, Yukihiro Matsumoto wrote:
> まつもと ゆきひろです
>
> In message "Re: [ruby-de... -
01:49 PM Feature #2746: ビルドする拡張ライブラリを configure 時に指定するための --with-exts オプション
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:40418] [Feature #2746] ビルドする拡張ライブラリを configure 時に指定するための --with-ex... -
01:36 PM Feature #2746 (Closed): ビルドする拡張ライブラリを configure 時に指定するための --with-exts オプション
- =begin
現在 make に対して EXTS 変数を指定することでビルドする拡張ライブラリを限定できます。
この方法では make の度に拡張ライブラリのリストを指定しなければならず、
例えば dbm, gdbm, sd... -
08:41 PM Bug #2743: incorrect checksum for freed object
- =begin
Appears to be fixed in r26665. Please close this issue.
=end
-
02:37 PM Revision 76678bb5 (git): * io.c: check lseek error by errno. NetBSD 4.0.1 may return -1 as
- a file position of tty.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:09 PM Revision 9dbffb49 (git): * lib/pstore.rb (PStore#initialize): initialize @thread_safe.
- [ruby-core:27853]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:45 PM Revision 8fd5bf07 (git): * st.c (st_foreach): don't access ptr->hash after func call.
- It may access freed area.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:26 PM Revision 8d532a86 (git): * ext/zlib/zlib.c (zlib_mem_alloc): suppress valgrind warnings.
- http://www.zlib.net/zlib_faq.html#faq36
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26671 b2dd03c8-39d4-4d8f-... -
01:21 PM Revision 795b03c7 (git): * time.c (time_add): propagate fixed time offset.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26670 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:41 AM Bug #2745: iseq_set_sequence: adjust bug (next inside begin...rescue)
- =begin
=end
-
07:53 AM Bug #2745: iseq_set_sequence: adjust bug (next inside begin...rescue)
- =begin
I'm sorry, the ruby -v is:
ruby 1.9.2dev (2010-02-14 trunk 26664) [i386-darwin10.2.0]
=end
-
07:51 AM Bug #2745: iseq_set_sequence: adjust bug (next inside begin...rescue)
- =begin
Note: It works without the "next".
=end
-
07:50 AM Bug #2745 (Closed): iseq_set_sequence: adjust bug (next inside begin...rescue)
- =begin
Input:
while true
begin
raise
next
rescue
end
break
end
Output:
-: [BU... -
09:03 AM Revision 3360a65b (git): fix previous commit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:00 AM Revision d9c31a67 (git): More generic regular exression for test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:49 AM Revision c0eb5bb6 (git): * signal.c (USE_SIGALTSTACK): NetBSD can't use sigaltstack(2)
- with pthread.
http://netbsd.gw.com/cgi-bin/man-cgi?sigaltstack++NetBSD-current
git-svn-id: svn+ssh://ci.ruby-lang.... - 04:13 AM Revision c3a51e3c (git): * 2010-02-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:13 AM Revision 6b6a41d1 (git): * array.c (rb_ary_push_m): use rb_ary_modify instead of
- rb_ary_modify_check.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/14/2010
-
01:03 PM Bug #2667: Segmentation fault error
- =begin
what if you compile it with --prefix=xxx -- does it err?
could you post gdb backtrace information?
-r
=end
-
04:22 AM Bug #2667: Segmentation fault error
- =begin
I'm getting something very similar. I compiled ruby-1.9-p376 with --prefix=/usr and after a day it would imm... -
03:54 AM Revision 05270882 (git): * marshal.c (r_object0): removed duplicated entry for regexp.
- [ruby-dev:40416]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26664 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:09 AM Revision 47b8a0e7 (git): avoid method redefinition.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:40 AM Revision 0fd75b46 (git): add a test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/13/2010
-
09:50 PM Bug #2743 (Closed): incorrect checksum for freed object
- =begin
Executing following comamnd dumps core in r26632 and later.
r26630
$ ./ruby -I. -I./lib -I./.ext/x86_... -
08:59 PM Feature #2740: Extend const_missing to pass in the nesting
- Hi,
2010/2/13 Yehuda Katz <[email protected]>:
> > 1. It changes the const_missing API, breaking code. It wou... -
05:41 PM Feature #2740: Extend const_missing to pass in the nesting
- Hi,
At Fri, 12 Feb 2010 11:15:14 +0900,
Yehuda Katz wrote in [ruby-core:28154]:
> ```ruby
> class Foo::Bar
> ... -
08:53 AM Feature #2740: Extend const_missing to pass in the nesting
- > Interesting idea. However, I see two problems with the proposal:
> 1. It changes the `const_missing` API, breaki... -
02:14 AM Feature #2740: Extend const_missing to pass in the nesting
- Interesting idea. However, I see two problems with the proposal:
1. It changes the const_missing API, breaking cod... -
07:45 PM Revision 27e492be (git): * marshal.c (r_object0): register regexp object before encoding
- name. [ruby-dev:40414]
* re.c (rb_reg_alloc, rb_reg_init_str): split from rb_reg_new_str.
git-svn-id: svn+ssh://c... -
07:31 PM Revision be019705 (git): * re.c (match_aref): fixed indent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:11 PM Feature #2709: $VERBOSE, $DEBUG and Kernel#sprintf
- =begin
Hi,
In message "Re: [ruby-core:28130] [Feature #2709] $VERBOSE, $DEBUG and Kernel#sprintf"
on Wed, 10... -
02:06 PM Bug #2516: IO#reopen Compatibility (original: [ruby-dev:39479])
- =begin
2010年2月11日15:24 Yusuke Endoh <[email protected]>:
> チケット #2516 が更新されました。 (by Yusuke Endoh)
>
>
> 遠藤です... -
12:32 PM Bug #2742: IO#read/gets can be very slow in doze
- =begin
This seems to help, though I'm not sure if it's the best way.
Index: io.c
=========================... -
09:03 AM Bug #2742 (Closed): IO#read/gets can be very slow in doze
- =begin
this code
n = 100 * 1000 * 1000
puts "writing"
File.open("foo", 'wb'){|f| f.write(" " * n) }
puts ... -
11:19 AM Bug #2732: rubyspec: ObjectSpace.define_finalizer doesn't call self-referencing finalizers FAILED
- =begin
遠藤です。
2010年2月13日10:40 Tanaka Akira <[email protected]>:
> 2010年2月13日10:31 Yusuke ENDOH <[email protected]>:
>> こ... -
10:32 AM Bug #2732: rubyspec: ObjectSpace.define_finalizer doesn't call self-referencing finalizers FAILED
- =begin
遠藤です。
2010年2月12日22:32 Yusuke ENDOH <[email protected]>:
> 2010年2月11日19:08 Yusuke ENDOH <[email protected]>:
>>... -
08:08 AM Revision 5d325e6a (git): * array.c (rb_ary_delete): RDoc update. a patch from Hugh Sasse.
- [ruby-core:28128]
* array.c (rb_ary_compact_bang): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26659 b... -
06:03 AM Revision c1ad9a5f (git): * marshal.c (id2encidx): duplicated entry for encoding name.
- [ruby-dev:40388]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:30 AM Revision 2ce74403 (git): add a test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:20 AM Revision d6fb854e (git): * lib/tempfile.rb (Tempfile::Remover): new class to replace
- Tempfile.callback. port r24902 from Ruby 1.8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26656 b2dd03c8-39d...
Also available in: Atom