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

ruby-changes:24201-24300

  24201 2012-06-29 21:19 [ko1@a...            ] svn:r36252 (ruby_1_8): * 2012-06-29     
  24202 2012-06-29 21:31 [ko1@a...            ] shyouhei:r36253 (ruby_1_8_7): merge revision(s) 36251:
  24203 2012-06-29 22:12 [ko1@a...            ] naruse:r36254 (trunk): Use Syck module after it is defined.
  24204 2012-06-29 22:17 [ko1@a...            ] shyouhei:r36255: add tag v1_8_7_370     
  24205 2012-06-30 18:36 [ko1@a...            ] kazu:r36256 (trunk): fix a typo         
  24206 2012-06-30 18:36 [ko1@a...            ] svn:r36257 (trunk): * 2012-06-30        
  24207 2012-07-01 14:46 [ko1@a...            ] ktsj:r36259 (trunk): * KNOWNBUGS.rb: add tests.  [Bug #6460]
  24208 2012-07-01 14:46 [ko1@a...            ] ktsj:r36258 (trunk): * KNOWNBUGS.rb: Bug #2330 was fixed in r26718.
  24209 2012-07-01 14:46 [ko1@a...            ] svn:r36260 (trunk): * 2012-07-01        
  24210 2012-07-01 22:32 [ko1@a...            ] ktsj:r36261 (trunk): * ext/zlib/zlib.c: cosmetic changes.
  24211 2012-07-02 03:46 [ko1@a...            ] svn:r36263 (trunk): * 2012-07-02        
  24212 2012-07-02 03:46 [ko1@a...            ] ayumin:r36262 (trunk): * README.EXT.ja: fixed args, same as r35977. [Bug #6597]
  24213 2012-07-02 05:37 [ko1@a...            ] tadf:r36264 (trunk): * ext/date/date_core.c (d_lite_marshal_load): accepts old dump.
  24214 2012-07-02 05:57 [ko1@a...            ] tadf:r36265 (trunk): * ext/date/date_core.c: .
  24215 2012-07-02 17:06 [ko1@a...            ] nobu:r36266 (trunk): prepend: fix mixing with include
  24216 2012-07-02 17:07 [ko1@a...            ] nobu:r36267 (trunk): rp_class rb_ancestors
  24217 2012-07-02 21:27 [ko1@a...            ] akr:r36268 (trunk): * time.c (timew_out_of_timet_range): specialization for
  24218 2012-07-02 22:15 [ko1@a...            ] akr:r36269 (trunk): * thread.c (rb_thread_aref): add explanation for why Thread#[] and
  24219 2012-07-03 06:03 [ko1@a...            ] drbrain:r36270 (trunk): * ext/zlib/zlib.c (zstream_run):  Process zlib streams without GVL.
  24220 2012-07-03 06:03 [ko1@a...            ] svn:r36271 (trunk): * 2012-07-03        
  24221 2012-07-03 06:13 [ko1@a...            ] drbrain:r36272 (trunk): * object.c (Init_Object):  Added RDoc location pointers for
  24222 2012-07-03 06:15 [ko1@a...            ] drbrain:r36273 (trunk): * ext/zlib/zlib.c:  Restored the comment explaining the choice of
  24223 2012-07-03 10:55 [ko1@a...            ] naruse:r36274 (trunk): * ruby.c (proc_options): warn if -K option is specified. [Feature #5206]
  24224 2012-07-03 11:11 [ko1@a...            ] naruse:r36275 (trunk): Fix tests for previous commit.
  24225 2012-07-03 11:11 [ko1@a...            ] naruse:r36276 (trunk): Undef on_parallel_worker? before redefine.
  24226 2012-07-03 11:16 [ko1@a...            ] nobu:r36277 (trunk): make runnable      
  24227 2012-07-03 11:45 [ko1@a...            ] naruse:r36278 (ruby_1_9_3): merge revision(s) 34348:
  24228 2012-07-03 11:45 [ko1@a...            ] naruse:r36279 (ruby_1_9_3): merge revision(s) 34372:
  24229 2012-07-03 12:09 [ko1@a...            ] drbrain:r36280 (trunk): * ext/zlib/zlib.c (zstream_detach_buffer):  Refactored tainting of
  24230 2012-07-03 12:10 [ko1@a...            ] usa:r36281 (trunk): * ext/dl/cfunc.c (rb_dlcfunc_call): also needed the workaround for VC8
  24231 2012-07-03 14:37 [ko1@a...            ] nobu:r36282 (trunk): fix allocated_size 
  24232 2012-07-03 14:52 [ko1@a...            ] drbrain:r36283 (trunk): * ext/zlib/zlib.c (zstream_run_func):  Fix bug that caused early exit
  24233 2012-07-03 16:09 [ko1@a...            ] nobu:r36284 (trunk): gc.c: atomic operations for malloc_params
  24234 2012-07-03 19:17 [ko1@a...            ] naruse:r36285 (ruby_1_9_3): merge revision(s) 36258:
  24235 2012-07-03 19:17 [ko1@a...            ] naruse:r36286 (ruby_1_9_3): merge revision(s) 36259:
  24236 2012-07-03 19:20 [ko1@a...            ] naruse:r36287 (ruby_1_9_3): * proc.c (rb_vm_rewrite_dfp_in_errinfo): Fix `unexpected return'
  24237 2012-07-03 19:39 [ko1@a...            ] naruse:r36288 (ruby_1_9_3): merge revision(s) 34374:
  24238 2012-07-03 20:53 [ko1@a...            ] naruse:r36289 (ruby_1_9_3): Revert r36285; it is fixed in r36286 in 1.9.3.
  24239 2012-07-03 23:25 [ko1@a...            ] ngoto:r36290 (trunk): * gc.c (ATOMIC_SIZE_EXCHANGE): fix function name on Solaris [Bug #6689]
  24240 2012-07-04 00:39 [ko1@a...            ] naruse:r36291 (ruby_1_9_3): Revert r36279; it breaks C API compatibility.
  24241 2012-07-04 00:39 [ko1@a...            ] svn:r36292 (ruby_1_9_3): * 2012-07-04   
  24242 2012-07-04 06:21 [ko1@a...            ] svn:r36294 (trunk): * 2012-07-04        
  24243 2012-07-04 06:21 [ko1@a...            ] nobu:r36293 (trunk): bootstraptest: no stderr output
  24244 2012-07-04 07:14 [ko1@a...            ] drbrain:r36295 (trunk): * test/zlib/test_zlib.rb (test_inflate_partial_input):  Added test for
  24245 2012-07-04 08:19 [ko1@a...            ] xibbar:r36296 (trunk): * lib/cgi/core.rb,html.rb: fix typo.[Bug #6632]
  24246 2012-07-04 08:19 [ko1@a...            ] xibbar:r36297 (trunk): * lib/cgi/html.rb: fix some elements to upper case.[Bug #6632]
  24247 2012-07-04 08:30 [ko1@a...            ] drbrain:r36298 (trunk): * array.c (rb_ary_aref):  Updated documentation to indicate the
  24248 2012-07-04 08:33 [ko1@a...            ] xibbar:r36299 (trunk): * lib/cgi/util.rb: Add ' to CGI's HTML escaping.[Feature #6620]
  24249 2012-07-04 10:32 [ko1@a...            ] naruse:r36300 (ruby_1_9_3): Fix previous commit.
  24250 2012-07-04 11:11 [ko1@a...            ] nobu:r36301 (trunk): __callee__ fix     
  24251 2012-07-04 11:46 [ko1@a...            ] nobu:r36302 (trunk): thread.c: fix rdoc 
  24252 2012-07-04 11:56 [ko1@a...            ] usa:r36303 (trunk): * gc.c (ATOMIC_SIZE_*): 64bit Windows support.
  24253 2012-07-04 13:42 [ko1@a...            ] xibbar:r36304 (trunk): * lib/cgi/core.rb: fix bug: When query parameter is 'id=123&id',
  24254 2012-07-04 13:42 [ko1@a...            ] xibbar:r36305 (trunk): * lib/cgi/util.rb: revert 36299: ' is XML specification.
  24255 2012-07-04 19:17 [ko1@a...            ] suke:r36306 (trunk): * test/win32ole/test_win32ole.rb (test_s_codepage_changed):
  24256 2012-07-04 19:36 [ko1@a...            ] naruse:r36307 (ruby_1_9_3): merge revision(s) 36281:
  24257 2012-07-04 20:23 [ko1@a...            ] naruse:r36308 (trunk): bootstrap/runner.rb must be run with Ruby 1.8.
  24258 2012-07-04 22:02 [ko1@a...            ] ngoto:r36309 (trunk): * gc.c, atomic.h (ATOMIC_SIZE_*): moved from gc.c to atomic.h 
  24259 2012-07-05 01:01 [ko1@a...            ] naruse:r36310 (trunk): * ruby.c (proc_options): warn only if -K and -w option is specified.
  24260 2012-07-05 01:01 [ko1@a...            ] svn:r36311 (trunk): * 2012-07-05        
  24261 2012-07-05 10:41 [ko1@a...            ] nobu:r36312 (trunk): desc r36301        
  24262 2012-07-05 10:53 [ko1@a...            ] nobu:r36313 (trunk): NEWS               
  24263 2012-07-05 11:05 [ko1@a...            ] kazu:r36314 (trunk): fix a typo         
  24264 2012-07-05 12:31 [ko1@a...            ] knu:r36315 (trunk): Fix 4xx classes to inherit correctly from Net::HTTPClientError
  24265 2012-07-05 12:31 [ko1@a...            ] knu:r36316 (trunk): * lib/net/http/responses.rb: Fix 4xx classes to inherit correctly
  24266 2012-07-05 12:31 [ko1@a...            ] knu:r36317 (trunk): * test/net/http/test_httpresponses.rb: Add a test file for
  24267 2012-07-05 12:33 [ko1@a...            ] nobu:r36318 (trunk): * properties.      
  24268 2012-07-05 15:15 [ko1@a...            ] nobu:r36319 (trunk): bootstraptest: refine error output
  24269 2012-07-05 16:00 [ko1@a...            ] nobu:r36320 (trunk): ThreadShield       
  24270 2012-07-05 17:18 [ko1@a...            ] nobu:r36321 (trunk): bootstraptest: fix missing bs
  24271 2012-07-05 17:32 [ko1@a...            ] nobu:r36322 (trunk): ThreadShield       
  24272 2012-07-05 23:11 [ko1@a...            ] nobu:r36323 (trunk): * thread.c: fix typo.
  24273 2012-07-05 23:42 [ko1@a...            ] nobu:r36324 (trunk): never evaluated    
  24274 2012-07-06 04:06 [ko1@a...            ] drbrain:r36325 (trunk): * ext/zlib/zlib.c (zstream_expand_buffer_without_gvl):  Use
  24275 2012-07-06 04:06 [ko1@a...            ] svn:r36326 (trunk): * 2012-07-06        
  24276 2012-07-06 05:39 [ko1@a...            ] drbrain:r36327 (trunk): * string.c (rb_str_bytesize):  Improve documentation.  Patch by Oscar
  24277 2012-07-06 06:50 [ko1@a...            ] drbrain:r36328 (trunk): * array.c (rb_ary_aref):  Added a description of the behavior of
  24278 2012-07-06 12:25 [ko1@a...            ] nobu:r36329 (trunk): ThreadShield: check waiting count
  24279 2012-07-06 12:27 [ko1@a...            ] nobu:r36330 (trunk): obsolete Config    
  24280 2012-07-06 12:49 [ko1@a...            ] nobu:r36331 (trunk): thread.c: unsigned 
  24281 2012-07-07 23:16 [ko1@a...            ] nagachika:r36332 (trunk): * test/csv/test_features.rb: add require for Tempfile.
  24282 2012-07-07 23:17 [ko1@a...            ] svn:r36333 (trunk): * 2012-07-07        
  24283 2012-07-08 06:37 [ko1@a...            ] nobu:r36334 (trunk): test/ruby/test_rubyoptions.rb: tests for another name
  24284 2012-07-08 06:40 [ko1@a...            ] svn:r36335 (trunk): * 2012-07-08        
  24285 2012-07-08 06:40 [ko1@a...            ] nobu:r36336 (trunk): suppress warning   
  24286 2012-07-08 07:42 [ko1@a...            ] nobu:r36337 (trunk): [Feature #6693]    
  24287 2012-07-09 13:28 [ko1@a...            ] nobu:r36338 (trunk): mkmf.rb: add TARGET_NAME
  24288 2012-07-09 13:28 [ko1@a...            ] svn:r36339 (trunk): * 2012-07-09        
  24289 2012-07-09 13:35 [ko1@a...            ] nobu:r36340 (trunk): suppress warnings on mingw32
  24290 2012-07-09 13:36 [ko1@a...            ] nobu:r36341 (trunk): ext/zlib/zlib.c: initialize return value
  24291 2012-07-09 17:25 [ko1@a...            ] usa:r36342 (trunk): * win32/configure.bat, win32/setup.mak, win32/Makefile.sub: omit Win9x
  24292 2012-07-09 17:33 [ko1@a...            ] usa:r36343 (trunk): * include/ruby/win32.h: sorry, mistaken.
  24293 2012-07-09 17:38 [ko1@a...            ] usa:r36344 (trunk): * win32/win32.c (win95_stat): remove unnecessary macro.
  24294 2012-07-09 22:12 [ko1@a...            ] kazu:r36345 (trunk): fix a typo         
  24295 2012-07-10 00:53 [ko1@a...            ] kosaki:r36346 (trunk): * dln.c: Simplify and make consistent an ifdef for Mac OS X.
  24296 2012-07-10 00:53 [ko1@a...            ] svn:r36347 (trunk): * 2012-07-10        
  24297 2012-07-10 00:53 [ko1@a...            ] kosaki:r36348 (trunk): * include/ruby/ruby.h: Removed RUBY_GLOBAL_SETUP complely. It is
  24298 2012-07-10 09:05 [ko1@a...            ] drbrain:r36349 (trunk): * ext/zlib/zlib.c:  Added streaming support to inflate processing.
  24299 2012-07-10 10:45 [ko1@a...            ] usa:r36350 (trunk): * configure.in: removed --enable/disable-win95 options. (see r36432)
  24300 2012-07-10 10:49 [ko1@a...            ] usa:r36351 (trunk): * include/ruby/win32.h (NT, NtInitialize): removed unused old macros.

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