etc 1.4.2 → 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 -17
- data/ext/etc/constdefs.h +187 -0
- data/ext/etc/etc.c +97 -41
- data/ext/etc/extconf.rb +12 -2
- data/ext/etc/mkconstants.rb +22 -10
- data/test/etc/test_etc.rb +4 -0
- metadata +6 -22
- 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.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)
|