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
/
file.go
Age
Commit message (
Expand
)
Author
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2014-08-27
debug/elf: support arm64 relocations
Michael Hudson-Doyle
2014-07-10
debug/elf: add (*File).DynamicSymbols, ErrNoSymbols, and tests for (*File).Sy...
Pietro Gagliardi
2014-06-03
debug/elf: support DWARF that needs relocs for 386
Ian Lance Taylor
2014-02-18
cmd/ld: remove Plan 9 symbol table
Russ Cox
2014-01-27
all: use {bytes,strings}.NewReader instead of bytes.Buffers
Brad Fitzpatrick
2014-01-27
debug/dwarf, debug/elf: add support for reading DWARF 4 type info
Ian Lance Taylor
2013-03-22
debug/elf: repair GNU version symbols.
Rémy Oudompheng
2013-03-21
debug/elf: restore Go 1.0 semantics for (*File).Symbols
Russ Cox
2012-12-18
debug/elf: handle missing shstrndx in core files
Dave Cheney
2012-11-15
debug/elf: fix offset for GNU version symbols
Joel Sing
2012-11-15
debug/elf: do not skip first symbol in the symbol table
Joel Sing
2012-08-03
debug/elf: Add support for getting DynTag string table values.
Mike Rosset
2012-05-21
debug/elf: Expose entry point from Header in File struct.
Matthew Horsnell
2011-11-01
src/pkg/[a-m]*: gofix -r error -force=error
Russ Cox
2011-07-13
debug/elf: Read ELF Program headers.
Matthew Horsnell
2011-06-22
os.Error API: don't export os.ErrorString, use os.NewError consistently
Robert Griesemer
2011-06-13
cgo: handle new Apple LLVM-based gcc from Xcode 4.2
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-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-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-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