Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmd/go/internal/script: retry ETXTBSY errors in scripts | Bryan C. Mills | 2023-01-31 | 1 | -15/+31 |
* | cmd/go: use Join functions instead of adding path separators to strings | Bryan C. Mills | 2023-01-31 | 1 | -3/+15 |
* | all: fix problematic comments | cui fliter | 2022-11-11 | 1 | -1/+1 |
* | cmd/go/internal/script: Cmp() should not perform environment substitutions | qmuntal | 2022-11-03 | 1 | -1/+1 |
* | cmd/go/internal/script: use the Cancel and WaitDelay fields for subprocesses | Bryan C. Mills | 2022-10-26 | 1 | -78/+15 |
* | cmd/go: replace the 'addcrlf' script command with a more general 'replace' co... | Bryan C. Mills | 2022-10-24 | 1 | -0/+38 |
* | cmd/go/internal/script: remove special-case escaping logic for $WORK | Bryan C. Mills | 2022-10-24 | 1 | -3/+0 |
* | cmd/go: extract the TestScript engine into a standalone package | Bryan C. Mills | 2022-10-24 | 1 | -0/+1125 |