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

ruby-changes:40101-40200

  40101 2015-10-18 14:46 [ko1@a...            ] kosaki:r52182 (trunk): Revert r52180    
  40102 2015-10-18 14:51 [ko1@a...            ] nobu:r52183 (trunk): random.c: comment [ci skip]
  40103 2015-10-18 14:53 [ko1@a...            ] nobu:r52184 (trunk): disable warnings unless optimized
  40104 2015-10-18 19:21 [ko1@a...            ] nobu:r52185 (trunk): disable warnings unless optimized
  40105 2015-10-18 21:18 [ko1@a...            ] akr:r52186 (trunk): * lib/open-uri.rb: Specify frozen_string_literal: true.
  40106 2015-10-19 00:00 [ko1@a...            ] usa:r52187 (trunk): * ruby/test_require.rb (loading_fifo): checking by defined? is meaningless about
  40107 2015-10-19 01:29 [ko1@a...            ] usa:r52188 (trunk): * file.c (rb_file_identical_p): not necessary to compare the paths after
  40108 2015-10-19 01:30 [ko1@a...            ] svn:r52189 (trunk): * 2015-10-19        
  40109 2015-10-19 10:34 [ko1@a...            ] nobu:r52190 (trunk): init.c: glibc bug  
  40110 2015-10-19 15:25 [ko1@a...            ] nobu:r52191 (trunk): objspace_dump.c: special const
  40111 2015-10-19 21:10 [ko1@a...            ] nobu:r52192 (trunk): file.c: fix typos  
  40112 2015-10-20 00:55 [ko1@a...            ] kazu:r52193 (trunk): fix a typo [ci skip]
  40113 2015-10-20 00:55 [ko1@a...            ] kazu:r52194 (trunk): fix typos [ci skip]
  40114 2015-10-20 00:55 [ko1@a...            ] svn:r52195 (trunk): * 2015-10-20        
  40115 2015-10-20 01:29 [ko1@a...            ] nobu:r52196 (trunk): suppress a warning 
  40116 2015-10-20 01:29 [ko1@a...            ] nobu:r52197 (trunk): check INFINITY and NAN without C99 option
  40117 2015-10-20 05:56 [ko1@a...            ] normal:r52198 (trunk): ext/fiddle/closure.c (callback): static function
  40118 2015-10-20 08:24 [ko1@a...            ] odaira:r52199 (trunk): * configure.in: pthread_getattr_np is broken on AIX.
  40119 2015-10-20 12:18 [ko1@a...            ] marcandRe: r52200 (trunk): * lib/prime.rb: Optimize Integer#prime?
  40120 2015-10-20 12:20 [ko1@a...            ] marcandRe: r52201 (trunk): * lib/prime.rb: Add basic argument checking to Prime.prime?
  40121 2015-10-20 16:15 [ko1@a...            ] nobu:r52202 (trunk): highlight configure
  40122 2015-10-20 16:15 [ko1@a...            ] nobu:r52203 (trunk): missing.h: fix condition
  40123 2015-10-20 23:40 [ko1@a...            ] nobu:r52204 (trunk): test -t            
  40124 2015-10-21 09:36 [ko1@a...            ] nobu:r52205 (trunk): extconf.rb: strict_warnflags
  40125 2015-10-21 09:36 [ko1@a...            ] svn:r52206 (trunk): * 2015-10-21        
  40126 2015-10-21 16:16 [ko1@a...            ] nobu:r52207 (trunk): Makefile.in: tty at reconfig
  40127 2015-10-21 18:34 [ko1@a...            ] nobu:r52208 (trunk): parse.y: magic comment w/o indicators
  40128 2015-10-22 11:21 [ko1@a...            ] shugo:r52209 (trunk): * test/net/ftp/test_ftp.rb: add tests for getbinaryfile and
  40129 2015-10-22 11:22 [ko1@a...            ] svn:r52210 (trunk): * 2015-10-22        
  40130 2015-10-22 13:14 [ko1@a...            ] nobu:r52211 (trunk): io.c: check ARGV element type
  40131 2015-10-22 13:16 [ko1@a...            ] nobu:r52212 (trunk): dir.c: glob brace expansion [Fix GH-1061]
  40132 2015-10-22 15:25 [ko1@a...            ] nobu:r52213 (trunk): generic_erb.rb: highlight
  40133 2015-10-22 15:30 [ko1@a...            ] nobu:r52214 (trunk): Safe navigation operator
  40135 2015-10-22 18:32 [ko1@a...            ] shugo:r52216 (trunk): * lib/net/imap (idle): add a new argument timeout for keep-alive.
  40136 2015-10-22 18:32 [ko1@a...            ] svn:r52217 (trunk): * remove trailing spaces.
  40137 2015-10-22 18:58 [ko1@a...            ] knu:r52218 (trunk): Kernel#loop returns the result value of a finished iterator
  40138 2015-10-22 22:53 [ko1@a...            ] nobu:r52219 (trunk): ifchange: ignore error
  40139 2015-10-22 23:02 [ko1@a...            ] nobu:r52220 (trunk): colorize           
  40140 2015-10-22 23:56 [ko1@a...            ] nobu:r52221 (trunk): common.mk: showflags only once
  40141 2015-10-23 00:00 [ko1@a...            ] naruse:r52222 (trunk): limit the number of FDs in a process for stress test
  40142 2015-10-23 00:00 [ko1@a...            ] svn:r52223 (trunk): * 2015-10-23        
  40143 2015-10-23 00:19 [ko1@a...            ] nobu:r52224 (trunk): adjust spaces [ci skip]
  40144 2015-10-23 00:22 [ko1@a...            ] nobu:r52225 (trunk): fix backslash [ci skip]
  40145 2015-10-23 00:51 [ko1@a...            ] shugo:r52226 (trunk): * lib/un.rb (help): change the name of a block parameter to avoid
  40146 2015-10-23 01:54 [ko1@a...            ] naruse:r52227 (trunk): * ext/openssl/ossl_ssl.c (ssl_npn_select_cb): explicitly raise error
  40147 2015-10-23 01:54 [ko1@a...            ] naruse:r52228 (trunk): ALPN also uses the same logic [Bug #11369]
  40148 2015-10-23 01:55 [ko1@a...            ] naruse:r52229 (trunk): Add rlimit_nproc to avoid to create many process [Bug #11613]
  40149 2015-10-23 05:36 [ko1@a...            ] normal:r52230 (trunk): NEWS: fix typo [ci skip]
  40150 2015-10-23 07:25 [ko1@a...            ] normal:r52231 (trunk): test/io/wait/test_io_wait.rb (test_wait_eof): test return value
  40151 2015-10-23 08:43 [ko1@a...            ] nobu:r52232 (trunk): NEWS: add a space  
  40152 2015-10-23 10:47 [ko1@a...            ] nobu:r52233 (trunk): compile.c: just insert
  40153 2015-10-23 10:49 [ko1@a...            ] nobu:r52234 (trunk): safe navigation attrset
  40154 2015-10-23 11:09 [ko1@a...            ] shugo:r52235 (trunk): * lib/matrix/eigenvalue_decomposition.rb (tridiagonalize): fix
  40155 2015-10-23 11:09 [ko1@a...            ] svn:r52236 (trunk): * remove trailing spaces.
  40156 2015-10-23 11:58 [ko1@a...            ] nobu:r52237 (trunk): compile.c: optimize method chain
  40157 2015-10-23 13:51 [ko1@a...            ] nobu:r52238 (trunk): test_call.rb: add tests
  40158 2015-10-23 15:23 [ko1@a...            ] shugo:r52239 (trunk): * lib/net/ftp.rb (gettextfile, getbinaryfile): use the safe
  40159 2015-10-23 15:29 [ko1@a...            ] shugo:r52240 (trunk): * lib/net/imap.rb: remove an empty comment line and -*-.
  40160 2015-10-23 15:46 [ko1@a...            ] hsbt:r52241 (trunk): * string.c: Added method signature to include hash. It's inconsistency
  40161 2015-10-23 16:03 [ko1@a...            ] hsbt:r52242 (trunk): * file.c: fix indent style. [fix GH-977]
  40162 2015-10-23 16:07 [ko1@a...            ] nobu:r52243 (trunk): ChangeLog: adjust indent
  40163 2015-10-23 16:35 [ko1@a...            ] hsbt:r52244 (trunk): * lib/ipaddr.rb, test/test_ipaddr.rb: Reject invalid address contained
  40164 2015-10-23 17:55 [ko1@a...            ] hsbt:r52245 (trunk): * lib/irb.rb: Ignored assignment of STDOUT.sync = true
  40165 2015-10-23 18:10 [ko1@a...            ] hsbt:r52246 (trunk): * .gitignoRe: ignored environmantal wrapper files.
  40166 2015-10-23 21:11 [ko1@a...            ] nobu:r52247 (trunk): error.c: separate class names
  40167 2015-10-23 23:28 [ko1@a...            ] nobu:r52248 (trunk): error.c: use fake string
  40168 2015-10-24 00:41 [ko1@a...            ] shugo:r52249 (trunk): * lib/forwardable (def_instance_delegator, def_single_delegator):
  40169 2015-10-24 00:41 [ko1@a...            ] svn:r52250 (trunk): * 2015-10-24        
  40170 2015-10-24 01:53 [ko1@a...            ] knu:r52251 (trunk): * NEWS: [DOC] In the new safe call syntax, arguments are evaluated
  40171 2015-10-24 01:58 [ko1@a...            ] ko1:r52252 (trunk): * vm_core.h, vm_insnhelper.h: move definition of VMDEBUG
  40172 2015-10-24 02:00 [ko1@a...            ] ko1:r52253 (trunk): * vm_core.h: define vm_call_handler.
  40173 2015-10-24 02:53 [ko1@a...            ] ko1:r52254 (trunk): * vm_insnhelper.c: introduce new call handler for simple ISeqs.
  40174 2015-10-24 02:53 [ko1@a...            ] svn:r52255 (trunk): * remove trailing spaces.
  40175 2015-10-24 02:54 [ko1@a...            ] svn:r52256 (trunk): * properties.       
  40176 2015-10-24 04:03 [ko1@a...            ] ko1:r52257 (trunk): * ruby.c: introduce --enable-frozen-string-literal-debug option.
  40177 2015-10-24 04:13 [ko1@a...            ] ko1:r52258 (trunk): * iseq.c (make_compile_option_value): include frozen_string_literal*
  40178 2015-10-24 07:29 [ko1@a...            ] nobu:r52259 (trunk): forwardable.rb: full qualify names
  40179 2015-10-24 07:41 [ko1@a...            ] nobu:r52260 (trunk): parse.y: canonical name
  40180 2015-10-24 08:37 [ko1@a...            ] nobu:r52261 (trunk): common.mk: vm_call_iseq_optimized.inc
  40181 2015-10-24 08:54 [ko1@a...            ] nobu:r52262 (trunk): common.mk: remove extra slash
  40182 2015-10-24 12:02 [ko1@a...            ] shugo:r52263 (trunk): * vm_insnhelper.c: remove the typedef redeclaration of
  40183 2015-10-24 12:47 [ko1@a...            ] duerst:r52264 (trunk): vm_insnhelper.c: improved error message for "wrong number
  40184 2015-10-24 15:42 [ko1@a...            ] nobu:r52265 (trunk): relax error message format
  40185 2015-10-24 16:36 [ko1@a...            ] nobu:r52266 (trunk): vm_method.c: remove common code
  40186 2015-10-24 21:11 [ko1@a...            ] sorah:r52267 (trunk): * lib/mkmf.rb: Revert r45640 because it may lead to link
  40187 2015-10-24 21:11 [ko1@a...            ] svn:r52268 (trunk): * remove trailing spaces.
  40188 2015-10-24 21:17 [ko1@a...            ] nobu:r52269 (trunk): relax error message format
  40189 2015-10-24 22:51 [ko1@a...            ] hsbt:r52270 (trunk): * configure.in: fixed build failure of Haiku.
  40190 2015-10-25 02:36 [ko1@a...            ] naruse:r52271 (trunk): 0.1 second is not enough for FreeBSD
  40191 2015-10-25 02:36 [ko1@a...            ] svn:r52272 (trunk): * 2015-10-25        
  40192 2015-10-25 03:21 [ko1@a...            ] naruse:r52273 (trunk): use rlimit_nproc other than Windows
  40193 2015-10-25 09:39 [ko1@a...            ] nobu:r52274 (trunk): update document [ci skip]
  40194 2015-10-25 09:43 [ko1@a...            ] nobu:r52275 (trunk): use rb_check_arity [ci skip]
  40195 2015-10-25 10:12 [ko1@a...            ] nobu:r52276 (trunk): symbol.c: dotq in ripper
  40196 2015-10-25 16:47 [ko1@a...            ] nobu:r52277 (trunk): fix conditions to setrlimit
  40197 2015-10-25 16:54 [ko1@a...            ] nobu:r52278 (trunk): test_io.rb: assert_separately
  40198 2015-10-25 23:34 [ko1@a...            ] nobu:r52279 (trunk): io.c: fix typo [ci skip]
  40199 2015-10-26 01:07 [ko1@a...            ] odaira:r52280 (trunk): * thread_pthread.c: fix compile erros when
  40200 2015-10-26 01:08 [ko1@a...            ] svn:r52281 (trunk): * 2015-10-26        

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