[前][次][番号順一覧][上]
ruby-changes:39401-39500
39401 2015-08-04 16:42 [ko1@a... ] ko1:r51482 (trunk): * test/ruby/test_module.rb: should not expect a method table ordering.
39402 2015-08-04 16:55 [ko1@a... ] nobu:r51483 (trunk): contributing.rdoc: double quotes [ci skip]
39403 2015-08-05 00:36 [ko1@a... ] kazu:r51484 (trunk): fix a typo [ci skip]
39404 2015-08-05 00:37 [ko1@a... ] svn:r51485 (trunk): * 2015-08-05
39405 2015-08-05 08:57 [ko1@a... ] tenderlove:r51486 (trunk): * ext/openssl/lib/openssl/ssl.rb (module OpenSSL): extract callback
39406 2015-08-05 10:48 [ko1@a... ] nobu:r51487 (trunk): ossl_ssl.c: remove unused variables
39407 2015-08-05 14:38 [ko1@a... ] nobu:r51488 (trunk): transcode.c: fix dangling pointers
39408 2015-08-05 14:40 [ko1@a... ] nobu:r51489 (trunk): transcode.c: GC guards
39409 2015-08-05 14:44 [ko1@a... ] nobu:r51490 (trunk): insns.def: redundant call
39410 2015-08-05 15:32 [ko1@a... ] nobu:r51491 (trunk): socket.c: suppress warnings
39411 2015-08-06 02:25 [ko1@a... ] nobu:r51492 (trunk): node.c: NODE_ALLOCA for ALLOCV
39412 2015-08-06 02:26 [ko1@a... ] svn:r51493 (trunk): * 2015-08-06
39413 2015-08-06 07:26 [ko1@a... ] normal:r51494 (trunk): test/ruby/test_process.rb (test_many_args): increase timeout
39414 2015-08-06 07:55 [ko1@a... ] tenderlove:r51495 (trunk): * ext/openssl/lib/openssl/ssl.rb (module OpenSSL): move
39415 2015-08-06 07:59 [ko1@a... ] tenderlove:r51496 (trunk): * ext/openssl/lib/openssl/ssl.rb (module OpenSSL): move nonblock
39416 2015-08-06 08:17 [ko1@a... ] tenderlove:r51497 (trunk): * ext/openssl/lib/openssl/ssl.rb (module OpenSSL): move
39417 2015-08-06 10:44 [ko1@a... ] nobu:r51498 (trunk): ruby_atomic.h: atomic VALUE operations
39418 2015-08-06 10:50 [ko1@a... ] nobu:r51499 (trunk): node.c: check size
39419 2015-08-06 10:56 [ko1@a... ] nobu:r51500 (trunk): gc.c: move tmp buffer functions
39420 2015-08-07 17:08 [ko1@a... ] nobu:r51501 (trunk): proc.c: fix for uncallable method
39421 2015-08-07 17:08 [ko1@a... ] svn:r51502 (trunk): * 2015-08-07
39422 2015-08-07 17:23 [ko1@a... ] nobu:r51503 (trunk): parse.y: require pure parser
39423 2015-08-07 17:30 [ko1@a... ] nobu:r51504 (trunk): parse.y: remove prefixes
39424 2015-08-07 21:04 [ko1@a... ] nobu:r51505 (trunk): parse.y: shrink parser_params
39425 2015-08-08 03:42 [ko1@a... ] zzak:r51506 (trunk): * hash.c: [DOC] Improve description of symbol key syntax
39426 2015-08-08 03:43 [ko1@a... ] svn:r51507 (trunk): * 2015-08-08
39427 2015-08-08 04:01 [ko1@a... ] zzak:r51508 (trunk): * object.c: [DOC] Improve grammar for Module#===
39428 2015-08-08 09:29 [ko1@a... ] nobu:r51509 (trunk): transcode_data.h: adjust style
39429 2015-08-08 09:33 [ko1@a... ] nobu:r51510 (trunk): transcode_data.h: missing cast
39430 2015-08-09 14:16 [ko1@a... ] nobu:r51511 (trunk): vm.c: frozen_strings in rb_vm_t
39431 2015-08-09 14:16 [ko1@a... ] svn:r51512 (trunk): * 2015-08-09
39432 2015-08-09 22:44 [ko1@a... ] nobu:r51513 (trunk): test_gc.rb: check signal first
39433 2015-08-10 10:08 [ko1@a... ] nobu:r51514 (trunk): eval.c: use rb_ident_hash_new
39434 2015-08-10 10:08 [ko1@a... ] nobu:r51515 (trunk): objspace.c: use rb_ident_hash_new
39435 2015-08-10 10:10 [ko1@a... ] svn:r51516 (trunk): * 2015-08-10
39437 2015-08-11 00:34 [ko1@a... ] nagachika:r51518 (ruby_2_2): merge revision(s) 50089: [Backport #11342]
39438 2015-08-11 01:08 [ko1@a... ] nagachika:r51519 (ruby_2_2): merge revision(s) 51350: [Backport #11380] [Backport #11389]
39439 2015-08-11 01:19 [ko1@a... ] nagachika:r51520 (ruby_2_2): merge revision(s) 51344: [Backport #11387]
39440 2015-08-11 01:31 [ko1@a... ] nagachika:r51521 (ruby_2_2): merge revision(s) 51263, 51264: [Backport #11352]
39441 2015-08-11 01:47 [ko1@a... ] nagachika:r51522 (ruby_2_2): merge revision(s) 51061, 51063, 51091: [Backport #11285]
39442 2015-08-11 02:09 [ko1@a... ] nagachika:r51523 (ruby_2_2): merge revision(s) 51213: [Backport #11344]
39443 2015-08-11 10:33 [ko1@a... ] hsbt:r51524 (trunk): * vm_method.c: typo fix [fix GH-993][ci skip] Patch by @0x0dea
39444 2015-08-11 10:34 [ko1@a... ] svn:r51525 (trunk): * 2015-08-11
39445 2015-08-11 10:48 [ko1@a... ] hsbt:r51526 (trunk): * enum.c: added doc for Enumerable#zip
39446 2015-08-11 10:51 [ko1@a... ] hsbt:r51527 (trunk): * test/ruby/test_array.rb: Add test for `Array#flatten` with level 1
39447 2015-08-11 10:58 [ko1@a... ] hsbt:r51528 (trunk): * string.c: [DOC] Make #end_with? example doc symmetry
39448 2015-08-11 11:53 [ko1@a... ] nobu:r51529 (trunk): parse.y: optional superclass
39449 2015-08-11 11:56 [ko1@a... ] hsbt:r51530 (trunk): * string.c: Fix documentation for String#slice
39450 2015-08-11 12:14 [ko1@a... ] hsbt:r51531 (trunk): * test/openssl/test_ssl.rb: Fix LocalJumpErrors being raised
39451 2015-08-11 14:57 [ko1@a... ] nobu:r51532 (trunk): array.c: fix buffer size
39452 2015-08-11 15:22 [ko1@a... ] nobu:r51533 (trunk): ruby.h: check integer overflow
39453 2015-08-11 23:02 [ko1@a... ] akr:r51534 (trunk): * numeric.c (Init_Numeric): Fix document for Float::MIN and
39454 2015-08-12 01:04 [ko1@a... ] nagachika:r51535 (ruby_2_2): merge revision(s) 51532: [Backport #11433]
39455 2015-08-12 01:08 [ko1@a... ] nagachika:r51536 (ruby_2_2): merge revision(s) 51531: [Backport #11368]
39456 2015-08-12 05:35 [ko1@a... ] normal:r51537 (trunk): rb_parser_compile_*: remove volatile arg
39457 2015-08-12 05:35 [ko1@a... ] svn:r51538 (trunk): * 2015-08-12
39458 2015-08-12 12:51 [ko1@a... ] nobu:r51539 (trunk): envutil.rb: abort at timeout
39459 2015-08-12 12:51 [ko1@a... ] nobu:r51540 (trunk): test_gc.rb: timeout of test_interrupt_in_finalizer
39460 2015-08-12 17:44 [ko1@a... ] ko1:r51541 (trunk): * id_table.h: introduce ID key table.
39461 2015-08-12 17:44 [ko1@a... ] svn:r51542 (trunk): * remove trailing spaces.
39462 2015-08-12 17:44 [ko1@a... ] svn:r51543 (trunk): * properties.
39463 2015-08-12 17:59 [ko1@a... ] ko1:r51544 (trunk): * class.c, gc.c vm.c: use ID_TABLE_* instead of ST_*
39464 2015-08-12 18:01 [ko1@a... ] ko1:r51545 (trunk): * class.c (move_refined_method): same as the last commit.
39465 2015-08-12 21:16 [ko1@a... ] normal:r51546 (trunk): hoist out rb_call_info_kw_arg_bytes to inline function
39466 2015-08-12 21:19 [ko1@a... ] normal:r51547 (trunk): iseq.c (iseq_memsize): reimplement for wrapper
39467 2015-08-12 21:52 [ko1@a... ] ko1:r51548 (trunk): * id_table.c (mix_id_table_insert): fix memory leak.
39468 2015-08-12 21:59 [ko1@a... ] ko1:r51549 (trunk): * id_table.c: IMPL() macro accept op as _opname instead of opname
39469 2015-08-12 22:20 [ko1@a... ] nobu:r51550 (trunk): id_table.c: prefix first
39470 2015-08-12 22:25 [ko1@a... ] nobu:r51551 (trunk): test_gc.rb: abort hung up process
39471 2015-08-12 23:55 [ko1@a... ] nagachika:r51552 (ruby_2_2): merge revision(s) 51202, 51203, 51204: [Backport #11340]
39472 2015-08-12 23:58 [ko1@a... ] nagachika:r51553 (ruby_2_2): merge revision(s) 50104, 50105: [Backport #10906]
39473 2015-08-13 00:17 [ko1@a... ] nagachika:r51554 (ruby_2_2): merge revision(s) 51409, 51453: [Backport #10910]
39474 2015-08-13 01:23 [ko1@a... ] nagachika:r51555 (ruby_2_2): merge revision(s) 51464, 51465: [Backport #11058]
39475 2015-08-13 01:40 [ko1@a... ] nagachika:r51556 (ruby_2_2): merge revision(s) 51046: [Backport #11260]
39476 2015-08-13 08:43 [ko1@a... ] normal:r51557 (trunk): load.c: match comment with variable (`e' => `ext') [ci skip]
39477 2015-08-13 08:44 [ko1@a... ] svn:r51558 (trunk): * 2015-08-13
39478 2015-08-13 09:02 [ko1@a... ] normal:r51559 (trunk): load.c (features_index_add): avoid repeat calculation
39479 2015-08-13 12:34 [ko1@a... ] nobu:r51560 (trunk): test_gc.rb: dump hung up process
39481 2015-08-13 13:42 [ko1@a... ] nobu:r51562 (trunk): id_table.c: TOKEN_PASTE
39482 2015-08-13 14:36 [ko1@a... ] nobu:r51563 (trunk): object.c: rb_num_to_dbl
39483 2015-08-13 16:22 [ko1@a... ] nobu:r51564 (trunk): thread.c: freeze masks
39484 2015-08-13 17:43 [ko1@a... ] ko1:r51565 (trunk): * vm_core.h (rb_call_info_kw_arg_bytes): move the definition
39485 2015-08-13 22:50 [ko1@a... ] nobu:r51566 (trunk): timeout.rb: freeze a string message
39486 2015-08-13 23:43 [ko1@a... ] nobu:r51567 (trunk): test/rubygems: clear hooks
39487 2015-08-14 00:53 [ko1@a... ] nagachika:r51568 (ruby_2_2): merge revision(s) 51066: [Backport #11319]
39488 2015-08-14 11:59 [ko1@a... ] nobu:r51569 (trunk): test_ssl_session.rb: check SSL method
39489 2015-08-14 11:59 [ko1@a... ] svn:r51570 (trunk): * 2015-08-14
39490 2015-08-14 15:21 [ko1@a... ] nagachika:r51571 (ruby_2_2): merge revision(s) 50339, 50340, 50342, 50343: [Backport #10705]
39491 2015-08-14 15:37 [ko1@a... ] nagachika:r51572 (ruby_2_2): merge revision(s) 51423, 51425: [Backport #9381]
39492 2015-08-14 16:42 [ko1@a... ] nagachika:r51573 (ruby_2_2): merge revision(s) 51116: [Backport #11324]
39493 2015-08-14 18:40 [ko1@a... ] nobu:r51574 (trunk): win32/registry.rb: make @@type2name an array
39494 2015-08-14 18:42 [ko1@a... ] nobu:r51575 (trunk): win32/registry.rb: terminator size
39495 2015-08-14 18:44 [ko1@a... ] normal:r51576 (trunk): improve handling of timer thread shutdown
39496 2015-08-14 18:52 [ko1@a... ] normal:r51577 (trunk): method.h: cast checks to int for >= 0 checks
39497 2015-08-14 19:38 [ko1@a... ] nobu:r51578 (trunk): thread_pthread.c: suppress a warning
39498 2015-08-15 04:14 [ko1@a... ] normal:r51579 (trunk): ChangeLog: add reference for r51576 [ci skip]
39499 2015-08-15 04:15 [ko1@a... ] svn:r51580 (trunk): * 2015-08-15
39500 2015-08-15 04:23 [ko1@a... ] normal:r51581 (trunk): iseq.c (rb_iseq_mark): reduce NULL checks
[前][次][番号順一覧][上]