Skip to content

Tags: decompals/wibo

Tags

1.1.0

Toggle 1.1.0's commit message
Embed separate msvcrt/ucrtbase DLLs based on ABI

Originally, I attempted to get things working with a single
unified msvcrt.dll that implemented all functions. This was a
silly idea in retrospect, because nearly every msvcrt version
has ABI breaking changes. Now, the winedll repository builds
separate DLLs for each version, and we embed 6/9 of them, using
aliases for ABI-compatible releases (70->71, 80->90, 110->120).

1.0.3

Toggle 1.0.3's commit message
Reduce max HANDLE to 0x7FFF (S16 max)

The Metrowerks linker trips up on 0x8000.

1.0.2

Toggle 1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
lmgr: Stub more MWCC license manager functions (#111)

Required for compatibility with the "NXP 'CodeWarrior Special Edition' for MPC55xx/MPC56xx v2.10"

1.0.1

Toggle 1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support small TLS directories & implement GlobalMemoryStatus (#108)

1.0.0

Toggle 1.0.0's commit message
Fix pointer truncation in kernel32/wincrypt

1.0.0-beta.5

Toggle 1.0.0-beta.5's commit message
test_processes: Remove flaky assertion

1.0.0-beta.4

Toggle 1.0.0-beta.4's commit message
Set appendOnly on stdout/stderr handles

1.0.0-beta.3

Toggle 1.0.0-beta.3's commit message
ci: Fix macOS artifact IDs

1.0.0-beta.2

Toggle 1.0.0-beta.2's commit message
GlobalAlloc: Add VirtualAlloc fallback for large sizes

1.0.0-beta.1

Toggle 1.0.0-beta.1's commit message
Fix GetOverlappedResult without event & improve overlapped handling