summaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/script
Commit message (Expand)AuthorAgeFilesLines
* cmd/go/internal/script: log the stop message instead of the state when stoppingBryan C. Mills2023-05-021-1/+1
* cmd/go/internal/script: retry ETXTBSY errors in scriptsBryan C. Mills2023-01-313-15/+58
* cmd/go: use Join functions instead of adding path separators to stringsBryan C. Mills2023-01-312-4/+20
* all: fix typos in go file commentsMarcel Meyer2023-01-201-1/+1
* cmd/go/internal/script: check lack of error for non-waiting cmdsMichael Matloob2022-11-181-3/+6
* all: fix problematic commentscui fliter2022-11-111-1/+1
* cmd/go/internal/script: Cmp() should not perform environment substitutionsqmuntal2022-11-031-1/+1
* cmd/go/internal/script: use the Cancel and WaitDelay fields for subprocessesBryan C. Mills2022-10-261-78/+15
* cmd/go: replace the 'addcrlf' script command with a more general 'replace' co...Bryan C. Mills2022-10-241-0/+38
* cmd/go/internal/script: define GOOS, GOARCH, and compiler conditions using su...Bryan C. Mills2022-10-241-12/+38
* cmd/go/internal/script: remove special-case escaping logic for $WORKBryan C. Mills2022-10-242-10/+0
* cmd/go: extract the TestScript engine into a standalone packageBryan C. Mills2022-10-246-0/+2535