| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-24 | Revert bump versions of default gems for extconf.rb changes. | nagachika | |
| This reverts commit 91263c7e523dd0345c35ac4b616676132aad09d1. | |||
| 2025-07-20 | bump etc-1.4.3.1 | nagachika | |
| 2025-07-20 | [ruby/etc] Run `have_func` with the header providing the declarations | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/6668bfd42a | |||
| 2023-12-13 | [ruby/etc] Bump up 1.4.3 | Hiroshi SHIBATA | |
| https://github.com/ruby/etc/commit/743c26086d | |||
| 2023-11-05 | [ruby/etc] Fix inconsistent dll linkage warning | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/e4c71e5996 | |||
| 2023-10-29 | [ruby/etc] Start 1.4.3 | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/a9e4d4730d | |||
| 2023-07-12 | [ruby/etc] Declare `getlogin` even if unistd.h is not available | Nobuyoshi Nakada | |
| Although MinGW provides this header but not the function, Windows version ruby provides the function. https://github.com/ruby/etc/commit/f7fa1884fa | |||
| 2023-07-12 | [ruby/etc] Chec if the target file exists, not "depend" file | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/b95ddef386 | |||
| 2023-07-12 | [ruby/etc] Fix for srcdir with spaces | Nobuyoshi Nakada | |
| Fixes https://github.com/ruby/etc/pull/22. Build failure when the ruby installed directory name contains spaces. https://github.com/ruby/etc/commit/1ab19d5815 | |||
| 2023-07-12 | [ruby/etc] Declare `getlogin` only if unistd.h is not available | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/365398ea47 | |||
| 2023-05-29 | [ruby/etc] Use the correct pattern for the fallback of rb_io_descriptor() | Benoit Daloze | |
| * See https://github.com/ruby/io-console/pull/43/commits/d1d9aef45ceb14365fdf0ebee3e5ea06f27da682 https://github.com/ruby/etc/commit/5185685003 | |||
| 2023-05-28 | [ruby/etc] Remove usage of IO internals. | Samuel Williams | |
| (https://github.com/ruby/etc/pull/26) https://github.com/ruby/etc/commit/ea15eceb13 | |||
| 2023-02-28 | Update the depend files | Matt Valentine-House | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7310 | |||
| 2023-02-27 | Remove intern/gc.h from Make deps | Matt Valentine-House | |
| Notes: Merged: https://github.com/ruby/ruby/pull/7330 | |||
| 2023-02-08 | Extract include/ruby/internal/attr/packed_struct.h | Nobuyoshi Nakada | |
| Split `PACKED_STRUCT` and `PACKED_STRUCT_UNALIGNED` macros into the macros bellow: * `RBIMPL_ATTR_PACKED_STRUCT_BEGIN` * `RBIMPL_ATTR_PACKED_STRUCT_END` * `RBIMPL_ATTR_PACKED_STRUCT_UNALIGNED_BEGIN` * `RBIMPL_ATTR_PACKED_STRUCT_UNALIGNED_END` Notes: Merged: https://github.com/ruby/ruby/pull/7268 | |||
| 2022-12-09 | [ruby/etc] Bump version to 1.4.2 | Hiroshi SHIBATA | |
| https://github.com/ruby/etc/commit/5cac138538 | |||
| 2022-12-05 | [ruby/etc] Bump version to 1.4.1 | Hiroshi SHIBATA | |
| https://github.com/ruby/etc/commit/b3e9d9ceb0 | |||
| 2022-09-21 | getenv: is in stdlib.h | 卜部昌平 | |
| getenv is a very basic function that has been in stdlib.h since ISO/IEC 9899:1990. There is absolutely zero need for us to redeclare. pty.c already includes stdlib.h out of the box so we need nothing. Notes: Merged: https://github.com/ruby/ruby/pull/6358 | |||
| 2022-06-19 | [ruby/etc] [DOC] Markup constant path names | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/6c9a0b4e5d | |||
| 2022-06-19 | [ruby/etc] [DOC] Markup string literals | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/a8801e07d1 | |||
| 2022-06-19 | [ruby/etc] [DOC] Fix reference to different module | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/ea51739974 | |||
| 2022-06-19 | [ruby/etc] [DOC] Update | Nobuyoshi Nakada | |
| System-dependent feature macros are automatically detected by extconf.rb, and are not used by users. https://github.com/ruby/etc/commit/e7343b4e69 | |||
| 2022-02-22 | [Feature #18249] Update dependencies | Peter Zhu | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5474 | |||
| 2022-01-21 | [ruby/etc] Exclude change logs for pre 1.0 | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/c8a133fe95 | |||
| 2022-01-21 | [ruby/etc] Derive extra_rdoc_files from files | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/e8ecce3442 | |||
| 2022-01-21 | [ruby/etc] Move development dependencies to Gemfile | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/5cabc3996a | |||
| 2022-01-02 | [ruby/etc] Note for rb_deprecate_constant [ci skip] | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/f87fe7ad93 | |||
| 2022-01-02 | [ruby/etc] Remove deprecate constants under Struct | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/143edbd215 | |||
| 2022-01-02 | [ruby/etc] bump up to 1.4.0 | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/ca41f182f6 | |||
| 2022-01-02 | [ruby/etc] bump up to 1.3.1 | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/82dd69a4cf | |||
| 2022-01-02 | [ruby/etc] [DOC] Refine Etc::Passwd#passwd description | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/17b99fe42e | |||
| 2022-01-02 | [ruby/etc] [DOC] Document Etc::Passwd and Etc::Group as classes | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/106429f10b | |||
| 2022-01-02 | [ruby/etc] [DOC] Add document task | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/8c8c6198e2 | |||
| 2022-01-02 | [ruby/etc] Update ruby versions | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/959416b18a | |||
| 2021-11-21 | Update dependencies | Nobuyoshi Nakada | |
| 2021-10-19 | [ruby/etc] Bump up etc version to 1.3.0 | Hiroshi SHIBATA | |
| https://github.com/ruby/etc/commit/85ca541d0b | |||
| 2021-10-19 | [ruby/etc] Remove unnecessary declaration | Nobuyoshi Nakada | |
| Fix https://github.com/ruby/etc/pull/12 https://github.com/ruby/etc/commit/7cbf03d22d | |||
| 2021-10-14 | [ruby/etc] Get rid of alloca in the loop | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/c989bacc4c | |||
| 2021-10-05 | ruby tool/update-deps --fix | 卜部昌平 | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4909 | |||
| 2021-04-13 | dependency updates | 卜部昌平 | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4371 | |||
| 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 | |||
| 2020-12-24 | etc: use atomic operation instead of mutex | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3983 | |||
| 2020-12-23 | Update version for Ractor-safe extensions | Hiroshi SHIBATA | |
| 2020-12-22 | [ruby/etc] Make Ractor safe | Marc-Andre Lafortune | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3954 | |||
| 2020-12-22 | [ruby/etc] Refactor locks using mutex API | Marc-Andre Lafortune | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3954 | |||
| 2020-08-27 | sed -i '/rmodule.h/d' | 卜部昌平 | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3347 | |||
| 2020-08-27 | sed -i '/r_cast.h/d' | 卜部昌平 | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3346 | |||
| 2020-08-27 | sed -i '\,2/extern.h,d' | 卜部昌平 | |
| Notes: Merged: https://github.com/ruby/ruby/pull/3338 | |||
| 2020-08-18 | Update the license for the default gems to dual licenses | Hiroshi SHIBATA | |
