[前][次][スレッド一覧][上]

ruby-changes:62601-62700

  62601 2020-08-18 01:48 [ko1@a...            ] 971857c332 (master): Fix method name escaping in ObjectSpace.dump
  62602 2020-08-18 01:48 [ko1@a...            ] 1b34753490 (master): * 2020-08-18 [ci skip]
  62603 2020-08-18 06:18 [ko1@a...            ] 264e4cd04f (master): Remove write barrier exemption for T_ICLASS
  62604 2020-08-18 11:03 [ko1@a...            ] bc00e6aa90 (master): Disable debugging test.
  62605 2020-08-18 14:38 [ko1@a...            ] 701217572f (master): test/fiber/test_backtrace.rb: prevent a warning
  62606 2020-08-18 18:57 [ko1@a...            ] 1359da6ec0 (master): [ruby/irb] Add tests about IRB history
  62608 2020-08-18 18:57 [ko1@a...            ] 6f0ef83de7 (master): [ruby/irb] Symbol.all_symbols was adopted by Ruby 1.8.0 or later
  62609 2020-08-18 18:57 [ko1@a...            ] 5474007d61 (master): [ruby/irb] Support oneline method definition
  62610 2020-08-18 18:57 [ko1@a...            ] 126e1fc296 (master): [ruby/irb] Make history infinite if set SAVE_HISTORY to negative
  62611 2020-08-18 18:57 [ko1@a...            ] a388e2554c (master): [ruby/irb] Add require 'irb' to test separately
  62612 2020-08-18 18:57 [ko1@a...            ] b3f84b4a5b (master): [ruby/irb] Expand path to run separated test correctly
  62613 2020-08-18 18:57 [ko1@a...            ] 43c648c832 (master): [ruby/irb] Support shortening lambda notation
  62614 2020-08-18 18:57 [ko1@a...            ] d32229e338 (master): [ruby/irb] Prefer require_relative to load the files in this library
  62615 2020-08-18 18:57 [ko1@a...            ] 6aa786b8a3 (master): [ruby/irb] Get rid of loading readline unnecessarily
  62616 2020-08-18 18:57 [ko1@a...            ] 7fa86de15b (master): [ruby/irb] Workaround a bug of ruby-mode.el
  62617 2020-08-18 18:57 [ko1@a...            ] 0fcbd07247 (master): [ruby/irb] Directly check if the method is available instead of version
  62618 2020-08-18 18:57 [ko1@a...            ] a30dea5852 (master): [ruby/irb] Support shortening lambda notetion for nesting level of prompt
  62619 2020-08-18 18:57 [ko1@a...            ] 82d4da7816 (master): [ruby/irb] Yet another unnecessary readline
  62620 2020-08-18 19:16 [ko1@a...            ] 0bc748db36 (master): [ruby/reline] Call #start_terminal after generating temporary inputrc
  62621 2020-08-18 19:16 [ko1@a...            ] f0e6ecec65 (master): [ruby/reline] Use temporary dir with yamatanooroti test
  62622 2020-08-18 19:16 [ko1@a...            ] 568615d395 (master): [ruby/reline] Use single quotes for non-expanded string literals
  62623 2020-08-18 19:16 [ko1@a...            ] 215fe54777 (master): [ruby/reline] Check Errno::EIO
  62624 2020-08-18 19:16 [ko1@a...            ] 80a7358cfc (master): [ruby/reline] Keep original characters in inputrc
  62625 2020-08-18 19:16 [ko1@a...            ] 44b24ab4c1 (master): [ruby/reline] Support mode icon
  62626 2020-08-18 19:16 [ko1@a...            ] ad24eaabfd (master): [ruby/reline] Remove duplicated line of code
  62628 2020-08-18 19:16 [ko1@a...            ] f2435c1508 (master): [ruby/reline] Get rid of loading pathname unnecessarily
  62629 2020-08-18 19:16 [ko1@a...            ] d1b06229fa (master): [ruby/reline] Use the standard SPDX ID for license in gemspec
  62630 2020-08-18 20:08 [ko1@a...            ] 01b6c520f5 (master): [ruby/irb] Change the way the IRB is invoked as an external process
  62631 2020-08-18 20:23 [ko1@a...            ] 4f697bcf73 (master): Strip trailing spaces [ci skip]
  62632 2020-08-18 20:26 [ko1@a...            ] 8fb02b7a97 (master): Update the license for the default gems to dual licenses
  62633 2020-08-18 20:26 [ko1@a...            ] a114869905 (master): Fixed the attribute name for multiple licenses.
  62634 2020-08-18 20:26 [ko1@a...            ] 0bb8bd7623 (master): Added the missing licenses field to some default gems
  62635 2020-08-18 20:26 [ko1@a...            ] d3b2c1a175 (master): Fixed the invalid SPDX identifier on gemspec
  62636 2020-08-18 21:44 [ko1@a...            ] 6767a9ef2b (master): Lounch external process on Windows correctly
  62637 2020-08-18 23:33 [ko1@a...            ] bed6b7206a (master): test/irb/test_history.rb: prevent warnings
  62638 2020-08-19 09:46 [ko1@a...            ] ca6868a430 (master): Do "write" to temp stdin before "reopen"
  62639 2020-08-19 09:46 [ko1@a...            ] 371c051ca8 (master): * 2020-08-19 [ci skip]
  62640 2020-08-19 11:11 [ko1@a...            ] 7a58ee9b96 (master): Update references when tracing allocations
  62641 2020-08-19 11:19 [ko1@a...            ] e939a5c29f (master): Use "in" and "out" options of "system" instead of "replace_stdio"
  62642 2020-08-19 11:58 [ko1@a...            ] 7226f76255 (master): Reset object allocation trace information
  62643 2020-08-19 13:04 [ko1@a...            ] e2c2283a80 (master): Skip irb/test_history on Solaris
  62644 2020-08-19 14:31 [ko1@a...            ] 6649677eb9 (master): ROBJECT_IV_INDEX_TBL: convert into an inline function
  62645 2020-08-19 14:31 [ko1@a...            ] d2eeb83634 (master): tool/update-deps -fix
  62647 2020-08-19 15:11 [ko1@a...            ] 99093e1600 (master): RHASH_TBL: is now ext-only
  62648 2020-08-19 19:15 [ko1@a...            ] f81811fc2f (master): Skip Editline for history tests of IRB
  62649 2020-08-19 19:36 [ko1@a...            ] 5b04e2362c (master): [ruby/racc] Fixed the licenses field of gemspec
  62650 2020-08-19 19:36 [ko1@a...            ] 7f0ea20581 (master): Added did_you_mean entry because did_you_mean uses MIT license
  62651 2020-08-20 00:09 [ko1@a...            ] aaf0e33c0a (master): register_fstring: avoid duping the passed string when possible
  62652 2020-08-20 00:09 [ko1@a...            ] 7d01d8811b (master): * 2020-08-20 [ci skip]
  62653 2020-08-20 00:13 [ko1@a...            ] a74df67244 (master): Fix ObjectSpace.trace_object_allocations_stop to not raise if the tracepoint were not initialized
  62654 2020-08-20 06:27 [ko1@a...            ] 63d213eb13 (master): Partial compliance with doc/method_documentation.rdoc (#3431)
  62656 2020-08-20 08:32 [ko1@a...            ] eae7aef020 (master): [DOC] Improve Hash's doc for missing keys
  62657 2020-08-20 12:39 [ko1@a...            ] 8a40e9b5a2 (master): Promote set to default gems
  62658 2020-08-20 13:26 [ko1@a...            ] 6509652c13 (master): Skip irb/test_history on Windows too
  62659 2020-08-20 21:01 [ko1@a...            ] dfda2f739b (master): Promote find to default gems
  62660 2020-08-20 21:34 [ko1@a...            ] 1d1e36fab6 (master): Partial compliance with doc/method_documentation.rdoc in hash.c (#3432)
  62661 2020-08-21 02:10 [ko1@a...            ] 51525557fd (master): Partial compliance with doc/method_documentation.rdoc in string.c (#3436)
  62662 2020-08-21 02:10 [ko1@a...            ] 6ba038af31 (master): * 2020-08-21 [ci skip]
  62663 2020-08-21 10:40 [ko1@a...            ] b6c7b94b1c (master): Remove nil-return examples from array.c (#3437)
  62664 2020-08-21 11:05 [ko1@a...            ] 7341b1a53d (master): configure.ac: move program_transform_name
  62665 2020-08-21 11:05 [ko1@a...            ] 8b022da518 (master): HAVE_STMT_AND_DECL_IN_EXPR: not for Sun C++
  62666 2020-08-21 11:05 [ko1@a...            ] 80b316212a (master): ext/-test-/cxxanyargs: suppress SunPro warning
  62667 2020-08-21 11:05 [ko1@a...            ] 01826b3fda (master): RBIMPL_HAS_CPP_ATTRIBUTE: handle SunPro
  62668 2020-08-21 11:05 [ko1@a...            ] 2c96e04868 (master): configure.ac: use compiler-provided toolchains
  62669 2020-08-21 11:48 [ko1@a...            ] 73b6bc5790 (master): AC_PROG_CXXCPP: remove
  62670 2020-08-21 16:12 [ko1@a...            ] 3eb76e747e (master): configure.ac: try GCC-provided ld
  62671 2020-08-21 20:19 [ko1@a...            ] 8c97883b73 (master): Promote erb to default gems
  62672 2020-08-21 20:19 [ko1@a...            ] bc374e5cea (master): Promote rinda to default gems
  62673 2020-08-21 20:29 [ko1@a...            ] 3292f4d965 (master): Fixed the executable path for erb command
  62674 2020-08-21 20:40 [ko1@a...            ] 44d25c6528 (master): Fixup 3292f4d965845d543733559fd1736b8c42fadab3
  62675 2020-08-22 00:33 [ko1@a...            ] cc2caa6edf (master): do not test --version
  62676 2020-08-22 00:34 [ko1@a...            ] 7263fd6ff4 (master): * 2020-08-22 [ci skip]
  62677 2020-08-22 00:45 [ko1@a...            ] 954afd1bc5 (master): protect CFLAGS from being smashed by AC_PROG_CC
  62678 2020-08-22 00:45 [ko1@a...            ] 914b2208ab (master): configure.ac: rule out old Sun C++
  62679 2020-08-22 01:42 [ko1@a...            ] 0fea0427ae (master): Remove nil-return examples from hash.c (#3438)
  62680 2020-08-22 05:51 [ko1@a...            ] ea4ccc0992 (master): Remove trivial examples from array.c (#3442)
  62681 2020-08-22 06:52 [ko1@a...            ] a0273d67d0 (master): Avoid a use after free in VM assertion
  62682 2020-08-22 09:40 [ko1@a...            ] 1ab6034529 (master): Fix type of getlogin_r's 2nd argument
  62683 2020-08-22 09:49 [ko1@a...            ] d916a4c897 (master): configure.ac: more checks on STRIP
  62685 2020-08-22 14:13 [ko1@a...            ] 2ddc67ffb6 (master): configure.ac: suppress more Sun C warnings.
  62686 2020-08-23 21:46 [ko1@a...            ] 2c4c088aa3 (master): .github/workflows/compilers.yml: more compilers
  62687 2020-08-23 21:46 [ko1@a...            ] 4f7ff9c99d (master): * 2020-08-23 [ci skip]
  62688 2020-08-23 22:46 [ko1@a...            ] 30ccc7d04b (master): Fix typos          
  62689 2020-08-24 02:10 [ko1@a...            ] 1d3e87a28c (master): Remove checks for self returned in array.c and hash.c examples (#3446)
  62690 2020-08-24 02:10 [ko1@a...            ] f292bb245e (master): * 2020-08-24 [ci skip]
  62691 2020-08-24 15:38 [ko1@a...            ] 09acafaccf (master): NEWS.md: add an example, add references, and move some items
  62692 2020-08-24 15:59 [ko1@a...            ] cb7634c142 (master): Fix links [ci skip]
  62693 2020-08-24 19:24 [ko1@a...            ] 1eb1add68a (master): Added entry for changes of default gems
  62694 2020-08-25 08:11 [ko1@a...            ] 9e25eb308d (master): Update PTY.open documentation to document it yields a single argument [ci skip]
  62695 2020-08-25 08:11 [ko1@a...            ] 1b34d843ea (master): * 2020-08-25 [ci skip]
  62696 2020-08-25 08:44 [ko1@a...            ] e6ac1fb612 (master): Specify the executable of erb
  62697 2020-08-25 18:12 [ko1@a...            ] 8d68f54c94 (master): Fix erb executable 
  62698 2020-08-25 21:18 [ko1@a...            ] 2e3a7f70ae (master): Promote nkf to default gems
  62699 2020-08-26 00:47 [ko1@a...            ] 36cc53daae (master): Comply with guide for method doc: hash.c (#3451)
  62700 2020-08-26 00:47 [ko1@a...            ] 8c030b5c00 (master): * 2020-08-26 [ci skip]

[前][次][スレッド一覧][上]