summaryrefslogtreecommitdiff
path: root/src/cmd/pack
Commit message (Expand)AuthorAgeFilesLines
* cmd/pack: fix c command for existing fileRob Pike2014-09-233-20/+57
* cmd/pack: skip test on android (no Go tool)David Crawshaw2014-07-081-4/+6
* build: make nacl passRuss Cox2014-05-201-0/+9
* cmd/pack: buffer writes in TestLargeDefsAnthony Martin2014-05-151-1/+6
* src: fix issues found by go vet stdRobert Hencke2014-04-261-2/+2
* cmd/pack: avoid ./ import in test (fix Windows build)Russ Cox2014-04-171-3/+3
* cmd/pack: handle very long lines in pkgdefIan Lance Taylor2014-04-172-24/+98
* cmd/pack: print error along with usageRuss Cox2014-04-151-0/+4
* os/exec: always try appropriate command extensions during Cmd.Start on windowsAlex Brainman2014-04-041-1/+1
* cmd/pack: fix format string error in log messageDave Cheney2014-04-031-1/+1
* cmd/pack: fix matchRuss Cox2014-02-202-6/+24
* cmd/pack: provide executable name in TestHelloAlex Brainman2014-02-201-1/+1
* cmd/pack: another attempt to fix the build for TestHelloRob Pike2014-02-191-1/+1
* cmd/pack: don't look for " in output from go envRob Pike2014-02-191-4/+8
* cmd/pack: dump output of command of "go env" command in testRob Pike2014-02-191-1/+1
* cmd/pack: add 'c' command to create archiveRuss Cox2014-02-193-10/+135
* cmd/pack: use log.SetPrefix to make log calls more compact and consistentRob Pike2014-02-191-17/+18
* cmd/pack: rewrite in GoRob Pike2014-01-155-1610/+672
* libmach: remove old object file readersRuss Cox2013-12-201-103/+4
* cmd/pack: stop parsing object files to generate __.SYMDEFRuss Cox2013-12-091-53/+14
* build: remove various uses of C undefined behaviorRuss Cox2013-09-091-10/+1
* libbio, all cmd: consistently use BGETC/BPUTC instead of Bgetc/BputcDmitriy Vyukov2013-08-301-14/+11
* cmd/pack: support removing of leading file prefix on windowsAlex Brainman2013-07-261-3/+25
* cmd/godoc: use go/build to determine package and example filesRobert Griesemer2013-02-191-1/+3
* cmd/pack: rename __.SYMDEF to __.GOSYMDEFRuss Cox2012-09-131-1/+1
* cmd/pack: remove unused paging logicDave Cheney2012-07-121-58/+7
* cmd/pack: also recognize '\\' as path separator in filenamesShenghou Ma2012-03-171-3/+6
* cmd: update formatting of usage messagesAndrew Gerrand2012-03-051-1/+2
* build: delete make paraphernaliaRuss Cox2012-02-061-9/+2
* cmd/pack: change gopack to pack in error messagesRob Pike2012-01-301-35/+34
* gopack: rename pack, move to go-tool directoryRob Pike2012-01-303-0/+1804