Activity
From 12/03/2009 to 12/09/2009
12/09/2009
-
11:07 PM Feature #2455 (Closed): --dump=parsetree, --dump=parsetree_with_comment
- =begin
This issue was solved with changeset r26053.
Yusuke, thank you for reporting this issue.
Your contribution ... -
04:59 PM Feature #2455: --dump=parsetree, --dump=parsetree_with_comment
- =begin
(2009/12/09 16:56), Yukihiro Matsumoto wrote::
> 笹田さんが反対しなければ入れても構わないと思います。
反対しません.
--
// SASADA Ko... -
04:56 PM Feature #2455: --dump=parsetree, --dump=parsetree_with_comment
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:39853] [Feature #2455] --dump=parsetree, --dump=parsetree_with_comme... -
09:58 PM Bug #2466 (Closed): Mutex#lock documentation is incorrect
- =begin
Currently, it states:
mutex.lock => true or false
But actually, the Mutex#lock *always* just retur... -
04:13 PM Revision 17897462 (git): * node.c: svn:eol-style.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26056 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:12 PM Revision 770b05dd (git): * parse.y (dyna_pop_gen): pop dvars. [ruby-dev:39861]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:03 PM Feature #2454: OpenSSL has no maintainer
- =begin
Hi,
In message "Re: [ruby-core:27105] Re: [Feature #2454](Assigned) OpenSSL has no maintainer"
on Wed... -
03:46 PM Revision 7cd9a5d3 (git): * node.c (dump_node): fixed for long members.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:05 PM Revision 38828fa8 (git): * node.c: node management added. Currently, only pretty-dumper is
- implemented. [ruby-dev:39853]
* ruby.c: --dump=parsetree and --dump=parsetree_with_comment options
added. This i... -
06:30 AM Bug #2459 (Feedback): Cannot statically link ext/digest/sha2
- =begin
It should have been fixed long ago.
-----------------------------------------------------------------------... -
12:50 AM Revision c9c095fc (git): * string.c (rb_str_justify): fixed the case a fill size is a
- multiple of the length of the padding. [ruby-dev:39856]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26052 b2...
12/08/2009
-
10:58 PM Feature #2454: OpenSSL has no maintainer
- =begin
Hi,
In message "Re: [ruby-core:27095] [Feature #2454](Assigned) OpenSSL has no maintainer"
on Tue, 8 ... -
02:23 PM Feature #2454 (Assigned): OpenSSL has no maintainer
- =begin
Chris Saunders wrote:
> I am rather interested in Cryptography and have used this library before and found
... -
03:36 AM Feature #2454: OpenSSL has no maintainer
- =begin
I've been working on getting the OpenSSL extension running on Rubinius. I'm happy to finish doing some cleanu... -
03:23 AM Feature #2454: OpenSSL has no maintainer
- =begin
Well, the code for the OpenSSL extension is inside the Ruby repository, so you'll have to look for the code t... -
03:13 AM Feature #2454: OpenSSL has no maintainer
- =begin
I am rather interested in Cryptography and have used this library before and found
the documentation rather... -
12:54 AM Feature #2454 (Rejected): OpenSSL has no maintainer
- =begin
OpenSSL is famous security library and Ruby has a wrapper for it.
But it has no maintainer now.
We, aren'... -
09:05 PM Bug #2460 (Closed): RubySpecでFiberのSpecがおちる
- =begin
ruby 1.9.2dev (2009-12-08 trunk 26049)で、FiberのSpecがこけているのですが、
どうやらRubySpec側が、昔ITSに登録されたバグを誤解してSpecが書かれている気... -
06:37 PM Feature #2447: reduce GC pressure by symbol table without String instance
- =begin
ワナベと申します。
09/12/06 Yusuke Endoh <[email protected]>:
> 現在のシンボルテーブルは、シンボルごとに String のインスタンスを
> 割り当ててシ... -
06:23 PM Bug #2459 (Closed): Cannot statically link ext/digest/sha2
- =begin
Hello,
Trying to build a static binary for ruby against OpenSSL library does not work if ext/digest/sha... - 02:53 PM Revision 0f406d27 (git): * win32/configure.bat: now recognize --with-*-{dir,include,lib} options
- and pass them to mkmf.
* win32/configure.bat: general conversion from ``/'' to ``\'' of
configure_args is not nece... - 02:41 PM Revision dd00d452 (git): * numeric.c (flo_eq): supress a warning on VC++ for x64.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26050 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:50 AM Feature #2456 (Closed): It is better to let user to select particular ssl protocol easily.
- =begin
For example, in https module, if the client want to use tls1 protocol compulsively, it is a little harder to... -
07:19 AM Revision ed5d5c58 (git): * lib/rubygems: update to 1.3.5.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26049 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:16 AM Revision 6c0f2b09 (git): * lib/rubygems/defaults.rb (Gem::default_dir): removed a clause
- doing nothing.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26048 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:46 AM Feature #2455 (Closed): --dump=parsetree, --dump=parsetree_with_comment
- =begin
遠藤です。
Ruby をデバッグする際、node の構造をざっと把握したい場合がしばしば
あります。
--dump=insns にならって、--dump=parsetree を入れてもいいでしょうか。... -
02:30 AM Bug #2377: update documentation for IO#eof?
- =begin
Upload latest attempt at a patch for IO#rewind, IO#eof rdoc's.
Thanks!
=end
-
01:01 AM Revision 19637132 (git): * test/ripper/test_parser_events.rb: more tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
12/07/2009
-
10:55 PM Bug #2453 (Rejected): matrix#rank causes inf loop
- =begin
Already fixed on both ruby_1_9_1 and trunk. Please upgrade your Ruby to 1.9.1-p376.
=end
-
10:41 PM Bug #2453 (Rejected): matrix#rank causes inf loop
- =begin
require 'matrix'
a=Matrix[[1,2,3],[1,2,3],[1,2,3]]
puts a.rank
#rank_e is ok.By the way,I didn't see... -
07:06 PM Revision 507f700d (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26046 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:51 PM Revision 3512a38d (git): * file.c (rb_f_test): use string form in unknown command error
- message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26045 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 04:53 PM Revision f3b8aa1a (git): * 2009-12-08
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26044 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:53 PM Revision 785191b1 (git): add a test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26043 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:12 PM Bug #1744 (Open): Error with Marshal dump/load on a delegated class.
- =begin
=end
-
10:18 AM Feature #2451 (Closed): BasicObject.initialize with variable number of argument
- =begin
If one wants to write a class easily extensible (for some kind of library, say), then there is no nice way to... -
07:13 AM Feature #2447: reduce GC pressure by symbol table without String instance
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:39846] [Bug #2447] reduce GC pressure by symbol table without String... -
05:11 AM Revision 1d10aa8b (git): * marshal.c (w_object): reverted r26007. [ruby-dev:39845]
- * test/test_delegate.rb (test_marshal): moved from test_marshal.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru... -
04:15 AM Revision a462235e (git): increments RUBY_PATCHLEVEL for the previous commit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@26040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:11 AM Revision f5418f8e (git): * 2009-12-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@26039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:11 AM Revision 1c2ef610 (git): * string.c (rb_str_justify): CVE-2009-4124.
- Fixes a bug reported by
Emmanouel Kellinis <Emmanouel.Kellinis AT kpmg.co.uk>, KPMG London;
Patch by nobu.
git-... -
04:11 AM Revision 8a5224e4 (git): * string.c (rb_str_justify): CVE-2009-4124.
- Fixes a bug reported by
Emmanouel Kellinis <Emmanouel.Kellinis AT kpmg.co.uk>, KPMG London;
Patch by nobu.
git-... -
12:49 AM Revision 753de85e (git): * test/dl/test_callback.rb testing callback removal
- * test/dl/test_func.rb testing function names, to_i
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26037 b2dd03c8...
12/06/2009
-
11:57 PM Bug #2446 (Closed): documentation fix for strftime %l
- =begin
This issue was solved with changeset r26029.
Matthew, thank you for reporting this issue.
Your contribution... -
10:08 AM Bug #2446 (Closed): documentation fix for strftime %l
- =begin
%l should be 1..12 instead of 0..12
=end
-
11:24 PM Feature #2447 (Rejected): reduce GC pressure by symbol table without String instance
- =begin
遠藤です。
現在のシンボルテーブルは、シンボルごとに String のインスタンスを
割り当ててシンボル名を管理しますが、そのせいで GC の効率が落ちて
いると思います。
String ... - 10:35 PM Revision 241cd8c7 (git): * 2009-12-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:35 PM Revision 553b55f6 (git): ext/bigdecimal/bigdecimal_en.html: Remove obsolete information, fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:35 PM Revision 07e95b94 (git): * ext/bigdecimal/bigdecimal_en.html: Remove obsolete information, fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26034 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:05 PM Revision 941025c3 (git): * lib/bigdecimal.rb: fix comparison operators [ruby-core:26646]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26033 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:05 PM Revision 09a2dd63 (git): * object.c (rb_Float): Allow results of to_f to be NaN [ruby-core:26733]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:43 PM Revision 899a1f40 (git): * 2009-12-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:43 PM Revision b6ca597b (git): * array.c (rb_ary_sample): Fix infinite loop bug [ruby-core:27075]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:55 PM Revision c121f78b (git): * strftime.c: %l should be 1..12 instead of 0..12 [ruby-core:27072]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:17 PM Revision 5e795ef8 (git): * lib/find.rb (Find.find): reduce stat system call.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:01 AM Revision 89214aac (git): fix indent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:04 AM Revision 604f01f2 (git): * lib/webrick/httpservlet/filehandler.rb: escape filename of index.
- [ruby-dev:37768]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
12/05/2009
- 03:38 PM Revision ee68e268 (git): * symbian/setup (config.h): EXECUTABLE_EXTS moved from dln.c:dln_find_1().
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26025 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:37 PM Revision fdf5d6da (git): * 2009-12-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:37 PM Revision 0a457ee0 (git): * symbian/setup (config.h): EXECUTABLE_EXTS moved from dln.c:dln_find_1().
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26023 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:37 PM Bug #1744 (Closed): Error with Marshal dump/load on a delegated class.
- =begin
This issue was solved with changeset r26007.
Guillaume, thank you for reporting this issue.
Your contributi... -
10:52 AM Bug #1744: Error with Marshal dump/load on a delegated class.
- =begin
It seems a possible bug rather than a backport task. It can be reproduced in the trunk version.
=end
-
11:49 AM Bug #1934: Segmentation fault
- =begin
I could reproduce the bug, but with ruby 1.9.2dev (2009-11-17 trunk 25805) [i386-darwin9.8.0], can't reproduc... -
10:25 AM Revision 11aa6c41 (git): * marshal.c (w_object): dump instance variables when using
- marshal_dump. [ruby-core:24211]
* variable.c (rb_ivar_count): added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby... -
10:24 AM Feature #2442: [irb] interactive help
- =begin
=end
-
10:21 AM Feature #2442 (Closed): [irb] interactive help
- =begin
なかだです。
riのinteractive modeをirbから使えるようにするというのはどうでしょ
うか。
Index: lib/irb/cmd/help.rb
=========... -
09:41 AM Revision 00566716 (git): * lib/irb/extend-command.rb (IRB::ExtendCommandBundle::def_extend_command):
- extension commands with optional parameters have been broken because of
a spec change of UnboundMethod#arity.
git-... -
09:41 AM Revision ccddc7b0 (git): * lib/irb/extend-command.rb (IRB::ExtendCommandBundle::def_extend_command):
- gives eval a source location for readability of backtrace.
* lib/irb/extend-command.rb (IRB::ContextExtender::def_ex... -
09:41 AM Revision a9777ca2 (git): merges r24227 from trunk into ruby_1_9_1.
- --
* lib/irb/cmd/help.rb: fixed irb's "help" command. [ruby-core:22310].
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
09:40 AM Revision 6fba2e0f (git): merges r24253 from trunk into ruby_1_9_1.
- --
* win32/win32.c (rb_w32_{open,wopen}): fixed typos. these conditions
mean to call runtime's open... -
09:40 AM Revision 35d07e3f (git): merges r25092 from trunk into ruby_1_9_1.
- --
* win32/win32.c, include/ruby/win32.h (rb_w32_access): new function to
replace MSVCRT's access().
[ruby-core:2... -
09:40 AM Revision 9e557661 (git): merges r25133 from trunk into ruby_1_9_1. c.f. [ruby-dev:39819]
- --
* win32/wini32.c (LK_ERR): with overlapped I/O, LockFileEx() returns
ERROR_IO_PENDING if the file is locked.
gi... -
09:40 AM Revision e57e5c5b (git): merges r25883 from trunk into ruby_1_9_1. fixes a backpor task #2168.
- --
* enc/trans/newline.trans (fun_so_universal_newline): generate \n
after \r\n detection instead of just after \r.... -
09:40 AM Revision 223a2846 (git): merges r25967, r25968 and r25969 from trunk into ruby_1_9_1. fixes a backport task #2099.
- --
* parse.y (dyna_push_gen, dyna_pop_gen): adjust local vtable level
for the case of syntax errors in method name ... -
09:40 AM Revision c5a533a5 (git): merges r25405 from trunk into ruby_1_9_1. fixes the backport task #2233.
- --
* parse.y (method_call): dispatch symbols. a patch from Andy Keep in
[ruby-core:26169]. [ruby-core:26165]
git... -
09:39 AM Revision fbfcacb0 (git): merges r25404 from trunk into ruby_1_9_1. fixes the backport task #2232.
- --
* parse.y (mlhs_basic): fixed handling splat in middle of mlhs. a
patch from Andy Keep in [ruby-core:26163]
gi... -
09:39 AM Revision 69b51262 (git): merges r25351 from trunk into ruby_1_9_1. fixes the backport task #2214.
- --
* parse.y (rb_intern3): check symbol table overflow.
[ruby-core:26092]
git-svn-id: svn+ssh://ci.ruby-lang.org/r... -
09:39 AM Revision 190554f0 (git): merges r25300 from trunk into ruby_1_9_1.
- --
* ext/gdbm/gdbm.c (fgdbm_select): fixed rdoc. a patch from Justin
Collins in [ruby-core:26050].
git-svn-id: sv... -
09:39 AM Revision 636840b3 (git): merges r24620 from trunk into ruby_1_9_1. fixes the backport task #1976.
- --
* lib/mkmf.rb (rm_f, rm_rf): pass the last hash through if exists.
[ruby-dev:39153]
git-svn-id: svn+ssh://ci.ru... -
09:39 AM Revision 35d36573 (git): merges r25402 from trunk into ruby_1_9_1. fixes the backport task #1921.
- --
* parse.y (parser_here_document): dispatch delayed heredoc
contents. based on a patch from Andy Keep in [ruby-c... -
06:35 AM Revision 1cc1ea37 (git): * marshal.c (w_object): dump instance variables when using
- marshal_dump. [ruby-core:24211]
* variable.c (rb_ivar_count): added.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby... -
05:45 AM Revision 7b154ee9 (git): * variable.c (obj_ivar_i): fixed argument types.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26006 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:19 AM Revision cf912b44 (git): * configure.in: default ac_cv_prog_CC to CC.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:19 AM Revision 276653a6 (git): * configure.in: default ac_cv_prog_CC to CC.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26005 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:37 AM Revision baa94e02 (git): merges r21903 from trunk into ruby_1_9_1. fixes the backport task #1063.
- --
* win32/win32.c (rb_w32_write): limit write size to 32KB if the file
seems to be console. [ruby... -
02:36 AM Revision a2643fb4 (git): merges r25209 from trunk into ruby_1_9_1.
- --
* parse.y (bv_decls, bvar): fix for block variables.
[ruby-dev:39423]
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
02:36 AM Revision 0c769b71 (git): merges r25193 from trunk into ruby_1_9_1.
- --
* test/ripper/dummyparser.rb (DummyParser): improvement by Magnus
Holm in [ruby-core:25884].
* remove scanner ... -
02:36 AM Revision 5eeb183f (git): merges r25187 from trunk into ruby_1_9_1.
- --
* parse.y (ripper_yylval_id, ripper_get_{id,value}): wrap ID by
NODE to track local variable assignment.
* pars... -
02:36 AM Revision e88b960b (git): merges r25180 from trunk into ruby_1_9_1.
- --
* thread.c (ruby_suppress_tracing): get rid of clobbering by
longjmp.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
02:36 AM Revision fba78633 (git): merges r25353 and r25362 from trunk into ruby_1_9_1.
- --
* lib/csv.rb (CSV#read_to_char): set encoding and verify data
which read from io before encode it to @encoding.
... -
02:15 AM Bug #2433: Ruby gem update --system /gem install [any_gem_name] ERROR
- =begin
On Fri, Dec 4, 2009 at 2:12 PM, Roger Pack <[email protected]> wrote:
> install [gem_name] I always got t... -
01:18 AM Revision b271ca8c (git): * lib/irb/extend-command.rb (def_extend_command): fixed argument
- number for negative arity.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25998 b2dd03c8-39d4-4d8f-98ff-823fe69b...
12/04/2009
- 11:21 PM Revision 8237d170 (git): * 2009-12-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25997 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:21 PM Revision 6a1aebaa (git): * ext/dl/cptr.c (to_int): DL::CPtr supports to_int
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:16 PM Feature #973: EncDet again
- =begin
2009/11/28 Kouhei Sutou <[email protected]>:
> 私にとって3例は多くないので、Encと略すほどではないと感じます。
Encodingクラスがあるのに、EncXXXを定... -
08:04 PM Bug #2436 (Rejected): maybe lambda ruby1.9.1.p129
- =begin
Both work fine with latest 1.9.1p355 and 1.9.2.
=end
-
07:56 PM Bug #2436 (Rejected): maybe lambda ruby1.9.1.p129
- =begin
the program exit when lambda
a.rb works well
b.rb won't work
the problem doesn't appear in 1.9.1.... -
05:58 PM Bug #2434 (Rejected): Ruby gem update --system /gem install [any_gem_name] ERROR
- =begin
No matter on which OS you are, - XP Family, XP Pro or Ubuntu 9.10. Noo matter if you have firewall 'hyper-se... -
05:57 PM Bug #2433 (Rejected): Ruby gem update --system /gem install [any_gem_name] ERROR
- =begin
No matter on which OS you are, - XP Family, XP Pro or Ubuntu 9.10. Noo matter if you have firewall 'hyper-se... -
04:57 PM Bug #2427 (Closed): possible bug in Method#source_location (from [ruby-core:27014])
- =begin
This issue was solved with changeset r25992.
ujihisa, thank you for reporting this issue.
Your contribution... -
10:27 AM Bug #2427: possible bug in Method#source_location (from [ruby-core:27014])
- =begin
Oops, maybe not nobu, but mame.
=end
-
10:17 AM Bug #2427: possible bug in Method#source_location (from [ruby-core:27014])
- =begin
I don't know whether 3 or 4 is correct.
Anyway, this difference is brought by the changes of parse.y,
... -
09:53 AM Bug #2427 (Closed): possible bug in Method#source_location (from [ruby-core:27014])
- =begin
Originally reported by Roger Pack:
> It appears that Method#source_location returns different values for... -
12:51 PM Revision 8f591c43 (git): * marshal.c (marshal_load): should set taintness. [ruby-dev:39723]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25995 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:53 AM Revision beb486d5 (git): * insns.def (defined): should respect #respond_to_missing? as
- #respond_to? does.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:35 AM Bug #2425 (Assigned): Kernel#public_method の例外メッセージ
- =begin
=end
-
08:34 AM Revision 826aa8c3 (git): * insns.def (defined): adjust indent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:50 AM Revision 9ad06537 (git): * parse.y (k_def): adjust the location of method definition to the
- line of def. [Bug #2427]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:37 AM Revision 2c2cf71b (git): * time.c (num_exact): should not accept strings as operands, even
- though they respond to #to_r. ideally, strict rational
conversion should be done by a method like #to_rational, no... -
07:09 AM Revision 4cec4edd (git): fixed tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:09 AM Revision 6ac5764d (git): added a ChangeLog entry.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:09 AM Revision 78b2714b (git): avoid SEGV in instance_eval without block.
- instance_eval does not yield self.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25988 b2dd03c8-39d4-4d8f-98ff-8... - 04:14 AM Revision 39802186 (git): * ext/stringio/stringio.c (ungetc): RDoc updated. trunk allows
- pushing back behind the beginning of the pseudo stream.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25987 b2d... -
12:15 AM Revision d5e1b514 (git): * test/dl/test_callback.rb (**): using DL::Function to test callbacks
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
12/03/2009
-
07:26 PM Bug #2425 (Closed): Kernel#public_method の例外メッセージ
- =begin
private メソッドの名前を Kernel#public_method に渡したときの例外メッセージが
undefined private method になっています。
$ ruby -ve 'pu... - 06:26 PM Revision 3e3f66e4 (git): * 2009-12-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:25 PM Revision 7dbfe896 (git): * compile.c (compile_cpath, iseq_compile_each): reverted
- constant/class variable lookup in instance_eval etc. to the
behavior of 1.8.
* eval.c (rb_mod_nesting): ditto.
* in... -
02:07 PM Bug #2066: Merge Latest RDoc/Ri
- =begin
The latest released version fails on 1.9 trunk. I am working on it at present.
=end
-
02:06 PM Bug #2355: Please update rubygems!
- =begin
I can update RubyGems tomorrow, Friday at latest.
If I were to move RubyGems main development into ruby'... -
12:59 AM Bug #2355: Please update rubygems!
- =begin
How about this ticket?
=end
- 01:45 PM Revision 6e063278 (git): * test/stringio/test_stringio.rb: use 1.8 methods for easier backport.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:26 PM Revision 2471c52c (git): * 2009-12-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25982 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:26 PM Revision 6d03001c (git): * test/stringio/test_stringio.rb: imported tests from trunk. it has 2
- failures which can be fixed by backporting r17739 from trunk.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/... -
12:20 PM Bug #2423: REXML edge case with <a>A > B</a>
- =begin
Can you try with a script that runs outside rails?
The script you've attached doesn't work. I modified ... -
10:48 AM Bug #2423 (Rejected): REXML edge case with <a>A > B</a>
- =begin
The attached file: rexml_test.rb was written in the context of a rails app, and used ./script/runner to exec... -
11:29 AM Revision 9998481d (git): * enc/trans/gb18030-tbl.rb: Fix omission of C1 region in code table
- (from Tatsuya Mizuno)
* test/ruby/test_transcode.rb: Added test for converting full range of
Unicode codepoints fr... -
08:18 AM Bug #2394: [BUG] pthread_mutex_lock: 22 revisited
- =begin
Note that this also appears to be able to lock a ruby process.
See the following example of one that was un... - 03:04 AM Revision 342ed0ab (git): * 2009-12-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:04 AM Revision f28a0b6b (git): * test/dl/test_callback.rb (**): testing return values of dl callbacks
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:59 AM Bug #2414: make test-all does not work after gem update
- =begin
=end
-
12:58 AM Bug #2176 (Assigned): [rubygems] $LOAD_PATH includes bin directory
- =begin
=end
-
12:58 AM Bug #1881 (Closed): [PATCH] Build Documentation for Kernel#gem and Gem
- =begin
=end
-
12:57 AM Bug #1085 (Assigned): Got the error message, after run 'gem install --test'.
- =begin
=end
-
12:57 AM Bug #1040 (Assigned): rubygems/builder.rb should require user_interaction
- =begin
=end
-
12:57 AM Bug #843: RubyGems include useless libraries
- =begin
=end
Also available in: Atom