summaryrefslogtreecommitdiff
path: root/src/pkg/debug/pe
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-088-775/+0
* debug/pe/testdata: make sure gcc-amd64-mingw-exec has symbolsAlex Brainman2014-08-082-12/+19
* debug/pe: add optional header to FileAlex Brainman2014-04-165-20/+226
* cmd/ld: remove Plan 9 symbol tableRuss Cox2014-02-181-0/+3
* debug/pe: delete unnecessary type conversionsRobert Dinu2014-02-121-9/+9
* debug/pe: support PE files which contain no symbol table (if NumberOfSymbols ...Robin Eklind2012-10-091-37/+41
* debug/pe: add symbol supportJoel Sing2012-09-223-4/+85
* build: remove Make.pkg, Make.toolRuss Cox2012-01-301-12/+0
* gofmt -s misc srcRuss Cox2011-12-021-27/+27
* src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox2011-11-011-11/+12
* go/printer: changed max. number of newlines from 3 to 2Robert Griesemer2011-07-141-2/+0
* debug/pe: fixes ImportedSymbols for Win64.Wei Guangjing2011-07-121-11/+26
* pkg: spelling tweaks, A-HRobert Hencke2011-05-181-1/+1
* os: New Open API.Rob Pike2011-04-041-1/+1
* os: add Seek whence constantsBrad Fitzpatrick2011-04-041-4/+4
* debug/pe: ImportedSymbols fixesWei Guangjing2011-02-101-20/+13
* cgo: windows/386 portWei Guangjing2011-01-201-0/+78
* gofmt -s -w srcMikio Hara2010-12-111-2/+2
* debug/pe, cgo: add windows supportWei Guangjing2010-11-017-0/+401