1
0
mirror of https://github.com/golang/go synced 2024-11-20 03:54:40 -07:00
go/src/cmd
Mikio Hara e8cf49f701 net, cmd/fix: add IPv6 scoped addressing zone to INET, INET6 address structs
This CL starts to introduce IPv6 scoped addressing capability
into the net package.

The Public API changes are:
+pkg net, type IPAddr struct, Zone string
+pkg net, type IPNet struct, Zone string
+pkg net, type TCPAddr struct, Zone string
+pkg net, type UDPAddr struct, Zone string

Update #4234.

R=rsc, bradfitz, iant
CC=golang-dev
https://golang.org/cl/6849045
2012-11-27 00:45:42 +09:00
..
5a cmd/gc, cmd/ld: struct field tracking 2012-11-02 00:17:21 -04:00
5c cmd/5c: fix dataflag annotation 2012-09-25 14:42:44 +08:00
5g cmd/5g, cmd/6g: pass the full torture test. 2012-11-12 23:56:11 +01:00
5l cmd/ld: fix build on elf systems 2012-11-13 13:12:11 -05:00
6a cmd/gc, cmd/ld: struct field tracking 2012-11-02 00:17:21 -04:00
6c cmd/6c, cmd/8c: use signed char explicitly in mul.c 2012-11-09 21:06:45 +01:00
6g cmd/6g: extend componentgen to small arrays and structs. 2012-11-13 00:08:04 +01:00
6l cmd/ld: fix build on elf systems 2012-11-13 13:12:11 -05:00
8a cmd/gc, cmd/ld: struct field tracking 2012-11-02 00:17:21 -04:00
8c cmd/6c, cmd/8c: use signed char explicitly in mul.c 2012-11-09 21:06:45 +01:00
8g cmd/8g: fix erroneous LEAL nil. 2012-11-21 08:39:45 +01:00
8l cmd/ld: fix build on elf systems 2012-11-13 13:12:11 -05:00
addr2line runtime/pprof: support OS X CPU profiling 2012-02-28 16:18:24 -05:00
api cmd/api: speed up API check by 2x, caching parser.ParseFile calls 2012-11-19 13:50:20 -08:00
cc cmd/cc: map C int to int32 in Go defs 2012-10-06 13:56:12 +08:00
cgo cmd/cgo: fix alignment of bool. 2012-11-21 13:04:38 -08:00
cov cmd: update formatting of usage messages 2012-03-05 14:23:00 +11:00
dist lib9, cmd/dist, cmd/5l: embed GOARM into cmd/5l and auto detect GOARM 2012-10-22 14:26:36 +08:00
fix net, cmd/fix: add IPv6 scoped addressing zone to INET, INET6 address structs 2012-11-27 00:45:42 +09:00
gc cmd/gc: check malloc return value 2012-11-26 22:03:31 +11:00
go cmd/go: fix typo in comment 2012-11-24 11:25:17 -08:00
godoc go/doc: fix identifier blank import handling for examples 2012-11-17 10:40:11 -08:00
gofmt gofmt: simplify slices of the form s[a : len(s)] to s[a:] 2012-10-31 11:48:55 -07:00
ld runtime/cgo: fix compilation on Windows with CFLAGS -Wall -Werror 2012-11-18 02:06:08 +08:00
nm gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
objdump runtime/pprof: support OS X CPU profiling 2012-02-28 16:18:24 -05:00
pack cmd/pack: rename __.SYMDEF to __.GOSYMDEF 2012-09-13 10:26:21 -04:00
prof cmd/prof: don't build on Plan 9 for now. 2012-04-16 17:36:36 -07:00
vet gofmt: apply gofmt -w src misc 2012-10-30 13:38:01 -07:00
yacc cmd/yacc: allow utf-8 token values 2012-09-13 13:59:00 -07:00