node-aix-ppc64 18.20.5 → 18.20.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +86 -0
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/node.exp +35 -31
- package/include/node/node_version.h +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
</tr>
|
|
10
10
|
<tr>
|
|
11
11
|
<td>
|
|
12
|
+
<a href="#18.20.7">18.20.7</a><br/>
|
|
13
|
+
<a href="#18.20.6">18.20.6</a><br/>
|
|
12
14
|
<a href="#18.20.5">18.20.5</a><br/>
|
|
13
15
|
<a href="#18.20.4">18.20.4</a><br/>
|
|
14
16
|
<a href="#18.20.3">18.20.3</a><br/>
|
|
@@ -70,6 +72,90 @@
|
|
|
70
72
|
* [io.js](CHANGELOG_IOJS.md)
|
|
71
73
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
72
74
|
|
|
75
|
+
<a id="18.20.7"></a>
|
|
76
|
+
|
|
77
|
+
## 2025-02-20, Version 18.20.7 'Hydrogen' (LTS), @aduh95
|
|
78
|
+
|
|
79
|
+
### Notable Changes
|
|
80
|
+
|
|
81
|
+
* \[[`ea5eb0e98b`](https://github.com/nodejs/node/commit/ea5eb0e98b)] - **crypto**: update root certificates to NSS 3.107 (Node.js GitHub Bot) [#56566](https://github.com/nodejs/node/pull/56566)
|
|
82
|
+
|
|
83
|
+
### Commits
|
|
84
|
+
|
|
85
|
+
* \[[`bb2977ca6c`](https://github.com/nodejs/node/commit/bb2977ca6c)] - **build**: use glob for dependencies of out/Makefile (Richard Lau) [#55789](https://github.com/nodejs/node/pull/55789)
|
|
86
|
+
* \[[`92896945b8`](https://github.com/nodejs/node/commit/92896945b8)] - **build**: support python 3.13 (Chengzhong Wu) [#53190](https://github.com/nodejs/node/pull/53190)
|
|
87
|
+
* \[[`ea5eb0e98b`](https://github.com/nodejs/node/commit/ea5eb0e98b)] - **crypto**: update root certificates to NSS 3.107 (Node.js GitHub Bot) [#56566](https://github.com/nodejs/node/pull/56566)
|
|
88
|
+
* \[[`d03a23577d`](https://github.com/nodejs/node/commit/d03a23577d)] - **deps**: V8: cherry-pick 26fd1dfa9cd6 (Shu-yu Guo) [#55873](https://github.com/nodejs/node/pull/55873)
|
|
89
|
+
* \[[`53bb21b093`](https://github.com/nodejs/node/commit/53bb21b093)] - **deps**: V8: backport ae5a4db8ad86 (Shu-yu Guo) [#55873](https://github.com/nodejs/node/pull/55873)
|
|
90
|
+
* \[[`5eb6dfe284`](https://github.com/nodejs/node/commit/5eb6dfe284)] - **deps**: update zlib to 1.3.0.1-motley-82a5fec (Node.js GitHub Bot) [#55980](https://github.com/nodejs/node/pull/55980)
|
|
91
|
+
* \[[`734515a0f7`](https://github.com/nodejs/node/commit/734515a0f7)] - **deps**: update zlib to 1.3.0.1-motley-7e2e4d7 (Node.js GitHub Bot) [#54432](https://github.com/nodejs/node/pull/54432)
|
|
92
|
+
* \[[`d64cc98324`](https://github.com/nodejs/node/commit/d64cc98324)] - **deps**: update simdutf to 5.6.4 (Node.js GitHub Bot) [#56255](https://github.com/nodejs/node/pull/56255)
|
|
93
|
+
* \[[`9eab21dd1d`](https://github.com/nodejs/node/commit/9eab21dd1d)] - **deps**: update simdutf to 5.6.3 (Node.js GitHub Bot) [#55973](https://github.com/nodejs/node/pull/55973)
|
|
94
|
+
* \[[`2e3367b46a`](https://github.com/nodejs/node/commit/2e3367b46a)] - **deps**: update simdutf to 5.6.2 (Node.js GitHub Bot) [#55889](https://github.com/nodejs/node/pull/55889)
|
|
95
|
+
* \[[`df74d66207`](https://github.com/nodejs/node/commit/df74d66207)] - **deps**: update simdutf to 5.6.1 (Node.js GitHub Bot) [#55850](https://github.com/nodejs/node/pull/55850)
|
|
96
|
+
* \[[`ade37ee0b3`](https://github.com/nodejs/node/commit/ade37ee0b3)] - **deps**: update acorn to 8.14.0 (Node.js GitHub Bot) [#55699](https://github.com/nodejs/node/pull/55699)
|
|
97
|
+
* \[[`a3c367adbd`](https://github.com/nodejs/node/commit/a3c367adbd)] - **deps**: update corepack to 0.31.0 (Node.js GitHub Bot) [#56795](https://github.com/nodejs/node/pull/56795)
|
|
98
|
+
* \[[`2cff6a8428`](https://github.com/nodejs/node/commit/2cff6a8428)] - **deps**: update corepack to 0.30.0 (Node.js GitHub Bot) [#55977](https://github.com/nodejs/node/pull/55977)
|
|
99
|
+
* \[[`8b8c9a2cf5`](https://github.com/nodejs/node/commit/8b8c9a2cf5)] - **doc**: update macOS and Xcode versions for releases (Michaël Zasso) [#56337](https://github.com/nodejs/node/pull/56337)
|
|
100
|
+
* \[[`706af28113`](https://github.com/nodejs/node/commit/706af28113)] - **doc**: add "Skip to content" button (Antoine du Hamel) [#56750](https://github.com/nodejs/node/pull/56750)
|
|
101
|
+
* \[[`634a6b3a14`](https://github.com/nodejs/node/commit/634a6b3a14)] - **doc**: improve accessibility of expandable lists (Antoine du Hamel) [#56749](https://github.com/nodejs/node/pull/56749)
|
|
102
|
+
* \[[`f0b60c5bf9`](https://github.com/nodejs/node/commit/f0b60c5bf9)] - **doc**: fix arrow vertical alignment in HTML version (Akash Yeole) [#52193](https://github.com/nodejs/node/pull/52193)
|
|
103
|
+
* \[[`91cce27ebb`](https://github.com/nodejs/node/commit/91cce27ebb)] - **doc**: remove flicker on page load on dark theme (Dima Demakov) [#50942](https://github.com/nodejs/node/pull/50942)
|
|
104
|
+
* \[[`522fbb00a8`](https://github.com/nodejs/node/commit/522fbb00a8)] - **doc**: make theme consistent across api and other docs (Dima Demakov) [#50877](https://github.com/nodejs/node/pull/50877)
|
|
105
|
+
* \[[`1486465520`](https://github.com/nodejs/node/commit/1486465520)] - **doc**: save user preference for JS flavor (Vidar Eldøy) [#49526](https://github.com/nodejs/node/pull/49526)
|
|
106
|
+
* \[[`d74cff7e59`](https://github.com/nodejs/node/commit/d74cff7e59)] - **doc**: rename possibly confusing variable and CSS class (Antoine du Hamel) [#49536](https://github.com/nodejs/node/pull/49536)
|
|
107
|
+
* \[[`4829d976fe`](https://github.com/nodejs/node/commit/4829d976fe)] - **doc**: add main ARIA landmark to API docs (Rich Trott) [#49882](https://github.com/nodejs/node/pull/49882)
|
|
108
|
+
* \[[`6c4ce1f1d4`](https://github.com/nodejs/node/commit/6c4ce1f1d4)] - **doc**: add navigation ARIA landmark to doc ToC (Rich Trott) [#49882](https://github.com/nodejs/node/pull/49882)
|
|
109
|
+
* \[[`33548f8c1f`](https://github.com/nodejs/node/commit/33548f8c1f)] - **doc**: add history entries for JSON modules stabilization (Antoine du Hamel) [#55855](https://github.com/nodejs/node/pull/55855)
|
|
110
|
+
* \[[`e12bdf6141`](https://github.com/nodejs/node/commit/e12bdf6141)] - **meta**: bump `actions/upload-artifact` from 4.4.3 to 4.6.0 (dependabot\[bot]) [#56861](https://github.com/nodejs/node/pull/56861)
|
|
111
|
+
* \[[`6f44ef388b`](https://github.com/nodejs/node/commit/6f44ef388b)] - **meta**: bump actions/upload-artifact from 4.4.0 to 4.4.3 (dependabot\[bot]) [#55685](https://github.com/nodejs/node/pull/55685)
|
|
112
|
+
* \[[`ae39211117`](https://github.com/nodejs/node/commit/ae39211117)] - **meta**: bump actions/upload-artifact from 4.3.4 to 4.4.0 (dependabot\[bot]) [#54703](https://github.com/nodejs/node/pull/54703)
|
|
113
|
+
* \[[`4cf80b37c7`](https://github.com/nodejs/node/commit/4cf80b37c7)] - **meta**: bump `actions/upload-artifact` from 4.3.3 to 4.3.4 (dependabot\[bot]) [#54166](https://github.com/nodejs/node/pull/54166)
|
|
114
|
+
* \[[`4d402b79cb`](https://github.com/nodejs/node/commit/4d402b79cb)] - **meta**: bump `actions/download-artifact` from 4.1.7 to 4.1.8 (dependabot\[bot]) [#54167](https://github.com/nodejs/node/pull/54167)
|
|
115
|
+
* \[[`1c01f93497`](https://github.com/nodejs/node/commit/1c01f93497)] - **meta**: bump actions/upload-artifact from 4.3.1 to 4.3.3 (dependabot\[bot]) [#52785](https://github.com/nodejs/node/pull/52785)
|
|
116
|
+
* \[[`6558a516ec`](https://github.com/nodejs/node/commit/6558a516ec)] - **meta**: bump actions/download-artifact from 4.1.4 to 4.1.7 (dependabot\[bot]) [#52784](https://github.com/nodejs/node/pull/52784)
|
|
117
|
+
* \[[`dd70860ec8`](https://github.com/nodejs/node/commit/dd70860ec8)] - **meta**: bump actions/download-artifact from 4.1.3 to 4.1.4 (dependabot\[bot]) [#52314](https://github.com/nodejs/node/pull/52314)
|
|
118
|
+
* \[[`4a24d92a45`](https://github.com/nodejs/node/commit/4a24d92a45)] - **meta**: bump actions/upload-artifact from 4.3.0 to 4.3.1 (dependabot\[bot]) [#51941](https://github.com/nodejs/node/pull/51941)
|
|
119
|
+
* \[[`655b9071b9`](https://github.com/nodejs/node/commit/655b9071b9)] - **meta**: bump actions/download-artifact from 4.1.1 to 4.1.3 (dependabot\[bot]) [#51938](https://github.com/nodejs/node/pull/51938)
|
|
120
|
+
* \[[`0e6ad795aa`](https://github.com/nodejs/node/commit/0e6ad795aa)] - **meta**: bump actions/download-artifact from 4.1.0 to 4.1.1 (dependabot\[bot]) [#51644](https://github.com/nodejs/node/pull/51644)
|
|
121
|
+
* \[[`61babc5037`](https://github.com/nodejs/node/commit/61babc5037)] - **meta**: bump actions/upload-artifact from 4.0.0 to 4.3.0 (dependabot\[bot]) [#51643](https://github.com/nodejs/node/pull/51643)
|
|
122
|
+
* \[[`8b16d80029`](https://github.com/nodejs/node/commit/8b16d80029)] - **meta**: update artifact actions to v4 (Michaël Zasso) [#51219](https://github.com/nodejs/node/pull/51219)
|
|
123
|
+
* \[[`d47e8cb86d`](https://github.com/nodejs/node/commit/d47e8cb86d)] - **test**: do not use deprecated import assertions (Antoine du Hamel) [#55873](https://github.com/nodejs/node/pull/55873)
|
|
124
|
+
* \[[`06c523d693`](https://github.com/nodejs/node/commit/06c523d693)] - **test**: mark `test-inspector-stop-profile-after-done` as flaky (Antoine du Hamel) [#57001](https://github.com/nodejs/node/pull/57001)
|
|
125
|
+
* \[[`dafea86962`](https://github.com/nodejs/node/commit/dafea86962)] - **test**: mark `test-perf-hooks` as flaky on macOS (Antoine du Hamel) [#57001](https://github.com/nodejs/node/pull/57001)
|
|
126
|
+
* \[[`8e53f1f43d`](https://github.com/nodejs/node/commit/8e53f1f43d)] - **test**: mark test-inspector-multisession-ws as flaky (Antoine du Hamel) [#57001](https://github.com/nodejs/node/pull/57001)
|
|
127
|
+
* \[[`350eb50bbe`](https://github.com/nodejs/node/commit/350eb50bbe)] - **test**: mark `test-performance-function` as flaky (Antoine du Hamel) [#57001](https://github.com/nodejs/node/pull/57001)
|
|
128
|
+
* \[[`a1f428a343`](https://github.com/nodejs/node/commit/a1f428a343)] - **test**: skip `test-perf-hooks` on SmartOS (Antoine du Hamel) [#57001](https://github.com/nodejs/node/pull/57001)
|
|
129
|
+
* \[[`199f52fcc0`](https://github.com/nodejs/node/commit/199f52fcc0)] - **test**: make test-crypto-hash compatible with OpenSSL > 3.4.0 (Jelle van der Waa) [#56160](https://github.com/nodejs/node/pull/56160)
|
|
130
|
+
* \[[`b08ce67d48`](https://github.com/nodejs/node/commit/b08ce67d48)] - **test**: compare paths on Windows without considering case (Early Riser) [#53993](https://github.com/nodejs/node/pull/53993)
|
|
131
|
+
* \[[`6e84d211a1`](https://github.com/nodejs/node/commit/6e84d211a1)] - **test**: deflake test-perf-hooks.js (Joyee Cheung) [#49892](https://github.com/nodejs/node/pull/49892)
|
|
132
|
+
* \[[`a7f565fc7f`](https://github.com/nodejs/node/commit/a7f565fc7f)] - **tools**: fix failing `lint-sh` workflow (Antoine du Hamel) [#56995](https://github.com/nodejs/node/pull/56995)
|
|
133
|
+
|
|
134
|
+
<a id="18.20.6"></a>
|
|
135
|
+
|
|
136
|
+
## 2025-01-21, Version 18.20.6 'Hydrogen' (LTS), @RafaelGSS
|
|
137
|
+
|
|
138
|
+
This is a security release.
|
|
139
|
+
|
|
140
|
+
### Notable Changes
|
|
141
|
+
|
|
142
|
+
* CVE-2025-23085 - src: fix HTTP2 mem leak on premature close and ERR\_PROTO (Medium)
|
|
143
|
+
* CVE-2025-23084 - path: fix path traversal in normalize() on Windows (Medium)
|
|
144
|
+
|
|
145
|
+
Dependency update:
|
|
146
|
+
|
|
147
|
+
* CVE-2025-22150 - Use of Insufficiently Random Values in undici fetch() (Medium)
|
|
148
|
+
|
|
149
|
+
### Commits
|
|
150
|
+
|
|
151
|
+
* \[[`c03ad5ed63`](https://github.com/nodejs/node/commit/c03ad5ed63)] - **build**: use rclone instead of aws CLI (Michaël Zasso) [#55617](https://github.com/nodejs/node/pull/55617)
|
|
152
|
+
* \[[`8232463294`](https://github.com/nodejs/node/commit/8232463294)] - **build, tools**: drop leading `/` from `r2dir` (Richard Lau) [#53951](https://github.com/nodejs/node/pull/53951)
|
|
153
|
+
* \[[`b26bcd3394`](https://github.com/nodejs/node/commit/b26bcd3394)] - **build, tools**: copy release assets to staging R2 bucket once built (flakey5) [#51394](https://github.com/nodejs/node/pull/51394)
|
|
154
|
+
* \[[`56df127b7b`](https://github.com/nodejs/node/commit/56df127b7b)] - **build,tools**: simplify upload of shasum signatures (Michaël Zasso) [#53892](https://github.com/nodejs/node/pull/53892)
|
|
155
|
+
* \[[`a63e9372ed`](https://github.com/nodejs/node/commit/a63e9372ed)] - **(CVE-2025-22150)** **deps**: update undici to v5.28.5 (Matteo Collina) [nodejs-private/node-private#657](https://github.com/nodejs-private/node-private/pull/657)
|
|
156
|
+
* \[[`da2d177f91`](https://github.com/nodejs/node/commit/da2d177f91)] - **(CVE-2025-23084)** **path**: fix path traversal in normalize() on Windows (Tobias Nießen) [nodejs-private/node-private#555](https://github.com/nodejs-private/node-private/pull/555)
|
|
157
|
+
* \[[`6cc8d58e6f`](https://github.com/nodejs/node/commit/6cc8d58e6f)] - **(CVE-2025-23085)** **src**: fix HTTP2 mem leak on premature close and ERR\_PROTO (RafaelGSS) [nodejs-private/node-private#650](https://github.com/nodejs-private/node-private/pull/650)
|
|
158
|
+
|
|
73
159
|
<a id="18.20.5"></a>
|
|
74
160
|
|
|
75
161
|
## 2024-11-12, Version 18.20.5 'Hydrogen' (LTS), @aduh95
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
package/include/node/node.exp
CHANGED
|
@@ -5978,18 +5978,18 @@ _GLOBAL__F__ZN2v88internal6torque4TypeC2ERKS2_
|
|
|
5978
5978
|
_GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeEEE
|
|
5979
5979
|
_GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
|
|
5980
5980
|
_GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
|
|
5981
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.
|
|
5982
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.
|
|
5983
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.
|
|
5984
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.
|
|
5985
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.
|
|
5986
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.
|
|
5987
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.
|
|
5988
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.
|
|
5989
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.
|
|
5990
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.
|
|
5991
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.
|
|
5992
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
5981
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0x17d01e297f32f950
|
|
5982
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FE345EE0_0x192fa7af9d16b567
|
|
5983
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0x5e68decd4e9cf502
|
|
5984
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_7874F2D3_0x20b3f3219029312d
|
|
5985
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_7874F2D3_0x9b51381bab0677d5
|
|
5986
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0x5702b490190d877c
|
|
5987
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_3723FE55_0xc00d4660efcecb25
|
|
5988
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0xde3bf062147c3919
|
|
5989
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0x7865bbd2bd8eb9cc
|
|
5990
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_3723FE55_0x15d5cd6688a36fc4
|
|
5991
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0x41a0be9ee7f046e4
|
|
5992
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0x86ab3c1b2cbdf2d5
|
|
5993
5993
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
5994
5994
|
_GLOBAL__I_65535_0__Z16_register_configv
|
|
5995
5995
|
_GLOBAL__I_65535_0__Z17_register_symbolsv
|
|
@@ -7025,9 +7025,9 @@ _GLOBAL__I_65535_0__ZNK2v88internal9PreParser13GetIdentifierEv
|
|
|
7025
7025
|
_GLOBAL__I_65535_0__ZNK4node10BaseObject15GetTransferModeEv
|
|
7026
7026
|
_GLOBAL__I_65535_0__ZNK4node3url11BindingData10MemoryInfoEPNS_13MemoryTrackerE
|
|
7027
7027
|
_GLOBAL__I_65535_0__ZNK7simdutf14implementation27supported_by_runtime_systemEv
|
|
7028
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.
|
|
7029
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.
|
|
7030
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.
|
|
7028
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FE345EE0_0x8ae0d5e2b31ed185
|
|
7029
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_7874F2D3_0xf70894a1b32a6a49
|
|
7030
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FE345EE0_0x6aabb3902a6a6507
|
|
7031
7031
|
_GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
|
|
7032
7032
|
_GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
|
|
7033
7033
|
_HZData_74
|
|
@@ -56948,9 +56948,9 @@ _ZN7simdutf13validate_utf8EPKcm
|
|
|
56948
56948
|
_ZN7simdutf14validate_asciiEPKcm
|
|
56949
56949
|
_ZN7simdutf14validate_utf16EPKDsm
|
|
56950
56950
|
_ZN7simdutf14validate_utf32EPKDim
|
|
56951
|
-
|
|
56952
|
-
|
|
56953
|
-
|
|
56951
|
+
_ZN7simdutf16base64_to_binaryEPKDsmPcNS_14base64_optionsENS_27last_chunk_handling_optionsE
|
|
56952
|
+
_ZN7simdutf16base64_to_binaryEPKcmPcNS_14base64_optionsENS_27last_chunk_handling_optionsE
|
|
56953
|
+
_ZN7simdutf16binary_to_base64EPKcmPcNS_14base64_optionsE
|
|
56954
56954
|
_ZN7simdutf16detect_encodingsEPKcm
|
|
56955
56955
|
_ZN7simdutf16validate_utf16beEPKDsm
|
|
56956
56956
|
_ZN7simdutf16validate_utf16leEPKDsm
|
|
@@ -56959,8 +56959,8 @@ _ZN7simdutf18trim_partial_utf16EPKDsm
|
|
|
56959
56959
|
_ZN7simdutf19autodetect_encodingEPKcm
|
|
56960
56960
|
_ZN7simdutf20trim_partial_utf16beEPKDsm
|
|
56961
56961
|
_ZN7simdutf20trim_partial_utf16leEPKDsm
|
|
56962
|
-
|
|
56963
|
-
|
|
56962
|
+
_ZN7simdutf21base64_to_binary_safeEPKDsmPcRmNS_14base64_optionsENS_27last_chunk_handling_optionsE
|
|
56963
|
+
_ZN7simdutf21base64_to_binary_safeEPKcmPcRmNS_14base64_optionsENS_27last_chunk_handling_optionsE
|
|
56964
56964
|
_ZN7simdutf21convert_utf16_to_utf8EPKDsmPc
|
|
56965
56965
|
_ZN7simdutf21convert_utf32_to_utf8EPKDimPc
|
|
56966
56966
|
_ZN7simdutf21convert_utf8_to_utf16EPKcmPDs
|
|
@@ -56996,7 +56996,7 @@ _ZN7simdutf24latin1_length_from_utf32Em
|
|
|
56996
56996
|
_ZN7simdutf24utf16_length_from_latin1Em
|
|
56997
56997
|
_ZN7simdutf24utf8_length_from_utf16beEPKDsm
|
|
56998
56998
|
_ZN7simdutf24utf8_length_from_utf16leEPKDsm
|
|
56999
|
-
|
|
56999
|
+
_ZN7simdutf25base64_length_from_binaryEmNS_14base64_optionsE
|
|
57000
57000
|
_ZN7simdutf25convert_latin1_to_utf16beEPKcmPDs
|
|
57001
57001
|
_ZN7simdutf25convert_latin1_to_utf16leEPKcmPDs
|
|
57002
57002
|
_ZN7simdutf25convert_utf16be_to_latin1EPKDsmPc
|
|
@@ -57005,8 +57005,8 @@ _ZN7simdutf25get_active_implementationEv
|
|
|
57005
57005
|
_ZN7simdutf25utf32_length_from_utf16beEPKDsm
|
|
57006
57006
|
_ZN7simdutf25utf32_length_from_utf16leEPKDsm
|
|
57007
57007
|
_ZN7simdutf25validate_utf8_with_errorsEPKcm
|
|
57008
|
-
|
|
57009
|
-
|
|
57008
|
+
_ZN7simdutf26base64_to_binary_safe_implIDsEENS_6resultEPKT_mPcRmNS_14base64_optionsENS_27last_chunk_handling_optionsE
|
|
57009
|
+
_ZN7simdutf26base64_to_binary_safe_implIcEENS_6resultEPKT_mPcRmNS_14base64_optionsENS_27last_chunk_handling_optionsE
|
|
57010
57010
|
_ZN7simdutf26get_default_implementationEv
|
|
57011
57011
|
_ZN7simdutf26validate_ascii_with_errorsEPKcm
|
|
57012
57012
|
_ZN7simdutf26validate_utf16_with_errorsEPKDsm
|
|
@@ -64344,9 +64344,9 @@ _ZNK7simdutf8fallback14implementation13count_utf16leEPKDsm
|
|
|
64344
64344
|
_ZNK7simdutf8fallback14implementation13validate_utf8EPKcm
|
|
64345
64345
|
_ZNK7simdutf8fallback14implementation14validate_asciiEPKcm
|
|
64346
64346
|
_ZNK7simdutf8fallback14implementation14validate_utf32EPKDim
|
|
64347
|
-
|
|
64348
|
-
|
|
64349
|
-
|
|
64347
|
+
_ZNK7simdutf8fallback14implementation16base64_to_binaryEPKDsmPcNS_14base64_optionsENS_27last_chunk_handling_optionsE
|
|
64348
|
+
_ZNK7simdutf8fallback14implementation16base64_to_binaryEPKcmPcNS_14base64_optionsENS_27last_chunk_handling_optionsE
|
|
64349
|
+
_ZNK7simdutf8fallback14implementation16binary_to_base64EPKcmPcNS_14base64_optionsE
|
|
64350
64350
|
_ZNK7simdutf8fallback14implementation16detect_encodingsEPKcm
|
|
64351
64351
|
_ZNK7simdutf8fallback14implementation16validate_utf16beEPKDsm
|
|
64352
64352
|
_ZNK7simdutf8fallback14implementation16validate_utf16leEPKDsm
|
|
@@ -64367,6 +64367,8 @@ _ZNK7simdutf8fallback14implementation23convert_utf8_to_utf16leEPKcmPDs
|
|
|
64367
64367
|
_ZNK7simdutf8fallback14implementation23latin1_length_from_utf8EPKcm
|
|
64368
64368
|
_ZNK7simdutf8fallback14implementation23utf16_length_from_utf32EPKDim
|
|
64369
64369
|
_ZNK7simdutf8fallback14implementation23utf8_length_from_latin1EPKcm
|
|
64370
|
+
_ZNK7simdutf8fallback14implementation24base64_to_binary_detailsEPKDsmPcNS_14base64_optionsENS_27last_chunk_handling_optionsE
|
|
64371
|
+
_ZNK7simdutf8fallback14implementation24base64_to_binary_detailsEPKcmPcNS_14base64_optionsENS_27last_chunk_handling_optionsE
|
|
64370
64372
|
_ZNK7simdutf8fallback14implementation24convert_utf16be_to_utf32EPKDsmPDi
|
|
64371
64373
|
_ZNK7simdutf8fallback14implementation24convert_utf16le_to_utf32EPKDsmPDi
|
|
64372
64374
|
_ZNK7simdutf8fallback14implementation24convert_utf32_to_utf16beEPKDimPDs
|
|
@@ -64377,7 +64379,7 @@ _ZNK7simdutf8fallback14implementation24utf16_length_from_latin1Em
|
|
|
64377
64379
|
_ZNK7simdutf8fallback14implementation24utf32_length_from_latin1Em
|
|
64378
64380
|
_ZNK7simdutf8fallback14implementation24utf8_length_from_utf16beEPKDsm
|
|
64379
64381
|
_ZNK7simdutf8fallback14implementation24utf8_length_from_utf16leEPKDsm
|
|
64380
|
-
|
|
64382
|
+
_ZNK7simdutf8fallback14implementation25base64_length_from_binaryEmNS_14base64_optionsE
|
|
64381
64383
|
_ZNK7simdutf8fallback14implementation25convert_latin1_to_utf16beEPKcmPDs
|
|
64382
64384
|
_ZNK7simdutf8fallback14implementation25convert_latin1_to_utf16leEPKcmPDs
|
|
64383
64385
|
_ZNK7simdutf8fallback14implementation25convert_utf16be_to_latin1EPKDsmPc
|
|
@@ -64425,9 +64427,9 @@ _ZNK7simdutf8internal26unsupported_implementation13count_utf16leEPKDsm
|
|
|
64425
64427
|
_ZNK7simdutf8internal26unsupported_implementation13validate_utf8EPKcm
|
|
64426
64428
|
_ZNK7simdutf8internal26unsupported_implementation14validate_asciiEPKcm
|
|
64427
64429
|
_ZNK7simdutf8internal26unsupported_implementation14validate_utf32EPKDim
|
|
64428
|
-
|
|
64429
|
-
|
|
64430
|
-
|
|
64430
|
+
_ZNK7simdutf8internal26unsupported_implementation16base64_to_binaryEPKDsmPcNS_14base64_optionsENS_27last_chunk_handling_optionsE
|
|
64431
|
+
_ZNK7simdutf8internal26unsupported_implementation16base64_to_binaryEPKcmPcNS_14base64_optionsENS_27last_chunk_handling_optionsE
|
|
64432
|
+
_ZNK7simdutf8internal26unsupported_implementation16binary_to_base64EPKcmPcNS_14base64_optionsE
|
|
64431
64433
|
_ZNK7simdutf8internal26unsupported_implementation16detect_encodingsEPKcm
|
|
64432
64434
|
_ZNK7simdutf8internal26unsupported_implementation16validate_utf16beEPKDsm
|
|
64433
64435
|
_ZNK7simdutf8internal26unsupported_implementation16validate_utf16leEPKDsm
|
|
@@ -64448,6 +64450,8 @@ _ZNK7simdutf8internal26unsupported_implementation23convert_utf8_to_utf16leEPKcmP
|
|
|
64448
64450
|
_ZNK7simdutf8internal26unsupported_implementation23latin1_length_from_utf8EPKcm
|
|
64449
64451
|
_ZNK7simdutf8internal26unsupported_implementation23utf16_length_from_utf32EPKDim
|
|
64450
64452
|
_ZNK7simdutf8internal26unsupported_implementation23utf8_length_from_latin1EPKcm
|
|
64453
|
+
_ZNK7simdutf8internal26unsupported_implementation24base64_to_binary_detailsEPKDsmPcNS_14base64_optionsENS_27last_chunk_handling_optionsE
|
|
64454
|
+
_ZNK7simdutf8internal26unsupported_implementation24base64_to_binary_detailsEPKcmPcNS_14base64_optionsENS_27last_chunk_handling_optionsE
|
|
64451
64455
|
_ZNK7simdutf8internal26unsupported_implementation24convert_utf16be_to_utf32EPKDsmPDi
|
|
64452
64456
|
_ZNK7simdutf8internal26unsupported_implementation24convert_utf16le_to_utf32EPKDsmPDi
|
|
64453
64457
|
_ZNK7simdutf8internal26unsupported_implementation24convert_utf32_to_utf16beEPKDimPDs
|
|
@@ -64458,7 +64462,7 @@ _ZNK7simdutf8internal26unsupported_implementation24utf16_length_from_latin1Em
|
|
|
64458
64462
|
_ZNK7simdutf8internal26unsupported_implementation24utf32_length_from_latin1Em
|
|
64459
64463
|
_ZNK7simdutf8internal26unsupported_implementation24utf8_length_from_utf16beEPKDsm
|
|
64460
64464
|
_ZNK7simdutf8internal26unsupported_implementation24utf8_length_from_utf16leEPKDsm
|
|
64461
|
-
|
|
64465
|
+
_ZNK7simdutf8internal26unsupported_implementation25base64_length_from_binaryEmNS_14base64_optionsE
|
|
64462
64466
|
_ZNK7simdutf8internal26unsupported_implementation25convert_latin1_to_utf16beEPKcmPDs
|
|
64463
64467
|
_ZNK7simdutf8internal26unsupported_implementation25convert_latin1_to_utf16leEPKcmPDs
|
|
64464
64468
|
_ZNK7simdutf8internal26unsupported_implementation25convert_utf16be_to_latin1EPKDsmPc
|