summaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/script/cmds.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/go/internal/script: retry ETXTBSY errors in scriptsBryan C. Mills2023-01-311-15/+31
* cmd/go: use Join functions instead of adding path separators to stringsBryan C. Mills2023-01-311-3/+15
* 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: remove special-case escaping logic for $WORKBryan C. Mills2022-10-241-3/+0
* cmd/go: extract the TestScript engine into a standalone packageBryan C. Mills2022-10-241-0/+1125