Skip to content
Permalink
master

Commits on Dec 26, 2020

  1. Fix a cyclic explanation

    k0kubun committed Dec 26, 2020
  2. Ignore failure on unsupported fcntl to drop non-blocking mode

    Fixes #3723
    nobu committed Dec 26, 2020
  3. Fixed leaked global symbols

    nobu committed Dec 26, 2020
  4. Reduced GitHub Actions

    Moved leaked-globals before check.
    nobu committed Dec 26, 2020

Commits on Dec 25, 2020

  1. * 2020-12-26 [ci skip]

    matzbot committed Dec 25, 2020
  2. test/test_trick.rb: fixed the position to add timeout

    nobu committed Dec 25, 2020
  3. Update method definition documentation

    * Add endless methods
    * Add argument forwarding ...
    zverok authored and nobu committed Dec 25, 2020
  4. Adjusted the heading level of "Block Arguments" [ci skip]

    nobu committed Dec 25, 2020
  5. [memory_view] Fix a comment

    A consumer of a MemoryView no longer guards the original object.
    [ci skip]
    mrkn committed Dec 25, 2020
  6. Follow up on variations of the development start messages [ci skip]

    nobu committed Dec 25, 2020
  7. Copy NEWS.md to doc/NEWS-3.0.0.md and update for 3.1.0

    znz committed Dec 25, 2020
  8. Development of 3.1.0 started.

    matz committed Dec 25, 2020
  9. test_trick.rb: Make the encoding explicit for code written in UTF-8

    nobu committed Dec 25, 2020
  10. fix filename

    nurse committed Dec 25, 2020
  11. test/test_trick.rb: Add a test file for TRICK entries (#3988)

    * test/test_trick.rb: Add a test file for TRICK entries
    
    Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
    mame and nobu committed Dec 25, 2020
  12. Updated bundled_gems

    nobu committed Dec 25, 2020
  13. Disable DTrace in FreeBSD (#3999)

    The latest ruby cannot compile with FreeBSD Dtrace enabled.
    takano32 committed Dec 25, 2020
  14. Sort URLs by issue numbers and remove duplicated [ci skip]

    znz committed Dec 25, 2020
  15. define RGENGC_DEBUG_ENABLED() as 0

    on RUBY_DEVEL==0 and !HAVE_VA_ARGS_MACRO.
    
    gc_report() is always enabled on such configuration
    (maybe it is a bug) so disable RGENGC_DEBUG_ENABLED().
    ko1 committed Dec 25, 2020
  16. Update stdlib section for Ruby 3.0

    hsbt committed Dec 25, 2020
  17. USE_RUBY_DEBUG_LOG is not defined !devel build

    ko1 committed Dec 25, 2020

Commits on Dec 24, 2020

  1. Fix typos

    stomar committed Dec 24, 2020
  2. [DOC] Fix typos

    stomar committed Dec 24, 2020
  3. Optimize calls to `Kernel#hash` (#3987)

    This avoids recursive checks when the `hash` method of an object
    isn't specialized.
    marcandre committed Dec 24, 2020
  4. Update TypeProf to 0.11.0 (#3996)

    mame committed Dec 24, 2020
  5. [memory_view] Add documentation [ci skip]

    mrkn committed Dec 24, 2020
  6. [ruby/reline] 0.2.0

    aycabta committed Dec 24, 2020
  7. Adjusted indents [ci skip]

    nobu committed Dec 24, 2020
  8. * 2020-12-25 [ci skip]

    matzbot committed Dec 24, 2020
  9. configure.ac: Make it possible to build on Android Termux

    The recent Termux's clang predefines `__ANDROID_API__` as a fixed number
    24. However, when it is lower to the current device version, some
    functions that "configure" detemines available are not declared
    correctly in the header files.
    
    This change forces to overwrite the predefined `__ANDROID_API__` macro
    with the current device version.
    
    ref: termux/termux-packages#6176
    mame committed Dec 24, 2020
  10. Updated access to Process::Status attributes

    pst_pid() no longer returns Qnil even if the receiver is not
    initialized.
    nobu committed Dec 24, 2020
    1
  11. [ruby/reline] Doesn't contain terminate spaces by cw

    aycabta committed Dec 24, 2020
Older
You can’t perform that action at this time.