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

ruby-changes:43101-43200

  43101 2016-05-26 14:25 [ko1@a...            ] rhe:r55175 (trunk): openssl: avoid NULL dereference in {DH, DSA, RSA}_size()
  43102 2016-05-27 00:39 [ko1@a...            ] svn:r55177 (trunk): * 2016-05-27        
  43103 2016-05-27 00:39 [ko1@a...            ] nobu:r55176 (trunk): ruby.h: fix for old clang
  43104 2016-05-27 01:51 [ko1@a...            ] naruse:r55178 (trunk): * symbol.c (is_identchar): use ISDIGIT instead of rb_enc_isalnum.
  43105 2016-05-27 14:45 [ko1@a...            ] nobu:r55179 (trunk): ruby.h: fix parameter name
  43106 2016-05-27 15:07 [ko1@a...            ] nobu:r55180 (trunk): fix non-static rb_scan_args
  43107 2016-05-27 17:09 [ko1@a...            ] nobu:r55181 (trunk): transcode.c: scrub in the given encoding
  43108 2016-05-27 17:38 [ko1@a...            ] nobu:r55182 (trunk): variable.c: hidden constants
  43109 2016-05-27 20:43 [ko1@a...            ] nobu:r55183 (trunk): process.c: [DOC] Process.abort [ci skip]
  43110 2016-05-27 22:13 [ko1@a...            ] kazu:r55184 (trunk): fix a typo [ci skip]
  43111 2016-05-28 10:26 [ko1@a...            ] svn:r55186 (trunk): * 2016-05-28        
  43112 2016-05-28 10:26 [ko1@a...            ] hsbt:r55185 (trunk): * lib/cgi/util.rb: added to missing quote.
  43113 2016-05-28 10:37 [ko1@a...            ] duerst:r55187 (trunk):                  
  43114 2016-05-28 10:39 [ko1@a...            ] duerst:r55188 (trunk): * test/ruby/enc/test_case_comprehensive.rb: Converted exception for
  43115 2016-05-28 10:46 [ko1@a...            ] hsbt:r55189 (trunk): * addr2line.c: drop to support ATARI ST platform. It was discontinued
  43116 2016-05-28 10:47 [ko1@a...            ] hsbt:r55190 (trunk): * gems/bundled_gems: Update latest releases, power_assert-0.3.0,
  43117 2016-05-28 14:00 [ko1@a...            ] rhe:r55191 (trunk): openssl: move SSLSocket#initialize to C extension
  43118 2016-05-28 14:33 [ko1@a...            ] nobu:r55192 (trunk): ChangeLog: fix typos [ci skip]
  43119 2016-05-28 19:08 [ko1@a...            ] duerst:r55193 (trunk): * test/ruby/enc/test_case_comprehensive.rb: Add error messages to tests
  43120 2016-05-28 19:08 [ko1@a...            ] svn:r55194 (trunk): * remove trailing spaces.
  43121 2016-05-28 19:45 [ko1@a...            ] nobu:r55195 (trunk): test_file_exhaustive.rb: blocking flock
  43122 2016-05-28 20:34 [ko1@a...            ] duerst:r55196 (trunk): * test/test_unicode_normalize.rb: Add test to check for availability of
  43123 2016-05-28 20:41 [ko1@a...            ] nobu:r55197 (trunk): ruby-insert-heredoc-code-block
  43124 2016-05-29 12:08 [ko1@a...            ] svn:r55199 (trunk): * 2016-05-29        
  43125 2016-05-29 12:08 [ko1@a...            ] nobu:r55198 (trunk): auto_ext.rb        
  43126 2016-05-29 13:10 [ko1@a...            ] nobu:r55200 (trunk): win32.c: RUBY_CRITICAL
  43127 2016-05-29 19:18 [ko1@a...            ] nobu:r55201 (trunk): vm_core.h: rb_exc_set_backtrace declaration
  43128 2016-05-29 22:56 [ko1@a...            ] naruse:r55202 (trunk): * regexec.c (match_at): make compilers optimize harder.
  43130 2016-05-30 00:10 [ko1@a...            ] svn:r55205 (trunk): * 2016-05-30        
  43131 2016-05-30 00:10 [ko1@a...            ] usa:r55204 (trunk): * ext/-test-/auto_ext.rb: fixed a heedless bug introduced at r55198.
  43132 2016-05-30 03:28 [ko1@a...            ] nagachika:r55206 (trunk): * ChangeLog: fix a typo for r55198.
  43133 2016-05-30 14:18 [ko1@a...            ] nobu:r55207 (trunk): variable.c: check length
  43134 2016-05-30 14:41 [ko1@a...            ] nobu:r55208 (trunk): string.c: check in the order
  43135 2016-05-30 14:50 [ko1@a...            ] nobu:r55209 (trunk): string.c: get rid of unnecessary empty string
  43136 2016-05-30 14:55 [ko1@a...            ] nobu:r55210 (trunk): stringio.c: share strings
  43137 2016-05-30 15:12 [ko1@a...            ] nobu:r55211 (trunk): test_addrinfo.rb: special hostnames
  43138 2016-05-30 16:20 [ko1@a...            ] nobu:r55212 (trunk): string.c: return reallocated pointer
  43139 2016-05-30 16:28 [ko1@a...            ] nobu:r55213 (trunk): raddrinfo.c: fix for SHARABLE_MIDDLE_SUBSTRING
  43140 2016-05-30 18:30 [ko1@a...            ] rhe:r55214 (trunk): openssl: add SSLContext#ecdh_curves=
  43141 2016-05-30 20:00 [ko1@a...            ] duerst:r55215 (trunk): * string.c: Document current situation for String#downcase. [ci skip]
  43142 2016-05-30 20:23 [ko1@a...            ] nobu:r55216 (trunk): test_addrinfo.rb: signle digit address
  43144 2016-05-30 21:51 [ko1@a...            ] usa:r55218 (trunk): * test/socket/test_addrinfo.rb (TestSocketAddrinfo#test_addrinfo_ip): previous
  43145 2016-05-30 22:02 [ko1@a...            ] rhe:r55219 (trunk): openssl: use NUM2TIMET() to convert Integer to time_t
  43146 2016-05-30 23:05 [ko1@a...            ] nobu:r55220 (trunk): raddrinfo.c: fix modifier
  43147 2016-05-30 23:07 [ko1@a...            ] nobu:r55221 (trunk): test_file_exhaustive.rb: writable open
  43148 2016-05-31 00:33 [ko1@a...            ] svn:r55223 (trunk): * 2016-05-31        
  43149 2016-05-31 00:33 [ko1@a...            ] usa:r55222 (trunk): * ext/socket/raddrinfo.c (host_str, port_str): Use StringValueCStr
  43150 2016-05-31 01:52 [ko1@a...            ] rhe:r55224 (trunk): openssl: fix test failure on Fedora 23
  43151 2016-05-31 10:10 [ko1@a...            ] duerst:r55225 (trunk): * string.c: Activate full Unicode case mapping for UTF-8 by removing
  43152 2016-05-31 11:56 [ko1@a...            ] naruse:r55226 (trunk): Revert r55225    
  43153 2016-05-31 17:26 [ko1@a...            ] nobu:r55227 (trunk): optparse.rb: no duplicate strings
  43154 2016-05-31 17:28 [ko1@a...            ] nobu:r55228 (trunk): optparse.rb: fix char class option
  43155 2016-05-31 23:10 [ko1@a...            ] rhe:r55229 (trunk): openssl: add missing test for r55219
  43157 2016-06-01 01:49 [ko1@a...            ] svn:r55231 (trunk): * 2016-06-01        
  43158 2016-06-01 01:49 [ko1@a...            ] nobu:r55232 (trunk): crypt.c: protoize  
  43159 2016-06-01 02:25 [ko1@a...            ] nobu:r55233 (trunk): crypt.c: fix size macros
  43160 2016-06-01 09:14 [ko1@a...            ] nobu:r55234 (trunk): add crypt_r        
  43161 2016-06-01 09:16 [ko1@a...            ] nobu:r55235 (trunk): separate crypt.h   
  43162 2016-06-01 09:38 [ko1@a...            ] usa:r55236 (trunk): * missing/crypt.c (des_setkey): void function never returns any value.
  43163 2016-06-01 09:48 [ko1@a...            ] nobu:r55237 (trunk): use crypt_r        
  43164 2016-06-01 09:53 [ko1@a...            ] nobu:r55238 (trunk): crypt_r.c: adjust style
  43165 2016-06-01 11:35 [ko1@a...            ] usa:r55239 (trunk): * win32/Makefile.sub (MISSING): fixed build error introduced at r55237.
  43166 2016-06-01 11:45 [ko1@a...            ] nobu:r55240 (trunk): common.mk: add dependency
  43167 2016-06-01 13:20 [ko1@a...            ] nobu:r55241 (trunk): crypt_r.c: remove casts
  43169 2016-06-01 14:08 [ko1@a...            ] nobu:r55243 (trunk): crypt_r.c: fix out of bounds access
  43170 2016-06-01 15:05 [ko1@a...            ] nobu:r55244 (trunk): des_tables.c       
  43171 2016-06-01 15:58 [ko1@a...            ] nobu:r55245 (trunk): use system crypt   
  43172 2016-06-01 19:06 [ko1@a...            ] naruse:r55246 (trunk): workaround: don't check crypt_r
  43173 2016-06-01 19:24 [ko1@a...            ] nobu:r55247 (trunk): crypt.h: get rid of conflict
  43174 2016-06-01 19:42 [ko1@a...            ] nobu:r55248 (trunk): revert r55246      
  43175 2016-06-01 21:41 [ko1@a...            ] rhe:r55249 (trunk): openssl: fix the Year 2038 problem
  43176 2016-06-01 22:17 [ko1@a...            ] nobu:r55250 (trunk): string.c: fallback to crypt_r
  43177 2016-06-01 22:39 [ko1@a...            ] nobu:r55251 (trunk): crypt.c: unused functions
  43178 2016-06-01 22:39 [ko1@a...            ] nobu:r55252 (trunk): ossl_asn1.c: check overflow
  43180 2016-06-02 10:54 [ko1@a...            ] nobu:r55254 (trunk): ruby.h: reduce repeated calcuations
  43181 2016-06-02 10:54 [ko1@a...            ] svn:r55255 (trunk): * 2016-06-02        
  43182 2016-06-02 11:30 [ko1@a...            ] nobu:r55256 (trunk): crypt.c: fix syntax error on mswin
  43183 2016-06-02 12:05 [ko1@a...            ] nobu:r55257 (trunk): crypt.c: suppress warnings
  43184 2016-06-02 14:27 [ko1@a...            ] nobu:r55258 (trunk): common.mk: des_tables.c
  43185 2016-06-02 16:51 [ko1@a...            ] nobu:r55259 (trunk): ruby-mode.el: squiggly heredoc
  43186 2016-06-02 17:05 [ko1@a...            ] nobu:r55260 (trunk): ruby.c: no MAXPATHLEN for loadpath
  43187 2016-06-02 21:18 [ko1@a...            ] nobu:r55261 (trunk): win32.c: use SHGetPathFromIDListEx
  43188 2016-06-02 21:21 [ko1@a...            ] nobu:r55262 (trunk): etc.c: retry with allocated string buffer
  43189 2016-06-03 01:52 [ko1@a...            ] nobu:r55263 (trunk): dln_find.c: MAXPATHLEN is not used already
  43190 2016-06-03 01:52 [ko1@a...            ] svn:r55264 (trunk): * 2016-06-03        
  43191 2016-06-03 17:44 [ko1@a...            ] nobu:r55265 (trunk): mkmf.rb: sort lists of source and object files
  43192 2016-06-03 17:52 [ko1@a...            ] usa:r55266 (trunk): * win32/win32.c (get_special_folder): typo.
  43193 2016-06-03 18:06 [ko1@a...            ] usa:r55267 (trunk): * ruby.c (process_options): need to duplicate path before passing it to
  43194 2016-06-03 21:27 [ko1@a...            ] nobu:r55268 (trunk): ruby.c: refix r55260
  43195 2016-06-03 22:38 [ko1@a...            ] nobu:r55269 (trunk): win32.c: fail before getting ITEMIDLIST
  43196 2016-06-04 10:38 [ko1@a...            ] svn:r55271 (trunk): * 2016-06-04        
  43197 2016-06-04 10:38 [ko1@a...            ] nobu:r55270 (trunk): win32.c:  use PATH_MAX
  43198 2016-06-04 10:54 [ko1@a...            ] nobu:r55272 (trunk): crypt.h: remove initialized
  43199 2016-06-04 11:35 [ko1@a...            ] rhe:r55273 (trunk): openssl: avoid deprecated BN_*prime* functions
  43200 2016-06-04 11:40 [ko1@a...            ] nobu:r55274 (trunk): des_tables.c: generation rule

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