api: update next.txt

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/12360043
This commit is contained in:
Brad Fitzpatrick 2013-08-02 13:15:49 -07:00
parent 9cd570680b
commit 869774cbf9

View file

@ -1,20 +1,56 @@
pkg container/list, method (*List) MoveAfter(*Element, *Element)
pkg container/list, method (*List) MoveBefore(*Element, *Element)
pkg crypto, type PublicKey interface {}
pkg crypto/md5, func Sum([]uint8) [Size]uint8
pkg crypto/rsa, const PSSSaltLengthAuto ideal-int
pkg crypto/rsa, const PSSSaltLengthEqualsHash ideal-int
pkg crypto/rsa, func SignPSS(io.Reader, *PrivateKey, crypto.Hash, []uint8, *PSSOptions) ([]uint8, error)
pkg crypto/rsa, func VerifyPSS(*PublicKey, crypto.Hash, []uint8, []uint8, *PSSOptions) error
pkg crypto/rsa, type PSSOptions struct
pkg crypto/rsa, type PSSOptions struct, SaltLength int
pkg crypto/sha1, func Sum([]uint8) [Size]uint8
pkg crypto/sha256, func Sum224([]uint8) [Size224]uint8
pkg crypto/sha256, func Sum256([]uint8) [Size]uint8
pkg crypto/sha512, func Sum384([]uint8) [Size384]uint8
pkg crypto/sha512, func Sum512([]uint8) [Size]uint8
pkg crypto/subtle, func ConstantTimeLessOrEq(int, int) int
pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA uint16
pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA uint16
pkg crypto/tls, const TLS_ECDHE_ECDSA_WITH_RC4_128_SHA uint16
pkg crypto/tls, const VersionSSL30 ideal-int
pkg crypto/tls, const VersionTLS10 ideal-int
pkg crypto/tls, const VersionTLS11 ideal-int
pkg crypto/tls, const VersionTLS12 ideal-int
pkg crypto/tls, type Config struct, MaxVersion uint16
pkg crypto/tls, type Config struct, MinVersion uint16
pkg crypto/x509, func MarshalECPrivateKey(*ecdsa.PrivateKey) ([]uint8, error)
pkg crypto/x509, type Certificate struct, CRLDistributionPoints []string
pkg crypto/x509, type Certificate struct, IssuingCertificateURL []string
pkg crypto/x509, type Certificate struct, OCSPServer []string
pkg flag, type Getter interface { Get, Set, String }
pkg flag, type Getter interface, Get() interface{}
pkg flag, type Getter interface, Set(string) error
pkg flag, type Getter interface, String() string
pkg go/ast, type SliceExpr struct, Max Expr
pkg go/ast, type TypeAssertExpr struct, Lparen token.Pos
pkg go/ast, type TypeAssertExpr struct, Rparen token.Pos
pkg go/build, type Package struct, CXXFiles []string
pkg go/build, type Package struct, CgoCPPFLAGS []string
pkg go/build, type Package struct, CgoCXXFLAGS []string
pkg image/color, var Plan9Palette []Color
pkg image/color, var WebSafePalette []Color
pkg image/draw, method (Op) Draw(Image, image.Rectangle, image.Image, image.Point)
pkg image/draw, type Drawer interface { Draw }
pkg image/draw, type Drawer interface, Draw(Image, image.Rectangle, image.Image, image.Point)
pkg image/draw, type Quantizer interface { Quantize }
pkg image/draw, type Quantizer interface, Quantize(color.Palette, image.Image) color.Palette
pkg image/draw, var FloydSteinberg Drawer
pkg image/gif, func Encode(io.Writer, image.Image, *Options) error
pkg image/gif, func EncodeAll(io.Writer, *GIF) error
pkg image/gif, type Options struct
pkg image/gif, type Options struct, Drawer draw.Drawer
pkg image/gif, type Options struct, NumColors int
pkg image/gif, type Options struct, Quantizer draw.Quantizer
pkg log/syslog (freebsd-386-cgo), const LOG_ALERT Priority
pkg log/syslog (freebsd-386-cgo), const LOG_AUTH Priority
pkg log/syslog (freebsd-386-cgo), const LOG_AUTHPRIV Priority
@ -660,6 +696,12 @@ pkg log/syslog (openbsd-amd64-cgo), method (*Writer) Warning(string) error
pkg log/syslog (openbsd-amd64-cgo), method (*Writer) Write([]uint8) (int, error)
pkg log/syslog (openbsd-amd64-cgo), type Priority int
pkg log/syslog (openbsd-amd64-cgo), type Writer struct
pkg net, method (*TCPConn) SetKeepAlivePeriod(time.Duration) error
pkg net/smtp, method (*Client) Close() error
pkg reflect, method (Value) SetCap(int)
pkg reflect, method (Value) Slice3(int, int, int) Value
pkg sort, func Stable(Interface)
pkg strings, func IndexByte(string, uint8) int
pkg syscall (darwin-386), const ICMP6_FILTER ideal-int
pkg syscall (darwin-386), const PRIO_PGRP ideal-int
pkg syscall (darwin-386), const PRIO_PROCESS ideal-int
@ -697,6 +739,7 @@ pkg syscall (darwin-amd64), const SizeofIPv6MTUInfo ideal-int
pkg syscall (darwin-amd64), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error)
pkg syscall (darwin-amd64), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error)
pkg syscall (darwin-amd64), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error
pkg syscall (darwin-amd64), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno)
pkg syscall (darwin-amd64), type ICMPv6Filter struct
pkg syscall (darwin-amd64), type ICMPv6Filter struct, Filt [8]uint32
pkg syscall (darwin-amd64), type IPv6MTUInfo struct
@ -711,6 +754,7 @@ pkg syscall (darwin-amd64-cgo), const SizeofIPv6MTUInfo ideal-int
pkg syscall (darwin-amd64-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error)
pkg syscall (darwin-amd64-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error)
pkg syscall (darwin-amd64-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error
pkg syscall (darwin-amd64-cgo), func Syscall9(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno)
pkg syscall (darwin-amd64-cgo), type ICMPv6Filter struct
pkg syscall (darwin-amd64-cgo), type ICMPv6Filter struct, Filt [8]uint32
pkg syscall (darwin-amd64-cgo), type IPv6MTUInfo struct
@ -9557,10 +9601,12 @@ pkg syscall (linux-386), const PRIO_PROCESS ideal-int
pkg syscall (linux-386), const PRIO_USER ideal-int
pkg syscall (linux-386), const SizeofICMPv6Filter ideal-int
pkg syscall (linux-386), const SizeofIPv6MTUInfo ideal-int
pkg syscall (linux-386), func Dup3(int, int, int) error
pkg syscall (linux-386), func Getpriority(int, int) (int, error)
pkg syscall (linux-386), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error)
pkg syscall (linux-386), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error)
pkg syscall (linux-386), func Setpriority(int, int, int) error
pkg syscall (linux-386), func SetsockoptByte(int, int, int, uint8) error
pkg syscall (linux-386), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error
pkg syscall (linux-386), type ICMPv6Filter struct
pkg syscall (linux-386), type ICMPv6Filter struct, Data [8]uint32
@ -9573,10 +9619,12 @@ pkg syscall (linux-386-cgo), const PRIO_PROCESS ideal-int
pkg syscall (linux-386-cgo), const PRIO_USER ideal-int
pkg syscall (linux-386-cgo), const SizeofICMPv6Filter ideal-int
pkg syscall (linux-386-cgo), const SizeofIPv6MTUInfo ideal-int
pkg syscall (linux-386-cgo), func Dup3(int, int, int) error
pkg syscall (linux-386-cgo), func Getpriority(int, int) (int, error)
pkg syscall (linux-386-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error)
pkg syscall (linux-386-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error)
pkg syscall (linux-386-cgo), func Setpriority(int, int, int) error
pkg syscall (linux-386-cgo), func SetsockoptByte(int, int, int, uint8) error
pkg syscall (linux-386-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error
pkg syscall (linux-386-cgo), type ICMPv6Filter struct
pkg syscall (linux-386-cgo), type ICMPv6Filter struct, Data [8]uint32
@ -9589,10 +9637,12 @@ pkg syscall (linux-amd64), const PRIO_PROCESS ideal-int
pkg syscall (linux-amd64), const PRIO_USER ideal-int
pkg syscall (linux-amd64), const SizeofICMPv6Filter ideal-int
pkg syscall (linux-amd64), const SizeofIPv6MTUInfo ideal-int
pkg syscall (linux-amd64), func Dup3(int, int, int) error
pkg syscall (linux-amd64), func Getpriority(int, int) (int, error)
pkg syscall (linux-amd64), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error)
pkg syscall (linux-amd64), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error)
pkg syscall (linux-amd64), func Setpriority(int, int, int) error
pkg syscall (linux-amd64), func SetsockoptByte(int, int, int, uint8) error
pkg syscall (linux-amd64), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error
pkg syscall (linux-amd64), type ICMPv6Filter struct
pkg syscall (linux-amd64), type ICMPv6Filter struct, Data [8]uint32
@ -9605,10 +9655,12 @@ pkg syscall (linux-amd64-cgo), const PRIO_PROCESS ideal-int
pkg syscall (linux-amd64-cgo), const PRIO_USER ideal-int
pkg syscall (linux-amd64-cgo), const SizeofICMPv6Filter ideal-int
pkg syscall (linux-amd64-cgo), const SizeofIPv6MTUInfo ideal-int
pkg syscall (linux-amd64-cgo), func Dup3(int, int, int) error
pkg syscall (linux-amd64-cgo), func Getpriority(int, int) (int, error)
pkg syscall (linux-amd64-cgo), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error)
pkg syscall (linux-amd64-cgo), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error)
pkg syscall (linux-amd64-cgo), func Setpriority(int, int, int) error
pkg syscall (linux-amd64-cgo), func SetsockoptByte(int, int, int, uint8) error
pkg syscall (linux-amd64-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error
pkg syscall (linux-amd64-cgo), type ICMPv6Filter struct
pkg syscall (linux-amd64-cgo), type ICMPv6Filter struct, Data [8]uint32
@ -9621,10 +9673,12 @@ pkg syscall (linux-arm), const PRIO_PROCESS ideal-int
pkg syscall (linux-arm), const PRIO_USER ideal-int
pkg syscall (linux-arm), const SizeofICMPv6Filter ideal-int
pkg syscall (linux-arm), const SizeofIPv6MTUInfo ideal-int
pkg syscall (linux-arm), func Dup3(int, int, int) error
pkg syscall (linux-arm), func Getpriority(int, int) (int, error)
pkg syscall (linux-arm), func GetsockoptICMPv6Filter(int, int, int) (*ICMPv6Filter, error)
pkg syscall (linux-arm), func GetsockoptIPv6MTUInfo(int, int, int) (*IPv6MTUInfo, error)
pkg syscall (linux-arm), func Setpriority(int, int, int) error
pkg syscall (linux-arm), func SetsockoptByte(int, int, int, uint8) error
pkg syscall (linux-arm), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error
pkg syscall (linux-arm), type ICMPv6Filter struct
pkg syscall (linux-arm), type ICMPv6Filter struct, Data [8]uint32
@ -11392,6 +11446,7 @@ pkg syscall (linux-arm-cgo), func Creat(string, uint32) (int, error)
pkg syscall (linux-arm-cgo), func DetachLsf(int) error
pkg syscall (linux-arm-cgo), func Dup(int) (int, error)
pkg syscall (linux-arm-cgo), func Dup2(int, int) error
pkg syscall (linux-arm-cgo), func Dup3(int, int, int) error
pkg syscall (linux-arm-cgo), func EpollCreate(int) (int, error)
pkg syscall (linux-arm-cgo), func EpollCreate1(int) (int, error)
pkg syscall (linux-arm-cgo), func EpollCtl(int, int, int, *EpollEvent) error
@ -11515,6 +11570,7 @@ pkg syscall (linux-arm-cgo), func Setresuid(int, int, int) error
pkg syscall (linux-arm-cgo), func Setreuid(int, int) error
pkg syscall (linux-arm-cgo), func Setrlimit(int, *Rlimit) error
pkg syscall (linux-arm-cgo), func Setsid() (int, error)
pkg syscall (linux-arm-cgo), func SetsockoptByte(int, int, int, uint8) error
pkg syscall (linux-arm-cgo), func SetsockoptICMPv6Filter(int, int, int, *ICMPv6Filter) error
pkg syscall (linux-arm-cgo), func SetsockoptIPMreq(int, int, int, *IPMreq) error
pkg syscall (linux-arm-cgo), func SetsockoptIPMreqn(int, int, int, *IPMreqn) error
@ -31644,3 +31700,16 @@ pkg syscall (windows-amd64), const NetSetupUnknownStatus ideal-int
pkg syscall (windows-amd64), const NetSetupWorkgroupName ideal-int
pkg syscall (windows-amd64), const PROCESS_TERMINATE ideal-int
pkg syscall (windows-amd64), func NetGetJoinInformation(*uint16, **uint16, *uint32) error
pkg testing, func RegisterCover(Cover)
pkg testing, type Cover struct
pkg testing, type Cover struct, Blocks map[string][]CoverBlock
pkg testing, type Cover struct, Counters map[string][]uint32
pkg testing, type Cover struct, CoveredPackages string
pkg testing, type Cover struct, Mode string
pkg testing, type CoverBlock struct
pkg testing, type CoverBlock struct, Col0 uint16
pkg testing, type CoverBlock struct, Col1 uint16
pkg testing, type CoverBlock struct, Line0 uint32
pkg testing, type CoverBlock struct, Line1 uint32
pkg testing, type CoverBlock struct, Stmts uint16
pkg unicode, func In(int32, ...*RangeTable) bool