aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/debug
AgeCommit message (Expand)Author
2011-07-12[release-branch.r58] cgo: handle new Apple LLVM-based gcc from Xcode 4.2release.r58.1Russ Cox
2011-05-18pkg: spelling tweaks, A-HRobert Hencke
2011-04-27cgo: handle versioned ELF symbolsRuss Cox
2011-04-20src/pkg: make package doc comments consistently start with "Package foo".Nigel Tao
2011-04-04os: New Open API.Rob Pike
2011-04-04os: add Seek whence constantsBrad Fitzpatrick
2011-03-29debug/gosym: remove need for gotest to run preparatory commands.Rob Pike
2011-03-15debug/proc: fix buildRuss Cox
2011-03-15os, syscall: add ProcAttr type. Change StartProcess etc. to use it.Roger Peppe
2011-02-10debug/pe: ImportedSymbols fixesWei Guangjing
2011-01-20cgo: windows/386 portWei Guangjing
2011-01-19cgo: add complex float, complex doubleSebastien Binet
2010-12-15remove naclRuss Cox
2010-12-11gofmt -s -w srcMikio Hara
2010-12-08debug/elf, debug/macho: add ImportedLibraries, ImportedSymbolsRuss Cox
2010-11-01debug/pe, cgo: add windows supportWei Guangjing
2010-10-27use appendRuss Cox
2010-10-26use copyRuss Cox
2010-10-25debug/gosym: do not run when cross-compilingRuss Cox
2010-10-22gofmt -s -w src miscRobert Griesemer
2010-10-21fix buildRuss Cox
2010-10-135l, 6l, 8l: first pass cleanupRuss Cox
2010-09-24debug/proc: ... changes (fix build)Russ Cox
2010-08-30proc, eval: Don't assign address of an array to a slice.Ian Lance Taylor
2010-08-20syscall: regenerate syscall/z* files for linux/386, linux/amd64Ivan Krasin
2010-08-18build: no required environment variablesRuss Cox
2010-07-12fix buildRuss Cox
2010-06-22debug/dwarf: update PDF link.Rob Pike
2010-06-08misc cleanup: gofmt + &x -> x[0:] conversionRuss Cox
2010-05-27changes &x -> x[0:] for array to slice conversionRuss Cox
2010-04-29rename GOOS=mingw to GOOS=windowsAlex Brainman
2010-04-11debug/elf: Fix doc commentsEvan Shaw
2010-04-02debug/proc: fix typo in package documentationRobert Griesemer
2010-04-01debug/macho: fix error message formatRobert Griesemer
2010-04-01debug/macho: don't crash when reading non-Mach-O filesRobert Griesemer
2010-03-30single argument panic on non-darwin and in commentsRuss Cox
2010-03-30simplify various code using new map index ruleRuss Cox
2010-03-04gofmt: modified algorithm for alignment of multi-line composite/list entriesRobert Griesemer
2010-03-02gofmt: experiment: align values in map composites where possibleRobert Griesemer
2010-02-04Added mingw specific build stubs.Joe Poirier
2010-02-03debug/gosym: fix test for new 6lRuss Cox
2010-02-02Change type of Printf's args to ... interface{}Rob Pike
2010-01-22eliminate the package global name space assumption in object filesRuss Cox
2009-12-15 1) Change default gofmt default settings forRobert Griesemer
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike
2009-11-24fix for broken build (built-in new was invisible due to a parameter called 'n...Robert Griesemer
2009-11-24Change to container/vector interface:Robert Griesemer
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox
2009-11-17FreeBSD/i386 workDevon H. O'Dell