Skip to content

Commit 3e9237e

Browse files
authored
Merge pull request #10979 from ibuclaw/merge_stable
merge stable
2 parents 708ffe7 + 7e8d303 commit 3e9237e

19 files changed

Lines changed: 372 additions & 487 deletions

File tree

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,10 @@ ifdef NO_AUTODECODE
173173
override DFLAGS += -version=NoAutodecodeStrings
174174
endif
175175

176+
ifdef LINUX_LEGACY_EMULATE_GETRANDOM
177+
override DFLAGS += -version=linux_legacy_emulate_getrandom
178+
endif
179+
176180
UDFLAGS=-unittest -version=StdUnittest
177181

178182
LINKDL:=$(if $(findstring $(OS),linux),-L-ldl,)
@@ -276,7 +280,7 @@ EXTRA_MODULES_INTERNAL := $(addprefix std/, \
276280
scopebuffer test/dummyrange test/range \
277281
test/sumtype_example_overloads \
278282
$(addprefix unicode_, comp decomp grapheme norm tables) \
279-
windows/advapi32 \
283+
windows/advapi32 windows/bcrypt \
280284
) \
281285
typetuple \
282286
)

changelog/add_lazycache_function.dd

Lines changed: 0 additions & 15 deletions
This file was deleted.

changelog/entropy_system.dd

Lines changed: 0 additions & 32 deletions
This file was deleted.

changelog/unicode-17.dd

Lines changed: 0 additions & 16 deletions
This file was deleted.

changelog/uuidv7.dd

Lines changed: 0 additions & 18 deletions
This file was deleted.

changelog/write-text.dd

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)