summaryrefslogtreecommitdiff
path: root/src/cmd/nm
Commit message (Expand)AuthorAgeFilesLines
* cmd/nm: don't add filename elements for m symbolsAnthony Martin2013-04-031-2/+4
* cmd/godoc: use go/build to determine package and example filesRobert Griesemer2013-02-191-1/+3
* gofmt: apply gofmt -w src miscRobert Griesemer2012-10-301-1/+1
* cmd/pack: rename __.SYMDEF to __.GOSYMDEFRuss Cox2012-09-131-1/+1
* doc: various update to command documentsShenghou Ma2012-03-091-1/+2
* build: delete make paraphernaliaRuss Cox2012-02-061-12/+2
* docs: replace references to gofix etc. with tool invocationsRob Pike2012-02-041-2/+1
* cmd/go: c tools not used during compilationRob Pike2012-01-291-2/+2
* Make.ccmd: link with mach lib,Joe Poirier2011-06-191-3/+0
* nm: document -S flagRuss Cox2011-03-081-0/+3
* nm: silently ignore .o files in .a filesRuss Cox2010-12-101-6/+9
* various: avoid %ld etcRuss Cox2010-10-131-1/+1
* build: $GOBIN defaults to $GOROOT/binRuss Cox2010-08-241-12/+6
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-2/+2
* tweak documentation of commandsRuss Cox2009-11-091-1/+1
* stylistic issues in a couple of cmd docsRob Pike2009-11-041-1/+1
* more command documentation, including nm and profRob Pike2009-11-031-0/+18
* clean moreRuss Cox2009-10-031-1/+1
* add -S flag to print size of symbolRuss Cox2009-09-081-13/+28
* rename libmach_amd64 libmachRob Pike2009-08-142-14/+14
* change gotype in symbol table fromRuss Cox2009-08-121-2/+2
* Support use of $GOBINDIR to override $HOME/binPhil Pennock2009-07-281-1/+1
* fix gotest by fixing nm -s to print in file order by storing a sequence numberRob Pike2009-04-151-3/+4
* symbol table changesRuss Cox2008-11-201-3/+8
* add nmRuss Cox2008-08-032-0/+368