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

ruby-changes:14801-14900

  14801 2010-02-14 12:10 [ko1@a...            ] Ruby:r26663 (trunk): avoid method redefinition.
  14802 2010-02-14 12:55 [ko1@a...            ] Ruby:r26664 (trunk): * marshal.c (r_object0): removed duplicated entry for regexp.
  14803 2010-02-15 13:14 [ko1@a...            ] Ruby:r26666 (trunk): * 2010-02-15       
  14804 2010-02-15 13:14 [ko1@a...            ] Ruby:r26665 (trunk): * array.c (rb_ary_push_m): use rb_ary_modify instead of
  14805 2010-02-15 17:50 [ko1@a...            ] Ruby:r26667 (trunk): * signal.c (USE_SIGALTSTACK): NetBSD can't use sigaltstack(2)
  14806 2010-02-15 18:00 [ko1@a...            ] Ruby:r26668 (trunk): More generic regular exression for test.
  14807 2010-02-15 18:03 [ko1@a...            ] Ruby:r26669 (trunk): fix previous commit.
  14808 2010-02-15 22:21 [ko1@a...            ] Ruby:r26670 (trunk): * time.c (time_add): propagate fixed time offset.
  14809 2010-02-15 22:31 [ko1@a...            ] Ruby:r26671 (trunk): * ext/zlib/zlib.c (zlib_mem_alloc): suppress valgrind warnings.
  14810 2010-02-15 22:49 [ko1@a...            ] Ruby:r26672 (trunk): * st.c (st_foreach): don't access ptr->hash after func call.
  14811 2010-02-15 23:09 [ko1@a...            ] Ruby:r26673 (trunk): * lib/pstore.rb (PStore#initialize): initialize @thread_safe.
  14812 2010-02-15 23:38 [ko1@a...            ] Ruby:r26674 (trunk): * io.c: check lseek error by errno.  NetBSD 4.0.1 may return -1 as
  14813 2010-02-16 08:52 [ko1@a...            ] Ruby:r26675 (trunk): * ext/dl/function.c: using ULONG2NUM to fix tests on i686.
  14814 2010-02-16 08:52 [ko1@a...            ] Ruby:r26676 (trunk): * 2010-02-16       
  14815 2010-02-16 11:06 [ko1@a...            ] Ruby:r26677 (trunk): * ext/dl/method.c: Adding DL::Method as a superclass for DL::Function
  14816 2010-02-16 18:54 [ko1@a...            ] Ruby:r26678 (trunk): * ChangeLog: removed trailing spaces.
  14817 2010-02-16 19:03 [ko1@a...            ] Ruby:r26680 (trunk): * test/dl/test_{base,handle}.rb: use more verbose assertions.
  14818 2010-02-16 19:19 [ko1@a...            ] Ruby:r26681 (trunk): * ext/dl/cfunc.c (rb_dlcfunc_call): convert signed value to
  14819 2010-02-16 21:03 [ko1@a...            ] Ruby:r26683 (ruby_1_8): * 2010-02-16    
  14820 2010-02-16 21:03 [ko1@a...            ] Ruby:r26682 (ruby_1_8, trunk): * file.c (rb_group_member): renamed from group_member.
  14821 2010-02-16 21:34 [ko1@a...            ] Ruby:r26684 (trunk): * gc.c (rb_objspace_call_finalizer): always run finalizer at exit,
  14822 2010-02-16 22:26 [ko1@a...            ] Ruby:r26686 (trunk): add a test.        
  14823 2010-02-17 01:20 [ko1@a...            ] Ruby:r26688 (trunk): * 2010-02-17       
  14824 2010-02-17 01:20 [ko1@a...            ] Ruby:r26687 (trunk): * hash.c (hash_update): always raise an exception when adding a new
  14825 2010-02-17 01:45 [ko1@a...            ] Ruby:r26689 (trunk): use assert_finish because the test hangs on FreeBSD.
  14826 2010-02-17 09:21 [ko1@a...            ] Ruby:r26690 (trunk): * test/dl/test_method.rb: sinf(3) is in libm.
  14827 2010-02-17 14:18 [ko1@a...            ] Ruby:r26691 (trunk): * ext/dl/depend: updated.
  14828 2010-02-17 14:21 [ko1@a...            ] Ruby:r26692 (trunk): * common.mk: ext/dl/callback no longer exists.
  14829 2010-02-17 14:26 [ko1@a...            ] Ruby:r26693 (trunk): * ext/dl/cfunc.c (rb_dlcfunc_inspect): get rid of overflow.
  14830 2010-02-17 17:06 [ko1@a...            ] Ruby:r26695 (trunk): * vm_insnhelper.c (vm_call_cfunc): removed unused variable.
  14831 2010-02-17 17:15 [ko1@a...            ] Ruby:r26696 (mvm): * thread_pthread.c (native_thread_init_stack): fixed merge miss.
  14832 2010-02-17 17:15 [ko1@a...            ] Ruby:r26697 (mvm): * 2010-02-17         
  14833 2010-02-17 17:16 [ko1@a...            ] Ruby:r26698 (mvm): * merged from trunk r26678:26697.
  14834 2010-02-17 17:23 [ko1@a...            ] Ruby:r26699 (mvm): * vm.c (InitVM_VM): fixed commit miss.
  14835 2010-02-17 21:27 [ko1@a...            ] Ruby:r26700 (trunk): * bootstraptest/runner.rb (assert_normal_exit): add :timeout option.
  14836 2010-02-17 21:48 [ko1@a...            ] Ruby:r26701 (trunk): * regcomp.c (setup_tree, onig_compile): optimize .* at last by
  14837 2010-02-18 01:27 [ko1@a...            ] Ruby:r26702 (trunk): add a test.        
  14838 2010-02-18 01:27 [ko1@a...            ] Ruby:r26703 (trunk): * 2010-02-18       
  14839 2010-02-18 02:21 [ko1@a...            ] Ruby:r26704 (trunk): * io.c (io_fread, io_getpartial, io_read, io_sysread): by using lock,
  14840 2010-02-18 21:53 [ko1@a...            ] Ruby:r26705 (trunk): * pack.c (pack_unpack): call PACK_ITEM_ADJUST for 'Q'.
  14841 2010-02-18 22:33 [ko1@a...            ] Ruby:r26706 (trunk): * confiure.in: new --with-ext and --with-out-ext options for extmk.
  14842 2010-02-18 22:49 [ko1@a...            ] Ruby:r26707 (trunk): * math.c (math_atanh): raise ERANGE without calling atanh if absolute
  14843 2010-02-19 00:12 [ko1@a...            ] Ruby:r26709 (trunk): * 2010-02-19       
  14844 2010-02-19 00:25 [ko1@a...            ] Ruby:r26710 (ruby_1_8): * pack.c (pack_unpack): call PACK_ITEM_ADJUST for 'Q'.
  14845 2010-02-19 00:25 [ko1@a...            ] Ruby:r26711 (ruby_1_8): * 2010-02-19    
  14846 2010-02-19 12:42 [ko1@a...            ] Ruby:r26712 (ruby_1_8): * ext/readline/readline.c (Init_readline): initialize
  14847 2010-02-19 16:01 [ko1@a...            ] Ruby:r26713 (trunk): Use only object_id to test living threads.
  14848 2010-02-19 16:50 [ko1@a...            ] Ruby:r26714 (trunk): * Makefile.in (config.status): ommit cached results.
  14849 2010-02-19 21:52 [ko1@a...            ] Ruby:r26715 (trunk): rdoc update.       
  14850 2010-02-20 12:19 [ko1@a...            ] Ruby:r26716 (trunk): indented.          
  14851 2010-02-20 12:19 [ko1@a...            ] Ruby:r26717 (trunk): * 2010-02-20       
  14852 2010-02-21 01:27 [ko1@a...            ] Ruby:r26719 (trunk): * 2010-02-21       
  14854 2010-02-21 06:27 [ko1@a...            ] Ruby:r26720 (trunk): * symbian/setup (config.h): HAVE_STRUCT_TIMEZONE, VOID_UNSETENV, and RUBY_LIB_VERSION_STYLE defined.
  14855 2010-02-21 06:29 [ko1@a...            ] Ruby:r26721 (trunk): * symbian/setup (config.h): HAVE_STRUCT_TIMEZONE, VOID_UNSETENV, and RUBY_LIB_VERSION_STYLE defined.
  14856 2010-02-21 13:30 [ko1@a...            ] Ruby:r26722 (trunk): * lib/rubygems/rubygems_version.rb: outdated.  
  14857 2010-02-21 21:20 [ko1@a...            ] Ruby:r26723 (trunk): * lib/mkmf.rb (create_makefile, install_files): honor srcprefix
  14858 2010-02-22 02:17 [ko1@a...            ] Ruby:r26724 (trunk): add timeout for test_should_propagate_signaled.
  14859 2010-02-22 02:17 [ko1@a...            ] Ruby:r26725 (trunk): * 2010-02-22       
  14860 2010-02-22 11:42 [ko1@a...            ] Ruby:r26727 (trunk): * doc/rubygems/ChangeLog: deleted garbage lines.
  14861 2010-02-22 11:53 [ko1@a...            ] Ruby:r26728 (trunk): * lib/rubygems: update to 1.3.6.
  14862 2010-02-22 21:35 [ko1@a...            ] Ruby:r26729 (trunk): don't use infinite loop.
  14863 2010-02-22 21:36 [ko1@a...            ] Ruby:r26730 (trunk): * ext/digest/sha2/sha2init.c: test OpenSSL more strictly.
  14864 2010-02-23 01:13 [ko1@a...            ] Ruby:r26731 (trunk): fix a typo.        
  14866 2010-02-23 20:42 [ko1@a...            ] Ruby:r26733 (trunk): call unix_server.close only if unix_server is not nil.
  14867 2010-02-23 20:44 [ko1@a...            ] Ruby:r26734 (trunk): rdoc update.       
  14868 2010-02-24 00:43 [ko1@a...            ] Ruby:r26736 (trunk): * 2010-02-24       
  14869 2010-02-24 00:43 [ko1@a...            ] Ruby:r26735 (trunk): * string.c (str_new_empty): String#split, partition, rpartition
  14870 2010-02-24 00:46 [ko1@a...            ] Ruby:r26737 (ruby_1_8): * parse.y: Revert r26609, r26160, r25658 and r24695.  The loose
  14871 2010-02-24 00:46 [ko1@a...            ] Ruby:r26738 (ruby_1_8): * 2010-02-24    
  14872 2010-02-24 00:51 [ko1@a...            ] Ruby:r26739 (trunk): * ext/openssl/ossl_digest.c (GetDigestPtr): Allow to pass the
  14873 2010-02-24 00:54 [ko1@a...            ] Ruby:r26740 (trunk): * ext/openssl/ossl_hmac.c (Init_ossl_hmac): Make OpenSSL::HMAC a
  14874 2010-02-24 00:58 [ko1@a...            ] Ruby:r26741 (trunk): * ext/openssl/lib/openssl/digest.rb (OpenSSL::Digest::hexdigest):
  14875 2010-02-24 02:05 [ko1@a...            ] Ruby:r26742 (trunk): Add some more tests.
  14876 2010-02-24 02:34 [ko1@a...            ] Ruby:r26743 (trunk): Back out the series of changes pending a due discussion.
  14877 2010-02-24 02:36 [ko1@a...            ] Ruby:r26744 (trunk): Add some more tests, revisited.
  14878 2010-02-24 09:55 [ko1@a...            ] Ruby:r26746 (trunk): * dln_find.c: split from dln.c.
  14879 2010-02-24 11:52 [ko1@a...            ] Ruby:r26747 (trunk): * dln.c (translit_separator): moved back from load.c again.
  14880 2010-02-24 11:55 [ko1@a...            ] Ruby:r26748 (mvm): * merged from trunk r26697:26747.
  14881 2010-02-24 14:39 [ko1@a...            ] Ruby:r26749 (trunk): Remove obsolete files in lib/rubygems/indexer
  14882 2010-02-24 22:47 [ko1@a...            ] Ruby:r26750 (ruby_1_8, trunk): * lib/resolv.rb: fix  reported by Paul Clegg.
  14883 2010-02-24 23:17 [ko1@a...            ] Ruby:r26751 (trunk): * marshal.c (r_object0): should prepare placeholder before
  14884 2010-02-24 23:28 [ko1@a...            ] Ruby:r26752 (trunk): * gc.c (gc_mark_children): lost comment added.
  14885 2010-02-25 00:38 [ko1@a...            ] Ruby:r26754 (trunk): * 2010-02-25       
  14886 2010-02-25 01:01 [ko1@a...            ] Ruby:r26755 (trunk): * pack.c (swap64): don't redefine.
  14887 2010-02-25 01:33 [ko1@a...            ] Ruby:r26756 (trunk): remove a empty line.
  14888 2010-02-25 01:52 [ko1@a...            ] Ruby:r26757 (trunk): fix assertion message.
  14889 2010-02-25 01:53 [ko1@a...            ] Ruby:r26758 (trunk): remove a empty line.
  14890 2010-02-25 02:06 [ko1@a...            ] Ruby:r26759 (trunk): * insns.def: Change the operand type of setinlinecache
  14891 2010-02-25 11:26 [ko1@a...            ] Ruby:r26760 (trunk): * rational.c (nurat_expt): use Float#** when Rational ** Float.
  14892 2010-02-25 23:01 [ko1@a...            ] Ruby:r26761 (trunk): * pack.c: consider DYNAMIC_ENDIAN.  refactored.
  14893 2010-02-26 02:34 [ko1@a...            ] Ruby:r26762 (trunk): rdoc update.       
  14894 2010-02-26 02:34 [ko1@a...            ] Ruby:r26763 (trunk): * 2010-02-26       
  14895 2010-02-26 07:49 [ko1@a...            ] Ruby:r26764 (trunk): * ext/dl: revert dl with libffi because it can't run on mswin now.
  14896 2010-02-26 14:17 [ko1@a...            ] Ruby:r26765 (trunk): * pack.c (pack_pack, pack_unpack): suppressed warnings.
  14897 2010-02-26 16:52 [ko1@a...            ] Ruby:r26766 (trunk): * pack.c (swap64): fix for VC6.
  14898 2010-02-26 20:12 [ko1@a...            ] Ruby:r26767 (trunk): * pack.c (QUAD_SIZE): it should be always 8.
  14899 2010-02-26 21:06 [ko1@a...            ] Ruby:r26768 (trunk): * ext/socket/raddrinfo.c, ext/socket/udpsocket.c: avoid illegal cast
  14900 2010-02-26 21:41 [ko1@a...            ] Ruby:r26770 (trunk): * bignum.c: fix rb_quad_pack and rb_quad_unpack for environments

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