mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
c88f95a892
Unlike CMD.EXE, CreateProcess() doesn't care if an executable name ends with .COM or .EXE. We now have the unbourne shell and bash working well on Windows, so we don't need DOS anymore. Making this change will grant us better performance, particularly for builds, because commandv() will need to make fewer system calls. Path mangling magic still happens with WinMain() and ntspawn() in order to do things like turn \ into / so the interop works well at the borders. But all the code in libraries, which did that, has been removed. It's not possible for libraries to abstract the differences between paths. |
||
---|---|---|
.. | ||
a64l_test.c | ||
blake2_test.c | ||
blake2b256_tests.txt | ||
bsr_test.c | ||
bzero_test.c | ||
crc32c_test.c | ||
crc32z_test.c | ||
hexpcpy_test.c | ||
highwayhash64_test.c | ||
isutf8_test.c | ||
locale_test.c | ||
longsort_test.c | ||
memcasecmp_test.c | ||
memccpy_test.c | ||
memcpy_test.c | ||
memfrob_test.c | ||
memmem_test.c | ||
memrchr16_test.c | ||
regex_test.c | ||
setlocale_test.c | ||
str_test.c | ||
strcasecmp_test.c | ||
strcasestr_test.c | ||
strcat_test.c | ||
strcpy_test.c | ||
strlcpy_test.c | ||
strncat_test.c | ||
strnwidth_test.c | ||
strpbrk_test.c | ||
strstr_test.c | ||
strtok_r_test.c | ||
strtolower_test.c | ||
test.mk | ||
towupper_test.c | ||
tpenc_test.c | ||
tprecode8to16_test.c | ||
tprecode16to8_test.c | ||
wcsrchr_test.c | ||
wcwidth_test.c | ||
wmemrchr_test.c |