etc 1.4.3 → 1.4.5
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/LICENSE.txt +3 -3
- data/ext/etc/constdefs.h +187 -0
- data/ext/etc/etc.c +96 -46
- 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
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 498daaac5148043cbab0229b5d3b61e9a21686221526d500e9a9e1230a87ee54
|
4
|
+
data.tar.gz: 7795ea2122ceb03395ad234b35786bb6730689fbde1c7d1eb371e13a2c33e443
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f5aaafa9514d0d6655cc50214ed8e6429618b0ab1ae400db59d31e454258e0e205d51b32c67b2bc9809c49f2fe34a0b79907c61458427f640529830753bebbec
|
7
|
+
data.tar.gz: 6ffe4ac0df5f414a4f7e6ca3597267eec3487230e5b646a316ce22d1688e7b4b0490a9e4dee39f72cad16263e55bca6342c4fe40e32cb724b904d3d0b4e332fa
|
data/ChangeLog
CHANGED
@@ -1,145 +1,9 @@
|
|
1
1
|
-*- coding: utf-8 -*-
|
2
2
|
|
3
|
-
commit
|
3
|
+
commit 5019f4314a899cd231c51e1e1225fe035adf4aac
|
4
4
|
Author: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
5
|
-
AuthorDate:
|
5
|
+
AuthorDate: 2024-12-03 13:53:43 +0900
|
6
6
|
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
7
|
-
CommitDate:
|
7
|
+
CommitDate: 2024-12-03 13:53:43 +0900
|
8
8
|
|
9
|
-
Bump up 1.4.
|
10
|
-
|
11
|
-
commit e4c71e59969d7f3580974b91556451d2b09071f6
|
12
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
13
|
-
AuthorDate: 2023-11-05 20:42:13 +0900
|
14
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
15
|
-
CommitDate: 2023-11-05 20:42:13 +0900
|
16
|
-
|
17
|
-
Fix inconsistent dll linkage warning
|
18
|
-
|
19
|
-
commit a9e4d4730d10051b3179380268216c8f56ddb26b
|
20
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
21
|
-
AuthorDate: 2023-10-29 16:14:44 +0900
|
22
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
23
|
-
CommitDate: 2023-10-29 16:14:44 +0900
|
24
|
-
|
25
|
-
Start 1.4.3
|
26
|
-
|
27
|
-
commit 676c954e91909a3af7cb67f4386234e2ad390271
|
28
|
-
Author: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
29
|
-
AuthorDate: 2023-10-05 15:07:25 +0900
|
30
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
31
|
-
CommitDate: 2023-10-05 15:27:56 +0900
|
32
|
-
|
33
|
-
Use test-unit-ruby-core gem
|
34
|
-
|
35
|
-
commit cfbc607126e9673afd5424312992852c56e3edbc
|
36
|
-
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
37
|
-
AuthorDate: 2023-09-11 04:57:03 +0000
|
38
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
39
|
-
CommitDate: 2023-09-11 14:01:19 +0900
|
40
|
-
|
41
|
-
Bump actions/checkout from 3 to 4
|
42
|
-
|
43
|
-
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
|
44
|
-
- [Release notes](https://github.com/actions/checkout/releases)
|
45
|
-
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
|
46
|
-
- [Commits](https://github.com/actions/checkout/compare/v3...v4)
|
47
|
-
|
48
|
-
---
|
49
|
-
updated-dependencies:
|
50
|
-
- dependency-name: actions/checkout
|
51
|
-
dependency-type: direct:production
|
52
|
-
update-type: version-update:semver-major
|
53
|
-
...
|
54
|
-
|
55
|
-
Signed-off-by: dependabot[bot] <support@github.com>
|
56
|
-
|
57
|
-
commit f7fa1884fa3474f3f81f29739817cb334753f489
|
58
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
59
|
-
AuthorDate: 2023-07-13 00:34:45 +0900
|
60
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
61
|
-
CommitDate: 2023-07-13 00:34:45 +0900
|
62
|
-
|
63
|
-
Declare `getlogin` even if unistd.h is not available
|
64
|
-
|
65
|
-
Although MinGW provides this header but not the function, Windows
|
66
|
-
version ruby provides the function.
|
67
|
-
|
68
|
-
commit b95ddef386486e033735f4f8ac4ddb9abc0c1173
|
69
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
70
|
-
AuthorDate: 2023-07-12 21:03:29 +0900
|
71
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
72
|
-
CommitDate: 2023-07-12 23:11:13 +0900
|
73
|
-
|
74
|
-
Chec if the target file exists, not "depend" file
|
75
|
-
|
76
|
-
commit 1ab19d581502876824483edccfca0777598e7f53
|
77
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
78
|
-
AuthorDate: 2023-07-12 20:39:16 +0900
|
79
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
80
|
-
CommitDate: 2023-07-12 23:10:54 +0900
|
81
|
-
|
82
|
-
Fix for srcdir with spaces
|
83
|
-
|
84
|
-
Fixes #22.
|
85
|
-
Build failure when the ruby installed directory name contains spaces.
|
86
|
-
|
87
|
-
commit 365398ea47feb65d2370fa576c8e992eb3a0d99e
|
88
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
89
|
-
AuthorDate: 2023-07-12 16:20:30 +0900
|
90
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
91
|
-
CommitDate: 2023-07-12 16:20:30 +0900
|
92
|
-
|
93
|
-
Declare `getlogin` only if unistd.h is not available
|
94
|
-
|
95
|
-
commit 40b69c7a5e8524cd95794cde9d4ba9595eef29f9
|
96
|
-
Author: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
97
|
-
AuthorDate: 2023-07-12 16:08:55 +0900
|
98
|
-
Commit: Nobuyoshi Nakada <nobu@ruby-lang.org>
|
99
|
-
CommitDate: 2023-07-12 16:08:55 +0900
|
100
|
-
|
101
|
-
Update test
|
102
|
-
|
103
|
-
commit f4b5e888ba2d1f8e87a6d2111be5d0a58e5da682
|
104
|
-
Author: Benoit Daloze <eregontp@gmail.com>
|
105
|
-
AuthorDate: 2023-05-29 21:27:35 +0200
|
106
|
-
Commit: Benoit Daloze <eregontp@gmail.com>
|
107
|
-
CommitDate: 2023-05-29 21:31:49 +0200
|
108
|
-
|
109
|
-
Add TruffleRuby in CI
|
110
|
-
|
111
|
-
commit 51856850035d78a671ae13c7969adf768bae2e9a
|
112
|
-
Author: Benoit Daloze <eregontp@gmail.com>
|
113
|
-
AuthorDate: 2023-05-29 21:26:06 +0200
|
114
|
-
Commit: Benoit Daloze <eregontp@gmail.com>
|
115
|
-
CommitDate: 2023-05-29 21:31:49 +0200
|
116
|
-
|
117
|
-
Use the correct pattern for the fallback of rb_io_descriptor()
|
118
|
-
|
119
|
-
* See https://github.com/ruby/io-console/pull/43/commits/d1d9aef45ceb14365fdf0ebee3e5ea06f27da682
|
120
|
-
|
121
|
-
commit ea15eceb1348e8efd24896669a7351a2f530eff6
|
122
|
-
Author: Samuel Williams <samuel.williams@oriontransfer.co.nz>
|
123
|
-
AuthorDate: 2023-05-28 14:08:25 +0900
|
124
|
-
Commit: GitHub <noreply@github.com>
|
125
|
-
CommitDate: 2023-05-28 14:08:25 +0900
|
126
|
-
|
127
|
-
Remove usage of IO internals. (#26)
|
128
|
-
|
129
|
-
commit f6be64c8adcf25a97610b861d57d9ad26169b090
|
130
|
-
Author: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
131
|
-
AuthorDate: 2023-03-24 13:00:18 +0900
|
132
|
-
Commit: Hiroshi SHIBATA <hsbt@ruby-lang.org>
|
133
|
-
CommitDate: 2023-03-24 13:35:24 +0900
|
134
|
-
|
135
|
-
Update test libraries from https://github.com/ruby/ruby/commit/b4e438d8aabaf4bba2b27f374c787543fae07c58
|
136
|
-
|
137
|
-
commit 7a81385ff554fa6083534103d3aa794878418848
|
138
|
-
Author: Keishi Tanaka <k-tanaka@ruby-dev.jp>
|
139
|
-
AuthorDate: 2023-01-21 14:30:27 +0900
|
140
|
-
Commit: GitHub <noreply@github.com>
|
141
|
-
CommitDate: 2023-01-21 14:30:27 +0900
|
142
|
-
|
143
|
-
Migrate set-output to $GITHUB_OUTPUT (#24)
|
144
|
-
|
145
|
-
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
9
|
+
Bump up 1.4.5
|
data/LICENSE.txt
CHANGED
@@ -4,10 +4,10 @@ Redistribution and use in source and binary forms, with or without
|
|
4
4
|
modification, are permitted provided that the following conditions
|
5
5
|
are met:
|
6
6
|
1. Redistributions of source code must retain the above copyright
|
7
|
-
notice, this list of conditions and the following disclaimer.
|
7
|
+
notice, this list of conditions and the following disclaimer.
|
8
8
|
2. Redistributions in binary form must reproduce the above copyright
|
9
|
-
notice, this list of conditions and the following disclaimer in the
|
10
|
-
documentation and/or other materials provided with the distribution.
|
9
|
+
notice, this list of conditions and the following disclaimer in the
|
10
|
+
documentation and/or other materials provided with the distribution.
|
11
11
|
|
12
12
|
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
13
13
|
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|