etc 1.4.3 → 1.4.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ChangeLog +4 -140
- data/ext/etc/constdefs.h +187 -0
- data/ext/etc/etc.c +84 -36
- data/ext/etc/mkconstants.rb +22 -10
- data/test/etc/test_etc.rb +4 -0
- metadata +6 -24
- data/logs/ChangeLog-1.0.0 +0 -65
- data/logs/ChangeLog-1.0.1 +0 -71
- data/logs/ChangeLog-1.1.0 +0 -143
- data/logs/ChangeLog-1.2.0 +0 -124
- data/logs/ChangeLog-1.3.0 +0 -83
- data/logs/ChangeLog-1.3.1 +0 -145
- data/logs/ChangeLog-1.4.0 +0 -73
- data/logs/ChangeLog-1.4.1 +0 -97
- data/logs/ChangeLog-1.4.2 +0 -22
data/logs/ChangeLog-1.1.0
DELETED
@@ -1,143 +0,0 @@
|
|
1
|
-
-*- coding: utf-8 -*-
|
2
|
-
|
3
|
-
commit 78987ce56a489cb7ee82595c8354469f712195ce
|
4
|
-
Author: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
5
|
-
AuthorDate: 2019-11-30 18:03:57 +0900
|
6
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
7
|
-
CommitDate: 2019-11-30 18:03:57 +0900
|
8
|
-
|
9
|
-
Bump version to 1.1.0
|
10
|
-
|
11
|
-
commit b6a02c1193c0bfb89b71fdfe3fe9b282e61465cd
|
12
|
-
Author: Jeremy Evans <code@jeremyevans.net>
|
13
|
-
AuthorDate: 2019-10-18 12:10:03 -0700
|
14
|
-
Commit: Jeremy Evans <code@jeremyevans.net>
|
15
|
-
CommitDate: 2019-10-30 13:49:52 -0700
|
16
|
-
|
17
|
-
Remove taint support
|
18
|
-
|
19
|
-
Ruby 2.7 deprecates taint and it no longer has an effect.
|
20
|
-
The lack of taint support should not cause a problem in
|
21
|
-
previous Ruby versions.
|
22
|
-
|
23
|
-
Still untaint the tmpdir object on Ruby <2.7, as returning
|
24
|
-
a tainted string there could cause problems.
|
25
|
-
|
26
|
-
commit 5157aeaa08b60561a036d7c8269a514430cdd16f
|
27
|
-
Author: 卜部昌平 <shyouhei@ruby-lang.org>
|
28
|
-
AuthorDate: 2019-08-28 17:48:48 +0900
|
29
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
30
|
-
CommitDate: 2019-10-26 06:55:50 +0900
|
31
|
-
|
32
|
-
drop-in type check for rb_define_module_function
|
33
|
-
|
34
|
-
We can check the function pointer passed to rb_define_module_function
|
35
|
-
like how we do so in rb_define_method. The difference is that this
|
36
|
-
changeset reveales lots of atiry mismatches.
|
37
|
-
|
38
|
-
commit 8c93da18680cd1421cb52cd9b15aeb2b593cdb02
|
39
|
-
Author: 卜部昌平 <shyouhei@ruby-lang.org>
|
40
|
-
AuthorDate: 2019-08-26 15:20:15 +0900
|
41
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
42
|
-
CommitDate: 2019-10-26 06:55:33 +0900
|
43
|
-
|
44
|
-
rb_ensure now free from ANYARGS
|
45
|
-
|
46
|
-
After 5e86b005c0f2ef30df2f9906c7e2f3abefe286a2, I now think ANYARGS is
|
47
|
-
dangerous and should be extinct. This commit deletes ANYARGS from
|
48
|
-
rb_ensure, which also revealed many arity / type mismatches.
|
49
|
-
|
50
|
-
commit 941b2e47a5511bfcb306fe24c021e5cf2b5f8eed
|
51
|
-
Author: hsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>
|
52
|
-
AuthorDate: 2018-10-20 10:30:42 +0000
|
53
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
54
|
-
CommitDate: 2019-10-26 06:55:15 +0900
|
55
|
-
|
56
|
-
Retry r65211.
|
57
|
-
|
58
|
-
* Maybe, RbConfig.ruby only provides after Ruby installation.
|
59
|
-
|
60
|
-
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65224 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
|
61
|
-
|
62
|
-
commit b344460f8fc13cb3c71780e997582df2431bccfb
|
63
|
-
Author: Samuel Williams <samuel.williams@oriontransfer.co.nz>
|
64
|
-
AuthorDate: 2019-06-19 21:06:57 +1200
|
65
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
66
|
-
CommitDate: 2019-07-12 10:39:00 +0900
|
67
|
-
|
68
|
-
Remove IA64 support.
|
69
|
-
|
70
|
-
commit e9a48c774672a1bb5de5905aa7b5ac2becf895c3
|
71
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
72
|
-
AuthorDate: 2019-07-10 12:27:25 +0900
|
73
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
74
|
-
CommitDate: 2019-07-10 12:27:25 +0900
|
75
|
-
|
76
|
-
Update binary versions
|
77
|
-
|
78
|
-
commit f622b5a6ae2939af0338b043aca90ffd335fa90d
|
79
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
80
|
-
AuthorDate: 2019-07-10 10:51:24 +0900
|
81
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
82
|
-
CommitDate: 2019-07-10 10:55:21 +0900
|
83
|
-
|
84
|
-
Make constdefs.h with rake
|
85
|
-
|
86
|
-
`RbConfig.ruby` is not runnable but the target platform binary
|
87
|
-
when cross-compiling in rake-compiler-dock.
|
88
|
-
|
89
|
-
commit e1674c18f5a0faf881b362363f428d139baef3b4
|
90
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
91
|
-
AuthorDate: 2019-07-10 10:50:29 +0900
|
92
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
93
|
-
CommitDate: 2019-07-10 10:51:01 +0900
|
94
|
-
|
95
|
-
Added build:mingw
|
96
|
-
|
97
|
-
commit 4f791590d95a410d4225b71f35b27d0f14dc2acd
|
98
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
99
|
-
AuthorDate: 2019-07-10 10:44:10 +0900
|
100
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
101
|
-
CommitDate: 2019-07-10 10:44:10 +0900
|
102
|
-
|
103
|
-
Added Etc::VERSION
|
104
|
-
|
105
|
-
commit 37bf414e7031e77eea82f0a72d461a6c09383797
|
106
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
107
|
-
AuthorDate: 2019-07-10 10:42:45 +0900
|
108
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
109
|
-
CommitDate: 2019-07-10 10:42:45 +0900
|
110
|
-
|
111
|
-
Unnecessary files for gem packages
|
112
|
-
|
113
|
-
commit 63da66202ff93060f6fc2fb92e257809d59661e5
|
114
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
115
|
-
AuthorDate: 2019-07-10 08:22:37 +0900
|
116
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
117
|
-
CommitDate: 2019-07-10 08:22:37 +0900
|
118
|
-
|
119
|
-
Removed unused files
|
120
|
-
|
121
|
-
commit f1fad5e4ae6e5eadd4d7a9a9d9e8868f18acbef8
|
122
|
-
Author: SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
123
|
-
AuthorDate: 2018-10-20 19:26:59 +0900
|
124
|
-
Commit: SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
125
|
-
CommitDate: 2018-10-20 19:26:59 +0900
|
126
|
-
|
127
|
-
Prefer to use File.exist?
|
128
|
-
|
129
|
-
commit 07ab6655d07c5b9cd5f115e5ebe449c90777b349
|
130
|
-
Author: SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
131
|
-
AuthorDate: 2018-10-20 19:26:00 +0900
|
132
|
-
Commit: SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
133
|
-
CommitDate: 2018-10-20 19:26:00 +0900
|
134
|
-
|
135
|
-
Use `depend` file insted of dependency target file.
|
136
|
-
|
137
|
-
commit 5a9187a647db1a11588082e63607edcc975a9170
|
138
|
-
Author: SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
139
|
-
AuthorDate: 2018-10-20 16:37:05 +0900
|
140
|
-
Commit: SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
141
|
-
CommitDate: 2018-10-20 16:37:05 +0900
|
142
|
-
|
143
|
-
Added comments for constdefs.h.
|
data/logs/ChangeLog-1.2.0
DELETED
@@ -1,124 +0,0 @@
|
|
1
|
-
-*- coding: utf-8 -*-
|
2
|
-
|
3
|
-
commit d504e4e93c3d78ce525101945af84554d1a088e0
|
4
|
-
Author: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
5
|
-
AuthorDate: 2020-12-23 13:58:48 +0900
|
6
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
7
|
-
CommitDate: 2020-12-23 13:58:48 +0900
|
8
|
-
|
9
|
-
Bump version to 1.2.0
|
10
|
-
|
11
|
-
commit fd94f4444f6aab0ca552d799d20a55f689cc01f0
|
12
|
-
Author: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
13
|
-
AuthorDate: 2020-12-23 13:58:03 +0900
|
14
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
15
|
-
CommitDate: 2020-12-23 13:58:03 +0900
|
16
|
-
|
17
|
-
Use ruby core test suite for assert_ractor
|
18
|
-
|
19
|
-
commit 8898e2ffcb91a67e1d1afa0852ee79f737e69539
|
20
|
-
Author: Marc-Andre Lafortune <github@marc-andre.ca>
|
21
|
-
AuthorDate: 2020-12-21 23:31:11 -0500
|
22
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
23
|
-
CommitDate: 2020-12-23 12:54:53 +0900
|
24
|
-
|
25
|
-
[ruby/etc] Make Ractor safe
|
26
|
-
|
27
|
-
commit 13ade43d7fa93d3bf426458637f31d4265ada1c7
|
28
|
-
Author: Marc-Andre Lafortune <github@marc-andre.ca>
|
29
|
-
AuthorDate: 2020-12-22 00:02:45 -0500
|
30
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
31
|
-
CommitDate: 2020-12-23 12:54:32 +0900
|
32
|
-
|
33
|
-
[ruby/etc] Refactor locks using mutex API
|
34
|
-
|
35
|
-
commit b229f5498d97dfb770560e4bc1e163c60f7de8dc
|
36
|
-
Author: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
37
|
-
AuthorDate: 2020-08-18 20:15:59 +0900
|
38
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
39
|
-
CommitDate: 2020-09-14 15:47:07 +0900
|
40
|
-
|
41
|
-
Update the license for the default gems to dual licenses
|
42
|
-
|
43
|
-
commit 6a4ab1c0c2e931590f34225edf60066a4a4fb084
|
44
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
45
|
-
AuthorDate: 2020-04-09 12:23:15 +0900
|
46
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
47
|
-
CommitDate: 2020-06-09 21:00:14 +0900
|
48
|
-
|
49
|
-
Ignore upper bits of pw_change on macOS too
|
50
|
-
|
51
|
-
commit b42863873903ff4853b53b16694031a6adcadbc3
|
52
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
53
|
-
AuthorDate: 2020-04-09 09:24:07 +0900
|
54
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
55
|
-
CommitDate: 2020-06-09 21:00:01 +0900
|
56
|
-
|
57
|
-
Ignore upper bits of pw_expire on macOS
|
58
|
-
|
59
|
-
`pw_expire` is declared as `time_t`, but actually not, and
|
60
|
-
`getpwuid` returns a garbage there.
|
61
|
-
|
62
|
-
Also the declaration of `struct passwd` in pwd.h and the manual
|
63
|
-
page contradict each other, interal `pw_fields` is mentioned only
|
64
|
-
in the latter. Maybe there is a confusion.
|
65
|
-
|
66
|
-
commit 283543c591e93225fd536e2b3e074eda1b68b35a
|
67
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
68
|
-
AuthorDate: 2020-04-08 16:06:30 +0900
|
69
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
70
|
-
CommitDate: 2020-06-09 20:59:50 +0900
|
71
|
-
|
72
|
-
Suppress -Wshorten-64-to-32 warnings
|
73
|
-
|
74
|
-
commit 91bdcc7833b60426624b4006a84e30db7632c887
|
75
|
-
Author: Yusuke Endoh <mame@ruby-lang.org>
|
76
|
-
AuthorDate: 2020-02-12 17:28:29 +0900
|
77
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
78
|
-
CommitDate: 2020-06-09 20:59:02 +0900
|
79
|
-
|
80
|
-
test/etc/test_etc.rb: skip some tests on Android
|
81
|
-
|
82
|
-
Android user management seems different from normal Unix system.
|
83
|
-
|
84
|
-
commit 25c538120ce241cb644911f6d75e73333be4305d
|
85
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
86
|
-
AuthorDate: 2020-04-01 15:18:00 +0900
|
87
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
88
|
-
CommitDate: 2020-04-01 17:47:36 +0900
|
89
|
-
|
90
|
-
Deprecate names under `Struct`
|
91
|
-
|
92
|
-
commit d8f1dd85d30ad8049037c419c9974f753a14d43f
|
93
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
94
|
-
AuthorDate: 2020-04-01 15:34:01 +0900
|
95
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
96
|
-
CommitDate: 2020-04-01 16:02:46 +0900
|
97
|
-
|
98
|
-
Drop binary gems support
|
99
|
-
|
100
|
-
Revert "Added build:mingw" e1674c18f5a0faf881b362363f428d139baef3b4.
|
101
|
-
|
102
|
-
commit b2f2eeac25fde8cd9fab8583b0ecfcc41006bdef
|
103
|
-
Author: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
104
|
-
AuthorDate: 2020-04-01 15:48:24 +0900
|
105
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
106
|
-
CommitDate: 2020-04-01 15:48:24 +0900
|
107
|
-
|
108
|
-
Unify tests configuration for GitHub Actions
|
109
|
-
|
110
|
-
commit 4efe98be491c11253b058c8a0a52718bb8e4b54d
|
111
|
-
Author: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
112
|
-
AuthorDate: 2019-12-05 20:45:55 +0900
|
113
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
114
|
-
CommitDate: 2019-12-05 20:45:55 +0900
|
115
|
-
|
116
|
-
Bye Bye Travis CI. Thanks.
|
117
|
-
|
118
|
-
commit fb090dc3a54e27af1841928ab18c96206f2bc566
|
119
|
-
Author: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
120
|
-
AuthorDate: 2019-12-05 20:45:38 +0900
|
121
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
122
|
-
CommitDate: 2019-12-05 20:45:38 +0900
|
123
|
-
|
124
|
-
Use GitHub Actions instead of Travis CI.
|
data/logs/ChangeLog-1.3.0
DELETED
@@ -1,83 +0,0 @@
|
|
1
|
-
-*- coding: utf-8 -*-
|
2
|
-
|
3
|
-
commit 85ca541d0b2fc5205ac8bf87c93b95ac0bb272b4
|
4
|
-
Author: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
5
|
-
AuthorDate: 2021-10-19 20:51:17 +0900
|
6
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
7
|
-
CommitDate: 2021-10-19 20:51:17 +0900
|
8
|
-
|
9
|
-
Bump up etc version to 1.3.0
|
10
|
-
|
11
|
-
commit 7cbf03d22d74f50ab3a488d2c52fcd4901355466
|
12
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
13
|
-
AuthorDate: 2021-10-19 00:29:57 +0900
|
14
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
15
|
-
CommitDate: 2021-10-19 14:02:26 +0900
|
16
|
-
|
17
|
-
Remove unnecessary declaration
|
18
|
-
|
19
|
-
Fix #12
|
20
|
-
|
21
|
-
commit c989bacc4caf2d05331fbb0ab9dddd9c8a670709
|
22
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
23
|
-
AuthorDate: 2021-10-14 13:17:13 +0900
|
24
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
25
|
-
CommitDate: 2021-10-14 18:38:22 +0900
|
26
|
-
|
27
|
-
Get rid of alloca in the loop
|
28
|
-
|
29
|
-
commit e0a1dd99f0b9663bc33bee12a1f66028ccec622b
|
30
|
-
Author: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
31
|
-
AuthorDate: 2021-09-11 13:26:43 +0900
|
32
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
33
|
-
CommitDate: 2021-09-11 13:26:43 +0900
|
34
|
-
|
35
|
-
Bump up the latest version of CoreAssertions
|
36
|
-
|
37
|
-
commit 3ee4906dc7e9bf9d18f173695a3d4976df2f1807
|
38
|
-
Author: Peter Zhu <peter@peterzhu.ca>
|
39
|
-
AuthorDate: 2021-03-23 15:35:44 +0000
|
40
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
41
|
-
CommitDate: 2021-04-27 20:56:04 +0900
|
42
|
-
|
43
|
-
Fix leaked file descriptor in passwd test
|
44
|
-
|
45
|
-
commit f7dcc64f746f4cde6f9695ef6266343da017f66b
|
46
|
-
Author: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
47
|
-
AuthorDate: 2021-03-30 11:23:39 +0900
|
48
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
49
|
-
CommitDate: 2021-03-30 11:23:39 +0900
|
50
|
-
|
51
|
-
Use stable version of actions/checkout
|
52
|
-
|
53
|
-
commit 12bbf59f9a9c8bbbc4808745003d9ab9c3815399
|
54
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
55
|
-
AuthorDate: 2021-01-11 11:35:01 +0900
|
56
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
57
|
-
CommitDate: 2021-01-11 11:35:01 +0900
|
58
|
-
|
59
|
-
CI for 3.0
|
60
|
-
|
61
|
-
commit 0c5900bd21668fd286e56d112ca9d64fe2d578db
|
62
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
63
|
-
AuthorDate: 2021-01-11 11:31:52 +0900
|
64
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
65
|
-
CommitDate: 2021-01-11 11:31:52 +0900
|
66
|
-
|
67
|
-
Added fallback definition of RUBY_ATOMIC_EXCHANGE
|
68
|
-
|
69
|
-
commit f017bdfedfb89f89bd9b0c6928660fe2f4ff957f
|
70
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
71
|
-
AuthorDate: 2021-01-11 11:14:28 +0900
|
72
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
73
|
-
CommitDate: 2021-01-11 11:21:26 +0900
|
74
|
-
|
75
|
-
Check blocking variables at release
|
76
|
-
|
77
|
-
commit 2748288b25f8ff9540cc032154d913d909f20635
|
78
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
79
|
-
AuthorDate: 2020-12-23 16:30:16 +0900
|
80
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
81
|
-
CommitDate: 2021-01-11 11:20:37 +0900
|
82
|
-
|
83
|
-
etc: use atomic operation instead of mutex
|
data/logs/ChangeLog-1.3.1
DELETED
@@ -1,145 +0,0 @@
|
|
1
|
-
-*- coding: utf-8 -*-
|
2
|
-
|
3
|
-
commit c094219a94fcadeebdaa62eed7a9eb1b751cd0b8
|
4
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
5
|
-
AuthorDate: 2022-01-05 12:41:53 +0900
|
6
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
7
|
-
CommitDate: 2022-01-05 12:41:53 +0900
|
8
|
-
|
9
|
-
Include change logs for reachable tags only
|
10
|
-
|
11
|
-
commit 20a71bbbe1248501c8276abaab1d1d576d9bc23e
|
12
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
13
|
-
AuthorDate: 2022-01-05 12:23:00 +0900
|
14
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
15
|
-
CommitDate: 2022-01-05 12:23:00 +0900
|
16
|
-
|
17
|
-
Force update tags
|
18
|
-
|
19
|
-
commit 66a36a50b4e5b7e59307f11d5b74c09be73de6d5
|
20
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
21
|
-
AuthorDate: 2022-01-03 21:38:03 +0900
|
22
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
23
|
-
CommitDate: 2022-01-05 11:31:01 +0900
|
24
|
-
|
25
|
-
Exclude change logs for pre 1.0
|
26
|
-
|
27
|
-
commit cb745edc566aa99a0e51f8a9881277240ea5a2c8
|
28
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
29
|
-
AuthorDate: 2022-01-03 18:11:17 +0900
|
30
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
31
|
-
CommitDate: 2022-01-05 11:31:01 +0900
|
32
|
-
|
33
|
-
Fetch tags for change logs
|
34
|
-
|
35
|
-
commit b57cc4827f33177294a3b1e6b9cef7d7e1762618
|
36
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
37
|
-
AuthorDate: 2022-01-03 18:06:18 +0900
|
38
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
39
|
-
CommitDate: 2022-01-05 11:31:01 +0900
|
40
|
-
|
41
|
-
Derive extra_rdoc_files from files
|
42
|
-
|
43
|
-
commit ef604a211b11e5c958f8ffeb2803d36eaf35c0c8
|
44
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
45
|
-
AuthorDate: 2022-01-02 19:25:10 +0900
|
46
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
47
|
-
CommitDate: 2022-01-05 11:31:01 +0900
|
48
|
-
|
49
|
-
Build package
|
50
|
-
|
51
|
-
commit 7dc9f87403f969da7129f071bf88013592cec99e
|
52
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
53
|
-
AuthorDate: 2022-01-02 21:37:47 +0900
|
54
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
55
|
-
CommitDate: 2022-01-05 11:31:01 +0900
|
56
|
-
|
57
|
-
Move development dependencies to Gemfile
|
58
|
-
|
59
|
-
commit a38be0bbffa0dae12513efac241aa2c4526fcc80
|
60
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
61
|
-
AuthorDate: 2022-01-02 14:49:10 +0900
|
62
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
63
|
-
CommitDate: 2022-01-02 14:49:10 +0900
|
64
|
-
|
65
|
-
[DOC] Exclude the last tag if it is the head
|
66
|
-
|
67
|
-
commit 82dd69a4cfd3ce7d8f0895f592e89cf04bc35d6b
|
68
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
69
|
-
AuthorDate: 2022-01-02 14:34:49 +0900
|
70
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
71
|
-
CommitDate: 2022-01-02 14:34:49 +0900
|
72
|
-
|
73
|
-
bump up to 1.3.1
|
74
|
-
|
75
|
-
commit f0384b435d93eee2add3b13bbb7ea28e1b605f6b
|
76
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
77
|
-
AuthorDate: 2022-01-02 14:34:12 +0900
|
78
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
79
|
-
CommitDate: 2022-01-02 14:34:41 +0900
|
80
|
-
|
81
|
-
Use version in etc.c
|
82
|
-
|
83
|
-
commit 17b99fe42e4d07cac4f012a304912091727a7228
|
84
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
85
|
-
AuthorDate: 2022-01-02 14:26:09 +0900
|
86
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
87
|
-
CommitDate: 2022-01-02 14:26:57 +0900
|
88
|
-
|
89
|
-
[DOC] Refine Etc::Passwd#passwd description
|
90
|
-
|
91
|
-
commit 106429f10ba08d04031a0ac5427a8ce1f5d52773
|
92
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
93
|
-
AuthorDate: 2022-01-02 14:22:59 +0900
|
94
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
95
|
-
CommitDate: 2022-01-02 14:26:53 +0900
|
96
|
-
|
97
|
-
[DOC] Document Etc::Passwd and Etc::Group as classes
|
98
|
-
|
99
|
-
commit 8c8c6198e23923955bac2cef32b66b4ff2e541ab
|
100
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
101
|
-
AuthorDate: 2022-01-02 14:07:22 +0900
|
102
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
103
|
-
CommitDate: 2022-01-02 14:26:44 +0900
|
104
|
-
|
105
|
-
[DOC] Add document task
|
106
|
-
|
107
|
-
commit 959416b18a8ed3eb236b5645dea4f3ba4a7df853
|
108
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
109
|
-
AuthorDate: 2022-01-02 13:22:36 +0900
|
110
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
111
|
-
CommitDate: 2022-01-02 13:23:22 +0900
|
112
|
-
|
113
|
-
Update ruby versions
|
114
|
-
|
115
|
-
commit 70f5f7916df04397535e17ebf3a290afd01bb0f2
|
116
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
117
|
-
AuthorDate: 2022-01-02 13:21:37 +0900
|
118
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
119
|
-
CommitDate: 2022-01-02 13:21:37 +0900
|
120
|
-
|
121
|
-
Ignore logs [ci skip]
|
122
|
-
|
123
|
-
commit a2e219ed6e5f911c87c891494692c385b62a52d1
|
124
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
125
|
-
AuthorDate: 2022-01-02 13:11:16 +0900
|
126
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
127
|
-
CommitDate: 2022-01-02 13:11:16 +0900
|
128
|
-
|
129
|
-
Update rake files
|
130
|
-
|
131
|
-
commit 29f8a0bbfe5b6b70d668006b9f23c452a06a8199
|
132
|
-
Author: Takashi Kokubun <takashikkbn@gmail.com>
|
133
|
-
AuthorDate: 2021-12-14 20:47:57 -0800
|
134
|
-
Commit: GitHub <noreply@github.com>
|
135
|
-
CommitDate: 2021-12-14 20:47:57 -0800
|
136
|
-
|
137
|
-
s/RubyVM::JIT/RubyVM::MJIT/g (#16)
|
138
|
-
|
139
|
-
commit 0484ac409b93b330ac1273d71ae9cc241be96c06
|
140
|
-
Author: Olle Jonsson <olle.jonsson@gmail.com>
|
141
|
-
AuthorDate: 2021-12-11 09:26:02 +0100
|
142
|
-
Commit: GitHub <noreply@github.com>
|
143
|
-
CommitDate: 2021-12-11 17:26:02 +0900
|
144
|
-
|
145
|
-
CI: use bundler-cache (#14)
|
data/logs/ChangeLog-1.4.0
DELETED
@@ -1,73 +0,0 @@
|
|
1
|
-
-*- coding: utf-8 -*-
|
2
|
-
|
3
|
-
commit 714e8658570a49bf258d63b41a10c95445b7dce6
|
4
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
5
|
-
AuthorDate: 2022-01-05 12:23:00 +0900
|
6
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
7
|
-
CommitDate: 2022-01-05 12:33:23 +0900
|
8
|
-
|
9
|
-
Force update tags
|
10
|
-
|
11
|
-
commit c8a133fe95877bfd0264a2db8c657b3f7800af7f
|
12
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
13
|
-
AuthorDate: 2022-01-03 21:38:03 +0900
|
14
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
15
|
-
CommitDate: 2022-01-03 21:38:03 +0900
|
16
|
-
|
17
|
-
Exclude change logs for pre 1.0
|
18
|
-
|
19
|
-
commit 7dbb4909785207abf2a8cdc2a5e55399eb7f3327
|
20
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
21
|
-
AuthorDate: 2022-01-03 18:11:17 +0900
|
22
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
23
|
-
CommitDate: 2022-01-03 18:11:17 +0900
|
24
|
-
|
25
|
-
Fetch tags for change logs
|
26
|
-
|
27
|
-
commit e8ecce3442fde54eb651f382b56949acf3df0ec0
|
28
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
29
|
-
AuthorDate: 2022-01-03 18:06:18 +0900
|
30
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
31
|
-
CommitDate: 2022-01-03 18:06:18 +0900
|
32
|
-
|
33
|
-
Derive extra_rdoc_files from files
|
34
|
-
|
35
|
-
commit 3d8de7d52c86e5bdb7749fe6684540e7663973fc
|
36
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
37
|
-
AuthorDate: 2022-01-02 19:25:10 +0900
|
38
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
39
|
-
CommitDate: 2022-01-02 21:56:29 +0900
|
40
|
-
|
41
|
-
Build package
|
42
|
-
|
43
|
-
commit 5cabc3996aeb76b5b4ea401ac042a53c29255a3b
|
44
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
45
|
-
AuthorDate: 2022-01-02 21:37:47 +0900
|
46
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
47
|
-
CommitDate: 2022-01-02 21:42:16 +0900
|
48
|
-
|
49
|
-
Move development dependencies to Gemfile
|
50
|
-
|
51
|
-
commit f87fe7ad934cdd74992bf55c2b88cd986be3dc15
|
52
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
53
|
-
AuthorDate: 2022-01-02 15:15:52 +0900
|
54
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
55
|
-
CommitDate: 2022-01-02 15:15:52 +0900
|
56
|
-
|
57
|
-
Note for rb_deprecate_constant [ci skip]
|
58
|
-
|
59
|
-
commit 143edbd215dbf48d7636e5a2c038ef7a2e6fcf56
|
60
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
61
|
-
AuthorDate: 2022-01-02 14:54:03 +0900
|
62
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
63
|
-
CommitDate: 2022-01-02 15:02:15 +0900
|
64
|
-
|
65
|
-
Remove deprecate constants under Struct
|
66
|
-
|
67
|
-
commit ca41f182f6141da53c8c56c5ed8c3e17998a9ece
|
68
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
69
|
-
AuthorDate: 2022-01-02 14:53:30 +0900
|
70
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
71
|
-
CommitDate: 2022-01-02 14:53:30 +0900
|
72
|
-
|
73
|
-
bump up to 1.4.0
|
data/logs/ChangeLog-1.4.1
DELETED
@@ -1,97 +0,0 @@
|
|
1
|
-
-*- coding: utf-8 -*-
|
2
|
-
|
3
|
-
commit b3e9d9ceb0984d54c9b0d5d2e6c20e007be824fb
|
4
|
-
Author: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
5
|
-
AuthorDate: 2022-12-05 15:05:09 +0900
|
6
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
7
|
-
CommitDate: 2022-12-05 15:05:09 +0900
|
8
|
-
|
9
|
-
Bump version to 1.4.1
|
10
|
-
|
11
|
-
commit 6c9a0b4e5db79160709282bc14aae3ed6d423cee
|
12
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
13
|
-
AuthorDate: 2022-06-19 10:59:03 +0900
|
14
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
15
|
-
CommitDate: 2022-06-19 10:59:03 +0900
|
16
|
-
|
17
|
-
[DOC] Markup constant path names
|
18
|
-
|
19
|
-
commit a8801e07d17a3535c8e9534d7167b67096cc5282
|
20
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
21
|
-
AuthorDate: 2022-06-19 10:45:11 +0900
|
22
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
23
|
-
CommitDate: 2022-06-19 10:45:11 +0900
|
24
|
-
|
25
|
-
[DOC] Markup string literals
|
26
|
-
|
27
|
-
commit ea517399741f20fbea1bed65a784a38b7a1f0390
|
28
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
29
|
-
AuthorDate: 2022-06-19 10:43:43 +0900
|
30
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
31
|
-
CommitDate: 2022-06-19 10:44:41 +0900
|
32
|
-
|
33
|
-
[DOC] Fix reference to different module
|
34
|
-
|
35
|
-
commit e7343b4e6950d1604eb46940456920ec8beb96d5
|
36
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
37
|
-
AuthorDate: 2022-06-19 10:26:21 +0900
|
38
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
39
|
-
CommitDate: 2022-06-19 10:26:21 +0900
|
40
|
-
|
41
|
-
[DOC] Update
|
42
|
-
|
43
|
-
System-dependent feature macros are automatically detected by
|
44
|
-
extconf.rb, and are not used by users.
|
45
|
-
|
46
|
-
commit 8f24e74346f737ea2f9834558715aa48c2471a1c
|
47
|
-
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
48
|
-
AuthorDate: 2022-04-11 04:23:17 +0000
|
49
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
50
|
-
CommitDate: 2022-04-11 13:29:46 +0900
|
51
|
-
|
52
|
-
Bump actions/upload-artifact from 2 to 3
|
53
|
-
|
54
|
-
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
|
55
|
-
- [Release notes](https://github.com/actions/upload-artifact/releases)
|
56
|
-
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)
|
57
|
-
|
58
|
-
---
|
59
|
-
updated-dependencies:
|
60
|
-
- dependency-name: actions/upload-artifact
|
61
|
-
dependency-type: direct:production
|
62
|
-
update-type: version-update:semver-major
|
63
|
-
...
|
64
|
-
|
65
|
-
Signed-off-by: dependabot[bot] <support@github.com>
|
66
|
-
|
67
|
-
commit 9354594223de532bedf3630f053ea65b186c6cbc
|
68
|
-
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
69
|
-
AuthorDate: 2022-03-25 16:54:32 +0900
|
70
|
-
Commit: GitHub <noreply@github.com>
|
71
|
-
CommitDate: 2022-03-25 16:54:32 +0900
|
72
|
-
|
73
|
-
Bump actions/checkout from 2 to 3 (#21)
|
74
|
-
|
75
|
-
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
|
76
|
-
- [Release notes](https://github.com/actions/checkout/releases)
|
77
|
-
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
|
78
|
-
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
|
79
|
-
|
80
|
-
---
|
81
|
-
updated-dependencies:
|
82
|
-
- dependency-name: actions/checkout
|
83
|
-
dependency-type: direct:production
|
84
|
-
update-type: version-update:semver-major
|
85
|
-
...
|
86
|
-
|
87
|
-
Signed-off-by: dependabot[bot] <support@github.com>
|
88
|
-
|
89
|
-
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
90
|
-
|
91
|
-
commit d4805047a01a979a0c060436fa73e79120967e2c
|
92
|
-
Author: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
93
|
-
AuthorDate: 2022-03-25 16:47:16 +0900
|
94
|
-
Commit: GitHub <noreply@github.com>
|
95
|
-
CommitDate: 2022-03-25 16:47:16 +0900
|
96
|
-
|
97
|
-
Added dependabot (#20)
|
data/logs/ChangeLog-1.4.2
DELETED
@@ -1,22 +0,0 @@
|
|
1
|
-
-*- coding: utf-8 -*-
|
2
|
-
|
3
|
-
commit 5cac138538ea4ce0176aa035a97fca78e913d65d
|
4
|
-
Author: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
5
|
-
AuthorDate: 2022-12-09 14:57:29 +0900
|
6
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
7
|
-
CommitDate: 2022-12-09 14:57:29 +0900
|
8
|
-
|
9
|
-
Bump version to 1.4.2
|
10
|
-
|
11
|
-
commit 61b3dc486bbfdb662834a7088150050da57a61c9
|
12
|
-
Author: 卜部昌平 <shyouhei@ruby-lang.org>
|
13
|
-
AuthorDate: 2022-09-21 10:03:30 +0900
|
14
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
15
|
-
CommitDate: 2022-12-09 14:56:37 +0900
|
16
|
-
|
17
|
-
getenv: is in stdlib.h
|
18
|
-
|
19
|
-
getenv is a very basic function that has been in stdlib.h since
|
20
|
-
ISO/IEC 9899:1990. There is absolutely zero need for us to redeclare.
|
21
|
-
|
22
|
-
pty.c already includes stdlib.h out of the box so we need nothing.
|