[前][次][番号順一覧][上]

ruby-cvs:23701-23800

  23701 2008-05-19 06:22 [knu ruby-lang.org   ] Ruby:r16461 (ruby_1_8): 2008-05-19      
  23702 2008-05-19 06:25 [knu ruby-lang.org   ] Ruby:r16462 (ruby_1_8_7): Merge a NEWS entry from ruby_1_8.
  23703 2008-05-19 06:38 [knu ruby-lang.org   ] Ruby:r16463 (ruby_1_8_7): Releasing as 1.8.7-preview3..
  23704 2008-05-19 06:49 [knu ruby-lang.org   ] Ruby:r16464 (v1_8_7_preview3): Tag for 1.8.7-preview3.
  23705 2008-05-19 11:56 [knu ruby-lang.org   ] Ruby:r16465 (ruby_1_8): * ext/openssl/openssl_missing.c (HMAC_CTX_copy): adopted
  23706 2008-05-19 11:56 [knu ruby-lang.org   ] Ruby:r16466 (trunk): fix grammo.        
  23707 2008-05-19 12:00 [knu ruby-lang.org   ] Ruby:r16467 (ruby_1_8_7): * ext/openssl/openssl_missing.c (HMAC_CTX_copy): adopted
  23708 2008-05-19 12:08 [ko1 ruby-lang.org   ] Ruby:r16468 (trunk): * vm.c, insns.def, eval.c, vm_insnhelper.c: fix CREF handling.
  23709 2008-05-19 13:01 [nobu ruby-lang.org  ] Ruby:r16469 (ruby_1_8): * common.mk ({MSPEC,RUBYSPEC}_GIT_URL): moved from Makefine.in.
  23710 2008-05-19 13:26 [usa ruby-lang.org   ] Ruby:r16470 (trunk): * process.c (rb_spawn_internal): set last_status when status == -1
  23711 2008-05-19 13:31 [usa ruby-lang.org   ] Ruby:r16471 (ruby_1_8): * process.c (rb_f_system): set last_status when status == -1 because
  23712 2008-05-19 14:20 [ko1 ruby-lang.org   ] Ruby:r16472 (trunk): * bootstraptest/test_knownbug.rb: move solved tests.
  23713 2008-05-19 14:21 [usa ruby-lang.org   ] Ruby:r16473 (ruby_1_8): * sprintf.c (rb_f_sprintf): fixed SEGV on win32 with "% 0e" % 1.0/0.0.
  23714 2008-05-19 14:33 [ko1 ruby-lang.org   ] Ruby:r16474 (trunk): * version.h: fix strange change by version.h update tool.
  23715 2008-05-19 14:44 [knu ruby-lang.org   ] Ruby:r16475 (ruby_1_8_7): Merge from ruby_1_8.
  23716 2008-05-19 16:30 [akr ruby-lang.org   ] Ruby:r16476 (trunk): add a test.        
  23717 2008-05-19 17:25 [matz ruby-lang.org  ] Ruby:r16477 (trunk): * regparse.c (PINC): use optimized enclen() instead of
  23718 2008-05-19 18:27 [knu ruby-lang.org   ] Ruby:r16478 (trunk): * ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): Fix the type
  23719 2008-05-19 18:29 [knu ruby-lang.org   ] Ruby:r16479 (ruby_1_8): * ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): Fix the type
  23720 2008-05-19 18:30 [knu ruby-lang.org   ] Ruby:r16480 (ruby_1_8_7): Merge from ruby_1_8.
  23721 2008-05-19 21:09 [ko1 ruby-lang.org   ] Ruby:r16481 (trunk): * thread_pthread.c (native_thread_apply_priority):
  23722 2008-05-19 23:21 [mame ruby-lang.org  ] Ruby:r16482 (trunk): * regexec.c (slow_search): check the case when the length is 1.
  23723 2008-05-19 23:36 [ko1 ruby-lang.org   ] Ruby:r16483 (trunk): * vm.c (invoke_block_from_c): fix call flow.
  23724 2008-05-20 01:14 [mame ruby-lang.org  ] Ruby:r16484 (trunk): * parse.y (assignable_gen): when "self = 1" was evalueted, unnecessary
  23725 2008-05-20 01:47 [ko1 ruby-lang.org   ] Ruby:r16485 (trunk): * bootstraptest/test_knownbug.rb: fix a test.
  23726 2008-05-20 03:47 [ko1 ruby-lang.org   ] Ruby:r16486 (trunk): * eval.c, vm_insnhelper.c: fix cref in instance_eval
  23727 2008-05-20 11:36 [nobu ruby-lang.org  ] Ruby:r16487 (trunk): * include/ruby/ruby.h (PRI[diouxX]VALUE): printf format for VALUE.
  23728 2008-05-20 12:13 [nobu ruby-lang.org  ] Ruby:r16488 (trunk): * ruby.c (proc_options, process_options): --dump option.
  23729 2008-05-20 13:16 [knu ruby-lang.org   ] Ruby:r16489 (ruby_1_8): * file.c (lchmod_internal): Remove a compiler warning.
  23730 2008-05-20 13:19 [nobu ruby-lang.org  ] Ruby:r16490 (trunk): * ruby.c (process_options): --dump option exit immediately.
  23731 2008-05-20 13:20 [nobu ruby-lang.org  ] Ruby:r16491 (trunk): * ext/nkf/nkf.c (rb_nkf_convert), ext/nkf/nkf-utf8/nkf.c
  23732 2008-05-20 16:59 [matz ruby-lang.org  ] Ruby:r16492 (trunk): * string.c (rb_enc_strlen_cr): need to set ENC_CODERANGE_7BIT if
  23733 2008-05-20 22:10 [naruse ruby-lang.org] Ruby:r16493 (trunk): * ext/nkf/nkf-utf8/nkf.c (rb_nkf_convert) (nkf_enc_without_bom):
  23734 2008-05-20 23:26 [mame ruby-lang.org  ] Ruby:r16494 (trunk): * test/ruby/test_array.rb: fix tests for 64bit CPU.
  23735 2008-05-21 01:35 [gotoyuzo ruby-lang.o] Ruby:r16495 (ruby_1_8_6, ruby_1_8_5): * lib/webrick/httpservlet/filehandler.rb: should normalize path
  23736 2008-05-21 01:37 [naruse ruby-lang.org] Ruby:r16496 (trunk): * transcode.c, include/ruby/encodng.h (rb_str_transcode):
  23737 2008-05-21 01:48 [usa ruby-lang.org   ] Ruby:r16497 (trunk): * test/ruby/test_file_exhaustive.rb (setup): workaround for Windows
  23738 2008-05-21 04:21 [naruse ruby-lang.org] Ruby:r16498 (trunk): * encoding.c (rb_ascii8bit_encoding): use ENCINDEX_ASCII.
  23739 2008-05-21 07:26 [naruse ruby-lang.org] Ruby:r16499 (trunk): * encoding.c, include/ruby/encoding.h
  23740 2008-05-21 07:48 [naruse ruby-lang.org] Ruby:r16500 (trunk): * string.c (rb_usascii_str_new): use rb_str_new.
  23741 2008-05-21 07:50 [naruse ruby-lang.org] Ruby:r16501 (trunk): * fix for (rb_enc_get_index(obj) == idx) case.
  23742 2008-05-21 10:52 [nobu ruby-lang.org  ] Ruby:r16502 (trunk): * ChangeLog: reverted logs erased at r16491.
  23743 2008-05-21 12:34 [nobu ruby-lang.org  ] Ruby:r16503 (ruby_1_8): * hash.c (rb_hash_delete): rdoc fix based on a patch from Gaston Ramos
  23744 2008-05-21 16:50 [matz ruby-lang.org  ] Ruby:r16504 (trunk): * array.c (rb_ary_compact_bang): avoid forceful realloc.
  23745 2008-05-21 17:48 [naruse ruby-lang.org] Ruby:r16505 (trunk): * ext/nkf/nkf-utf8/nkf.c (nkf_enc_find_index):
  23746 2008-05-21 23:22 [ko1 ruby-lang.org   ] Ruby:r16506 (trunk): * bootstraptest/test_eval.rb: fix syntax.
  23747 2008-05-21 23:29 [nobu ruby-lang.org  ] Ruby:r16507 (ruby_1_8): * eval.c (search_method, remove_method, error_print, rb_alias)
  23748 2008-05-21 23:31 [nobu ruby-lang.org  ] Ruby:r16508 (ruby_1_8): * eval.c (rb_get_method_body, rb_alias, rb_eval): should not cache
  23749 2008-05-22 00:18 [ko1 ruby-lang.org   ] Ruby:r16509 (trunk): * insns.def, vm_insnhelper.c: specify "const".
  23750 2008-05-22 00:31 [mame ruby-lang.org  ] Ruby:r16510 (trunk): * test/ruby/test_require.rb: new tests for library requiring, to
  23751 2008-05-22 02:27 [knu ruby-lang.org   ] Ruby:r16511 (ruby_1_8_7): Merge from ruby_1_8.
  23752 2008-05-22 02:47 [shugo ruby-lang.org ] Ruby:r16512 (trunk): * lib/net/imap.rb: do not use Thread#raise. [ruby-dev:34739]
  23753 2008-05-22 05:47 [matz ruby-lang.org  ] Ruby:r16513 (trunk): * proc.c (proc_dup): should copy safe_level from src proc
  23754 2008-05-22 05:50 [matz ruby-lang.org  ] Ruby:r16514 (ruby_1_8): * proc.c (proc_dup): should copy safe_level from src proc
  23755 2008-05-22 06:23 [naruse ruby-lang.org] Ruby:r16515 (trunk): * ext/nkf/nkf-utf8/nkf.c (nkf_str_caseeql): added.
  23756 2008-05-22 06:38 [nagai ruby-lang.org ] Ruby:r16516 (ruby_1_8): * array.c (flatten): fix memory leak.
  23757 2008-05-22 06:41 [nagai ruby-lang.org ] Ruby:r16517 (trunk): * array.c (flatten): fix memory leak.
  23758 2008-05-22 09:57 [matz ruby-lang.org  ] Ruby:r16518 (trunk): * array.c (flatten): free memo hash table before raising exception.
  23759 2008-05-22 09:57 [matz ruby-lang.org  ] Ruby:r16519 (ruby_1_8): * array.c (flatten): free memo hash table before raising exception.
  23760 2008-05-22 11:40 [akr ruby-lang.org   ] Ruby:r16520 (trunk): * test/ruby/envutil.rb (assert_normal_exit): capture stdout and stderr
  23761 2008-05-22 12:31 [knu ruby-lang.org   ] Ruby:r16521 (ruby_1_8_7): Merge from ruby_1_8.
  23762 2008-05-22 12:40 [nobu ruby-lang.org  ] Ruby:r16522 (trunk): * array.c (flatten): check if reentered.  [ruby-dev:34798]
  23763 2008-05-22 12:52 [akr ruby-lang.org   ] Ruby:r16523 (trunk): * insns.def (newhash): fix a variable definition: "const k".
  23764 2008-05-22 13:28 [ko1 ruby-lang.org   ] Ruby:r16524 (trunk): * eval.c, vm.c, vm_core.h, vm_insnhelper.c: specify "const".
  23765 2008-05-22 14:21 [nobu ruby-lang.org  ] Ruby:r16525 (ruby_1_8, trunk): * array.c (flatten): check if reentered.  [ruby-dev:34798]
  23766 2008-05-22 15:22 [usa ruby-lang.org   ] Ruby:r16526 (trunk): * eval_intern.h, vm_core.h, include/ruby/intern.h, include/ruby/ruby.h,
  23767 2008-05-22 17:13 [akr ruby-lang.org   ] Ruby:r16527 (trunk): add a test for Array#compact!.
  23768 2008-05-22 17:19 [akr ruby-lang.org   ] Ruby:r16528 (trunk): * array.c (rb_ary_compact_bang): fix reallocation size.
  23769 2008-05-22 17:41 [akr ruby-lang.org   ] Ruby:r16529 (trunk): add a test for [ruby-dev:34802].
  23770 2008-05-22 18:55 [nobu ruby-lang.org  ] Ruby:r16530 (trunk): * vm.c (vm_get_ruby_level_cfp): moved from eval_intern.h.
  23771 2008-05-22 19:01 [nobu ruby-lang.org  ] Ruby:r16531 (trunk): * vm.c (sdr, nsdr): define methods only if VMDEBUG is defined.
  23772 2008-05-22 20:16 [mame ruby-lang.org  ] Ruby:r16532 (trunk): * iseq.c (iseq_load, iseq_data_to_ary): support
  23773 2008-05-22 20:20 [nobu ruby-lang.org  ] Ruby:r16533 (trunk): * marshal.c (check_dump_arg, check_load_arg): check if reentered.
  23774 2008-05-22 21:27 [matz ruby-lang.org  ] Ruby:r16534 (ruby_1_8): * parse.y (top_local_setup): fixed memory leak bug based on a
  23775 2008-05-22 23:45 [mame ruby-lang.org  ] Ruby:r16535 (trunk): * compile.c (get_destination_insn, get_next_insn, get_prev_insn):
  23776 2008-05-23 00:49 [knu ruby-lang.org   ] Ruby:r16536 (ruby_1_8): * eval.c (rb_copy_node_scope), node.h: Rename from copy_node_scope
  23777 2008-05-23 00:53 [knu ruby-lang.org   ] Ruby:r16537 (ruby_1_8): * class.c (clone_method): Totally revamp the previous fix which
  23778 2008-05-23 01:04 [knu ruby-lang.org   ] Ruby:r16538 (ruby_1_8): * class.c (rb_singleton_class_clone): Pass Qnil, not 0.
  23779 2008-05-23 01:07 [knu ruby-lang.org   ] Ruby:r16539 (ruby_1_8_7): Merge from ruby_1_8.
  23780 2008-05-23 01:19 [ko1 ruby-lang.org   ] Ruby:r16540 (trunk): * eval.c, eval_intern.h, include/ruby/intern.h, include/ruby/ruby.h,
  23781 2008-05-23 02:31 [ko1 ruby-lang.org   ] Ruby:r16541 (trunk): * insns.def (opt_gt|ge|lt|le): use values directly to compare.
  23782 2008-05-23 03:16 [nobu ruby-lang.org  ] Ruby:r16542: * svn:ignore: added GNUmakefile.
  23783 2008-05-23 03:50 [knu ruby-lang.org   ] Ruby:r16543 (ruby_1_8): * class.c (clone_method): Just use ruby_cref as cref.
  23784 2008-05-23 04:24 [nagai ruby-lang.org ] Ruby:r16544 (ruby_1_8): * ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c: fix memory leak.
  23785 2008-05-23 04:30 [kazu ruby-lang.org  ] Ruby:r16545 (trunk): trivial change.    
  23786 2008-05-23 04:31 [kazu ruby-lang.org  ] Ruby:r16546: svn:ignore: added rubyspec 
  23787 2008-05-23 04:31 [kazu ruby-lang.org  ] Ruby:r16547: svn:ignore: added rubyspec 
  23788 2008-05-23 06:15 [nobu ruby-lang.org  ] Ruby:r16548 (trunk): * iseq.c (rb_iseq_compile_with_option): get rid of segv.
  23789 2008-05-23 09:52 [nobu ruby-lang.org  ] Ruby:r16549 (ruby_1_8): * configure.in (MINIRUBY), common.mk (RUBYOPT): add purelib.rb.
  23790 2008-05-23 11:38 [nobu ruby-lang.org  ] Ruby:r16550 (trunk): * .gdbinit (rp): T_VALUES is no longer defined.
  23791 2008-05-23 12:23 [nobu ruby-lang.org  ] Ruby:r16551 (trunk): * vm_core.h (rb_num_t): moved form vm.h.
  23792 2008-05-23 12:25 [nobu ruby-lang.org  ] Ruby:r16552 (trunk): * vm_dump.c (vm_stack_dump_raw): suppress warnings.
  23793 2008-05-23 13:46 [nobu ruby-lang.org  ] Ruby:r16553 (ruby_1_8): * configure.in (cflags): commit miss.
  23794 2008-05-23 14:30 [knu ruby-lang.org   ] Ruby:r16555 (ruby_1_8_7): Remove duplicate entries.
  23795 2008-05-23 16:47 [knu ruby-lang.org   ] Ruby:r16557 (ruby_1_8): * enumerator.c (proc_call): Remove an unused static function.
  23796 2008-05-23 16:47 [knu ruby-lang.org   ] Ruby:r16558 (trunk): * enumerator.c (Init_Enumerator): Override
  23797 2008-05-23 18:01 [knu ruby-lang.org   ] Ruby:r16559 (trunk): * array.c (rb_ary_slice_bang): Be consistent with Array#slice()
  23798 2008-05-24 00:36 [akr ruby-lang.org   ] Ruby:r16560 (ruby_1_8): * lib/rational.rb (Rational#to_i): fix rdoc.  Rational(-7,4).to_i
  23799 2008-05-24 02:46 [akr ruby-lang.org   ] Ruby:r16561 (trunk): fix a ML ref.      
  23800 2008-05-24 08:15 [naruse ruby-lang.org] Ruby:r16562 (trunk): * transcode.c (rb_str_transcode): argc is 1, and argv is &to.

[前][次][番号順一覧][上]