summaryrefslogtreecommitdiff
path: root/src/cmd/godefs/main.c
AgeCommit message (Collapse)AuthorFilesLines
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-1/+1
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-4/+6
2010-03-30godefs: fix handling of negative constantsRuss Cox1-2/+8
R=r CC=golang-dev http://codereview.appspot.com/849041
2009-12-13Ported godefs to Windows.Hector Chu1-67/+79
R=rsc http://codereview.appspot.com/164049 Committer: Russ Cox <rsc@golang.org>
2009-11-15godefs: avoid gcc 4'isms in command line.Russ Cox1-2/+2
Fixes issue 97. R=r http://codereview.appspot.com/155054
2009-11-04doc doc docRuss Cox1-1/+1
R=r http://go/go-review/1016039
2009-11-01syscall cleanup.Russ Cox1-1/+3
* rename PORT.sh -> mkall.sh (hopefully more obvious), change behavior: run commands by default. * pull more constants out of #defines automatically, instead of editing large lists by hand. * add Recvfrom, Sendto add os.O_EXCL. R=r http://go/go-review/1017009
2009-08-24avoid duplicate field names, so that bug132 can be fixedRuss Cox1-0/+9
also fix echo bug that just surfaced in mkerrors.sh R=r DELTA=67 (11 added, 19 deleted, 37 changed) OCL=33743 CL=33757
2009-06-01make godefs work better for generating Go.Russ Cox1-27/+96
R=r DELTA=121 (92 added, 4 deleted, 25 changed) OCL=29706 CL=29721
2009-05-22Force usage of dollar signs to circumvent arm-gcc balking at them.Kai Backman1-0/+1
R=rsc APPROVED=rsc DELTA=1 (1 added, 0 deleted, 0 changed) OCL=29275 CL=29278
2009-03-30new tool godefs.Russ Cox1-0/+497
uses gcc to determine system header layouts and emits simple C or Go. see comment in main.c. R=r DELTA=1069 (1067 added, 0 deleted, 2 changed) OCL=26682 CL=26880