summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2012-06-30 12:25:38 -0700
committerBrad Fitzpatrick <bradfitz@golang.org>2012-06-30 12:25:38 -0700
commitdb4cd433a2946a5b39173a6596b217faa010e013 (patch)
tree05414a330b615a3d55087e6bc09894f443db3df3 /api
parent2739e3b373bb1457dcc24e5200922cf2710fbe12 (diff)
downloadgo-db4cd433a2946a5b39173a6596b217faa010e013.tar.gz
api: update next.txt
Some accumulated changes from the past few weeks. Just cleans up all.bash output. R=golang-dev, adg CC=golang-dev http://codereview.appspot.com/6354056
Diffstat (limited to 'api')
-rw-r--r--api/next.txt25
1 files changed, 22 insertions, 3 deletions
diff --git a/api/next.txt b/api/next.txt
index 8b45feb69..883d1a5ec 100644
--- a/api/next.txt
+++ b/api/next.txt
@@ -6,13 +6,33 @@ pkg crypto/x509, const ECDSAWithSHA1 SignatureAlgorithm
pkg crypto/x509, const ECDSAWithSHA256 SignatureAlgorithm
pkg crypto/x509, const ECDSAWithSHA384 SignatureAlgorithm
pkg crypto/x509, const ECDSAWithSHA512 SignatureAlgorithm
+pkg crypto/x509, const ExtKeyUsageIPSECEndSystem ExtKeyUsage
+pkg crypto/x509, const ExtKeyUsageIPSECTunnel ExtKeyUsage
+pkg crypto/x509, const ExtKeyUsageIPSECUser ExtKeyUsage
+pkg crypto/x509, const IncompatibleUsage InvalidReason
+pkg crypto/x509, type VerifyOptions struct, KeyUsages []ExtKeyUsage
pkg debug/elf, type FileHeader struct, Entry uint64
+pkg encoding/json, method (*Decoder) UseNumber()
+pkg encoding/json, method (Number) Float64() (float64, error)
+pkg encoding/json, method (Number) Int64() (int64, error)
+pkg encoding/json, method (Number) String() string
+pkg encoding/json, type Number string
+pkg go/ast, func NewCommentMap(*token.FileSet, Node, []*CommentGroup) CommentMap
+pkg go/ast, method (CommentMap) Comments() []*CommentGroup
+pkg go/ast, method (CommentMap) Filter(Node) CommentMap
+pkg go/ast, method (CommentMap) String() string
+pkg go/ast, method (CommentMap) Update(Node) Node
+pkg go/ast, type CommentMap map[Node][]*CommentGroup
pkg go/doc, var IllegalPrefixes []string
+pkg image, const YCbCrSubsampleRatio440 YCbCrSubsampleRatio
pkg math/big, method (*Int) MarshalJSON() ([]byte, error)
pkg math/big, method (*Int) UnmarshalJSON([]byte) error
pkg net, method (*UnixConn) CloseRead() error
pkg net, method (*UnixConn) CloseWrite() error
-pkg regexp/syntax, const ErrUnexpectedParen ErrorCode
+pkg net/http, method (*Request) PostFormValue(string) string
+pkg net/http, type Request struct, PostForm url.Values
+pkg net/textproto, func TrimBytes([]byte) []byte
+pkg net/textproto, func TrimString(string) string
pkg syscall (darwin-386), const B0 ideal-int
pkg syscall (darwin-386), const B110 ideal-int
pkg syscall (darwin-386), const B115200 ideal-int
@@ -419,15 +439,14 @@ pkg syscall (darwin-amd64-cgo), type Termios struct, Lflag uint64
pkg syscall (darwin-amd64-cgo), type Termios struct, Oflag uint64
pkg syscall (darwin-amd64-cgo), type Termios struct, Ospeed uint64
pkg syscall (darwin-amd64-cgo), type Termios struct, Pad_cgo_0 [4]byte
+pkg syscall (freebsd-amd64), func Syscall9(uintptr) (uintptr, Errno)
pkg syscall (windows-386), const CREATE_NEW_PROCESS_GROUP ideal-int
pkg syscall (windows-386), const CTRL_BREAK_EVENT ideal-int
pkg syscall (windows-386), const CTRL_C_EVENT ideal-int
-pkg syscall (windows-386), func GetCurrentProcessId() uint32
pkg syscall (windows-386), func Getsockopt(Handle, int32, int32, *byte, *int32) error
pkg syscall (windows-386), type SysProcAttr struct, CreationFlags uint32
pkg syscall (windows-amd64), const CREATE_NEW_PROCESS_GROUP ideal-int
pkg syscall (windows-amd64), const CTRL_BREAK_EVENT ideal-int
pkg syscall (windows-amd64), const CTRL_C_EVENT ideal-int
-pkg syscall (windows-amd64), func GetCurrentProcessId() uint32
pkg syscall (windows-amd64), func Getsockopt(Handle, int32, int32, *byte, *int32) error
pkg syscall (windows-amd64), type SysProcAttr struct, CreationFlags uint32