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

ruby-changes:32401-32500

  32401 2014-01-02 00:55 [ko1@a...            ] glass:r44480 (trunk): * array.c (rb_ary_zip): use ALLOCV_N() instead of ALLOCA_N().
  32402 2014-01-02 01:40 [ko1@a...            ] glass:r44481 (trunk): * vm_eval.c (method_missing): use ALLOCV_N() instead of
  32403 2014-01-02 03:43 [ko1@a...            ] nobu:r44482 (trunk): dbm.c: yield dup of keystr
  32404 2014-01-02 04:15 [ko1@a...            ] nobu:r44483 (trunk): eval.c: extra modifier
  32405 2014-01-02 11:41 [ko1@a...            ] nobu:r44484 (trunk): mkrunnable.rb: fix DLL path on Windows
  32406 2014-01-02 16:29 [ko1@a...            ] glass:r44485 (trunk): * io.c (io_fwrite): freeze converted str.
  32407 2014-01-03 00:10 [ko1@a...            ] eregon:r44486 (trunk): * ext/bigdecimal: update class method call style from :: to .
  32408 2014-01-03 00:10 [ko1@a...            ] svn:r44487 (trunk): * 2014-01-03        
  32409 2014-01-03 10:47 [ko1@a...            ] tmm1:r44488 (trunk): test/net/imap/test_imap.rb: fix test failures due to expired certs
  32410 2014-01-03 10:51 [ko1@a...            ] nobu:r44489 (trunk): * properties.      
  32411 2014-01-03 19:12 [ko1@a...            ] charliesome:r44490 (trunk): * ext/socket/socket.c (rsock_sys_fail_host_port): save and restore errno
  32412 2014-01-03 22:38 [ko1@a...            ] nagachika:r44491 (ruby_2_0_0): merge revision(s) 44488, 44489: [Backport #9341]
  32413 2014-01-04 10:16 [ko1@a...            ] drbrain:r44492 (trunk): * lib/rinda/ring.rb (Rinda::RingFinger#make_socket): Use
  32414 2014-01-04 10:16 [ko1@a...            ] svn:r44493 (trunk): * 2014-01-04        
  32415 2014-01-04 10:18 [ko1@a...            ] drbrain:r44494 (trunk): * lib/rinda/ring.rb (Rinda::RingFinger#make_socket): Use
  32416 2014-01-04 17:22 [ko1@a...            ] ktsj:r44495 (trunk): * vm.c (RubyVM::OPTS): get rid of a garbage character.
  32417 2014-01-04 19:13 [ko1@a...            ] nobu:r44496 (trunk): socket.c: use rb_syserr_fail
  32418 2014-01-04 19:15 [ko1@a...            ] nobu:r44497 (trunk): socket.c: format flags
  32419 2014-01-04 21:10 [ko1@a...            ] nobu:r44498 (trunk): ext/tk/extconf.rb: fix build error with tk variant
  32421 2014-01-04 21:47 [ko1@a...            ] kazu:r44500 (trunk): test/ruby/test_gc.rb: use GC.stat(:key) instead of GC.stat
  32422 2014-01-04 22:44 [ko1@a...            ] charliesome:r44501 (trunk): * struct.c (rb_struct_set): return assigned value from setter method
  32423 2014-01-05 20:15 [ko1@a...            ] eregon:r44502 (trunk): * compar.c (cmp_equal): remove error hiding in Comparable#==.
  32424 2014-01-05 20:15 [ko1@a...            ] svn:r44503 (trunk): * 2014-01-05        
  32425 2014-01-05 21:33 [ko1@a...            ] nobu:r44504 (trunk): configure.in: deprecated-declarations
  32426 2014-01-05 21:33 [ko1@a...            ] nobu:r44505 (trunk): numeric.c: isfinite
  32427 2014-01-05 21:35 [ko1@a...            ] nobu:r44506 (trunk): configure.in: fix rpath flag
  32428 2014-01-05 21:48 [ko1@a...            ] nobu:r44507 (trunk): tk/extconf.rb: rpath by libpathflag
  32429 2014-01-06 21:29 [ko1@a...            ] kazu:r44508 (trunk): ignore *-fake.rb   
  32430 2014-01-06 21:30 [ko1@a...            ] svn:r44509 (trunk): * 2014-01-06        
  32431 2014-01-06 23:34 [ko1@a...            ] nobu:r44510 (trunk): test_super.rb: test_module_super_in_method_module
  32432 2014-01-07 01:35 [ko1@a...            ] nagachika:r44511 (ruby_2_0_0): merge revision(s) 44455, 44458, 44510: [Backport #9315]
  32434 2014-01-07 04:38 [ko1@a...            ] svn:r44513 (trunk): * 2014-01-07        
  32435 2014-01-07 10:13 [ko1@a...            ] tmm1:r44514 (trunk): ext/json: objects depend on $(ruby_headers)
  32436 2014-01-07 10:19 [ko1@a...            ] drbrain:r44515 (trunk): * ChangeLog:    
  32437 2014-01-07 12:41 [ko1@a...            ] nobu:r44516 (trunk): test_timeout.rb: shorten waiting times
  32438 2014-01-07 12:42 [ko1@a...            ] nobu:r44517 (trunk): timeout.rb: defer creating custom exception
  32439 2014-01-07 12:43 [ko1@a...            ] nobu:r44518 (trunk): timeout.rb: fix for ExitException
  32440 2014-01-07 12:43 [ko1@a...            ] nobu:r44519 (trunk): timeout.rb: unused attribute
  32441 2014-01-07 21:08 [ko1@a...            ] nobu:r44520 (trunk): timeout.rb: current_target
  32442 2014-01-07 21:21 [ko1@a...            ] nobu:r44521 (trunk): timeout.rb: revert r44520
  32443 2014-01-07 23:29 [ko1@a...            ] a_matsuda:r44522 (trunk): * numeric.c: Fix typo in an error message
  32444 2014-01-08 13:12 [ko1@a...            ] nobu:r44523 (trunk): lib/timeout.rb: fallback to Timeout::Error
  32445 2014-01-08 13:12 [ko1@a...            ] svn:r44524 (trunk): * 2014-01-08        
  32446 2014-01-08 15:55 [ko1@a...            ] nobu:r44525 (trunk): object.c: hash value from objid with salt
  32447 2014-01-08 17:14 [ko1@a...            ] nobu:r44526 (trunk): rubygems/test_case.rb: fix errors in mkmf tests
  32448 2014-01-08 22:53 [ko1@a...            ] nobu:r44527 (trunk): vm_insnhelper.c: revive r44455 for bound module method
  32449 2014-01-09 08:21 [ko1@a...            ] naruse:r44528 (ruby_2_1): merge revision(s) 44488: [Backport #9341]
  32450 2014-01-09 09:54 [ko1@a...            ] tenderlove:r44529 (trunk): * ext/psych/lib/psych/visitors/to_ruby.rb: anonymous structs
  32451 2014-01-09 09:54 [ko1@a...            ] svn:r44530 (trunk): * 2014-01-09        
  32452 2014-01-09 09:56 [ko1@a...            ] tenderlove:r44531 (trunk): * ext/psych/lib/psych/visitors/yaml_tree.rb: dumping strings with
  32453 2014-01-09 14:06 [ko1@a...            ] naruse:r44532 (ruby_2_1): merge revision(s) 44440, 44444: [Backport #9306]
  32454 2014-01-09 14:29 [ko1@a...            ] usa:r44533 (ruby_1_9_3): merge revision(s) 44488, 44489: [Backport #9341]
  32455 2014-01-09 17:42 [ko1@a...            ] usa:r44534 (trunk): * hash.c (rb_any_hash): should treat the return value of rb_objid_hash()
  32456 2014-01-09 19:13 [ko1@a...            ] ko1:r44535 (trunk): * vm.c (rb_vm_pop_cfunc_frame): added. It cares c_return event.
  32457 2014-01-09 19:46 [ko1@a...            ] nobu:r44536 (trunk): * remove trailing spaces.
  32458 2014-01-09 20:34 [ko1@a...            ] usa:r44537 (trunk): * hash.c (rb_objid_hash): should return `long'. brushup r44534.
  32459 2014-01-09 20:46 [ko1@a...            ] nobu:r44538 (trunk): configure.in: use SSE2
  32460 2014-01-09 20:49 [ko1@a...            ] nobu:r44539 (trunk): configure.in: -mstackrealign
  32461 2014-01-09 22:19 [ko1@a...            ] nobu:r44540 (trunk): ChangeLog: commit miss
  32462 2014-01-10 00:48 [ko1@a...            ] nobu:r44541 (trunk): tk/extconf.rb: fix libpathflag arguments
  32463 2014-01-10 00:48 [ko1@a...            ] svn:r44542 (trunk): * 2014-01-10        
  32464 2014-01-10 02:33 [ko1@a...            ] marcandRe: r44543 (trunk): * array.c: rdoc clarification for <=>
  32465 2014-01-10 02:34 [ko1@a...            ] marcandRe: r44544 (trunk): * doc/NEWS-2.1.0: Add mention for litteral.freeze
  32466 2014-01-10 02:34 [ko1@a...            ] marcandRe: r44545 (trunk): * object.c: Add rdoc for classes frozen by default
  32467 2014-01-10 02:34 [ko1@a...            ] marcandRe: r44546 (trunk): * gc.c: Fix and remove outdated rdoc for object_id
  32468 2014-01-10 02:34 [ko1@a...            ] marcandRe: r44547 (trunk): * gc.c: Supplement object_id's rdoc for immediate and frozen string litterals
  32469 2014-01-10 02:49 [ko1@a...            ] marcandRe: r44548 (trunk): * gc.c: Oups, symbols are immediates too
  32470 2014-01-10 06:23 [ko1@a...            ] eregon:r44549 (trunk): * range.c (Range#size): [DOC] improve description and add examples.
  32471 2014-01-10 13:13 [ko1@a...            ] tmm1:r44550 (trunk): gc.c: fix doc typo 
  32472 2014-01-10 13:54 [ko1@a...            ] tmm1:r44551 (trunk): insns.def: add opt path for Hash#[] and Hash#[]= used with str literal keys
  32473 2014-01-10 17:40 [ko1@a...            ] nobu:r44552 (trunk): test_super.rb: remove unneeded code
  32474 2014-01-10 18:01 [ko1@a...            ] nobu:r44553 (trunk): vm_insnhelper.c: boudn method transplanting
  32475 2014-01-10 18:22 [ko1@a...            ] yugui:r44554 (trunk): * vm_exec.c (cfp): Avoid generating invalid binary for
  32476 2014-01-10 18:42 [ko1@a...            ] nobu:r44555 (trunk): test_weakref.rb: find collected weakref
  32477 2014-01-11 09:06 [ko1@a...            ] naruse:r44556 (ruby_2_1): merge revision(s) 44544:
  32478 2014-01-11 09:06 [ko1@a...            ] svn:r44557 (ruby_2_1): * 2014-01-11     
  32479 2014-01-11 12:15 [ko1@a...            ] nobu:r44558 (trunk): bigdecimal.c: expand buffer
  32480 2014-01-11 12:15 [ko1@a...            ] svn:r44559 (trunk): * 2014-01-11        
  32481 2014-01-11 19:26 [ko1@a...            ] nobu:r44560 (trunk): test_bigmath.rb: test_log
  32482 2014-01-11 19:26 [ko1@a...            ] nobu:r44561 (trunk): test_bigmath.rb: r44558
  32483 2014-01-12 09:21 [ko1@a...            ] nobu:r44562 (trunk): ruby/util.h: DECIMAL_SIZE_OF_BITS
  32484 2014-01-12 09:21 [ko1@a...            ] svn:r44563 (trunk): * 2014-01-12        
  32485 2014-01-12 15:30 [ko1@a...            ] nagachika:r44564 (ruby_2_0_0): merge revision(s) 41351: [Backport #9199]
  32486 2014-01-12 15:53 [ko1@a...            ] nagachika:r44565 (ruby_2_0_0): merge revision(s) 44195: [Backport #7772]
  32487 2014-01-12 16:05 [ko1@a...            ] nagachika:r44566 (ruby_2_0_0): merge revision(s) 43676: [Backport #8439]
  32488 2014-01-12 16:08 [ko1@a...            ] nagachika:r44567 (ruby_2_0_0): merge revision(s) 43587: [Backport #8623]
  32489 2014-01-12 16:41 [ko1@a...            ] nobu:r44568 (trunk): iseq.c: potential memory leak
  32490 2014-01-12 16:49 [ko1@a...            ] nobu:r44569 (trunk): iseq.c: linear search
  32491 2014-01-12 17:11 [ko1@a...            ] nobu:r44570 (trunk): tcltklib.c: create_ip_exc format argument
  32492 2014-01-12 17:11 [ko1@a...            ] nobu:r44571 (trunk): stubs.c: library name strings
  32493 2014-01-12 17:11 [ko1@a...            ] nobu:r44572 (trunk): ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUE
  32494 2014-01-12 17:20 [ko1@a...            ] nobu:r44573 (trunk): test_bigmath.rb: ignore on unrelated platforms
  32495 2014-01-12 18:04 [ko1@a...            ] nagai:r44574 (trunk): * ext/tk/extconf.rb: --with-tcllib and --with-tklib configure options
  32496 2014-01-12 22:18 [ko1@a...            ] nagachika:r44575 (ruby_2_0_0): merge revision(s) 44570:
  32497 2014-01-12 23:23 [ko1@a...            ] nagachika:r44576 (ruby_2_0_0): merge revision(s) 44260: [Backport #9168]
  32498 2014-01-13 09:57 [ko1@a...            ] nobu:r44577 (trunk): cptr.c: unused variable
  32499 2014-01-13 09:57 [ko1@a...            ] nobu:r44578 (trunk): ext: real class name
  32500 2014-01-13 09:57 [ko1@a...            ] nobu:r44579 (trunk): ext: use PRIsVALUE for rb_raise and rb_warn

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