aboutsummaryrefslogtreecommitdiff
path: root/src/os/exec/lp_windows.go
AgeCommit message (Expand)Author
2026-01-12os/exec: move platform-specific LookPath docs to a common commentDamien Neil
2025-09-15all: replace strings.Split with strings.SplitSeq1911860538
2025-07-29os/exec: fix incorrect expansion of "", "." and ".." in LookPathOlivier Mengué
2024-09-30net,os: use os.LookupEnv instead of syscall.GetenvMateusz Poliwczak
2024-02-26os: add available godoc linkcui fliter
2023-09-13os/exec: avoid calling LookPath in cmd.Start for resolved pathsBryan C. Mills
2023-09-13os/exec: fix edge cases in Windows PATH resolutionBryan C. Mills
2023-09-12Revert "os/exec: avoid calling LookPath in cmd.Start for resolved paths"Ian Lance Taylor
2023-07-26os/exec: avoid calling LookPath in cmd.Start for resolved pathsqiulaidongfeng
2023-01-19internal/godebug: export non-default-behavior counters in runtime/metricsRuss Cox
2022-11-14internal/godebug: define more efficient APIRuss Cox
2022-07-28os/exec: add GODEBUG setting to opt out of ErrDot changesRuss Cox
2022-06-28os/exec: on Windows, suppress ErrDot if the implicit path matches the explici...Bryan C. Mills
2022-05-02os/exec: return error when PATH lookup would use current directoryRuss Cox
2022-04-29Revert "os/exec: return error when PATH lookup would use current directory"Bryan Mills
2022-04-29os/exec: return error when PATH lookup would use current directoryRuss Cox
2020-10-20all: update references to symbols moved from os to io/fsRuss Cox
2018-04-17os/exec: remove "binary" when talking about executablesTim Cooper
2017-10-05all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger
2017-09-27all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger
2016-05-11os/exec: cleanup and remove duplicated codeHiroshi Ioka
2016-03-01all: make copyright headers consistent with one space after periodBrad Fitzpatrick
2016-02-29all: remove public named return values when uselessBrad Fitzpatrick
2016-02-19all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten
2014-09-08build: move package sources from src/pkg to srcRuss Cox