summaryrefslogtreecommitdiff
path: root/src/cmd/godefs
Commit message (Expand)AuthorAgeFilesLines
* godefs: fix handling of negative constantsRuss Cox2010-03-301-2/+8
* Ported godefs to Windows.Hector Chu2009-12-132-67/+80
* go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2009-11-231-2/+2
* godefs: avoid gcc 4'isms in command line.Russ Cox2009-11-151-2/+2
* gofmt'ed godefsRobert Griesemer2009-11-051-11/+11
* doc doc docRuss Cox2009-11-042-1/+100
* syscall cleanup.Russ Cox2009-11-011-1/+3
* clean moreRuss Cox2009-10-031-1/+1
* avoid duplicate field names, so that bug132 can be fixedRuss Cox2009-08-241-0/+9
* Support use of $GOBINDIR to override $HOME/binPhil Pennock2009-07-281-1/+1
* make godefs work better for generating Go.Russ Cox2009-06-013-28/+116
* Force usage of dollar signs to circumvent arm-gcc balking at them.Kai Backman2009-05-221-0/+1
* multiple bugs in bitfield handlingRuss Cox2009-03-311-3/+6
* new tool godefs.Russ Cox2009-03-305-0/+1076