卜部昌平
c844968b72
ruby tool/update-deps --fix
2024-04-27 21:55:28 +09:00
Nobuyoshi Nakada
93556d4620
[ruby/etc] Drop support for old ERB
...
https://github.com/ruby/etc/commit/11677318ac
2024-03-02 16:40:16 +00:00
Nobuyoshi Nakada
c027dcfde2
[ruby/etc] [DOC] Add minimal documents for constants
...
https://github.com/ruby/etc/commit/97a4f798d4
2023-12-27 10:09:24 +00:00
Nobuyoshi Nakada
862cfcaf75
[ruby/etc] [DOC] Improve Etc documents
...
https://github.com/ruby/etc/commit/fae932ff61
2023-12-27 05:30:20 +00:00
Nobuyoshi Nakada
4d344dc194
[ruby/etc] [DOC] Move rdoc files to .documnet
...
https://github.com/ruby/etc/commit/44425427ab
2023-12-25 21:12:49 +09:00
Nobuyoshi Nakada
12e78fbfcd
[ruby/etc] [DOC] Missing constant
...
https://github.com/ruby/etc/commit/a39e982129
2023-12-25 21:12:49 +09:00
Hiroshi SHIBATA
12c775c942
[ruby/etc] Bump up 1.4.3
...
https://github.com/ruby/etc/commit/743c26086d
2023-12-13 05:01:16 +00:00
Nobuyoshi Nakada
40391faeab
[ruby/etc] Fix inconsistent dll linkage warning
...
https://github.com/ruby/etc/commit/e4c71e5996
2023-11-05 11:50:07 +00:00
Nobuyoshi Nakada
88f1d380ea
[ruby/etc] Start 1.4.3
...
https://github.com/ruby/etc/commit/a9e4d4730d
2023-10-29 07:15:24 +00:00
Nobuyoshi Nakada
47cb789332
[ruby/etc] Declare `getlogin` even if unistd.h is not available
...
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 16:22:54 +00:00
Nobuyoshi Nakada
4fced78605
[ruby/etc] Chec if the target file exists, not "depend" file
...
https://github.com/ruby/etc/commit/b95ddef386
2023-07-12 14:18:40 +00:00
Nobuyoshi Nakada
2fa77fb82d
[ruby/etc] Fix for srcdir with spaces
...
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 14:18:39 +00:00
Nobuyoshi Nakada
efd8ea366b
[ruby/etc] Declare `getlogin` only if unistd.h is not available
...
https://github.com/ruby/etc/commit/365398ea47
2023-07-12 14:18:39 +00:00
Benoit Daloze
610038f3bf
[ruby/etc] Use the correct pattern for the fallback of rb_io_descriptor()
...
* See d1d9aef45c
https://github.com/ruby/etc/commit/5185685003
2023-05-29 19:31:55 +00:00
Samuel Williams
00d6674636
[ruby/etc] Remove usage of IO internals.
...
(https://github.com/ruby/etc/pull/26 )
https://github.com/ruby/etc/commit/ea15eceb13
2023-05-28 05:08:40 +00:00
Matt Valentine-House
5e4b80177e
Update the depend files
2023-02-28 09:09:00 -08:00
Matt Valentine-House
f38c6552f9
Remove intern/gc.h from Make deps
2023-02-27 10:11:56 -08:00
Nobuyoshi Nakada
899ea35035
Extract include/ruby/internal/attr/packed_struct.h
...
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`
2023-02-08 12:34:13 +09:00
Hiroshi SHIBATA
d7baa17b49
[ruby/etc] Bump version to 1.4.2
...
https://github.com/ruby/etc/commit/5cac138538
2022-12-09 05:57:49 +00:00
Hiroshi SHIBATA
a0deb64909
[ruby/etc] Bump version to 1.4.1
...
https://github.com/ruby/etc/commit/b3e9d9ceb0
2022-12-05 06:07:32 +00:00
卜部昌平
437800d3b0
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.
2022-09-21 11:44:09 +09:00
Nobuyoshi Nakada
5f8c73405e
[ruby/etc] [DOC] Markup constant path names
...
https://github.com/ruby/etc/commit/6c9a0b4e5d
2022-06-19 11:06:43 +09:00
Nobuyoshi Nakada
ea38758322
[ruby/etc] [DOC] Markup string literals
...
https://github.com/ruby/etc/commit/a8801e07d1
2022-06-19 10:46:50 +09:00
Nobuyoshi Nakada
cc67a11768
[ruby/etc] [DOC] Fix reference to different module
...
https://github.com/ruby/etc/commit/ea51739974
2022-06-19 10:46:48 +09:00
Nobuyoshi Nakada
c594370c6e
[ruby/etc] [DOC] Update
...
System-dependent feature macros are automatically detected by
extconf.rb, and are not used by users.
https://github.com/ruby/etc/commit/e7343b4e69
2022-06-19 10:46:47 +09:00
Peter Zhu
2d5ecd60a5
[Feature #18249 ] Update dependencies
2022-02-22 09:55:21 -05:00
Nobuyoshi Nakada
542bd9b408
[ruby/etc] Exclude change logs for pre 1.0
...
https://github.com/ruby/etc/commit/c8a133fe95
2022-01-21 12:22:04 +09:00
Nobuyoshi Nakada
563d0fdada
[ruby/etc] Derive extra_rdoc_files from files
...
https://github.com/ruby/etc/commit/e8ecce3442
2022-01-21 12:21:59 +09:00
Nobuyoshi Nakada
3fea4f9d8c
[ruby/etc] Move development dependencies to Gemfile
...
https://github.com/ruby/etc/commit/5cabc3996a
2022-01-21 12:21:54 +09:00
Nobuyoshi Nakada
1136985cc0
[ruby/etc] Note for rb_deprecate_constant [ci skip]
...
https://github.com/ruby/etc/commit/f87fe7ad93
2022-01-02 15:16:43 +09:00
Nobuyoshi Nakada
462079611a
[ruby/etc] Remove deprecate constants under Struct
...
https://github.com/ruby/etc/commit/143edbd215
2022-01-02 15:03:29 +09:00
Nobuyoshi Nakada
eb294491c0
[ruby/etc] bump up to 1.4.0
...
https://github.com/ruby/etc/commit/ca41f182f6
2022-01-02 15:03:05 +09:00
Nobuyoshi Nakada
91d09ca95b
[ruby/etc] bump up to 1.3.1
...
https://github.com/ruby/etc/commit/82dd69a4cf
2022-01-02 14:52:31 +09:00
Nobuyoshi Nakada
bb0a725f1f
[ruby/etc] [DOC] Refine Etc::Passwd#passwd description
...
https://github.com/ruby/etc/commit/17b99fe42e
2022-01-02 14:52:28 +09:00
Nobuyoshi Nakada
314effdf77
[ruby/etc] [DOC] Document Etc::Passwd and Etc::Group as classes
...
https://github.com/ruby/etc/commit/106429f10b
2022-01-02 14:52:27 +09:00
Nobuyoshi Nakada
9135a3e864
[ruby/etc] [DOC] Add document task
...
https://github.com/ruby/etc/commit/8c8c6198e2
2022-01-02 14:52:25 +09:00
Nobuyoshi Nakada
546dbcfe69
[ruby/etc] Update ruby versions
...
https://github.com/ruby/etc/commit/959416b18a
2022-01-02 13:29:01 +09:00
Nobuyoshi Nakada
ac152b3cac
Update dependencies
2021-11-21 16:21:18 +09:00
Hiroshi SHIBATA
847eeafd65
[ruby/etc] Bump up etc version to 1.3.0
...
https://github.com/ruby/etc/commit/85ca541d0b
2021-10-19 20:55:33 +09:00
Nobuyoshi Nakada
ae25313e80
[ruby/etc] Remove unnecessary declaration
...
Fix https://github.com/ruby/etc/pull/12
https://github.com/ruby/etc/commit/7cbf03d22d
2021-10-19 17:25:40 +09:00
Nobuyoshi Nakada
d210950196
[ruby/etc] Get rid of alloca in the loop
...
https://github.com/ruby/etc/commit/c989bacc4c
2021-10-14 18:44:27 +09:00
卜部昌平
5c167a9778
ruby tool/update-deps --fix
2021-10-05 14:18:23 +09:00
卜部昌平
6413dc27dc
dependency updates
2021-04-13 14:30:21 +09:00
Nobuyoshi Nakada
d2aaf865e3
[ruby/etc] Added fallback definition of RUBY_ATOMIC_EXCHANGE
...
https://github.com/ruby/etc/commit/0c5900bd21
2021-01-11 11:39:12 +09:00
Nobuyoshi Nakada
f6e2c41db3
[ruby/etc] Check blocking variables at release
...
https://github.com/ruby/etc/commit/f017bdfedf
2021-01-11 11:39:10 +09:00
Nobuyoshi Nakada
66719d7dc8
etc: use atomic operation instead of mutex
2020-12-24 11:43:21 +09:00
Hiroshi SHIBATA
5cf25c55a6
Update version for Ractor-safe extensions
2020-12-23 14:03:54 +09:00
Marc-Andre Lafortune
cd63f0358f
[ruby/etc] Make Ractor safe
2020-12-22 19:46:07 -05:00
Marc-Andre Lafortune
3286380ebc
[ruby/etc] Refactor locks using mutex API
2020-12-22 19:46:07 -05:00
卜部昌平
490010084e
sed -i '/rmodule.h/d'
2020-08-27 16:42:06 +09:00