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

ruby-changes:43401-43500

  43402 2016-06-21 15:35 [ko1@a...            ] duerst:r55476 (trunk): * LEGAL: Added filenames and copyrights for some files in
  43403 2016-06-21 15:42 [ko1@a...            ] duerst:r55477 (trunk): * test/ruby/test_in.rb: Skip test_read_buffer_error on cygwin,
  43404 2016-06-21 16:14 [ko1@a...            ] naruse:r55478 (trunk): It takes still too many memory...
  43405 2016-06-21 16:14 [ko1@a...            ] naruse:r55479 (trunk): * string.c (rb_str_casemap): int is too small for string size.
  43406 2016-06-21 16:14 [ko1@a...            ] naruse:r55480 (trunk): * string.c (rb_str_casemap): fix memory leak.
  43407 2016-06-21 16:38 [ko1@a...            ] nobu:r55481 (trunk): Fix garbage allocation
  43408 2016-06-21 17:17 [ko1@a...            ] duerst:r55482 (trunk): * test/ruby/test_io.rb: Skip test_readpartial_with_not_empty_buffer,
  43409 2016-06-21 17:20 [ko1@a...            ] nobu:r55483 (trunk): CASEMAP_DEBUG [ci skip]
  43410 2016-06-21 19:32 [ko1@a...            ] nobu:r55484 (trunk): Multiple values X-Forwarded-Proto in webrick
  43411 2016-06-21 19:45 [ko1@a...            ] duerst:r55485 (trunk): * test/ruby/enc/test_regex_casefold.rb: Add Windows-1251, KOI8-R, and
  43412 2016-06-22 17:29 [ko1@a...            ] nobu:r55486 (trunk): Get rid of downloading Unicode data
  43414 2016-06-22 22:02 [ko1@a...            ] nobu:r55488 (trunk): casefold.h dependency
  43415 2016-06-23 14:27 [ko1@a...            ] nobu:r55489 (trunk): Unicode files for casefold.h
  43416 2016-06-23 14:27 [ko1@a...            ] svn:r55490 (trunk): * 2016-06-23        
  43417 2016-06-23 21:42 [ko1@a...            ] naruse:r55491 (trunk): Revert r55486, r55488, r55489
  43418 2016-06-24 09:17 [ko1@a...            ] svn:r55493 (trunk): * 2016-06-24        
  43419 2016-06-24 09:17 [ko1@a...            ] nobu:r55492 (trunk): Updating casefold.h
  43420 2016-06-24 09:23 [ko1@a...            ] nobu:r55494 (trunk): touch              
  43421 2016-06-24 13:13 [ko1@a...            ] hsbt:r55495 (trunk): * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*:
  43422 2016-06-24 14:29 [ko1@a...            ] nobu:r55496 (trunk): Read CaseFolding.txt in binary mode
  43423 2016-06-24 18:06 [ko1@a...            ] hsbt:r55497 (trunk): * ext/psych/*, test/psych/*: Upate psych 2.1.0
  43424 2016-06-24 18:06 [ko1@a...            ] svn:r55498 (trunk): * remove trailing spaces.
  43425 2016-06-24 18:07 [ko1@a...            ] hsbt:r55499 (trunk): Fixed accidentally commit miss.
  43426 2016-06-25 02:33 [ko1@a...            ] svn:r55501 (trunk): * 2016-06-25        
  43427 2016-06-25 02:33 [ko1@a...            ] nobu:r55500 (trunk): No respond_to? as if the default definition
  43428 2016-06-25 10:08 [ko1@a...            ] rhe:r55502 (trunk): openssl: ignore test failure caused by LibreSSL bug
  43429 2016-06-25 11:32 [ko1@a...            ] nobu:r55503 (trunk): Refine assertion   
  43430 2016-06-25 17:54 [ko1@a...            ] kazu:r55504 (trunk): fix a typo [ci skip]
  43432 2016-06-26 09:28 [ko1@a...            ] svn:r55506 (trunk): * 2016-06-26        
  43433 2016-06-26 10:20 [ko1@a...            ] nobu:r55507 (trunk): Explicit ".dll" suffix
  43434 2016-06-26 19:36 [ko1@a...            ] nobu:r55508 (trunk): Convert arguments first
  43436 2016-06-27 08:57 [ko1@a...            ] nobu:r55509 (trunk): Coverage on non-positive lines
  43437 2016-06-27 10:24 [ko1@a...            ] nobu:r55511 (trunk): Refactor           
  43438 2016-06-27 16:55 [ko1@a...            ] nobu:r55512 (trunk): FileUtils#install: owner/group options
  43439 2016-06-27 16:58 [ko1@a...            ] nobu:r55513 (trunk): FileUtils#install: symbolic mode
  43440 2016-06-28 03:30 [ko1@a...            ] naruse:r55514 (trunk): Use gperf 3.0.4  
  43441 2016-06-28 03:30 [ko1@a...            ] naruse:r55515 (trunk): * insns.def (opt_plus): use `- 1` instead of `& (~1)` to allow
  43442 2016-06-28 03:30 [ko1@a...            ] svn:r55516 (trunk): * 2016-06-28        
  43443 2016-06-28 09:56 [ko1@a...            ] nobu:r55517 (trunk): Fix typo [ci skip] 
  43444 2016-06-28 13:38 [ko1@a...            ] naruse:r55518 (trunk): Revert "Use gperf 3.0.4"
  43445 2016-06-28 15:20 [ko1@a...            ] nobu:r55519 (trunk): Use conditional operator
  43446 2016-06-28 15:20 [ko1@a...            ] nobu:r55520 (trunk): Cache no proxy case
  43447 2016-06-28 15:56 [ko1@a...            ] nobu:r55521 (trunk): Skip unavailable tests
  43448 2016-06-28 16:04 [ko1@a...            ] nobu:r55522 (trunk): Move CaseTest      
  43449 2016-06-28 18:42 [ko1@a...            ] ngoto:r55523 (trunk): * ext/digest/md5/md5ossl.h: Remove excess semicolons.
  43450 2016-06-28 21:33 [ko1@a...            ] nobu:r55524 (trunk): Octal mode         
  43451 2016-06-28 22:14 [ko1@a...            ] arton:r55525 (trunk): * lib/fileutils.rb: rescue Errno:EACCES for chown.
  43452 2016-06-28 22:29 [ko1@a...            ] nobu:r55526 (trunk): bootstraptest/runner.rb may run on older ruby
  43453 2016-06-28 22:55 [ko1@a...            ] nobu:r55527 (trunk): PStoRe: :CHECKSUM_ALGO
  43454 2016-06-29 03:42 [ko1@a...            ] svn:r55529 (trunk): * 2016-06-29        
  43455 2016-06-29 03:42 [ko1@a...            ] naruse:r55528 (trunk): * bignum.c (rb_big2ulong): the old logic seems to try to avoid
  43456 2016-06-29 07:03 [ko1@a...            ] nobu:r55530 (trunk): Octal mode in un.rb
  43457 2016-06-29 08:46 [ko1@a...            ] nobu:r55531 (trunk): Passed block symbol to proc
  43458 2016-06-29 12:45 [ko1@a...            ] shugo:r55532 (trunk): * test/ruby/test_refinement.rb: skip
  43459 2016-06-29 13:37 [ko1@a...            ] nobu:r55533 (trunk): Use LONG_LONG      
  43460 2016-06-29 13:37 [ko1@a...            ] nobu:r55534 (trunk): VC6 error          
  43461 2016-06-29 13:37 [ko1@a...            ] nobu:r55535 (trunk): VC6 error          
  43462 2016-06-29 15:23 [ko1@a...            ] naruse:r55536 (trunk): * insns.def (opt_succ): optimize like r55515. (but this argument is
  43463 2016-06-29 21:37 [ko1@a...            ] kazu:r55537 (trunk): fix a typo [ci skip]
  43464 2016-06-29 22:21 [ko1@a...            ] rhe:r55538 (trunk): openssl: fix for OpenSSL 1.0.0t
  43465 2016-06-29 22:25 [ko1@a...            ] hsbt:r55539 (trunk): * ext/psych/lib/psych_jars.rb: removed needless file required to JRuby.
  43466 2016-06-30 13:16 [ko1@a...            ] nobu:r55540 (trunk): Initialize ID      
  43467 2016-06-30 13:16 [ko1@a...            ] svn:r55541 (trunk): * 2016-06-30        
  43468 2016-06-30 14:45 [ko1@a...            ] nobu:r55542 (trunk): Magic numbers      
  43469 2016-06-30 16:31 [ko1@a...            ] nobu:r55543 (trunk): Move unicode tables timestamp
  43470 2016-06-30 17:13 [ko1@a...            ] nobu:r55544 (trunk): test_stringio.rb: reduce retry count
  43471 2016-06-30 17:13 [ko1@a...            ] nobu:r55545 (trunk): case-folding.rb: check version numbers
  43472 2016-06-30 17:24 [ko1@a...            ] nobu:r55546 (trunk): case-folding.rb: define version numbers
  43473 2016-06-30 19:20 [ko1@a...            ] ngoto:r55547 (trunk): * string.c: Fix memory corruptions when using UTF-16/32 strings.
@ 43474 2016-06-30 19:22 [yoshinori.sano@g... ]                                         
  43475 2016-07-01 04:36 [ko1@a...            ] naruse:r55548 (trunk): * .gdbinit (rb_ps_thread): show ruby level backtrace.
  43476 2016-07-01 04:36 [ko1@a...            ] svn:r55549 (trunk): * 2016-07-01        
  43477 2016-07-01 12:13 [ko1@a...            ] naruse:r55550 (trunk): * .gdbinit (rb_count_objects): added gdb version of count_objects().
  43478 2016-07-01 12:58 [ko1@a...            ] ngoto:r55551 (trunk): string.c: Add parentheses to avoid C source code ambiguity. [Bug #12536]
  43479 2016-07-01 13:50 [ko1@a...            ] ngoto:r55552 (trunk): * string.c (rb_str_subseq, str_substr): When RSTRING_EMBED_LEN_MAX
  43480 2016-07-01 18:25 [ko1@a...            ] naruse:r55553 (trunk): * .gdbinit (rb_ps_thread): show the detail of cfunc in ruby level
  43481 2016-07-01 19:43 [ko1@a...            ] ngoto:r55554 (trunk): * test/fiddle/test_pointer.rb (test_to_str, test_to_s, test_aref_aset):
  43482 2016-07-01 20:24 [ko1@a...            ] ngoto:r55555 (trunk): * string.c: Specify termlen as far as possible.
  43483 2016-07-01 21:00 [ko1@a...            ] kazu:r55556 (trunk): fix a typo [ci skip]
  43484 2016-07-02 02:32 [ko1@a...            ] ngoto:r55557 (trunk): * string.c (str_fill_term): When termlen increases, re-allocation
  43485 2016-07-02 02:32 [ko1@a...            ] svn:r55558 (trunk): * 2016-07-02        
  43486 2016-07-02 03:11 [ko1@a...            ] ngoto:r55559 (trunk): * string.c: Partially reverts r55547 and r55555.
  43487 2016-07-02 03:59 [ko1@a...            ] nagachika:r55560 (ruby_2_3): merge revision(s) 55462: [Backport #11954]
  43488 2016-07-02 04:09 [ko1@a...            ] nagachika:r55561 (ruby_2_3): merge revision(s) 55427: [Backport #12503]
  43489 2016-07-02 04:37 [ko1@a...            ] naruse:r55562 (trunk): * regcomp.c (noname_disable_map): don't optimize out group 0
  43490 2016-07-02 18:05 [ko1@a...            ] naruse:r55563 (trunk): * lib/uri/mailto.rb (initialize): RFC3986_Parser#split sets opaque
  43491 2016-07-03 06:01 [ko1@a...            ] svn:r55565 (trunk): * 2016-07-03        
  43492 2016-07-03 06:01 [ko1@a...            ] normal:r55564 (trunk): tool: add descriptions and fix typos
  43493 2016-07-03 06:13 [ko1@a...            ] normal:r55566 (trunk): process.c (disable_child_handler_fork_child): simplify
  43495 2016-07-03 22:23 [ko1@a...            ] kazu:r55568 (trunk): fix a typo and indent [ci skip]
  43496 2016-07-04 13:09 [ko1@a...            ] svn:r55570 (trunk): * 2016-07-04        
  43497 2016-07-04 13:09 [ko1@a...            ] naruse:r55569 (trunk): * random.c (random_ulong_limited): avoid left shift count >= width of
  43498 2016-07-04 13:57 [ko1@a...            ] naruse:r55571 (trunk): * process.c: define sig_t if not exist.
  43499 2016-07-04 16:05 [ko1@a...            ] naruse:r55572 (trunk): fix typo         
  43500 2016-07-05 11:09 [ko1@a...            ] svn:r55574 (trunk): * 2016-07-05        

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