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

ruby-changes:43001-43100

  43001 2016-05-19 21:24 [ko1@a...            ] kazu:r55075 (trunk): fix document of Regexp#match?
  43002 2016-05-20 02:21 [ko1@a...            ] sorah:r55076 (trunk): fix a typo        
  43003 2016-05-20 02:21 [ko1@a...            ] svn:r55077 (trunk): * 2016-05-20        
  43004 2016-05-20 13:36 [ko1@a...            ] rhe:r55078 (trunk): openssl: don't test default session lifetime value
  43005 2016-05-20 19:48 [ko1@a...            ] nobu:r55079 (trunk): exclude non-VALUE in memo from GC
  43006 2016-05-20 20:47 [ko1@a...            ] nobu:r55080 (trunk): win32ole.c: remove dead code
  43007 2016-05-20 21:17 [ko1@a...            ] nobu:r55081 (trunk): win32ole.c: share the content
  43008 2016-05-20 21:29 [ko1@a...            ] ngoto:r55082 (trunk): Use RB_GNUC_EXTENSION_BLOCK instead of __extension__
  43009 2016-05-20 22:21 [ko1@a...            ] kazu:r55083 (trunk): fix typos [ci skip]
  43010 2016-05-20 22:33 [ko1@a...            ] ngoto:r55084 (trunk): Use HAVE_BUILTIN___BUILTIN_CONSTANT_P
  43011 2016-05-20 23:24 [ko1@a...            ] nobu:r55085 (trunk): thread_pthread.c: no fork, no gvl_atfork
  43012 2016-05-20 23:55 [ko1@a...            ] ngoto:r55086 (trunk): capa should be even number on 64-bit SPARC for 8-byte word alignment
  43013 2016-05-21 00:05 [ko1@a...            ] rhe:r55087 (trunk): openssl: improve handling of password for encrypted PEM
  43014 2016-05-21 00:05 [ko1@a...            ] svn:r55088 (trunk): * 2016-05-21        
  43015 2016-05-21 00:29 [ko1@a...            ] nobu:r55089 (trunk): ossl.c: suppress warnings
  43016 2016-05-21 00:30 [ko1@a...            ] nobu:r55090 (trunk): io.c: conditionally used functions
  43017 2016-05-21 00:36 [ko1@a...            ] nobu:r55091 (trunk): fix build on no-fork-spawnv platforms
  43018 2016-05-21 02:36 [ko1@a...            ] nagachika:r55092 (ruby_2_3): merge revision(s) 55078:
  43019 2016-05-21 09:26 [ko1@a...            ] nobu:r55093 (trunk): configure.in: missing macro definition
  43020 2016-05-21 11:07 [ko1@a...            ] nobu:r55094 (trunk): methods.rdoc: closing tag
  43021 2016-05-21 11:13 [ko1@a...            ] nobu:r55095 (trunk): Restore documentation of ARGF
  43022 2016-05-21 11:18 [ko1@a...            ] nobu:r55096 (trunk): ipaddr: fix typo [ci skip]
  43023 2016-05-21 12:44 [ko1@a...            ] rhe:r55097 (trunk): openssl: remove impossible EOFError raise in OpenSSL::Buffering
  43024 2016-05-21 14:30 [ko1@a...            ] rhe:r55098 (trunk): openssl: add OpenSSL::PKey::EC#private? and #public?
  43025 2016-05-21 14:45 [ko1@a...            ] rhe:r55099 (trunk): openssl: fix SSL client example in documentation [ci skip]
  43026 2016-05-21 16:25 [ko1@a...            ] rhe:r55100 (trunk): openssl: fix possible SEGV on race between SSLSocket#stop and #connect
  43027 2016-05-21 22:24 [ko1@a...            ] naruse:r55101 (trunk): * configure.in (ALWAYS_INLINE): force compilers the function inlined.
  43028 2016-05-21 22:24 [ko1@a...            ] naruse:r55102 (trunk): * include/ruby/ruby.h (rb_scan_args): use __VA_ARGS__ instead of
  43029 2016-05-21 22:47 [ko1@a...            ] usa:r55103 (trunk): * include/ruby/ruby.h (rb_scan_args): don't use ALWAYS_INLINE with
  43031 2016-05-22 02:48 [ko1@a...            ] svn:r55106 (trunk): * 2016-05-22        
  43032 2016-05-22 02:48 [ko1@a...            ] naruse:r55105 (trunk): * ext/zlib/zlib.c: remove hacky macro introduced at r30437.
  43033 2016-05-22 03:06 [ko1@a...            ] nobu:r55107 (trunk): hash method values 
  43036 2016-05-22 11:45 [ko1@a...            ] naruse:r55110 (trunk): * class.c (rb_scan_args): moved to bottom of the file to make the
  43037 2016-05-22 12:31 [ko1@a...            ] naruse:r55111 (trunk): * include/ruby/ruby.h (rb_scan_args): use original rb_scan_args
  43038 2016-05-22 14:45 [ko1@a...            ] duerst:r55112 (trunk): regenc.h/c: Define new function onigenc_not_support_case_map
  43039 2016-05-22 14:57 [ko1@a...            ] duerst:r55113 (trunk): * include/ruby/oniguruma.h: Extend OnigEncodingTypeDefine to define a
  43040 2016-05-22 16:27 [ko1@a...            ] nobu:r55114 (trunk): -test-/integer     
  43041 2016-05-22 17:07 [ko1@a...            ] nobu:r55115 (trunk): transcode.c: GC guards
  43043 2016-05-22 17:25 [ko1@a...            ] duerst:r55117 (trunk): * test/ruby/enc/test_case_options.rb: adjust test class name
  43044 2016-05-22 20:03 [ko1@a...            ] seki:r55118 (trunk): use finalizer trick instead of thread.
  43045 2016-05-22 20:03 [ko1@a...            ] svn:r55119 (trunk): * remove trailing spaces.
  43046 2016-05-23 08:09 [ko1@a...            ] svn:r55121 (trunk): * 2016-05-23        
  43048 2016-05-23 12:23 [ko1@a...            ] naruse:r55122 (trunk): * array.c (rb_ary_fill): suppress warnings: 'item' may be used
  43049 2016-05-23 12:30 [ko1@a...            ] nobu:r55123 (trunk): bigdecimal.c: fix FloatDomainError
  43050 2016-05-23 12:47 [ko1@a...            ] nobu:r55124 (trunk): fatal error if variable argument length mismatch
  43051 2016-05-23 13:19 [ko1@a...            ] nobu:r55125 (trunk): make compile error if possible
  43052 2016-05-23 13:31 [ko1@a...            ] nobu:r55126 (trunk): tkutil.c: GC guards
  43053 2016-05-23 13:32 [ko1@a...            ] nobu:r55127 (trunk): remove unnecessary volatiles
  43054 2016-05-23 13:40 [ko1@a...            ] nobu:r55128 (trunk): tcltklib.c: elimitate dead code
  43055 2016-05-23 15:55 [ko1@a...            ] usa:r55129 (trunk): * ext/bigdecimal/bigdecimal.c (isfinite): isfinite does not always
  43056 2016-05-23 19:35 [ko1@a...            ] nobu:r55130 (trunk): fix a typo         
  43057 2016-05-23 19:45 [ko1@a...            ] nobu:r55131 (trunk): revert error attributes
  43058 2016-05-23 19:47 [ko1@a...            ] rhe:r55132 (trunk): openssl: fix incorrect return value check of RAND_* functions
  43059 2016-05-23 20:21 [ko1@a...            ] usa:r55133 (trunk): * ext/bigdecimal/bigdecimal.c (isfinite): get rid of a warning on
  43060 2016-05-23 20:40 [ko1@a...            ] rhe:r55134 (trunk): openssl: use StringValueCStr() where NUL-terminated string is expected
  43061 2016-05-23 21:10 [ko1@a...            ] rhe:r55135 (trunk): openssl: Avoid reference to unset global variable in Init_openssl()
  43062 2016-05-23 21:33 [ko1@a...            ] nobu:r55136 (trunk): missing.h: isfinite
  43063 2016-05-23 22:26 [ko1@a...            ] kazu:r55137 (trunk): fix indent (tabify) [ci skip]
  43064 2016-05-24 12:44 [ko1@a...            ] shyouhei:r55138 (trunk): * common.mk : sort lines, and add missing dependencies suggested
  43065 2016-05-24 12:44 [ko1@a...            ] svn:r55139 (trunk): * 2016-05-24        
  43066 2016-05-24 16:21 [ko1@a...            ] nobu:r55140 (trunk): fix __error__ and __warning__ attribute checks
  43067 2016-05-24 16:28 [ko1@a...            ] nobu:r55141 (trunk): fix missing argument
  43068 2016-05-24 16:49 [ko1@a...            ] naruse:r55142 (trunk): * configure.in (ruby_cflags): separate from optflags [Bug #12409]
  43069 2016-05-24 17:18 [ko1@a...            ] nobu:r55143 (trunk): defines.h: fallback ERRORFUNC and WARNINGFUNC
  43070 2016-05-24 18:52 [ko1@a...            ] nobu:r55144 (trunk): ruby.h: rb_scan_args_verify
  43071 2016-05-24 21:40 [ko1@a...            ] rhe:r55145 (trunk): openssl: avoid deprecated M_ASN1_* macros
  43072 2016-05-24 22:09 [ko1@a...            ] rhe:r55146 (trunk): openssl: make Cipher#key= and #iv= reject too long values
  43073 2016-05-24 23:00 [ko1@a...            ] kazu:r55147 (trunk): Remove a space [ci skip]
  43074 2016-05-25 00:22 [ko1@a...            ] nobu:r55148 (trunk): configure.in: merge ruby_cflags to XCFLAGS
  43075 2016-05-25 00:22 [ko1@a...            ] svn:r55149 (trunk): * 2016-05-25        
  43076 2016-05-25 00:23 [ko1@a...            ] nobu:r55150 (trunk): ruby.h: optimize rb_scan_args_set
  43077 2016-05-25 01:27 [ko1@a...            ] rhe:r55151 (trunk): openssl: rename EC#generate_key to EC#generate_key!
  43078 2016-05-25 01:30 [ko1@a...            ] rhe:r55152 (trunk): openssl: add EC.generate
  43080 2016-05-25 13:21 [ko1@a...            ] naruse:r55155 (trunk): * regcomp.c: remove condition for debug output because prelude
  43081 2016-05-25 13:21 [ko1@a...            ] naruse:r55154 (trunk): * regcomp.c (compile_length_tree): return error code immediately
  43082 2016-05-25 15:05 [ko1@a...            ] nobu:r55156 (trunk): fake.rb: buildlibdir
  43083 2016-05-25 15:05 [ko1@a...            ] nobu:r55157 (trunk): regcomp.c: fix debug conditionals
  43084 2016-05-25 17:11 [ko1@a...            ] nobu:r55158 (trunk): ruby.h: rb_scan_args_validate
  43085 2016-05-25 17:13 [ko1@a...            ] nobu:r55159 (trunk): class.c: simplify  
  43086 2016-05-25 17:46 [ko1@a...            ] rhe:r55160 (trunk): openssl: remove check of OPENSSL_FIPS macro in extconf.rb
  43087 2016-05-25 17:46 [ko1@a...            ] rhe:r55161 (trunk): openssl: remove unnecessary 'extern "C"' blocks from local headers
  43088 2016-05-25 17:50 [ko1@a...            ] rhe:r55162 (trunk): openssl: drop OpenSSL 0.9.6/0.9.7 support
  43089 2016-05-25 18:45 [ko1@a...            ] naruse:r55163 (trunk): * regparse.c (fetch_token_in_cc): raise error if given octal escaped
  43090 2016-05-25 19:07 [ko1@a...            ] duerst:r55164 (trunk): * enc/unicode.c: Handle DOTLESS_i by hand because it isn't involved in folding.
  43091 2016-05-25 20:51 [ko1@a...            ] naruse:r55165 (trunk): * re.c (unescape_nonascii): scan hex up to only 3 characters.
  43092 2016-05-26 05:01 [ko1@a...            ] eregon:r55166 (trunk): * class.c (rb_define_class): Fix documentation.
  43093 2016-05-26 05:01 [ko1@a...            ] svn:r55167 (trunk): * 2016-05-26        
  43094 2016-05-26 09:45 [ko1@a...            ] duerst:r55168 (trunk): * test/ruby/enc/test_case_comprehensive.rb: Add set of comprehensive
  43095 2016-05-26 09:45 [ko1@a...            ] svn:r55169 (trunk): * remove trailing spaces.
  43096 2016-05-26 09:45 [ko1@a...            ] svn:r55170 (trunk): * properties.       
  43097 2016-05-26 10:30 [ko1@a...            ] nobu:r55171 (trunk): ruby.h: fix clang warnings
  43098 2016-05-26 14:11 [ko1@a...            ] nobu:r55172 (trunk): revert r55171      
  43099 2016-05-26 14:13 [ko1@a...            ] nobu:r55173 (trunk): ruby.h: count and verify
  43100 2016-05-26 14:16 [ko1@a...            ] nobu:r55174 (trunk): ruby.h: suppress warnings

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