| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2020-05-11 | sed -i 's|ruby/impl|ruby/internal|' | 卜部昌平 | |
| To fix build failures. Notes: Merged: https://github.com/ruby/ruby/pull/3079 | |||
| 2020-05-11 | sed -i s|ruby/3|ruby/impl|g | 卜部昌平 | |
| This shall fix compile errors. Notes: Merged: https://github.com/ruby/ruby/pull/3079 | |||
| 2020-04-09 | Ignore upper bits of pw_change on macOS too | Nobuyoshi Nakada | |
| 2020-04-09 | Ignore upper bits of pw_expire on macOS | Nobuyoshi Nakada | |
| `pw_expire` is declared as `time_t`, but actually not, and `getpwuid` returns a garbage there. Also the declaration of `struct passwd` in pwd.h and the manual page contradict each other, interal `pw_fields` is mentioned only in the latter. Maybe there is a confusion. | |||
| 2020-04-08 | Suppress -Wshorten-64-to-32 warnings | Nobuyoshi Nakada | |
| 2020-04-08 | Merge pull request #2991 from shyouhei/ruby.h | 卜部昌平 | |
| Split ruby.h Notes: Merged-By: shyouhei <shyouhei@ruby-lang.org> | |||
| 2020-04-02 | [ruby/etc] Deprecate names under `Struct` | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/25c538120c | |||
| 2020-04-02 | Revert "[ruby/etc] Deprecate names under `Struct`" | Nobuyoshi Nakada | |
| This reverts commit 69f698d85ada116db5747873e53c597991bedff8. Again. | |||
| 2020-04-02 | Revert "[ruby/etc] Hack to get rid of linking against static library" | Nobuyoshi Nakada | |
| This reverts commit 5885550c8cb80fb8784598d3af1d90823f4f6604. It didn't work without `--enable-shared`. | |||
| 2020-04-02 | [ruby/etc] Hack to get rid of linking against static library | Nobuyoshi Nakada | |
| 2020-04-02 | [ruby/etc] Deprecate names under `Struct` | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/25c538120c | |||
| 2020-04-01 | Revert "[ruby/etc] Deprecate names under `Struct`" | Nobuyoshi Nakada | |
| This reverts commit 919b175afc389f8df6a3caa05ffdd28f5fc4bfca. Since 604689628dc64d050a68f1ebe5e06f9105474936, to let `try_run` work before LIBRUBY_SO is installed, `try_link` links against the static library which defines even symbols unexported in the shared library. | |||
| 2020-04-01 | [ruby/etc] Deprecate names under `Struct` | Nobuyoshi Nakada | |
| https://github.com/ruby/etc/commit/25c538120c | |||
| 2020-04-01 | [ruby/etc] Drop binary gems support | Nobuyoshi Nakada | |
| Revert "Added build:mingw" e1674c18f5a0faf881b362363f428d139baef3b4. https://github.com/ruby/etc/commit/d8f1dd85d3 | |||
| 2019-11-30 | [ruby/etc] Bump version to 1.1.0 | Hiroshi SHIBATA | |
| https://github.com/ruby/etc/commit/78987ce56a | |||
