cosmopolitan/tool
Justine Tunney 39e7f24947
Fix handling of paths with dirfd on Windows
This change fixes an issue with all system calls ending with *at(), when
the caller passes `dirfd != AT_FDCWD` and an absolute path. It's because
the old code was turning paths like C:\bin\ls into \\C:\bin\ls\C:\bin\ls
after being converted from paths like /C/bin/ls. I noticed this when the
Emacs dired mode stopped working. It's unclear if it's a regression with
Cosmopolitan Libc or if this was introduced by the Emacs v29 upgrade. It
also impacted posix_spawn() for which a newly minted example now exists.
2024-09-01 17:52:30 -07:00
..
args Move LoadZipArgs() to cosmo.h 2024-08-17 12:06:27 -07:00
build Fix handling of paths with dirfd on Windows 2024-09-01 17:52:30 -07:00
cosmocc Release Cosmopolitan v3.8.0 2024-08-30 20:14:07 -07:00
curl Remove .internal from more header filenames 2024-08-04 12:52:25 -07:00
decode Remove .internal from more header filenames 2024-08-04 12:52:25 -07:00
emacs Make Emacs load 2x faster 2024-08-23 20:08:05 -07:00
hello Make atomics faster on aarch64 2024-08-16 11:14:46 -07:00
lambda Update Musl Libc code 2024-07-30 22:51:29 -07:00
net Fix redbean OnLogLatency documentation (#1270) 2024-08-31 10:13:14 -07:00
plinko Make improvements 2024-09-01 01:27:47 -07:00
scripts Refactor and improve CTL and other code 2024-06-04 05:45:48 -07:00
viz Fix the build 2024-08-26 16:44:05 -07:00
zsh Stop using .com extension in monorepo 2024-03-03 03:12:19 -08:00
BUILD.mk more modeline errata (#1019) 2023-12-16 23:07:10 -05:00