[前][次][スレッド一覧][上]

ruby-changes:5001-5100

   5001 2008-05-20 23:26 [ko1@a...            ] mame -  Ruby:r16494 (trunk): * test/ruby/test_array.rb: fix tests for 64bit CPU.
   5002 2008-05-21 01:35 [ko1@a...            ] gotoyuzo -  Ruby:r16495 (ruby_1_8_6, ruby_1_8_5): * lib/webrick/httpservlet/filehandler.rb: should normalize path
   5003 2008-05-21 01:37 [ko1@a...            ] naruse -  Ruby:r16496 (trunk): * transcode.c, include/ruby/encodng.h (rb_str_transcode):
   5004 2008-05-21 01:48 [ko1@a...            ] usa -  Ruby:r16497 (trunk): * test/ruby/test_file_exhaustive.rb (setup): workaround for Windows
   5005 2008-05-21 04:21 [ko1@a...            ] naruse -  Ruby:r16498 (trunk): * encoding.c (rb_ascii8bit_encoding): use ENCINDEX_ASCII.
   5006 2008-05-21 07:26 [ko1@a...            ] naruse -  Ruby:r16499 (trunk): * encoding.c, include/ruby/encoding.h
   5007 2008-05-21 07:49 [ko1@a...            ] naruse -  Ruby:r16500 (trunk): * string.c (rb_usascii_str_new): use rb_str_new.
   5008 2008-05-21 07:50 [ko1@a...            ] naruse -  Ruby:r16501 (trunk): * fix for (rb_enc_get_index(obj) == idx) case.
   5009 2008-05-21 10:52 [ko1@a...            ] nobu -  Ruby:r16502 (trunk): * ChangeLog: reverted logs erased at r16491.
   5010 2008-05-21 12:35 [ko1@a...            ] nobu -  Ruby:r16503 (ruby_1_8): * hash.c (rb_hash_delete): rdoc fix based on a patch from Gaston Ramos
   5011 2008-05-21 16:50 [ko1@a...            ] matz -  Ruby:r16504 (trunk): * array.c (rb_ary_compact_bang): avoid forceful realloc.
   5012 2008-05-21 17:48 [ko1@a...            ] naruse -  Ruby:r16505 (trunk): * ext/nkf/nkf-utf8/nkf.c (nkf_enc_find_index):
   5013 2008-05-21 23:22 [ko1@a...            ] ko1 -  Ruby:r16506 (trunk): * bootstraptest/test_eval.rb: fix syntax.
   5014 2008-05-21 23:30 [ko1@a...            ] nobu -  Ruby:r16507 (ruby_1_8): * eval.c (search_method, remove_method, error_print, rb_alias)
   5015 2008-05-21 23:32 [ko1@a...            ] nobu -  Ruby:r16508 (ruby_1_8): * eval.c (rb_get_method_body, rb_alias, rb_eval): should not cache
   5016 2008-05-22 00:18 [ko1@a...            ] ko1 -  Ruby:r16509 (trunk): * insns.def, vm_insnhelper.c: specify "const".
   5017 2008-05-22 00:31 [ko1@a...            ] mame -  Ruby:r16510 (trunk): * test/ruby/test_require.rb: new tests for library requiring, to
   5018 2008-05-22 02:28 [ko1@a...            ] knu -  Ruby:r16511 (ruby_1_8_7): Merge from ruby_1_8.
   5019 2008-05-22 02:47 [ko1@a...            ] shugo -  Ruby:r16512 (trunk): * lib/net/imap.rb: do not use Thread#raise. 
   5020 2008-05-22 05:47 [ko1@a...            ] matz -  Ruby:r16513 (trunk): * proc.c (proc_dup): should copy safe_level from src proc
   5021 2008-05-22 05:50 [ko1@a...            ] matz -  Ruby:r16514 (ruby_1_8): * proc.c (proc_dup): should copy safe_level from src proc
   5022 2008-05-22 06:24 [ko1@a...            ] naruse -  Ruby:r16515 (trunk): * ext/nkf/nkf-utf8/nkf.c (nkf_str_caseeql): added.
   5023 2008-05-22 06:39 [ko1@a...            ] nagai -  Ruby:r16516 (ruby_1_8): * array.c (flatten): fix memory leak.
   5024 2008-05-22 06:41 [ko1@a...            ] nagai -  Ruby:r16517 (trunk): * array.c (flatten): fix memory leak.
   5025 2008-05-22 09:58 [ko1@a...            ] matz -  Ruby:r16518 (trunk): * array.c (flatten): free memo hash table before raising exception.
   5026 2008-05-22 09:58 [ko1@a...            ] matz -  Ruby:r16519 (ruby_1_8): * array.c (flatten): free memo hash table before raising exception.
   5027 2008-05-22 11:41 [ko1@a...            ] akr -  Ruby:r16520 (trunk): * test/ruby/envutil.rb (assert_normal_exit): capture stdout and stderr
   5028 2008-05-22 12:32 [ko1@a...            ] knu -  Ruby:r16521 (ruby_1_8_7): Merge from ruby_1_8.
   5029 2008-05-22 12:41 [ko1@a...            ] nobu -  Ruby:r16522 (trunk): * array.c (flatten): check if reentered.  
   5030 2008-05-22 12:52 [ko1@a...            ] akr -  Ruby:r16523 (trunk): * insns.def (newhash): fix a variable definition: "const k".
   5031 2008-05-22 13:28 [ko1@a...            ] ko1 -  Ruby:r16524 (trunk): * eval.c, vm.c, vm_core.h, vm_insnhelper.c: specify "const".
   5032 2008-05-22 14:21 [ko1@a...            ] nobu -  Ruby:r16525 (ruby_1_8, trunk): * array.c (flatten): check if reentered.  
   5033 2008-05-22 15:23 [ko1@a...            ] usa -  Ruby:r16526 (trunk): * eval_intern.h, vm_core.h, include/ruby/intern.h, include/ruby/ruby.h,
   5034 2008-05-22 17:13 [ko1@a...            ] akr -  Ruby:r16527 (trunk): add a test for Array#compact!.
   5035 2008-05-22 17:19 [ko1@a...            ] akr -  Ruby:r16528 (trunk): * array.c (rb_ary_compact_bang): fix reallocation size.
   5036 2008-05-22 17:41 [ko1@a...            ] akr -  Ruby:r16529 (trunk): add a test for .
   5037 2008-05-22 18:55 [ko1@a...            ] nobu -  Ruby:r16530 (trunk): * vm.c (vm_get_ruby_level_cfp): moved from eval_intern.h.
   5038 2008-05-22 19:01 [ko1@a...            ] nobu -  Ruby:r16531 (trunk): * vm.c (sdr, nsdr): define methods only if VMDEBUG is defined.
   5039 2008-05-22 20:17 [ko1@a...            ] mame -  Ruby:r16532 (trunk): * iseq.c (iseq_load, iseq_data_to_ary): support
   5040 2008-05-22 20:21 [ko1@a...            ] nobu -  Ruby:r16533 (trunk): * marshal.c (check_dump_arg, check_load_arg): check if reentered.
   5041 2008-05-22 21:27 [ko1@a...            ] matz -  Ruby:r16534 (ruby_1_8): * parse.y (top_local_setup): fixed memory leak bug based on a
   5042 2008-05-22 23:46 [ko1@a...            ] mame -  Ruby:r16535 (trunk): * compile.c (get_destination_insn, get_next_insn, get_prev_insn):
   5043 2008-05-23 00:51 [ko1@a...            ] knu -  Ruby:r16536 (ruby_1_8): * eval.c (rb_copy_node_scope), node.h: Rename from copy_node_scope
   5044 2008-05-23 00:53 [ko1@a...            ] knu -  Ruby:r16537 (ruby_1_8): * class.c (clone_method): Totally revamp the previous fix which
   5045 2008-05-23 01:04 [ko1@a...            ] knu -  Ruby:r16538 (ruby_1_8): * class.c (rb_singleton_class_clone): Pass Qnil, not 0.
   5046 2008-05-23 01:08 [ko1@a...            ] knu -  Ruby:r16539 (ruby_1_8_7): Merge from ruby_1_8.
   5047 2008-05-23 01:19 [ko1@a...            ] Ruby:r16540 (trunk): * eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h,
   5048 2008-05-23 02:31 [ko1@a...            ] Ruby:r16541 (trunk): * insns.def (opt_gt|ge|lt|le): use values directly to compare.
   5049 2008-05-23 03:16 [ko1@a...            ] Ruby:r16542: * svn:ignoRe: added GNUmakefile.
   5050 2008-05-23 03:50 [ko1@a...            ] Ruby:r16543 (ruby_1_8): * class.c (clone_method): Just use ruby_cref as cref.
   5051 2008-05-23 04:27 [ko1@a...            ] Ruby:r16544 (ruby_1_8): * ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c: fix memory leak.
   5052 2008-05-23 04:30 [ko1@a...            ] Ruby:r16545 (trunk): trivial change.    
   5053 2008-05-23 04:31 [ko1@a...            ] Ruby:r16546: svn:ignoRe: added rubyspec 
   5054 2008-05-23 04:31 [ko1@a...            ] Ruby:r16547: svn:ignoRe: added rubyspec 
   5055 2008-05-23 06:15 [ko1@a...            ] Ruby:r16548 (trunk): * iseq.c (rb_iseq_compile_with_option): get rid of segv.
   5056 2008-05-23 09:53 [ko1@a...            ] Ruby:r16549 (ruby_1_8): * configure.in (MINIRUBY), common.mk (RUBYOPT): add purelib.rb.
   5057 2008-05-23 12:21 [ko1@a...            ] Ruby:r16550 (trunk): * .gdbinit (rp): T_VALUES is no longer defined.
   5058 2008-05-23 12:24 [ko1@a...            ] Ruby:r16551 (trunk): * vm_core.h (rb_num_t): moved form vm.h.
   5059 2008-05-23 12:25 [ko1@a...            ] Ruby:r16552 (trunk): * vm_dump.c (vm_stack_dump_raw): suppress warnings.
   5060 2008-05-23 13:46 [ko1@a...            ] Ruby:r16553 (ruby_1_8): * configure.in (cflags): commit miss.
   5061 2008-05-23 14:30 [ko1@a...            ] Ruby:r16555 (ruby_1_8_7): Remove duplicate entries.
   5062 2008-05-23 16:49 [ko1@a...            ] Ruby:r16557 (ruby_1_8): * enumerator.c (proc_call): Remove an unused static function.
   5063 2008-05-23 16:50 [ko1@a...            ] Ruby:r16558 (trunk): * enumerator.c (Init_Enumerator): Override
   5064 2008-05-23 18:01 [ko1@a...            ] Ruby:r16559 (trunk): * array.c (rb_ary_slice_bang): Be consistent with Array#slice()
   5065 2008-05-24 00:53 [ko1@a...            ] Ruby:r16560 (ruby_1_8): * lib/rational.rb (Rational#to_i): fix rdoc.  Rational(-7,4).to_i
   5066 2008-05-24 02:46 [ko1@a...            ] Ruby:r16561 (trunk): fix a ML ref.      
   5067 2008-05-24 08:15 [ko1@a...            ] Ruby:r16562 (trunk): * transcode.c (rb_str_transcode): argc is 1, and argv is &to.
   5068 2008-05-24 09:43 [ko1@a...            ] Ruby:r16563 (ruby_1_8): * error.c (syserr_eqq): === should be able to handle delegated
   5069 2008-05-24 09:43 [ko1@a...            ] Ruby:r16564 (ruby_1_8): * marshal.c (reentrant_check): check reentrance via callcc.
   5070 2008-05-24 11:11 [ko1@a...            ] Ruby:r16565 (trunk): add a test for .   
   5071 2008-05-24 11:12 [ko1@a...            ] Ruby:r16566 (trunk): add a test for .   
   5072 2008-05-24 11:30 [ko1@a...            ] Ruby:r16567 (trunk): add a test for .   
   5073 2008-05-24 15:30 [ko1@a...            ] Ruby:r16568 (trunk): * compile.c (iseq_set_exception_table, NODE_WHILE, NODE_NEXT): remove
   5074 2008-05-24 22:29 [ko1@a...            ] Ruby:r16569 (ruby_1_8): * marshal.c (marshal_load): should initialize arg.data used for
   5075 2008-05-24 22:34 [ko1@a...            ] Ruby:r16570 (ruby_1_8): * object.c (rb_cstr_to_dbl): should clear errno before calling
   5076 2008-05-24 22:39 [ko1@a...            ] Ruby:r16571 (trunk): * object.c (rb_cstr_to_dbl): should clear errno before calling
   5077 2008-05-24 22:40 [ko1@a...            ] Ruby:r16572 (trunk): * error.c (exc_equal): == operator should be transitional.
   5078 2008-05-25 02:47 [ko1@a...            ] Ruby:r16573 (ruby_1_8): * error.c (syserr_eqq): Use en.
   5079 2008-05-25 02:48 [ko1@a...            ] Ruby:r16574 (ruby_1_8): 20080525        
   5080 2008-05-25 02:49 [ko1@a...            ] Ruby:r16575 (ruby_1_8_7): Merge from ruby_1_8.
   5081 2008-05-25 02:50 [ko1@a...            ] Ruby:r16576 (trunk): * eval_method.c: renamed from vm_method.c.  "vm_method.c" is included
   5082 2008-05-25 03:13 [ko1@a...            ] Ruby:r16577 (ruby_1_8): * eval.c (Init_Thread): Initialize recursive_key.
   5083 2008-05-25 03:16 [ko1@a...            ] Ruby:r16578 (ruby_1_8_7): Merge from ruby_1_8.
   5084 2008-05-25 03:26 [ko1@a...            ] Ruby:r16579 (trunk): * vm_eval.c: added.  Some codes are moved from "eval.c"
   5085 2008-05-25 03:56 [ko1@a...            ] Ruby:r16580 (trunk): * test/ruby/test_modules.rb (test_ancestors, test_included_modules):
   5086 2008-05-25 04:32 [ko1@a...            ] Ruby:r16581 (trunk): * test/ruby/test_modules.rb (remove_json_mixins): change judgment
   5087 2008-05-25 05:08 [ko1@a...            ] Ruby:r16582 (ruby_1_8): * array.c (rb_ary_slice_bang): Be consistent with Array#slice()
   5088 2008-05-25 05:22 [ko1@a...            ] Ruby:r16583 (ruby_1_8_7): Merge from ruby_1_8.
   5089 2008-05-25 05:28 [ko1@a...            ] Ruby:r16584 (ruby_1_8): fix a typo      
   5090 2008-05-25 05:29 [ko1@a...            ] Ruby:r16585 (ruby_1_8_7): fix a typo    
   5091 2008-05-25 10:12 [ko1@a...            ] Ruby:r16586 (trunk): * vm_eval.c: set properties.
   5092 2008-05-25 17:53 [ko1@a...            ] Ruby:r16587 (trunk): * compile.c (iseq_build_body): remove side effect from
   5093 2008-05-25 17:55 [ko1@a...            ] Ruby:r16588 (trunk): * compile.c (iseq_compile): set local_table for
   5094 2008-05-25 19:54 [ko1@a...            ] Ruby:r16589 (ruby_1_8): * hash.c (env_delete_if): Return an enumerator if no block is
   5095 2008-05-26 00:42 [ko1@a...            ] Ruby:r16590 (trunk): * hash.c (env_each_value): Do not call env_values() twice.
   5096 2008-05-26 01:06 [ko1@a...            ] Ruby:r16591 (trunk): * hash.c (env_each_key, env_each_value, env_reject_bang)
   5097 2008-05-26 01:19 [ko1@a...            ] Ruby:r16592 (trunk): * test/ruby/envutil.rb (assert_normal_exit): signal description
   5098 2008-05-26 03:22 [ko1@a...            ] Ruby:r16593 (ruby_1_8): * hash.c (rb_hash_default): Fix rdoc.
   5099 2008-05-26 03:33 [ko1@a...            ] Ruby:r16594 (ruby_1_8_7): Merge from ruby_1_8.
   5100 2008-05-26 07:16 [ko1@a...            ] Ruby:r16595 (trunk): * vm_dump.c (rb_vm_bugreport): rb_make_backtrace has no arguments.

[前][次][スレッド一覧][上]