| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-01-12 | [ruby/bigdecimal] Fix length calculation in rb_uint64_convert_to_BigDecimal | Kenta Murata | |
| https://github.com/ruby/bigdecimal/commit/14e53ed7f6 | |||
| 2021-01-12 | Convert time component strings to integers more strictly | Nobuyoshi Nakada | |
| https://bugs.ruby-lang.org/issues/17485#change-89871 | |||
| 2021-01-12 | Show seconds of utc_offset if not zero | Nobuyoshi Nakada | |
| 2021-01-12 | tool/sync_default_gems.rb: Prevent infinite loop due to unknown options | Kenta Murata | |
| 2021-01-12 | * 2021-01-12 [ci skip] | git | |
| 2021-01-12 | [ruby/bigdecimal] Use rb_cstr_convert_to_BigDecimal in GetVpValueWithPrec | Kenta Murata | |
| https://github.com/ruby/bigdecimal/commit/381ddf5ff6 | |||
| 2021-01-12 | [ruby/bigdecimal] Add rb_cstr_convert_to_BigDecimal | Kenta Murata | |
| https://github.com/ruby/bigdecimal/commit/ac230a996e | |||
| 2021-01-11 | Define printf qualifier prefix fallbacks | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4050 | |||
| 2021-01-11 | Removed ENABLE_PATH_CHECK condition [ci skip] | Nobuyoshi Nakada | |
| This condition is useless on Ubuntu, as this macro is defined by default on other than Windows. | |||
| 2021-01-11 | Avoid re-entering opt_invokebuiltin_delegate_leave | Takashi Kokubun | |
| on interruption. The cancellation code was originally written for leave insn, but re-entering opt_invokebuiltin_delegate_leave insn on a cancellation is not safe, because a builtin function is executed twice. | |||
| 2021-01-11 | [ruby/matrix] use an exclusive range [Bug #17521] | Nobuyoshi Nakada | |
| 2021-01-11 | [ruby/etc] Added fallback definition of RUBY_ATOMIC_EXCHANGE | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/0c5900bd21 | |||
| 2021-01-11 | [ruby/etc] Check blocking variables at release | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/f017bdfedf | |||
| 2021-01-10 | [ruby/matrix] Fix 0-th power [Bug #17521] (#4047) | Marc-André Lafortune | |
| Notes: Merged-By: marcandre <github@marc-andre.ca> | |||
| 2021-01-10 | Fix ractor docs (#4048) [doc] | Tom Chen | |
| Notes: Merged-By: marcandre <github@marc-andre.ca> | |||
| 2021-01-10 | Adds RDoc summary of Hash methods (#4045) | Burdette Lamar | |
| * Adds RDoc summary of Hash methods Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com> | |||
| 2021-01-11 | * 2021-01-11 [ci skip] | git | |
| 2021-01-11 | Suppress constant redefinition warnings | Nobuyoshi Nakada | |
| 2021-01-10 | Remove possibility of using same seeds | Nobuyoshi Nakada | |
| 2021-01-10 | Moved to ruby/actions workflow [ci skip] | Nobuyoshi Nakada | |
| 2021-01-10 | dtoa.c: make thread-safe by using atomic CAS | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4046 | |||
| 2021-01-10 | dtoa.c: constified | Nobuyoshi Nakada | |
| clang seems to locate never modified local data in the const segment implicitly. | |||
| 2021-01-10 | dtoa.c: make compilable independently | Nobuyoshi Nakada | |
| Except for `-Dxmalloc=malloc -Dxfree=free`. | |||
| 2021-01-10 | * 2021-01-10 [ci skip] | git | |
| 2021-01-10 | [ruby/bigdecimal] Fix type name | Kenta Murata | |
| https://github.com/ruby/bigdecimal/commit/2dad4d17b2 | |||
| 2021-01-10 | [ruby/bigdecimal] Avoid casting negative value to size_t | Kenta Murata | |
| https://github.com/ruby/bigdecimal/f047b2786f | |||
| 2021-01-10 | [ruby/bigdecimal] Use smallest local variable scope in GetVpValueWithPrec | Kenta Murata | |
| https://github.com/ruby/bigdecimal/commit/44f26b9aa0 | |||
| 2021-01-09 | Get rid of defining methods for tests in core classes | Nobuyoshi Nakada | |
| Not to interfere in other tests. Notes: Merged: https://github.com/ruby/ruby/pull/4043 | |||
| 2021-01-09 | gc fix typo for the timer instruction for ARM64. | David CARLIER | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4044 | |||
| 2021-01-09 | [ruby/bigdecimal] Stop using GetVpValueWithPrec in ↵ | Kenta Murata | |
| rb_rational_convert_to_BigDecimal https://github.com/ruby/bigdecimal/commit/b4f470da61 https://github.com/ruby/bigdecimal/commit/44a78df866 | |||
| 2021-01-09 | [ruby/bigdecimal] Add assertions for checking the argument types | Kenta Murata | |
| https://github.com/ruby/bigdecimal/commit/96c9ebd886 | |||
| 2021-01-09 | [ruby/bigdecimal] Stop using GetVpValueWithPrec in ↵ | Kenta Murata | |
| rb_float_convert_to_BigDecimal https://github.com/ruby/bigdecimal/commit/33e7c50263 https://github.com/ruby/bigdecimal/commit/d3c1b0b921 | |||
| 2021-01-09 | [ruby/bigdecimal] Add test cases of conversion from Float | Kenta Murata | |
| https://github.com/ruby/bigdecimal/commit/28d3836366 | |||
| 2021-01-09 | Fixed a typo [Bug #17522] | Tee KOBAYASHI | |
| 2021-01-09 | parse.y: handle "duplicated argument name" appropriately on ripper.y | Nobuhiro IMAI | |
| refs: 733ed1e184 | |||
| 2021-01-09 | * 2021-01-09 [ci skip] | git | |
| 2021-01-08 | Replace `Kernel.#open` with `URI.open` in doc | Masataka Pocke Kuwabara | |
| Because `Kernel.#open` no longer opens URI since Ruby 3.0. Notes: Merged: https://github.com/ruby/ruby/pull/4039 | |||
| 2021-01-07 | [ruby/irb] Make IRB::ColorPrinter.pp compatible with PP.pp | Takashi Kokubun | |
| The incompatible interface is not helpful, again if you want to use it as a standalone library, falling it back to PP. Original PP.pp also ends with `out << "\n"`. https://github.com/ruby/irb/commit/4c74c7d84c | |||
| 2021-01-07 | [ruby/irb] Add missing require | Takashi Kokubun | |
| This is useful if you want to use IRB::ColorPrinter as a library like: ``` begin require 'irb/color_printer' IRB::ColorPrinter.pp(obj) rescue LoadError pp(obj) end ``` https://github.com/ruby/irb/commit/f8461691c7 | |||
| 2021-01-08 | should use `assert_include` here. | Koichi Sasada | |
| Random ordering test can introduce antoher candidate so it should be `assert_include`. | |||
| 2021-01-08 | remove unused decl | Koichi Sasada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4037 | |||
| 2021-01-08 | * 2021-01-08 [ci skip] | git | |
| 2021-01-08 | [ruby/irb] Fix comment, irb gem supports 2.5.0 or older | aycabta | |
| https://github.com/ruby/irb/commit/36118015ba | |||
| 2021-01-08 | [ruby/reline] Add acknowledgments and license for rb-readline | aycabta | |
| https://github.com/ruby/reline/commit/19df59b916 | |||
| 2021-01-08 | [ruby/reline] Suppress auto indent for adding newlines in pasting | aycabta | |
| Co-authored-by: Juanito Fatas <me@juanitofatas.com> https://github.com/ruby/reline/commit/074bb017a7 | |||
| 2021-01-08 | [ruby/reline] Suppress crashing when dynamic_prompt_proc returns a broken ↵ | aycabta | |
| prompt list Co-authored-by: Juanito Fatas <me@juanitofatas.com> https://github.com/ruby/reline/commit/558f7be168 | |||
| 2021-01-08 | [ruby/reline] Suppress crashing when auto_indent_proc returns broken indent info | aycabta | |
| Co-authored-by: Juanito Fatas <me@juanitofatas.com> https://github.com/ruby/reline/commit/7c24276275 | |||
| 2021-01-08 | [ruby/reline] Remove debug print | aycabta | |
| https://github.com/ruby/reline/commit/d7fbaedc6a | |||
| 2021-01-08 | [ruby/reline] Correct var names in Reline were different from vi-*-mode-string | aycabta | |
| https://github.com/ruby/reline/commit/8255fc93b9 | |||
| 2021-01-08 | [ruby/reline] Update cursor correctly when just cursor moving | aycabta | |
| This fixes ruby/reline#236 and ruby/reline#239. https://github.com/ruby/reline/commit/3e3c89d00b | |||
