summaryrefslogtreecommitdiff
path: root/src/os/exec/lp_windows.go
Commit message (Expand)AuthorAgeFilesLines
* os/exec: add GODEBUG setting to opt out of ErrDot changesRuss Cox2022-07-281-1/+5
* os/exec: on Windows, suppress ErrDot if the implicit path matches the explici...Bryan C. Mills2022-06-281-1/+24
* os/exec: return error when PATH lookup would use current directoryRuss Cox2022-05-021-7/+28
* Revert "os/exec: return error when PATH lookup would use current directory"Bryan Mills2022-04-291-28/+7
* os/exec: return error when PATH lookup would use current directoryRuss Cox2022-04-291-7/+28
* all: update references to symbols moved from os to io/fsRuss Cox2020-10-201-2/+3
* os/exec: remove "binary" when talking about executablesTim Cooper2018-04-171-2/+2
* all: revert "all: prefer strings.LastIndexByte over strings.LastIndex"Marvin Stenger2017-10-051-1/+1
* all: prefer strings.LastIndexByte over strings.LastIndexMarvin Stenger2017-09-271-1/+1
* os/exec: cleanup and remove duplicated codeHiroshi Ioka2016-05-111-50/+19
* all: make copyright headers consistent with one space after periodBrad Fitzpatrick2016-03-011-1/+1
* all: remove public named return values when uselessBrad Fitzpatrick2016-02-291-13/+14
* all: replace strings.Index with strings.Contains where possibleNathan VanBenschoten2016-02-191-1/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+123