Activity
From 09/30/2008 to 10/06/2008
10/06/2008
-
07:21 PM Bug #616 (Closed): instance_eval and Module#to_s
- =begin
以下のように、クラスの名前が1.8と違うことがあるようです。
% for i in trunk branches/ruby_1_8; do ~/target/$i/bin/ruby -ve 'instance... -
10:48 AM Feature #615: "with" operator
- =begin
Hi,
At Mon, 6 Oct 2008 06:24:46 +0900,
Lavir the Whiolet wrote in [ruby-core:19132]:
> "with" operator i... -
07:37 AM Feature #615: "with" operator
- =begin
irb(main):001:0> x = "Sample"
=> "Sample"
irb(main):002:0> x.instance_eval do
irb(main):003:1* pu... -
06:26 AM Feature #615 (Rejected): "with" operator
- =begin
"with" operator is required. It must work like an ordinary method which gets one arguemnt and a block. All e... - 07:53 AM Revision ddf88ea8 (git): * lib/cgi/core.rb (CGI::QueryExtension::initialize_query): fix the
- condition.
* test/cgi/test_cgi_core.rb: bug fix encoding.
thaks to TAKANO Mitsuhiro <takano32 at jus.or.jp> .
* t... -
06:26 AM Revision 707b0e65 (git): * gc.c (gc_mark_children): ignores T_ZOMBIE.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@19701 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:22 AM Revision 73a2f671 (git): * gc.c (gc_mark_children): ignores T_ZOMBIE.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:49 AM Revision 5e9cfca2 (git): * test/ruby/test_module.rb (TestModule#test_mod_constants): should
- not depend on global Module constants.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19699 b2dd03c8-39d4-4d8f-98... -
03:46 AM Revision f4d37a3f (git): * test/ruby/test_module.rb (TestModule#_wrap_assertion): add
- definition. is this really needed?
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19698 b2dd03c8-39d4-4d8f-98ff-... -
03:42 AM Revision b8623eab (git): * lib/test/unit/assertions.rb (Test::Assertions#assert_nothing_raised):
- should take optional message argument.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19697 b2dd03c8-39d4-4d8f-98... -
03:22 AM Revision f2f2cd5b (git): * string.c (rb_str_comparable): string comparison should be
- transitive. [ruby-dev:36484]
* test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_eq): test
updated.
git-svn-id:... -
02:21 AM Revision 3ae72387 (git): * gc.c: renamed T_DEFERRED to T_ZOMBIE.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@19695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:02 AM Revision 2de01f01 (git): * test/bigdecimal/test_bigdecimal.rb (test_sqrt_bigdecimal): test
- updated. a patch from TAKANO Mitsuhiro <takano32 at jus.or.jp>
in [ruby-dev:36669].
git-svn-id: svn+ssh://ci.ruby...
10/05/2008
-
11:17 PM Bug #575 (Closed): module_function: undefined method
- =begin
Applied in changeset r19691.
=end
-
03:43 PM Revision 919301c4 (git): properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:34 PM Revision 8e392570 (git): * lib/mkmf.rb ($config_h): now always defines for old libraries.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:07 PM Revision 4c885108 (git): * vm_method.c (rb_mod_modfunc): method undefined in included module
- may not have nd_body. [ruby-core:18738]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19691 b2dd03c8-39d4-4d8f... -
02:06 PM Revision 37a720e0 (git): * eval.c (rb_mod_modfunc): method undefined in included module
- may not have nd_body. [ruby-core:18738]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@19690 b2dd03... - 12:30 PM Revision c3986f28 (git): * lib/rational.rb: resolved conflicts of aliases.
- * lib/mathn.rb: avoided some warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19689 b2dd03c8-39d4-4d8f-... -
09:53 AM Revision a64f3974 (git): * lib/open-uri.rb: remove debug code introduced by previous change.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:51 AM Revision f09149ca (git): * lib/open-uri.rb (OpenURI.open_uri): set encoding to strio.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:47 AM Revision fd898245 (git): * ext/stringio/stringio.c (strio_set_encoding): defined for
- StringIO#set_encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:39 AM Revision 5a7c5d34 (git): removed unsupported platforms from an ifdef macro.
- These lines were mistakenly removed at r19681 and recovered too much at r19684.
git-svn-id: svn+ssh://ci.ruby-lang.o... -
02:26 AM Revision 5e1311da (git): * eval.c: come back definition of environ.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19684 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:10 AM Revision 146ea3c3 (git): * ext/nkf/nkf-utf8/utf8tbl.c: update table.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10/04/2008
-
07:07 PM Bug #603 (Closed): NKFの結果と文字列が連結できない
- =begin
Applied in changeset r19675.
=end
-
01:57 PM Revision e8ee99ff (git): * dln.c: Ruby no longer supports VMS.
- * error.c: ditto.
* eval.c: ditto.
* eval_intern.h: ditto.
* include/ruby/defines.h: ditto.
* include/ruby/ruby.h... -
01:48 PM Revision a8c3540b (git): * dln.c: Ruby no longer supports Windows CE.
- * eval.c: ditto.
* include/ruby/defines.h: ditto.
* include/ruby/win32.h: ditto.
* ruby.c: ditto.
* strftime.c: d... -
01:42 PM Revision 642e0818 (git): * dln.c: Ruby no longer supports MacOS 9 or before.
- * eval.c: ditto.
* eval_intern.h: ditto.
* ext/extmk.rb: ditto.
* ext/tk/sample/tkextlib/treectrl/demo.rb: ditto.
... -
01:33 PM Revision ae7ea333 (git): * dln.c: Ruby no longer supports MS-DOS.
- * ext/sdbm/_sdbm.c: ditto.
* ext/sdbm/sdbm.h: ditto.
* gc.c: ditto.
* hash.c: ditto.
* include/ruby/defines.h: di... -
01:25 PM Revision 8dd118c0 (git): * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.
- * djgpp/README.djgpp: ditto.
* djgpp/config.hin: ditto.
* djgpp/config.sed: ditto.
* djgpp/configure.bat: ditto.
... -
01:12 PM Revision bbbd9c0b (git): * x68/_dtos18.c: removed. Ruby no longer supports human68k.
- * x68/_round.c: ditto.
* x68/fconvert.c: ditto.
* x68/select.c: ditto.
* ext/Setup.x68: ditto.
* missing/x68.c: d... - 10:22 AM Revision 0c0e636b (git): * lib/date/format.rb: no need to require the "lib/rational.rb".
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19676 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:06 AM Revision a6e736e0 (git): * ext/nkf/nkf.c (rb_nkf_enc_get): don't replicate encoding.
- [ruby-dev:36575]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:56 AM Revision 0b18a77e (git): * ext/stringio/stringio.c (strio_external_encoding): defined.
- * ext/stringio/stringio.c (strio_internal_encoding): defined.
* ext/stringio/stringio.c (Init_stringio): define abov... -
07:30 AM Revision 5f898e44 (git): * test/mini/test_mini_test.rb: recovered. It had been temporarily removed at r19645.
- * test/mini/test_mini_mock.rb: ditto.
* test/mini/test_mini_spec.rb: ditto.
* lib/test/**/*: replaced by miniunit.
... -
06:36 AM Revision 279c3cbd (git): * common.mk (gdb-ruby): new target. it runs ruby under controlled by
- gdb.
* common.mk (dist): accepts RELNAME variable as the second argument of
make-snapshot.rb.
git-svn-id: svn+ssh... -
03:28 AM Revision bf437b73 (git): * irb/ext/save-history.rb: typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19671 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:26 AM Revision 0fdc3b4b (git): * lib/irb/irb/ext/save-history.rb: change load_history using File.expand_path. see [ruby-dev:36660]. Thanks Kouhei Sutou.
- * lib/irb/irb/context.rb: convert string Symbol of instance variable names in IRB:Context#inspect.
git-svn-id: svn...
10/03/2008
-
10:41 PM Feature #614 (Rejected): instance_method(ancestor)
- =begin
Currently Module#instance_methods takes a single argument, true or false, as to whether to include all ances... - 03:49 PM Revision ade6d076 (git): * 2008-10-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:49 PM Revision 3ac20b95 (git): * ext/dl/extconf.rb ($distcleanfiles): added callback-?.c into
- the distclean list.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:36 AM Revision be93ac50 (git): * ext/json/lib/json/pure.rb (module JSON): remove Iconv dependency.
- * ext/json/lib/json/pure/generator.rb (utf8_to_json): process as
binary and remove Iconv dependency.
* ext/json/li... - 05:05 AM Revision 7e752551 (git): * 2008-10-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:04 AM Revision bfdadb88 (git): * win32/{configure.bat,setup.mak,Makefile.sub): add --program-prefix
- configure option support.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19664 b2dd03c8-39d4-4d8f-98ff-823fe69b...
10/02/2008
-
05:44 PM Feature #474 (Rejected): Hash#<<
- =begin
The usefulness and detailed behavior of the proposal is not cleared.
So we have to reject this proposal thi... - 12:37 PM Revision 10e9b638 (git): * lib/cgi/core.rb (CGI::QueryExtension): delete MorphingBody
- and replace like as 1.8's in multipart reading.
see [ruby-dev:36443],
reference from CGIAlt http://cgialt.rubyfor... -
11:46 AM Revision bd421aa2 (git): * string.c (rb_str_sub_bang): fix coderange.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:40 AM Revision 255f4316 (git): * 2008-10-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:40 AM Revision c6866f85 (git): Back out the previous change after miniunit import.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:24 AM Revision a154eb55 (git): Ignore conftest.dSYM.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@19659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10/01/2008
-
01:55 PM Revision 179b7eaa (git): * lib/rexml/parsers/lightparser.rb, lib/debug.rb: remove unused when
- clauses.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:46 PM Revision 46321a9a (git): * lib/xmlrpc, lib/rexml, test/ruby/test_array.rb,
- test/ruby/test_unicode_escape.rb, test/scanf/test_scanf.rb,
test/rss/rss-assertions.rb: fix indentation to remove w... -
12:36 PM Revision 952385b7 (git): * gc.c (rb_gc_call_finalizer_at_exit): finalize deferred IO and Data.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:21 AM Revision e5afadda (git): * common.mk (parse.h): removes line directives.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19655 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:13 AM Revision 837d3aa8 (git): * gc.c (rb_gc_call_finalizer_at_exit): deffers IO finalization.
- [ruby-dev:36646]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:11 AM Revision 1acf2c1c (git): * marshal.c (marshal_dump): fixed for check_dump_arg.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@19653 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:11 AM Revision 1d547619 (git): * marshal.c (marshal_dump): fixed for check_dump_arg.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19653 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:57 AM Revision 65bcfbf2 (git): * marshal.c (marshal_dump): initializes dump_arg before any funcall.
- [ruby-dev:36648]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@19652 b2dd03c8-39d4-4d8f-98ff-823fe6... -
09:57 AM Revision 75581369 (git): * marshal.c (marshal_dump): initializes dump_arg before any funcall.
- [ruby-dev:36648]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:19 AM Feature #440: Better introspection for methods (declaring class, arity)
- =begin
The first aspect of the issue has been improved via the "source_location" and "receiver" methods being availa...
09/30/2008
-
10:43 PM Bug #340: 1.9/trunk does not work when compiled with llvm-gcc4 2.3 (gcc 4.2.1)
- =begin
Hi,
In message "Re: [ruby-core:19041] [Bug #340] 1.9/trunk does not work when compiled with llvm-gcc4 2.3 ... -
08:44 PM Bug #340: 1.9/trunk does not work when compiled with llvm-gcc4 2.3 (gcc 4.2.1)
- =begin
I posted some more data on ruby-talk. What I don't see is in which way is it so different that a llvm-compil... -
07:42 PM Revision 46417daf (git): properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:55 PM Revision 41460556 (git): * io.c (rb_io_extract_modeenc): should honor value of the
- textmode: and binmode: options.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19650 b2dd03c8-39d4-4d8f-98ff-823f... -
05:07 PM Feature #442 (Closed): name referencing in sprintf
- =begin
Applied in changeset r19641.
=end
-
04:57 PM Bug #611 (Closed): loop { BEGIN {} } dumps core
- =begin
Applied in changeset r19640.
=end
-
04:29 PM Bug #611 (Closed): loop { BEGIN {} } dumps core
- =begin
次のようにすると core を吐きます。
% gdb --args ~/target/trunk/bin/ruby -e'loop{BEGIN{}}'
GNU gdb 6.4.90-debian
Co... -
04:18 PM Revision d370a79c (git): * string.c (rb_str_split_m): should use rb_str_subseq() which use
- offset and length by bytes. [ruby-dev:36641]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19649 b2dd03c8-39d4-... -
03:31 PM Revision a75eadef (git): * test/ruby/test_settracefunc.rb (test_call, test_class): line number
- was changed at r19592.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 03:21 PM Revision 1625da99 (git): * 2008-10-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19647 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:21 PM Revision 252255ca (git): * process.c (check_exec_redirect): don't depend on rb_stdout and
- rb_stderr.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:13 PM Revision 88807226 (git): Temporarily removed test/mini/* because they depend on the minitest version
- of test/unit, which had been reverted.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19645 b2dd03c8-39d4-4d8f-98... -
02:13 PM Revision 870b93ae (git): Reverts the changes of lib/test/unit.rb in r19502 and r19501.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:13 PM Revision 1af11966 (git): Reverts the changes of lib/test/unit/* in r19543, r19534 and r19503.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:19 PM Bug #457 (Closed): Is irb/xmp supported in 1.9?
- =begin
=end
-
10:51 AM Bug #607: Mini/Unit Break assert_send()
- =begin
On Sep 27, 2008, at 17:02 , James Gray wrote:
> Bug #607: Mini/Unit Break assert_send()
> http://redmin... -
08:06 AM Revision 1eeb3e15 (git): * test/bigdecimal/test_bigdecimal.rb (test_sqrt_bigdecimal): wrong
- precision specification. a patch from TAKANO Mitsuhiro
<takano32 at jus.or.jp> in [ruby-dev:36634].
git-svn-id: s... -
08:01 AM Revision 8bfa0ac8 (git): * sprintf.c (rb_str_format): add %<name>s style named argument
- support. a patch from Yusuke Endoh <mame at tsg.ne.jp>
in [ruby-dev:35851].
* sprintf.c (rb_str_format): add gett... -
07:54 AM Revision 9bcbc906 (git): * parse.y (stmt): returns non zero. [ruby-dev:36633]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:57 AM Revision 852dc6d6 (git): Updated miniunit to 4257. This cleans all my tests when run in isolation. I still have failures when run with everything else
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:57 AM Revision b43dae58 (git): Updated miniunit to 1.3.0 r4256.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:20 AM Revision abf17f35 (git): Remove extra call to setup to fix ENV['HOME'] pollution
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:17 AM Revision 9fad1aca (git): rolled out change 19608... not 1.8 compatible.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:17 AM Revision 971c9ffa (git): properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:14 AM Revision 64e2d46f (git): Updated to 1.3.0 r4255.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom