index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pkg
/
debug
/
elf
Age
Commit message (
Expand
)
Author
2011-07-12
[release-branch.r58] cgo: handle new Apple LLVM-based gcc from Xcode 4.2
release.r58.1
Russ Cox
2011-04-27
cgo: handle versioned ELF symbols
Russ Cox
2011-04-04
os: New Open API.
Rob Pike
2011-04-04
os: add Seek whence constants
Brad Fitzpatrick
2010-12-08
debug/elf, debug/macho: add ImportedLibraries, ImportedSymbols
Russ Cox
2010-10-22
gofmt -s -w src misc
Robert Griesemer
2010-08-18
build: no required environment variables
Russ Cox
2010-05-27
changes &x -> x[0:] for array to slice conversion
Russ Cox
2010-04-11
debug/elf: Fix doc comments
Evan Shaw
2010-03-02
gofmt: experiment: align values in map composites where possible
Robert Griesemer
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
2009-11-23
go: makes it build for the case $GOROOT has whitespaces
Sergio Luis O. B. Correia
2009-11-20
gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkg
Russ Cox
2009-11-09
- replaced gofmt expression formatting algorithm with
Robert Griesemer
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
2009-11-06
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
2009-11-05
- fix elf.go manually so it is idempotent for gofmt
Robert Griesemer
2009-11-05
gofmt the last outstanding files in src/pkg
Robert Griesemer
2009-11-05
gofmt'ed debug
Robert Griesemer
2009-11-02
Define constants for sizes of Sym structures.
Ian Lance Taylor
2009-11-02
Fix cgo for GCC 4.4
Adam Langley
2009-10-27
files that are okay from the last gofmt round
Russ Cox
2009-10-20
base64 -> encoding/base64
Russ Cox
2009-10-08
more lgtm files from gofmt
Russ Cox
2009-10-06
gofmt on crypto, debug
Russ Cox
2009-09-18
add DWARF method to elf.File.
Russ Cox
2009-09-01
import debug/gosym from usr/austin/sym
Russ Cox
2009-08-31
elf file parser
Russ Cox
2009-08-31
translate C ld/elf.h into Go
Russ Cox