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

ruby-changes:43501-43600

  43501 2016-07-05 11:09 [ko1@a...            ] naruse:r55573 (trunk): * pack.c (pack_pack): use union instead of bare variable to ease
  43502 2016-07-05 19:45 [ko1@a...            ] ngoto:r55575 (trunk): * string.c (rb_str_change_terminator_length): New function to change
  43503 2016-07-05 20:49 [ko1@a...            ] hsbt:r55576 (trunk): * ext/json/*, test/json/*: Update json-2.0.1.
  43504 2016-07-05 20:49 [ko1@a...            ] svn:r55577 (trunk): * append newline at EOF.
  43505 2016-07-05 20:49 [ko1@a...            ] svn:r55578 (trunk): * properties.       
  43506 2016-07-06 07:14 [ko1@a...            ] shugo:r55579 (trunk): * lib/net/ftp.rb (putline): raise an ArgumentError when
  43508 2016-07-06 09:01 [ko1@a...            ] shugo:r55581 (trunk): * lib/net/http/generic_rquest.rb (write_header): A Request-Line must
  43509 2016-07-06 09:16 [ko1@a...            ] shugo:r55582 (trunk): Add an assertion. 
  43510 2016-07-06 14:03 [ko1@a...            ] nobu:r55584 (trunk): probes.dmyh: remove preprocessor directives
  43511 2016-07-06 14:11 [ko1@a...            ] nobu:r55583 (trunk): Revert ext/json/parser/prereq.mk
  43512 2016-07-06 14:37 [ko1@a...            ] nobu:r55585 (trunk): update-deps: for clang
  43513 2016-07-06 14:37 [ko1@a...            ] nobu:r55586 (trunk): update-deps: exclude timestamps
  43514 2016-07-06 14:44 [ko1@a...            ] nobu:r55587 (trunk): Ignore -save-temps=obj files
  43515 2016-07-06 14:45 [ko1@a...            ] nobu:r55588 (trunk): Local header dependencies
  43516 2016-07-06 14:48 [ko1@a...            ] nobu:r55589 (trunk): Update dependencies
  43517 2016-07-06 18:34 [ko1@a...            ] duerst:r55590 (trunk): * enc/iso_8859_16.c, test/ruby/enc/test_case_comprehensive.rb:
  43518 2016-07-06 18:59 [ko1@a...            ] duerst:r55591 (trunk): * enc/iso_8859_15.c, test/ruby/enc/test_case_comprehensive.rb:
  43519 2016-07-06 18:59 [ko1@a...            ] svn:r55592 (trunk): * remove trailing spaces.
  43522 2016-07-06 19:54 [ko1@a...            ] duerst:r55595 (trunk): * enc/iso_8859_14.c, test/ruby/enc/test_case_comprehensive.rb:
  43523 2016-07-06 19:54 [ko1@a...            ] svn:r55596 (trunk): * remove trailing spaces.
  43524 2016-07-06 22:26 [ko1@a...            ] ngoto:r55597 (trunk): enc/iso_8859_14.c: Fix compile error by old version of fcc on Solaris 10.
  43525 2016-07-06 23:11 [ko1@a...            ] usa:r55598 (ruby_2_2): merge revision(s) 54168: [Backport #12391]
  43526 2016-07-07 00:07 [ko1@a...            ] usa:r55599 (ruby_2_2): * bignum.c (Init_Bignum): revert a part of previous commit (r55598),
  43527 2016-07-07 01:06 [ko1@a...            ] usa:r55600 (trunk): * tool/redmine-backporter.rb: fixed command alias bug.
  43528 2016-07-07 01:06 [ko1@a...            ] svn:r55601 (trunk): * 2016-07-07        
  43529 2016-07-07 03:17 [ko1@a...            ] naruse:r55602 (trunk): require "rbconfig/sizeof"
  43530 2016-07-07 16:31 [ko1@a...            ] nobu:r55603 (trunk): io.c: convert arguments just once
  43531 2016-07-07 16:38 [ko1@a...            ] nobu:r55604 (trunk): numeric.c: round nearly middle value
  43532 2016-07-07 20:08 [ko1@a...            ] shugo:r55605 (trunk): * vm_args.c (vm_caller_setup_arg_block): disable symbol block
  43533 2016-07-08 00:49 [ko1@a...            ] naruse:r55606 (trunk): * vm_eval.c (yield_under): change prototype to get argc/argv.
  43535 2016-07-08 03:59 [ko1@a...            ] naruse:r55608 (trunk): suppress warnings: unused variables
  43537 2016-07-08 08:46 [ko1@a...            ] shugo:r55610 (trunk): * io.c (rb_io_s_read): add description of pipes to the documentation
  43538 2016-07-08 14:22 [ko1@a...            ] shugo:r55611 (trunk): * vm_args.c (vm_caller_setup_arg_block): call rb_sym_to_proc()
  43539 2016-07-08 14:38 [ko1@a...            ] nobu:r55612 (trunk): numeric.c: round as double
  43540 2016-07-08 21:51 [ko1@a...            ] ngoto:r55613 (trunk): * thread.c (rb_wait_for_single_fd): Clean up fds.revents every time
  43541 2016-07-08 22:22 [ko1@a...            ] kazu:r55614 (trunk): fix a typo [ci skip]
  43542 2016-07-09 11:44 [ko1@a...            ] nobu:r55615 (trunk): Use keyword        
  43544 2016-07-09 12:47 [ko1@a...            ] shugo:r55617 (trunk): * tool/mkconfig.rb: use true instead of TRUE.
  43545 2016-07-09 12:51 [ko1@a...            ] usa:r55618 (trunk): * ChangeLog: shugo, you lose.
  43546 2016-07-10 08:58 [ko1@a...            ] hsbt:r55619 (trunk): * thread.c: Fixed implicit conversion error with Apple clang-800.0.31
  43547 2016-07-10 08:58 [ko1@a...            ] svn:r55620 (trunk): * 2016-07-10        
  43548 2016-07-10 14:27 [ko1@a...            ] nobu:r55621 (trunk): util.c: round nearly middle value
  43549 2016-07-10 16:14 [ko1@a...            ] duerst:r55622 (trunk):                  
  43550 2016-07-10 16:17 [ko1@a...            ] duerst:r55623 (trunk): * test/ruby/enc/test_case_comprehensive.rb: Fixed a comment
  43551 2016-07-10 17:05 [ko1@a...            ] duerst:r55624 (trunk): * enc/iso_8859_4.c, test/ruby/enc/test_case_comprehensive.rb:
  43552 2016-07-10 17:05 [ko1@a...            ] svn:r55625 (trunk): * remove trailing spaces.
  43553 2016-07-10 19:33 [ko1@a...            ] duerst:r55626 (trunk): * test/ruby/enc/test_case_comprehensive.rb: Changed testing logic in to
  43554 2016-07-10 19:53 [ko1@a...            ] duerst:r55627 (trunk): * enc/iso_8859_10.c, test/ruby/enc/test_case_comprehensive.rb:
  43555 2016-07-10 23:28 [ko1@a...            ] nobu:r55628 (trunk): enc/iso_8859_4.c: adjust indent [ci skip]
  43557 2016-07-11 16:01 [ko1@a...            ] nobu:r55629 (trunk): stringio.c: convert arguments just once
  43558 2016-07-11 17:49 [ko1@a...            ] duerst:r55631 (trunk): * enc/iso_8859_4.c, enc/iso_8859_10.c, enc/iso_8859_14.c,
  43559 2016-07-11 18:05 [ko1@a...            ] duerst:r55632 (trunk): * enc/iso_8859_1.c: Moved test for lowercase characters without
  43560 2016-07-11 22:50 [ko1@a...            ] nagachika:r55633 (ruby_2_3): merge revision(s) 54168: [Backport #12391]
  43561 2016-07-11 23:08 [ko1@a...            ] akr:r55634 (trunk): describe RUBY_INTEGER_UNIFICATION.
  43562 2016-07-11 23:22 [ko1@a...            ] nagachika:r55635 (ruby_2_3): merge revision(s) 55602: [Backport #12560]
  43563 2016-07-11 23:38 [ko1@a...            ] usa:r55636 (ruby_2_2): merge revision(s) 55602: [Backport #12560]
  43564 2016-07-12 00:18 [ko1@a...            ] usa:r55637 (ruby_2_2): merge revision(s) 49758, 50356, 50359: [Backport #12563]
  43565 2016-07-12 01:30 [ko1@a...            ] usa:r55638 (trunk): * configure.in, lib/mkmf.rb, win32/Makefile.sub (CSRCFLAG): make the
  43567 2016-07-12 01:30 [ko1@a...            ] svn:r55639 (trunk): * remove trailing spaces.
  43568 2016-07-12 20:53 [ko1@a...            ] nobu:r55641 (trunk): math.c: use common constants
  43569 2016-07-12 21:33 [ko1@a...            ] duerst:r55642 (trunk): * enc/iso_8859_3.c, test/ruby/enc/test_case_comprehensive.rb:
  43570 2016-07-12 21:59 [ko1@a...            ] duerst:r55643 (trunk): * revert r55642 (previous commit) because of test failure at
  43571 2016-07-12 22:07 [ko1@a...            ] nobu:r55644 (trunk): math.c: get_double_rshift
  43572 2016-07-12 22:17 [ko1@a...            ] nobu:r55645 (trunk): complex.c: rb_complex prefix
  43574 2016-07-13 08:40 [ko1@a...            ] duerst:r55647 (trunk): * test/ruby/enc/test_iso_8859.rb: Excluded dotless i/I with dot from
  43575 2016-07-13 09:02 [ko1@a...            ] svn:r55649 (trunk): * 2016-07-13        
  43576 2016-07-13 09:02 [ko1@a...            ] duerst:r55648 (trunk): * enc/iso_8859_3.c, test/ruby/enc/test_case_comprehensive.rb:
  43577 2016-07-13 10:31 [ko1@a...            ] duerst:r55650 (trunk): * enc/iso_8859_13.c, enc/windows_1257.c: Split Windows-1257 from
  43578 2016-07-13 10:50 [ko1@a...            ] duerst:r55651 (trunk): * enc/iso_8859_13.c, test/ruby/enc/test_case_comprehensive.rb:
  43579 2016-07-13 13:08 [ko1@a...            ] duerst:r55652 (trunk): * enc/iso_8859_7.c, enc/windows_1253.c: Split Windows-1253 from
  43580 2016-07-13 13:19 [ko1@a...            ] duerst:r55653 (trunk): * enc/iso_8859_9.c, enc/windows_1254.c: Split Windows-1254 from
  43581 2016-07-13 14:15 [ko1@a...            ] duerst:r55654 (trunk): * enc/windows_1254.c: Adjust variable/macro names.
  43582 2016-07-13 14:19 [ko1@a...            ] ko1:r55655 (trunk): * vm_method.c (method_entry_get_without_cache): check
  43583 2016-07-13 14:26 [ko1@a...            ] ko1:r55656 (trunk): * iseq.c (Init_ISeq): undef ISeq.translate and ISeq.load_iseq
  43584 2016-07-13 14:29 [ko1@a...            ] naruse:r55657 (trunk): * math.c (rb_math_sqrt): r55646 must use f_signbit.
  43585 2016-07-13 14:40 [ko1@a...            ] duerst:r55658 (trunk): * enc/iso_8859_5.c, test/ruby/enc/test_case_comprehensive.rb:
  43586 2016-07-13 14:47 [ko1@a...            ] naruse:r55659 (trunk): fix type         
  43587 2016-07-13 15:19 [ko1@a...            ] duerst:r55660 (trunk): * enc/iso_8859_1.c, enc/iso_8859_4.c: Avoid setting modification flag if
  43588 2016-07-13 15:32 [ko1@a...            ] nobu:r55661 (trunk): Fix file names in comments
  43589 2016-07-13 16:03 [ko1@a...            ] usa:r55662 (trunk): * math.c (_USE_MATH_DEFINES): it must be set before including internal.h
  43590 2016-07-13 16:08 [ko1@a...            ] ko1:r55663 (trunk): * gc.c (gc_mark_roots): should mark the VM object itself to mark
  43591 2016-07-13 16:19 [ko1@a...            ] duerst:r55664 (trunk): * enc/iso_8859_7.c, test/ruby/enc/test_case_comprehensive.rb:
  43592 2016-07-13 17:21 [ko1@a...            ] duerst:r55665 (trunk): * enc/windows_1252.c, test/ruby/enc/test_case_comprehensive.rb:
  43593 2016-07-13 18:09 [ko1@a...            ] duerst:r55666 (trunk): * enc/iso_8859_9.c, test/ruby/enc/test_case_comprehensive.rb:
  43594 2016-07-13 22:27 [ko1@a...            ] svn:r55668 (trunk): * properties.       
  43596 2016-07-13 22:27 [ko1@a...            ] hsbt:r55669 (trunk): * test/json/json_common_interface_test.rb: use assert_raise instead of
  43597 2016-07-13 23:22 [ko1@a...            ] kazu:r55670 (trunk): Fix file name in comment again
  43598 2016-07-14 12:49 [ko1@a...            ] svn:r55673 (trunk): * append newline at EOF.
  43599 2016-07-14 12:49 [ko1@a...            ] svn:r55672 (trunk): * 2016-07-14        
  43600 2016-07-14 12:49 [ko1@a...            ] hsbt:r55671 (trunk): * ext/json/**/*.rb: merge original files from upstream repository.

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