node-aix-ppc64 19.0.1 → 19.2.0
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 +398 -1
- package/LICENSE +15 -8
- package/README.md +23 -8
- package/bin/node +0 -0
- package/include/node/common.gypi +2 -6
- package/include/node/config.gypi +11 -2
- package/include/node/js_native_api.h +2 -0
- package/include/node/js_native_api_types.h +2 -1
- package/include/node/node.exp +13043 -12653
- package/include/node/node.h +19 -2
- package/include/node/node_api.h +6 -4
- package/include/node/node_api_types.h +5 -0
- package/include/node/node_version.h +2 -2
- package/include/node/uv/version.h +2 -2
- package/include/node/uv/win.h +14 -15
- package/include/node/uv.h +3 -2
- package/include/node/v8-array-buffer.h +8 -0
- package/include/node/v8-context.h +1 -0
- package/include/node/v8-internal.h +16 -1
- package/include/node/v8-isolate.h +1 -0
- package/include/node/v8-version.h +3 -3
- package/include/node/v8config.h +33 -0
- package/include/node/zconf.h +16 -3
- package/include/node/zlib.h +137 -108
- package/package.json +1 -1
- package/share/doc/node/gdbinit +61 -0
- package/share/man/man1/node.1 +1 -0
- package/include/node/uv/android-ifaddrs.h +0 -54
package/README.md
CHANGED
|
@@ -266,12 +266,14 @@ For information about the governance of the Node.js project, see
|
|
|
266
266
|
**Anna Henningsen** <<anna@addaleax.net>> (she/her)
|
|
267
267
|
* [aduh95](https://github.com/aduh95) -
|
|
268
268
|
**Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him)
|
|
269
|
+
* [anonrig](https://github.com/anonrig) -
|
|
270
|
+
**Yagiz Nizipli** <<yagiz@nizipli.com>> (he/him)
|
|
269
271
|
* [antsmartian](https://github.com/antsmartian) -
|
|
270
272
|
**Anto Aravinth** <<anto.aravinth.cse@gmail.com>> (he/him)
|
|
271
273
|
* [apapirovski](https://github.com/apapirovski) -
|
|
272
274
|
**Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
|
|
273
275
|
* [AshCripps](https://github.com/AshCripps) -
|
|
274
|
-
**Ash Cripps** <<
|
|
276
|
+
**Ash Cripps** <<email@ashleycripps.co.uk>>
|
|
275
277
|
* [Ayase-252](https://github.com/Ayase-252) -
|
|
276
278
|
**Qingyu Deng** <<i@ayase-lab.com>>
|
|
277
279
|
* [bcoe](https://github.com/bcoe) -
|
|
@@ -310,8 +312,6 @@ For information about the governance of the Node.js project, see
|
|
|
310
312
|
**David Carlier** <<devnexen@gmail.com>>
|
|
311
313
|
* [devsnek](https://github.com/devsnek) -
|
|
312
314
|
**Gus Caplan** <<me@gus.host>> (they/them)
|
|
313
|
-
* [dmabupt](https://github.com/dmabupt) -
|
|
314
|
-
**Xu Meng** <<dmabupt@gmail.com>> (he/him)
|
|
315
315
|
* [edsadr](https://github.com/edsadr) -
|
|
316
316
|
**Adrian Estrada** <<edsadr@gmail.com>> (he/him)
|
|
317
317
|
* [erickwendel](https://github.com/erickwendel) -
|
|
@@ -370,6 +370,8 @@ For information about the governance of the Node.js project, see
|
|
|
370
370
|
**LiviaMedeiros** <<livia@cirno.name>>
|
|
371
371
|
* [lpinca](https://github.com/lpinca) -
|
|
372
372
|
**Luigi Pinca** <<luigipinca@gmail.com>> (he/him)
|
|
373
|
+
* [lukekarrys](https://github.com/lukekarrys) -
|
|
374
|
+
**Luke Karrys** <<luke@lukekarrys.com>> (he/him)
|
|
373
375
|
* [Lxxyx](https://github.com/Lxxyx) -
|
|
374
376
|
**Zijian Liu** <<lxxyxzj@gmail.com>> (he/him)
|
|
375
377
|
* [marsonya](https://github.com/marsonya) -
|
|
@@ -396,8 +398,6 @@ For information about the governance of the Node.js project, see
|
|
|
396
398
|
**Ouyang Yadong** <<oyydoibh@gmail.com>> (he/him)
|
|
397
399
|
* [panva](https://github.com/panva) -
|
|
398
400
|
**Filip Skokan** <<panva.ip@gmail.com>>
|
|
399
|
-
* [PoojaDurgad](https://github.com/PoojaDurgad) -
|
|
400
|
-
**Pooja D P** <<Pooja.D.P@ibm.com>> (she/her)
|
|
401
401
|
* [puzpuzpuz](https://github.com/puzpuzpuz) -
|
|
402
402
|
**Andrey Pechkurov** <<apechkurov@gmail.com>> (he/him)
|
|
403
403
|
* [Qard](https://github.com/Qard) -
|
|
@@ -425,7 +425,7 @@ For information about the governance of the Node.js project, see
|
|
|
425
425
|
* [ShogunPanda](https://github.com/ShogunPanda) -
|
|
426
426
|
**Paolo Insogna** <<paolo@cowtech.it>> (he/him)
|
|
427
427
|
* [srl295](https://github.com/srl295) -
|
|
428
|
-
**Steven R Loomis** <<
|
|
428
|
+
**Steven R Loomis** <<srl295@gmail.com>>
|
|
429
429
|
* [starkwang](https://github.com/starkwang) -
|
|
430
430
|
**Weijia Wang** <<starkwang@126.com>>
|
|
431
431
|
* [sxa](https://github.com/sxa) -
|
|
@@ -444,7 +444,7 @@ For information about the governance of the Node.js project, see
|
|
|
444
444
|
**Rich Trott** <<rtrott@gmail.com>> (he/him)
|
|
445
445
|
* [vdeturckheim](https://github.com/vdeturckheim) -
|
|
446
446
|
**Vladimir de Turckheim** <<vlad2t@hotmail.com>> (he/him)
|
|
447
|
-
* [
|
|
447
|
+
* [VoltrexKeyva](https://github.com/VoltrexKeyva) -
|
|
448
448
|
**Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
|
|
449
449
|
* [watilde](https://github.com/watilde) -
|
|
450
450
|
**Daijiro Wachi** <<daijiro.wachi@gmail.com>> (he/him)
|
|
@@ -494,6 +494,8 @@ For information about the governance of the Node.js project, see
|
|
|
494
494
|
**Jamie Davis** <<davisjam@vt.edu>> (he/him)
|
|
495
495
|
* [digitalinfinity](https://github.com/digitalinfinity) -
|
|
496
496
|
**Hitesh Kanwathirtha** <<digitalinfinity@gmail.com>> (he/him)
|
|
497
|
+
* [dmabupt](https://github.com/dmabupt) -
|
|
498
|
+
**Xu Meng** <<dmabupt@gmail.com>> (he/him)
|
|
497
499
|
* [dnlup](https://github.com/dnlup)
|
|
498
500
|
**dnlup** <<dnlup.dev@gmail.com>>
|
|
499
501
|
* [eljefedelrodeodeljefe](https://github.com/eljefedelrodeodeljefe) -
|
|
@@ -590,6 +592,8 @@ For information about the governance of the Node.js project, see
|
|
|
590
592
|
**Bert Belder** <<bertbelder@gmail.com>>
|
|
591
593
|
* [pmq20](https://github.com/pmq20) -
|
|
592
594
|
**Minqi Pan** <<pmq2001@gmail.com>>
|
|
595
|
+
* [PoojaDurgad](https://github.com/PoojaDurgad) -
|
|
596
|
+
**Pooja D P** <<Pooja.D.P@ibm.com>> (she/her)
|
|
593
597
|
* [princejwesley](https://github.com/princejwesley) -
|
|
594
598
|
**Prince John Wesley** <<princejohnwesley@gmail.com>>
|
|
595
599
|
* [psmarshall](https://github.com/psmarshall) -
|
|
@@ -662,6 +666,8 @@ maintaining the Node.js project.
|
|
|
662
666
|
|
|
663
667
|
* [Ayase-252](https://github.com/Ayase-252) -
|
|
664
668
|
**Qingyu Deng** <<i@ayase-lab.com>>
|
|
669
|
+
* [bmuenzenmeyer](https://github.com/bmuenzenmeyer) -
|
|
670
|
+
**Brian Muenzenmeyer** <<brian.muenzenmeyer@gmail.com>> (he/him)
|
|
665
671
|
* [daeyeon](https://github.com/daeyeon) -
|
|
666
672
|
**Daeyeon Jeong** <<daeyeon.dev@gmail.com>> (he/him)
|
|
667
673
|
* [F3n67u](https://github.com/F3n67u) -
|
|
@@ -684,9 +690,12 @@ maintaining the Node.js project.
|
|
|
684
690
|
**Pooja Durgad** <<Pooja.D.P@ibm.com>>
|
|
685
691
|
* [RaisinTen](https://github.com/RaisinTen) -
|
|
686
692
|
**Darshan Sen** <<raisinten@gmail.com>>
|
|
687
|
-
* [
|
|
693
|
+
* [VoltrexKeyva](https://github.com/VoltrexKeyva) -
|
|
688
694
|
**Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
|
|
689
695
|
|
|
696
|
+
Triagers follow the [Triage Guide](./doc/contributing/issues.md#triaging-a-bug-report) when
|
|
697
|
+
responding to new issues.
|
|
698
|
+
|
|
690
699
|
### Release keys
|
|
691
700
|
|
|
692
701
|
Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
|
|
@@ -779,6 +788,12 @@ releases on a rotation basis as outlined in the
|
|
|
779
788
|
* [vdeturckheim](https://github.com/vdeturckheim) -
|
|
780
789
|
**Vladimir de Turckheim** <<vlad2t@hotmail.com>> (he/him)
|
|
781
790
|
* NearForm
|
|
791
|
+
* [RafaelGSS](https://github.com/RafaelGSS) -
|
|
792
|
+
**Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
|
|
793
|
+
* NodeSource
|
|
794
|
+
* [juanarbol](https://github.com/juanarbol) -
|
|
795
|
+
**Juan José Arboleda** <<soyjuanarbol@gmail.com>> (he/him)
|
|
796
|
+
* Platformatic
|
|
782
797
|
* [mcollina](https://github.com/mcollina) -
|
|
783
798
|
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
|
|
784
799
|
* Red Hat and IBM
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
|
|
37
37
|
# Reset this number to 0 on major V8 upgrades.
|
|
38
38
|
# Increment by one for each non-official patch applied to deps/v8.
|
|
39
|
-
'v8_embedder_string': '-node.
|
|
39
|
+
'v8_embedder_string': '-node.8',
|
|
40
40
|
|
|
41
41
|
##### V8 defaults for Node.js #####
|
|
42
42
|
|
|
@@ -283,11 +283,7 @@
|
|
|
283
283
|
'-std:c++17'
|
|
284
284
|
],
|
|
285
285
|
'BufferSecurityCheck': 'true',
|
|
286
|
-
'
|
|
287
|
-
['_toolset=="target"', {
|
|
288
|
-
'DebugInformationFormat': 1 # /Z7 embed info in .obj files
|
|
289
|
-
}],
|
|
290
|
-
],
|
|
286
|
+
'DebugInformationFormat': 1, # /Z7 embed info in .obj files
|
|
291
287
|
'ExceptionHandling': 0, # /EHsc
|
|
292
288
|
'MultiProcessorCompilation': 'true',
|
|
293
289
|
'StringPooling': 'true', # pool string literals
|
package/include/node/config.gypi
CHANGED
|
@@ -12,12 +12,12 @@
|
|
|
12
12
|
'force_dynamic_crt': 0,
|
|
13
13
|
'gas_version': '0.0',
|
|
14
14
|
'host_arch': 'ppc64',
|
|
15
|
-
'icu_data_in': '../../deps/icu-tmp/
|
|
15
|
+
'icu_data_in': '../../deps/icu-tmp/icudt72l.dat',
|
|
16
16
|
'icu_endianness': 'b',
|
|
17
17
|
'icu_gyp_path': 'tools/icu/icu-generic.gyp',
|
|
18
18
|
'icu_path': 'deps/icu-small',
|
|
19
19
|
'icu_small': 'false',
|
|
20
|
-
'icu_ver_major': '
|
|
20
|
+
'icu_ver_major': '72',
|
|
21
21
|
'is_debug': 0,
|
|
22
22
|
'libdir': 'lib',
|
|
23
23
|
'llvm_version': '0.0',
|
|
@@ -26,6 +26,7 @@
|
|
|
26
26
|
'node_byteorder': 'big',
|
|
27
27
|
'node_debug_lib': 'false',
|
|
28
28
|
'node_enable_d8': 'false',
|
|
29
|
+
'node_enable_v8_vtunejit': 'false',
|
|
29
30
|
'node_fipsinstall': 'false',
|
|
30
31
|
'node_install_corepack': 'true',
|
|
31
32
|
'node_install_npm': 'true',
|
|
@@ -124,6 +125,7 @@
|
|
|
124
125
|
'lib/internal/error_serdes.js',
|
|
125
126
|
'lib/internal/errors.js',
|
|
126
127
|
'lib/internal/event_target.js',
|
|
128
|
+
'lib/internal/file.js',
|
|
127
129
|
'lib/internal/fixed_queue.js',
|
|
128
130
|
'lib/internal/freelist.js',
|
|
129
131
|
'lib/internal/freeze_intrinsics.js',
|
|
@@ -132,6 +134,7 @@
|
|
|
132
134
|
'lib/internal/fs/dir.js',
|
|
133
135
|
'lib/internal/fs/promises.js',
|
|
134
136
|
'lib/internal/fs/read_file_context.js',
|
|
137
|
+
'lib/internal/fs/recursive_watch.js',
|
|
135
138
|
'lib/internal/fs/rimraf.js',
|
|
136
139
|
'lib/internal/fs/streams.js',
|
|
137
140
|
'lib/internal/fs/sync_write_stream.js',
|
|
@@ -161,6 +164,7 @@
|
|
|
161
164
|
'lib/internal/main/test_runner.js',
|
|
162
165
|
'lib/internal/main/watch_mode.js',
|
|
163
166
|
'lib/internal/main/worker_thread.js',
|
|
167
|
+
'lib/internal/mime.js',
|
|
164
168
|
'lib/internal/modules/cjs/helpers.js',
|
|
165
169
|
'lib/internal/modules/cjs/loader.js',
|
|
166
170
|
'lib/internal/modules/esm/assert.js',
|
|
@@ -247,7 +251,11 @@
|
|
|
247
251
|
'lib/internal/test/binding.js',
|
|
248
252
|
'lib/internal/test/transfer.js',
|
|
249
253
|
'lib/internal/test_runner/harness.js',
|
|
254
|
+
'lib/internal/test_runner/mock.js',
|
|
250
255
|
'lib/internal/test_runner/runner.js',
|
|
256
|
+
'lib/internal/test_runner/tap_checker.js',
|
|
257
|
+
'lib/internal/test_runner/tap_lexer.js',
|
|
258
|
+
'lib/internal/test_runner/tap_parser.js',
|
|
251
259
|
'lib/internal/test_runner/tap_stream.js',
|
|
252
260
|
'lib/internal/test_runner/test.js',
|
|
253
261
|
'lib/internal/test_runner/utils.js',
|
|
@@ -271,6 +279,7 @@
|
|
|
271
279
|
'lib/internal/v8_prof_polyfill.js',
|
|
272
280
|
'lib/internal/v8_prof_processor.js',
|
|
273
281
|
'lib/internal/validators.js',
|
|
282
|
+
'lib/internal/vm.js',
|
|
274
283
|
'lib/internal/vm/module.js',
|
|
275
284
|
'lib/internal/wasm_web_api.js',
|
|
276
285
|
'lib/internal/watch_mode/files_watcher.js',
|
|
@@ -401,6 +401,7 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_create_arraybuffer(napi_env env,
|
|
|
401
401
|
size_t byte_length,
|
|
402
402
|
void** data,
|
|
403
403
|
napi_value* result);
|
|
404
|
+
#ifndef NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED
|
|
404
405
|
NAPI_EXTERN napi_status NAPI_CDECL
|
|
405
406
|
napi_create_external_arraybuffer(napi_env env,
|
|
406
407
|
void* external_data,
|
|
@@ -408,6 +409,7 @@ napi_create_external_arraybuffer(napi_env env,
|
|
|
408
409
|
napi_finalize finalize_cb,
|
|
409
410
|
void* finalize_hint,
|
|
410
411
|
napi_value* result);
|
|
412
|
+
#endif // NODE_API_NO_EXTERNAL_BUFFERS_ALLOWED
|
|
411
413
|
NAPI_EXTERN napi_status NAPI_CDECL napi_get_arraybuffer_info(
|
|
412
414
|
napi_env env, napi_value arraybuffer, void** data, size_t* byte_length);
|
|
413
415
|
NAPI_EXTERN napi_status NAPI_CDECL napi_is_typedarray(napi_env env,
|
|
@@ -98,7 +98,8 @@ typedef enum {
|
|
|
98
98
|
napi_date_expected,
|
|
99
99
|
napi_arraybuffer_expected,
|
|
100
100
|
napi_detachable_arraybuffer_expected,
|
|
101
|
-
napi_would_deadlock // unused
|
|
101
|
+
napi_would_deadlock, // unused
|
|
102
|
+
napi_no_external_buffers_allowed
|
|
102
103
|
} napi_status;
|
|
103
104
|
// Note: when adding a new enum value to `napi_status`, please also update
|
|
104
105
|
// * `const int last_status` in the definition of `napi_get_last_error_info()'
|