cosmopolitan/test
Justine Tunney 32b97f2d25
Improve execve() path argument munging
Munging of paths passed inside the system() interpreter command is no
longer supported. You have to pass your paths to posix_spawn() or the
execve() family of functions if you want them to be munged. The first
three characters must match `^/[a-z]/` in which case, it'll be turned
into a DOS-style drive path with backslashes.
2023-11-17 09:59:03 -08:00
..
dsp Fix warnings 2023-09-01 20:50:18 -07:00
libc Improve execve() path argument munging 2023-11-17 09:59:03 -08:00
net Make improvements 2023-09-06 12:34:59 -07:00
posix Don't modify argument block on MacOS Arm64 2023-11-12 05:59:03 -08:00
tool Add database and statement readonly checks to sqlite in redbean (#914) 2023-11-05 13:29:09 -08:00
test.mk Introduce posix tests package 2023-11-12 05:41:48 -08:00