cosmopolitan/test/libc/runtime
Justine Tunney e4d25d68e4
Drop support for Windows 8
Microsoft caused some very gentle breakages for Cosmopolitan. They
removed the version information from the PEB which caused uname to
report WINDOWS 0.0.0. We should have called GetVersionExW but that
doesn't really exist anymore either. Windows policy is now to give
whatever version we used in ape/ape.S. Windows8 has been EOL since
2023-01-10 so lets avoid our modern executables being relegated to
legacy infrastructure. Requiring Windows 10+ going forward lets us
remove runtime compatibility bloat from the codebase. Further note
Cosmopolitan maintains a Windows Vista branch on GitHub, so anyone
preferring the older versions, can still have a future with Cosmo.

Another neat thing this fixes is UTF-8 support in the console. The
changes Microsoft made broke the if statement that enabled UTF8 in
terminals. This explains why bug reports had broken arrows. In the
future this should be less of an issue, since the PEB code is gone
which means we more strictly conform to only Microsoft's WIN32 API
2024-05-29 19:37:47 -07:00
..
prog flip et / noet in modelines 2023-12-07 22:17:11 -05:00
abort_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
BUILD.mk Stop using .com extension in monorepo 2024-03-03 03:12:19 -08:00
daemon_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
exit_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
ftrace_test.c Bring back gc() function 2024-01-08 10:26:28 -08:00
getdosargv_test.c Stop using .com extension in monorepo 2024-03-03 03:12:19 -08:00
getdosenviron_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
grow_test.c Drop support for Windows 8 2024-05-29 19:37:47 -07:00
initorder_test.c Release Cosmopolitan v3.3 2024-02-20 13:27:59 -08:00
itsatrap_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
memtrack_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
mmap_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
mprotect_test.c Favor siginfo_t over struct siginfo 2024-05-28 02:34:17 -07:00
msync_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
munmap_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
sigsetjmp_test.c flip et / noet in modelines 2023-12-07 22:17:11 -05:00
tls_test.c Make improvements 2024-02-12 10:23:00 -08:00
zipos_test.c Revert "Remove zlib namespacing (#1142)" 2024-05-14 20:45:23 -07:00