index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
pack
/
pack.go
Age
Commit message (
Expand
)
Author
2020-12-22
cmd/pack: r command create output file if not exist
Cherry Zhang
2020-12-22
cmd/pack: treat compiler's -linkobj output as "compiler object"
Cherry Zhang
2020-10-20
all: update references to symbols moved from os to io/fs
Russ Cox
2020-08-11
[dev.link] cmd/pack: use cmd/internal/archive package
Cherry Zhang
2018-04-02
cmd: remove some unused parameters
Daniel MartÃ
2018-03-24
cmd/compile: always write pack files
Matthew Dempsky
2017-09-09
cmd/pack: fix export data truncation bug
Matthew Dempsky
2016-05-06
all: use SeekStart, SeekCurrent, SeekEnd
Joe Tsai
2016-03-17
cmd/pack,vet: use `go doc` instead of `godoc` in doc
Hyang-Ah Hana Kim
2014-12-28
cmd/pack: address go vet reports
Emil Hessman
2014-09-23
cmd/pack: fix c command for existing file
Rob Pike
2014-04-17
cmd/pack: handle very long lines in pkgdef
Ian Lance Taylor
2014-04-15
cmd/pack: print error along with usage
Russ Cox
2014-04-03
cmd/pack: fix format string error in log message
Dave Cheney
2014-02-20
cmd/pack: fix match
Russ Cox
2014-02-19
cmd/pack: add 'c' command to create archive
Russ Cox
2014-02-19
cmd/pack: use log.SetPrefix to make log calls more compact and consistent
Rob Pike
2014-01-15
cmd/pack: rewrite in Go
Rob Pike