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

ruby-changes:14901-15000

  14901 2010-02-27 03:51 [ko1@a...            ] Ruby:r26772 (trunk): * 2010-02-27       
  14902 2010-02-27 03:51 [ko1@a...            ] Ruby:r26771 (trunk): * pack.c: fix q and Q for big endian environments which have no
  14903 2010-02-27 15:57 [ko1@a...            ] Ruby:r26773 (trunk): * pack.c: check assuption on QUAD_SIZE and SIZEOF_LONG.
  14904 2010-02-28 00:39 [ko1@a...            ] Ruby:r26775 (trunk): * 2010-02-28       
  14906 2010-02-28 07:00 [ko1@a...            ] Ruby:r26776 (trunk): * pack.c (swap32): use __builtin_bswap32 on gcc 4.3.0 or later.
  14907 2010-02-28 10:51 [ko1@a...            ] Ruby:r26777 (trunk): update rdoc.       
  14908 2010-02-28 11:32 [ko1@a...            ] Ruby:r26778 (trunk): * pack.c (pack_pack): generalized integer packer implemented.
  14909 2010-02-28 11:42 [ko1@a...            ] Ruby:r26779 (trunk): * test/openssl/{test_x509cert.rb,openssl,test_x509req.rb}:
  14910 2010-02-28 11:47 [ko1@a...            ] Ruby:r26780 (trunk): * test/openssl/{test_x509cert.rb,openssl,test_x509crl.rb,
  14911 2010-02-28 11:59 [ko1@a...            ] Ruby:r26781 (trunk): * openssl/ossl.c (OSSL_IMPL_SK2ARY): for OpenSSL 1.0.
  14912 2010-02-28 15:09 [ko1@a...            ] Ruby:r26782 (trunk): * pack.c (pack_pack): use union to avoid pointer cast.
  14913 2010-02-28 15:11 [ko1@a...            ] Ruby:r26783 (ruby_1_8): * lib/open3.rb (Open3#popen3): use Thread.detach instead of
  14914 2010-02-28 15:12 [ko1@a...            ] Ruby:r26784 (ruby_1_8): * lib/open3.rb (Open3#popen3): ignore trap and at_exit also when
  14915 2010-02-28 19:09 [ko1@a...            ] Ruby:r26785 (trunk): * math.c (rb_eMathDomainError): new exception class for representing mathematical domain error instead of Errno::EDOM.
  14916 2010-02-28 21:32 [ko1@a...            ] Ruby:r26786 (ruby_1_8, trunk): * ext/pty/pty.c (get_device_once): raise on error when fail is
  14917 2010-03-01 17:45 [ko1@a...            ] Ruby:r26787 (trunk): * configure.in (mingw): do not detect snprintf/vsnprintf.
  14918 2010-03-01 17:45 [ko1@a...            ] Ruby:r26788 (trunk): * 2010-03-01       
  14919 2010-03-01 20:11 [ko1@a...            ] Ruby:r26789 (trunk): * ext/zlib/zlib.c (zstream_expand_buffer_into): remove compare different type values warning.
  14920 2010-03-01 23:28 [ko1@a...            ] Ruby:r26790 (trunk): * ext/pty/pty.c (pty_open): refine the path for master IO.
  14921 2010-03-02 06:59 [ko1@a...            ] Ruby:r26792 (trunk): * 2010-03-02       
  14922 2010-03-02 07:01 [ko1@a...            ] Ruby:r26791 (trunk): * include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2.
  14923 2010-03-02 14:03 [ko1@a...            ] Ruby:r26793 (trunk): * test/ruby/test_math.rb: Fix lgamma test
  14924 2010-03-02 14:29 [ko1@a...            ] Ruby:r26794 (trunk): * file.c (rb_find_file_ext_safe, rb_find_file_safe): skip argument
  14925 2010-03-02 14:48 [ko1@a...            ] Ruby:r26795 (trunk): * test/dl/test_closure.rb: forget to revert at r26764.
  14926 2010-03-02 18:40 [ko1@a...            ] Ruby:r26796 (trunk): * regcomp.c (noname_disable_map): add NT_ANCHOR case.
  14927 2010-03-02 21:19 [ko1@a...            ] Ruby:r26797 (trunk): * io.c (rb_io_lines, rb_io_bytes, rb_io_chars, rb_io_codepoints):
  14928 2010-03-03 06:21 [ko1@a...            ] Ruby:r26799 (trunk): * win32/win32.c (signbig): defined.
  14929 2010-03-03 14:36 [ko1@a...            ] Ruby:r26800 (trunk): * array.c (rb_ary_select_bang): select! removes all elements for
  14930 2010-03-03 16:22 [ko1@a...            ] Ruby:r26801 (trunk): * lib/matrix.rb (Vector#each): make Vector enumerable.
  14931 2010-03-03 16:27 [ko1@a...            ] Ruby:r26802 (trunk): * lib/matrix.rb (Vector#each2, collect2): small refactoring.
  14932 2010-03-03 18:45 [ko1@a...            ] Ruby:r26803 (trunk): * hash.c (rb_hash_select_bang): add #select! and keep_if to Hash.
  14933 2010-03-03 23:08 [ko1@a...            ] Ruby:r26804 (trunk): * lib/matrix.rb (Vector#each): Return self and optimization 
  14934 2010-03-03 23:20 [ko1@a...            ] Ruby:r26805 (trunk): * complex.c (nucomp_real_check): raise TypeError instead of ArgumentError
  14935 2010-03-04 00:12 [ko1@a...            ] Ruby:r26806 (trunk): * tool/transcode-tblgen.rb (HEX2): extracted from regexps.
  14936 2010-03-04 00:12 [ko1@a...            ] Ruby:r26807 (trunk): * 2010-03-04       
  14937 2010-03-04 00:14 [ko1@a...            ] Ruby:r26808 (trunk): fix rdoc.          
  14938 2010-03-04 02:38 [ko1@a...            ] Ruby:r26809 (trunk): * test/ruby/test_hash.rb (TestHash#test_keep_if): fix typo.
  14939 2010-03-04 02:38 [ko1@a...            ] Ruby:r26810 (trunk): * test/ruby/test_env.rb (TestEnv#test_select_bang): add tests.
  14940 2010-03-04 10:09 [ko1@a...            ] Ruby:r26811 (trunk): * ext/json/lib/**/*.rb: not executable.
  14941 2010-03-04 10:16 [ko1@a...            ] Ruby:r26812 (trunk): * complex.c (m_log, m_exp): remove unused functions.
  14942 2010-03-04 11:32 [ko1@a...            ] Ruby:r26813 (trunk): * NEWS: Adding Enumerable#each_entry to the new method list
  14943 2010-03-04 13:52 [ko1@a...            ] Ruby:r26814 (trunk): * gc.c (gc_profile_total_time): add GC::Profiler.total_time.
  14944 2010-03-04 14:17 [ko1@a...            ] Ruby:r26815 (trunk): add ref.           
  14945 2010-03-04 22:51 [ko1@a...            ] Ruby:r26816 (trunk): * io.c (io_s_write, io_s_binwrite): add File#write and #binwrite.
  14946 2010-03-04 22:59 [ko1@a...            ] Ruby:r26817 (trunk): * eval.c (setup_exception): avoid line number 0 when setting
  14947 2010-03-04 23:21 [ko1@a...            ] Ruby:r26818 (trunk): add comment.       
  14948 2010-03-05 04:02 [ko1@a...            ] Ruby:r26819 (ruby_1_8_6): Fix for Bug #1718 . Add a :startdoc into lib/yaml/tag.rb
  14949 2010-03-05 11:59 [ko1@a...            ] Ruby:r26820 (trunk): * win32/win32.c (signbit): defined on mingw.
  14950 2010-03-05 11:59 [ko1@a...            ] Ruby:r26821 (trunk): * 2010-03-05       
  14951 2010-03-05 17:51 [ko1@a...            ] Ruby:r26822 (trunk): * io.c (pipe_open): suppressed a warning.
  14952 2010-03-05 19:48 [ko1@a...            ] Ruby:r26823 (trunk): * transcode.c (econv_opts): set :undef => :replace when
  14953 2010-03-06 01:09 [ko1@a...            ] Ruby:r26825 (trunk): * 2010-03-06       
  14954 2010-03-06 01:09 [ko1@a...            ] Ruby:r26824 (trunk): * win32/Makefile.sub (config.h): VC6 has __int64.
  14955 2010-03-06 10:10 [ko1@a...            ] Ruby:r26826 (trunk): * io.c (rb_io_s_binwrite): use mode "r+b" instead of "ab" to handle
  14956 2010-03-06 13:55 [ko1@a...            ] Ruby:r26827 (trunk): * io.c (rb_io_s_write, rb_io_s_binwrite): delete File#write and
  14957 2010-03-06 22:14 [ko1@a...            ] Ruby:r26828 (trunk): * pack.c: fix the prototype of rb_big2ulong_pack.
  14958 2010-03-06 22:52 [ko1@a...            ] Ruby:r26829 (trunk): useless lines removed.
  14959 2010-03-07 02:03 [ko1@a...            ] Ruby:r26830 (trunk): * hash.c (Hash#merge doc): Added explanation for form with block.
  14960 2010-03-07 02:04 [ko1@a...            ] Ruby:r26831 (trunk): * 2010-03-07       
  14961 2010-03-07 02:11 [ko1@a...            ] Ruby:r26832 (trunk): * encoding.c (enc_set_filesystem_encoding):
  14962 2010-03-07 02:23 [ko1@a...            ] Ruby:r26833 (ruby_1_8): * hash.c (Hash#merge doc): Added explanation for form with block.
  14963 2010-03-07 02:24 [ko1@a...            ] Ruby:r26834 (ruby_1_8): * 2010-03-07    
  14964 2010-03-07 06:38 [ko1@a...            ] Ruby:r26835 (ruby_1_8): * ext/openssl: backport fixes in 1.9.
  14965 2010-03-07 06:42 [ko1@a...            ] Ruby:r26836 (ruby_1_8): * test/openssl: backport cosmetic changes from 1.9.
  14966 2010-03-07 06:43 [ko1@a...            ] Ruby:r26837 (ruby_1_8): * test/openssl/test_ec.rb: added test_dsa_sign_asn1_FIPS186_3. dgst is
  14967 2010-03-07 06:48 [ko1@a...            ] Ruby:r26838 (ruby_1_8): backport the commit from trunk:
  14968 2010-03-07 06:49 [ko1@a...            ] Ruby:r26839 (ruby_1_8): * test/openssl/test_x509*: make tests pass with OpenSSL 1.0.0b5.
  14969 2010-03-07 13:55 [ko1@a...            ] Ruby:r26841 (trunk): * file.c: add optional basedir argument for realpath/realdirpath.
  14970 2010-03-07 15:54 [ko1@a...            ] Ruby:r26842 (trunk): add a test.        
  14971 2010-03-07 16:15 [ko1@a...            ] Ruby:r26843 (trunk): describe new optional arugment for Pathname#realpath and Pathname#realdirpath.
  14972 2010-03-07 19:22 [ko1@a...            ] Ruby:r26844 (trunk): * io.c: Fix documentation for each/each_line/lines, bytes/each_byte,
  14973 2010-03-07 23:15 [ko1@a...            ] Ruby:r26845 (trunk): * bignum.c (rb_big_pack): use DIGSPERLONG and BITSPERDIG.
  14974 2010-03-08 02:38 [ko1@a...            ] Ruby:r26846 (trunk): * symbian/setup (*.pkg): Shared library installation path fixed to match changes in version.c.
  14975 2010-03-08 02:38 [ko1@a...            ] Ruby:r26847 (trunk): * 2010-03-08       
  14976 2010-03-08 02:39 [ko1@a...            ] Ruby:r26848 (trunk): * dln.c [DLN_NEEDS_ALT_SEPARATOR] (translit_separator): small typo fixed.
  14977 2010-03-08 02:42 [ko1@a...            ] Ruby:r26849 (trunk): * dln.c [DLN_NEEDS_ALT_SEPARATOR] (translit_separator): small typo fixed.
  14978 2010-03-08 15:11 [ko1@a...            ] Ruby:r26851 (ruby_1_8): * 2010-03-08    
  14979 2010-03-08 15:11 [ko1@a...            ] Ruby:r26850 (ruby_1_8): * ext/openssl/ossl_ssl_session.c
  14980 2010-03-09 12:21 [ko1@a...            ] Ruby:r26852 (trunk): * tool/transcode-tblgen.rb (StrSet#parse, ActionMap#generate_node):
  14981 2010-03-09 12:21 [ko1@a...            ] Ruby:r26853 (trunk): * 2010-03-09       
  14982 2010-03-09 14:57 [ko1@a...            ] Ruby:r26854 (trunk): * re.c (rb_reg_to_s): remove unused variable.
  14983 2010-03-09 15:01 [ko1@a...            ] Ruby:r26855 (trunk): * tool/transcode-tblgen.rb (ActionMap#generate_node):
  14984 2010-03-09 18:31 [ko1@a...            ] Ruby:r26857 (trunk): * **/*emoji*: eol-style.
  14985 2010-03-09 20:52 [ko1@a...            ] Ruby:r26858 (trunk): * test/dl/test_method.rb: delete a residual test for dl on libffi.
  14986 2010-03-09 22:59 [ko1@a...            ] Ruby:r26859 (ruby_1_8): fixed syntax error introduced in the previous commit.
  14987 2010-03-09 22:59 [ko1@a...            ] Ruby:r26860 (ruby_1_8): * 2010-03-09    
  14988 2010-03-10 04:21 [ko1@a...            ] Ruby:r26862 (trunk): * compile.c (defined_expr), insns.def (defined): fix to pass a Symbol
  14989 2010-03-10 12:12 [ko1@a...            ] Ruby:r26863 (trunk): * enc/x_emoji.h: renamed from enc/x-emoji.c.
  14990 2010-03-10 16:31 [ko1@a...            ] Ruby:r26865 (ruby_1_8): * 2010-03-10    
  14991 2010-03-10 21:30 [ko1@a...            ] Ruby:r26866 (trunk): * enum.c (min_ii, max_ii, minmax_ii): remove wrong optimization that
  14992 2010-03-11 01:07 [ko1@a...            ] Ruby:r26867 (trunk): * iseq.c (rb_iseq_clone): sets local_iseq and klass properly.
  14994 2010-03-11 01:36 [ko1@a...            ] Ruby:r26869 (trunk): * win32/win32.c (signbit): allow x64.
  14995 2010-03-11 11:16 [ko1@a...            ] Ruby:r26870 (trunk): * configure.in: check if target_archs has changed.
  14996 2010-03-11 12:14 [ko1@a...            ] Ruby:r26871 (trunk): * missing/signbit.c: added.
  14997 2010-03-11 17:32 [ko1@a...            ] Ruby:r26872 (trunk): * transcode.c (str_transcode0): confirm the code range.
  14998 2010-03-11 22:39 [ko1@a...            ] Ruby:r26873 (trunk): * time.c (time_round): new method Time#round.  
  14999 2010-03-11 22:39 [ko1@a...            ] Ruby:r26874 (trunk): add comment.       
  15000 2010-03-11 22:39 [ko1@a...            ] Ruby:r26875 (trunk): add tests.         

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