1
0
mirror of https://github.com/golang/go synced 2024-11-20 07:04:40 -07:00
go/src
Russ Cox 52d277906d liblink: arrange for Prog* argument in vaddr
The argument is unused in the C code but will be used in the Go translation,
because the Prog holds information needed to invoke the right meaning
of %A in the ctxt->diag calls in vaddr.

Change-Id: I501830f8ea0e909aafd8ec9ef5d7338e109d9548
Reviewed-on: https://go-review.googlesource.com/3041
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-on: https://go-review.googlesource.com/3310
Reviewed-by: Russ Cox <rsc@golang.org>
2015-01-26 20:03:48 +00:00
..
archive archive/tar: set Header.Mode in example 2015-01-26 01:54:06 +00:00
bufio bufio: add Reader.Discard 2015-01-07 06:37:57 +00:00
builtin
bytes bytes, strings: improve documentation for Count functions 2015-01-22 18:28:35 +00:00
cmd cmd/go: on arm, all binaries depend on math 2015-01-26 20:01:54 +00:00
compress compress/bzip2: s/repeat_power/repeatPower/ 2014-12-19 01:29:00 +00:00
container
crypto crypto/x509: implement crypto.Signer 2015-01-21 20:13:48 +00:00
database/sql database/sql: reduce lock contention in Stmt.connStmt 2015-01-24 09:56:25 +00:00
debug all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
encoding encoding/xml: remove unnecessary memory allocation in Unmarshal 2015-01-15 08:45:15 +00:00
errors
expvar
flag flag: Check for Set error 2014-12-22 00:17:07 +00:00
fmt fmt: reword the document for [n]. 2015-01-19 06:35:21 +00:00
go go/ast: document that ast.FilterFile always filters imports 2015-01-23 19:52:07 +00:00
hash all: power64 is now ppc64 2014-12-05 19:13:20 -05:00
html html/template: fix example code 2015-01-21 04:13:06 +00:00
image image: fix typo in Alpha16 doc comment 2015-01-25 22:46:49 +00:00
index/suffixarray
internal/syscall internal/syscall: add getrandom syscall number for ppc64/ppc64le 2015-01-21 06:29:15 +00:00
io
lib9 lib9: build tokenize on Plan 9 2015-01-21 23:27:01 +00:00
libbio
liblink liblink: arrange for Prog* argument in vaddr 2015-01-26 20:03:48 +00:00
log log: add global Output function 2015-01-12 04:45:38 +00:00
math math/big: disable some tests on 32bit platforms (fix build) 2015-01-24 05:42:47 +00:00
mime mime/multipart: moved some code to mime/internal/quotedprintable 2014-12-23 19:30:02 +00:00
net net: simplify itoa conversions 2015-01-22 13:01:28 +00:00
os os: emulate plan 9 libc in stat 2015-01-26 06:34:07 +00:00
path path/filepath: make Join handle UNC paths on Windows 2015-01-20 23:23:01 +00:00
reflect reflect: remove extra word in comment 2015-01-13 18:55:15 +00:00
regexp regexp: update URLs in tests 2015-01-26 01:54:28 +00:00
runtime runtime: fix incorrectly replaced "_type" in comments 2015-01-23 00:12:13 +00:00
sort sort: reduce number of comparisons needed by medianOfThree 2015-01-13 19:37:02 +00:00
strconv strconv: speed up atoi for common cases 2015-01-08 20:58:26 +00:00
strings bytes, strings: improve documentation for Count functions 2015-01-22 18:28:35 +00:00
sync sync/atomic: remove atomic pointer hammer tests 2015-01-06 00:28:22 +00:00
syscall syscall: use name+(NN)FP on linux/amd64 2015-01-21 19:04:38 +00:00
testing testing/iotest: fix copy/paste error in comment 2014-12-29 19:05:37 +00:00
text
time time: correctly parse large input durations and avoid precision loss 2015-01-15 00:15:58 +00:00
unicode
unsafe
all.bash
all.bat
all.rc
androidtest.bash build: androidtest.bash has to use copy for files to adb-sync. 2015-01-15 13:53:03 +00:00
clean.bash
clean.bat
clean.rc
make.bash [dev.cc] build: do not pass GOHOSTOS and GOHOSTARCH to Go 1.4 build 2015-01-14 20:17:20 +00:00
make.bat [dev.cc] build: do not pass GOHOSTOS and GOHOSTARCH to Go 1.4 build 2015-01-14 20:17:20 +00:00
Make.dist
make.rc [dev.cc] build: do not pass GOHOSTOS and GOHOSTARCH to Go 1.4 build 2015-01-14 20:17:20 +00:00
nacltest.bash
race.bash
race.bat
run.bash cmd/cgo: remove obsolete -cdefs flag 2015-01-07 22:49:59 +00:00
run.bat build: change all.bash output to be more markdown-friendly 2014-12-13 00:03:23 +00:00
run.rc build: add GOTESTONLY environment test for Plan 9's run.rc 2015-01-08 04:35:23 +00:00