summaryrefslogtreecommitdiff
path: root/src/pkg/debug/macho
AgeCommit message (Collapse)AuthorFilesLines
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg5-15/+220
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-0/+2
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý4-69/+57
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý8-0/+1009
2011-09-13Imported Upstream version 60Ondřej Surý8-1009/+0
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-1/+1
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-1/+1
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý4-21/+244
2010-06-08misc cleanup: gofmt + &x -> x[0:] conversionRuss Cox1-9/+9
R=gri CC=golang-dev http://codereview.appspot.com/1620042
2010-04-01debug/macho: fix error message formatRobert Griesemer1-2/+2
R=rsc CC=golang-dev http://codereview.appspot.com/836046
2010-04-01debug/macho: don't crash when reading non-Mach-O filesRobert Griesemer2-1/+11
R=rsc CC=golang-dev http://codereview.appspot.com/838046
2009-12-15 1) Change default gofmt default settings forRobert Griesemer3-303/+303
parsing and printing to new syntax. Use -oldparser to parse the old syntax, use -oldprinter to print the old syntax. 2) Change default gofmt formatting settings to use tabs for indentation only and to use spaces for alignment. This will make the code alignment insensitive to an editor's tabwidth. Use -spaces=false to use tabs for alignment. 3) Manually changed src/exp/parser/parser_test.go so that it doesn't try to parse the parser's source files using the old syntax (they have new syntax now). 4) gofmt -w src misc test/bench 2nd set of files. R=rsc CC=golang-dev http://codereview.appspot.com/179067
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
the bash scripts and makefiles for building go didn't take into account the fact $GOROOT / $GOBIN could both be directories containing whitespaces, and was not possible to build it in such a situation. this commit adjusts the various makefiles/scripts to make it aware of that possibility, and now it builds successfully when using a path with whitespaces as well. Fixes issue 115. R=rsc, dsymonds1 http://codereview.appspot.com/157067 Committer: Russ Cox <rsc@golang.org>
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox1-1/+1
R=r, gri CC=golang-dev http://codereview.appspot.com/156115
2009-11-09 - replaced gofmt expression formatting algorithm withRobert Griesemer2-10/+10
rsc's algorithm - applied gofmt -w misc src - partial CL (remaining files in other CLs) R=rsc, r http://go/go-review/1026036
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer3-30/+30
R=rsc, r http://go/go-review/1025029
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer2-21/+7
- enabled for function declarations (not just function literals) - applied gofmt -w $GOROOT/src (look for instance at src/pkg/debug/elf/elf.go) R=r, rsc CC=go-dev http://go/go-review/1026006
2009-11-05gofmt'ed debugRobert Griesemer1-24/+24
(excluding debug/gosym/symtab.go which has a small issue) R=rsc http://go/go-review/1019001
2009-10-20base64 -> encoding/base64Russ Cox1-1/+1
base85 -> encoding/ascii85, encoding/git85 debug/binary -> encoding/binary R=r DELTA=3190 (1884 added, 1297 deleted, 9 changed) OCL=35923 CL=35929
2009-10-06gofmt on crypto, debugRuss Cox2-54/+61
R=gri DELTA=2560 (127 added, 177 deleted, 2256 changed) OCL=35388 CL=35395
2009-09-18Mach-O file readingRuss Cox7-0/+775
R=r DELTA=784 (784 added, 0 deleted, 0 changed) OCL=34715 CL=34788
1988-04-01last-minute fix: convert to ANSI CBrian Kernighan1-1/+3
R=dmr DELTA=3 (2 added, 0 deleted, 1 changed)
1988-04-01convert to Draft-Proposed ANSI CBrian Kernighan1-2/+5
R=dmr DELTA=5 (2 added, 0 deleted, 3 changed)
1974-01-20convert to CBrian Kernighan2-7/+3
R=dmr DELTA=6 (0 added, 3 deleted, 3 changed)
1972-07-18hello, worldBrian Kernighan1-0/+7
R=ken DELTA=7 (7 added, 0 deleted, 0 changed)