Activity
From 10/06/2008 to 10/12/2008
10/12/2008
-
11:03 PM Revision 9ed35ae7 (git): * ruby.c (proc_options): add -U command line option to specify
- utf-8 as default_internal.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 10:52 PM Revision 8a6a0188 (git): * 2008-10-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:52 PM Revision 284f4c84 (git): * transcode.c (str_transcode0): String#encode() with no encoding
- specified transcode the string into Encoding.default_internal.
inspired by [ruby-core:19298].
git-svn-id: svn+ssh:... -
03:40 PM Feature #641 (Rejected): GC patch to cache the most recent heap for is_pointer_to_heap
- =begin
This patch seems benign and speeds up gc a bit.
In a completely contrived test [meant to hammer the GC]:
... -
12:37 PM Feature #619 (Closed): improved performance of BASIC_OP_UNREDEFINED_P
- =begin
Applied in changeset r19762.
=end
-
09:06 AM Revision e64453aa (git): * ext/win32ole/win32ole.c (set_ole_codepage, ole_cp2encoding,
- ole_wc2mb, ole_vstr2wc, ole_mb2wc): support CP51932 (only mswin32).
* test/win32ole/test_win32ole.rb: ditto.
git-s... -
08:25 AM Feature #640 (Rejected): New Array#encoding_pack -> string method
- =begin
Now that we have String#each_codepoint there are times when you want to pack an array of integer codepoints b... -
08:13 AM Feature #639 (Closed): New String#encode_internal method
- =begin
Now that we have default_internal, I think there needs to be an easy way to check that a string is that encod... -
03:28 AM Revision 7215c9af (git): * vm.c, vm_insnhelper.h (ruby_vm_redefined_flag): apply optimization
- patch proposed by Paul Brannan. [ruby-core:19171]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19762 b2dd03c... -
01:18 AM Revision c809aaa5 (git): * compile.c (iseq_compile_each): fixed indent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:46 AM Revision 893af1e3 (git): * strftime.c (rb_strftime): suppressed warnings on cygwin.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19760 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10/11/2008
-
01:44 PM Revision 43f910a9 (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19759 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:02 PM Bug #634 (Rejected): Time parsing works in 1.8 but not 1.9
- =begin
This works in 1.8, but results in "ArgumentError: argument out of range" in 1.9:
require 'time'
Tim... -
10:49 AM Revision d9fdf58a (git): * parse.y (parser_prepare): use utf-8 encoding directly.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:56 AM Revision de784577 (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:06 AM Bug #633 (Closed): dl segfaults on x86_64-linux systems
- =begin
Tested systems: RHEL3_64, RHEL4_64, and RHEL5_64. All segfault running tests in ext/dl/test. Confirmed that... -
01:20 AM Revision 726c93d0 (git): * lib/mkmf.rb (CLEANINGS): uses escaped form tabs to preventing the
- confusion. [ruby-talk:317345]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@19756 b2dd03c8-39d4-4d... -
01:20 AM Revision 3c276224 (git): * lib/mkmf.rb (CLEANINGS): uses escaped form tabs to preventing the
- confusion. [ruby-talk:317345]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19756 b2dd03c8-39d4-4d8f-98ff-823f... -
01:05 AM Feature #578: add method to disassemble Proc objects
- =begin
Question: any chance of getting this [or something like it] included before feature freezing all the way?
T... -
12:46 AM Bug #632 (Closed): StringIO has an odd alias implementation [?]
- =begin
Here's my situation:
require 'stringio'
class C < StringIO
alias :old_init :initialize
def initi...
10/10/2008
-
11:51 PM Revision e9fff84b (git): * lib/rake.rb (Rake::Application#standard_exception_handling): removed
- unnecessary SystemExit, and exits with false instead of system
dependent value. [ruby-talk:317330]
git-svn-id: s... -
11:30 PM Revision 901ba06b (git): properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:48 PM Bug #629 (Closed): Test/Unit Seems Broken
- =begin
=end
-
04:14 PM Bug #629: Test/Unit Seems Broken
- =begin
On Oct 9, 2008, at 20:53 , James Gray wrote:
> Bug #629: Test/Unit Seems Broken
> http://redmine.ruby-l... -
12:55 PM Bug #629 (Closed): Test/Unit Seems Broken
- =begin
I can't get tests to run using a fresh build of Ruby 1.9:
$ ruby_dev -vI lib:test/csv test/csv/ts_all.rb... -
07:19 PM Revision 3f710785 (git): * parse.y: optimize 'for' statement when one variable given.
- * benchmark/bm_loop_for.rb: added.
* benchmark/bm_loop_times.rb: modified.
git-svn-id: svn+ssh://ci.ruby-lang.org/... -
05:12 PM Bug #631 (Closed): ripper does not follow change of parse.y
- =begin
-> を使ったステートメントを ripper が正しく解析できません。
irb(main):001:0> RUBY_RELEASE_DATE
=> "2008-10-10"
irb(main):002... -
04:19 PM Bug #624 (Closed): ArgumentError on "%c" % 0x80
- =begin
r19737 で `%': invalid character (ArgumentError) を返すようになりました
=end
- 03:09 PM Revision 254937c8 (git): * 2008-10-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19752 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:09 PM Revision 7d3d3535 (git): * lib/csv/csv.rb: Added support for Encoding::default_internal.
- * lib/csv/csv.rb: Switched to new Hash syntax.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19751 b2dd03c8-3... -
01:21 PM Revision aa2797ee (git): fix typos.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19750 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:16 PM Revision 4b516628 (git): * parse.y (comment_at_top): needed for ripper too.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19749 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:07 PM Revision fb93e65c (git): * include/ruby.h: updated macros for headers. [ruby-core:19275]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:21 AM Revision a77d088c (git): * parse.y (magic_comment_encoding): warns when ignored.
- * parse.y (parser_magic_comment): replaces '-' with '_'.
* parse.y (parser_yylex): allows magic comments indented an... -
10:12 AM Revision b4ae9ed9 (git): properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19746 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:28 AM Revision 5b35f2c1 (git): * ext/json/ext/parser/parser.c (JSON_parse_string):
- associate encoding.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 06:18 AM Revision c71e65e9 (git): Updated changelog for test/unit / minitest switch
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:15 AM Revision 8673d9a5 (git): Fixed missing test/unit.rb, bad svn merge. Rolled back test/runner.rb
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19743 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:54 AM Bug #626 (Closed): stop test-all at test/rdoc/test_rdoc_ri_driver.rb
- =begin
When readline is not installed, `make test-all' stopped at test/rdoc/test_rdoc_ri_driver.rb.
/home/kazu/... -
02:34 AM Revision 1584d7a7 (git): * time.c (time_mdump, time_mload): preserves GMT status.
- [ruby-core:19252]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@19742 b2dd03c8-39d4-4d8f-98ff-823fe... -
02:06 AM Bug #625 (Closed): rb_io_fread does not work
- =begin
遠藤です。
DEPRECATED(int rb_getc(FILE*));
DEPRECATED(long rb_io_fread(char *, long, FILE *));
DEPRECATED... - 01:40 AM Revision 176fda7c (git): removed miniunit's tests
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19741 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:18 AM Revision 7ebbb387 (git): Added minitest 1.3.0
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:17 AM Revision 30e76a6a (git): Restored test/unit
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:56 AM Revision 3e66bda3 (git): Removing miniunit
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10/09/2008
-
07:59 PM Bug #624 (Closed): ArgumentError on "%c" % 0x80
- =begin
成瀬です。
Tanaka Akira wrote:
> In article <[email protected]>,
> Tanaka Akira <[email protected]> wr... -
06:41 PM Revision 94355e29 (git): * sprintf.c (rb_str_format): check if codepoint for %c is valid.
- [ruby-dev:36691]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:55 PM Revision 017ff9bf (git): * encoding.c (enc_names): minor improvement.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19736 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:12 PM Bug #623 (Closed): optparseでオプションが重複していると--helpと挙動が違う
- =begin
# バージョンに迷ってredmineに登録していなかった[ruby-dev:35801]の件を
# redmineの方に入れておきます。
opts.onでオプションが重複していると--helpでは
先... -
03:21 PM Revision 29be7a15 (git): * lib/optparse.rb (ParseError.filter_backtrace): removes internal
- backtrace.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@19735 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:21 PM Revision 05124e6a (git): * lib/optparse.rb (ParseError.filter_backtrace): removes internal
- backtrace.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19735 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 03:12 PM Revision 65fcdd10 (git): * 2008-10-10
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:12 PM Revision fc9c37df (git): * transcode.c (rb_econv_add_coverter): remove unnecessary NULL check.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:53 PM Revision 0993a941 (git): * 2008-10-09
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@19732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:53 PM Revision fd8ca756 (git): * misc/ruby-style.el (ruby-style-c-mode): buffer may not have file
- name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:53 PM Revision 98520c48 (git): * misc/ruby-style.el (ruby-style-c-mode): buffer may not have file
- name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@19731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:31 PM Revision 2f67ef83 (git): * process.c (run_exec_dup2): fix resource leak.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:24 PM Revision ab2868bf (git): * process.c (rb_run_exec_options): fix resource leak.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:16 PM Revision 270f2f15 (git): * test/ruby/test_module.rb (test_remove_class_variable): add a test
- for Class#remove_class_variable.
* test/ruby/test_object.rb (test_remove_instance_variable): add a test
for Object... -
01:07 PM Revision ae4bc66b (git): * variable.c (rb_mod_remove_cvar): fix r19711.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:18 PM Revision 525b4535 (git): * ext/syck/syck.c (syck_lookup_sym): remove reading uninitialized
- variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19726 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:34 AM Revision 3b1e5ba3 (git): * ext/json/ext/generator/extconf.rb: fix target.
- * ext/json/ext/parser/extconf.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19725 b2dd03c8-39d4-4d8f-... -
07:33 AM Revision 1339a862 (git): * add test for Encoding#names.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:47 AM Revision c86ce094 (git): * include/ruby/ruby.h: embeds the elements of an array into its
- struct RArray for # of elements <= 3.
* array.c: ditto.
* gc.c (gc_mark_children): following the ch... -
02:52 AM Revision 517a1c34 (git): * encoding.c (Init_Encoding): new instance method Encoding#names,
- returns its name and alias names.
* encoding.c (enc_names): defined for Encoding#names.
* encoding.c (enc_names_i):... -
12:46 AM Revision f59b1dfb (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19721 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10/08/2008
- 11:49 PM Revision 8fe2011e (git): * 2008-10-09
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:49 PM Revision 22c8e88b (git): * thread.c (rb_thread_wait_fd_rw): should not block by select if
- there's only one thread living. fixed [ruby-dev:36646].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19719 b2d... -
05:49 PM Bug #345: 1.9 racc appears to seg fault
- =begin
Hi,
At Wed, 8 Oct 2008 14:31:00 +0900,
Roger Pack wrote in [ruby-core:19192]:
> Perhaps you can help me ... -
03:41 PM Bug #345: 1.9 racc appears to seg fault
- =begin
On Oct 7, 2008, at 22:31 , Roger Pack wrote:
> Perhaps you can help me understand this -- so with String... -
02:33 PM Bug #345: 1.9 racc appears to seg fault
- =begin
Perhaps you can help me understand this -- so with StringIO you can't call an aliased constructor
req... -
02:21 PM Bug #617: rubygems depend on test/unit/ui/console/testrunner
- =begin
On Oct 7, 2008, at 07:43 AM, Yusuke ENDOH wrote:
> Executing gem with --test may fail because of requiring... -
04:10 AM Bug #617: rubygems depend on test/unit/ui/console/testrunner
- =begin
On Oct 7, 2008, at 07:43 , Yusuke ENDOH wrote:
> Executing gem with --test may fail because of requiring... -
01:13 PM Revision 43f77aaf (git): revert previous commit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:05 PM Revision b7212ba6 (git): * ext/win32ole/win32ole.c (ole_init_cp): initialize WIN32OLE.codepage
- according to Encoding.default_internal and
Encoding.default_external.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
10:06 AM Revision d2450856 (git): add an assertion.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:06 AM Revision 470a309c (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:03 AM Revision cd9f5a1e (git): * ext/json/lib/json/pure/generator.rb (utf8_to_json):
- process each unpacked Unicode character.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19714 b2dd03c8-39d4-4d8f-... -
06:01 AM Revision 87259f9a (git): * ext/json/lib/json/pure/parser.rb
- (JSON::Pure::Parser#parse_string): force_encoding("UTF-8").
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19713 ... -
04:10 AM Bug #618: some tests still seem to depend on test/unit
- =begin
On Oct 7, 2008, at 07:49 , Yusuke ENDOH wrote:
> $ ruby19 test/json/runner.rb
> test/json/runner.rb:3:i... -
03:00 AM Revision ccf184d9 (git): * lib/test/unit/assertions.rb: assert_nothing_thrown,
- assert_raise, assert_not_equal, assert_no_match, assert_not_nil,
assert_not_same are coming back as alias.
git-svn... -
02:23 AM Revision 97ed063e (git): * variable.c (classname, rb_obj_remove_instance_variable),
- (autoload_delete, autoload_file, rb_mod_remove_const),
(rb_mod_remove_cvar): fixed type-punned pointer casts.
git... -
02:23 AM Revision fd1dc666 (git): * variable.c (classname, rb_obj_remove_instance_variable),
- (autoload_delete, autoload_file, rb_mod_remove_const),
(rb_mod_remove_cvar): fixed type-punned pointer casts.
git... -
02:18 AM Revision 31d9b74f (git): * variable.c (autoload_delete, autoload_file): should not delete
- autoload table, since it may be shared with duplicated modules.
[ruby-core:19181]
git-svn-id: svn+ssh://ci.ruby-l... -
02:18 AM Revision d011b2e3 (git): * variable.c (autoload_delete, autoload_file): should not delete
- autoload table, since it may be shared with duplicated modules.
[ruby-core:19181]
git-svn-id: svn+ssh://ci.ruby-l... -
12:52 AM Feature #615: "with" operator
- =begin
On Oct 6, 4:20 pm, "Austin Ziegler" <[email protected]> wrote:
> On Mon, Oct 6, 2008 at 3:34 PM, Tran... -
12:10 AM Feature #619 (Closed): improved performance of BASIC_OP_UNREDEFINED_P
- =begin
ruby_vm_redefined_flag uses bit arithmetic to manage which flags have been redefined. Performance can be imp...
10/07/2008
-
11:51 PM Bug #618 (Closed): some tests still seem to depend on test/unit
- =begin
$ ruby19 test/json/runner.rb
test/json/runner.rb:3:in `require': no such file to load --
test/unit/ui/con... -
11:45 PM Bug #617 (Closed): rubygems depend on test/unit/ui/console/testrunner
- =begin
Hi,
Executing gem with --test may fail because of requiring
test/unit/ui/console/testrunner.
$... -
05:39 PM Revision baeeebf4 (git): * encoding.c (rb_default_internal_encoding): merged a patch from
- Michael Selig <michael.selig at fs.com.au> in [ruby-core:18985].
* io.c (rb_io_ext_int_to_encs): ditto.
* ruby.c (p... - 03:10 PM Revision 6bf5cc53 (git): * 2008-10-08
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@19708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:10 PM Revision 9bc8364a (git): * lib/date.rb (today,now): should produce own instances.
- [ruby-talk:317020]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@19707 b2dd03c8-39d4-4d8f-98ff-823... - 03:08 PM Revision 0b184b47 (git): * 2008-10-08
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19706 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:08 PM Revision 2bf7d240 (git): * lib/date.rb (today,now): should produce own instances.
- [ruby-talk:317020]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:41 PM Feature #615: "with" operator
- =begin
At 11:56 08/10/07, _why wrote:
>On Tue, Oct 07, 2008 at 05:47:23AM +0900, David A. Black wrote:
>> I've onl... -
05:22 AM Feature #615: "with" operator
- =begin
On Mon, Oct 6, 2008 at 3:34 PM, Trans <[email protected]> wrote:
> On Oct 6, 2:11 pm, _why <w...@ruby-lang... -
04:36 AM Feature #615: "with" operator
- =begin
On Oct 6, 2:11 pm, _why <[email protected]> wrote:
> While investigating Guy Decoux's old messages, I've ... -
01:48 AM Feature #615: "with" operator
- =begin
On Oct 5, 2008, at 15:35 , Dave Thomas wrote:
> Issue #615 has been updated by Dave Thomas.
>
>
> irb... -
07:50 AM Revision 84f677d2 (git): * ext/json/lib/json/pure/generator.rb (utf8_to_json):
- force_encoding before gsub.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19704 b2dd03c8-39d4-4d8f-98ff-823fe69b... -
07:37 AM Revision 6d58b1e5 (git): * ext/json/lib/json/pure/generator.rb (utf8_to_json):
- downcase the result of Unicode escape.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19703 b2dd03c8-39d4-4d8f-98...
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...
Also available in: Atom