head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.05.06.08.21.01; author adam; state Exp; branches; next ; commitid lOZf7AXjUaOShJEG; desc @@ 1.1 log @nodejs: updated to 26.0.0 26.0.0 (Current) We're excited to announce the release of Node.js 26! Highlights include the Temporal API enabled by default, updates to the V8 JavaScript engine to 14.6, Undici to 8.0, and several important deprecations and removals as we continue to modernize the platform. @ text @$NetBSD$ Add missing include for CHAR_BIT. https://github.com/nodejs/node/issues/63146 --- deps/v8/src/base/memcopy.h.orig 2026-05-06 07:22:58.678410124 +0000 +++ deps/v8/src/base/memcopy.h @@@@ -5,6 +5,7 @@@@ #ifndef V8_BASE_MEMCOPY_H_ #define V8_BASE_MEMCOPY_H_ +#include #include #include @