summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2013-08-05 17:23:12 -0700
committerBrad Fitzpatrick <bradfitz@golang.org>2013-08-05 17:23:12 -0700
commit87e917b80003b4276db505180b22d6cc3d7f74e6 (patch)
tree2163cc3ac3833024accec554ac959062509316f9 /api
parent98da30cd4d63f941cfc6ceb5848e2c8d0a94669a (diff)
downloadgo-87e917b80003b4276db505180b22d6cc3d7f74e6.tar.gz
api: update next.txt
R=golang-dev, r CC=golang-dev https://codereview.appspot.com/12490043
Diffstat (limited to 'api')
-rw-r--r--api/next.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/api/next.txt b/api/next.txt
index 553157960..8f58e73e6 100644
--- a/api/next.txt
+++ b/api/next.txt
@@ -1,6 +1,13 @@
+pkg container/heap, func Fix(Interface, int)
pkg container/list, method (*List) MoveAfter(*Element, *Element)
pkg container/list, method (*List) MoveBefore(*Element, *Element)
pkg crypto, type PublicKey interface {}
+pkg crypto/cipher, func NewGCM(Block) (AEAD, error)
+pkg crypto/cipher, type AEAD interface { NonceSize, Open, Overhead, Seal }
+pkg crypto/cipher, type AEAD interface, NonceSize() int
+pkg crypto/cipher, type AEAD interface, Open([]uint8, []uint8, []uint8, []uint8) ([]uint8, error)
+pkg crypto/cipher, type AEAD interface, Overhead() int
+pkg crypto/cipher, type AEAD interface, Seal([]uint8, []uint8, []uint8, []uint8) []uint8
pkg crypto/md5, func Sum([]uint8) [Size]uint8
pkg crypto/rsa, const PSSSaltLengthAuto ideal-int
pkg crypto/rsa, const PSSSaltLengthEqualsHash ideal-int
@@ -760,6 +767,8 @@ pkg syscall (darwin-amd64-cgo), type ICMPv6Filter struct, Filt [8]uint32
pkg syscall (darwin-amd64-cgo), type IPv6MTUInfo struct
pkg syscall (darwin-amd64-cgo), type IPv6MTUInfo struct, Addr RawSockaddrInet6
pkg syscall (darwin-amd64-cgo), type IPv6MTUInfo struct, Mtu uint32
+pkg syscall (freebsd-386), const F_DUP2FD_CLOEXEC ideal-int
+pkg syscall (freebsd-386), const F_DUPFD_CLOEXEC ideal-int
pkg syscall (freebsd-386), const ICMP6_FILTER ideal-int
pkg syscall (freebsd-386), const PRIO_PGRP ideal-int
pkg syscall (freebsd-386), const PRIO_PROCESS ideal-int
@@ -1219,7 +1228,9 @@ pkg syscall (freebsd-386-cgo), const FD_SETSIZE ideal-int
pkg syscall (freebsd-386-cgo), const FLUSHO ideal-int
pkg syscall (freebsd-386-cgo), const F_CANCEL ideal-int
pkg syscall (freebsd-386-cgo), const F_DUP2FD ideal-int
+pkg syscall (freebsd-386-cgo), const F_DUP2FD_CLOEXEC ideal-int
pkg syscall (freebsd-386-cgo), const F_DUPFD ideal-int
+pkg syscall (freebsd-386-cgo), const F_DUPFD_CLOEXEC ideal-int
pkg syscall (freebsd-386-cgo), const F_GETFD ideal-int
pkg syscall (freebsd-386-cgo), const F_GETFL ideal-int
pkg syscall (freebsd-386-cgo), const F_GETLK ideal-int
@@ -2967,6 +2978,8 @@ pkg syscall (freebsd-386-cgo), type WaitStatus uint32
pkg syscall (freebsd-386-cgo), var Stderr int
pkg syscall (freebsd-386-cgo), var Stdin int
pkg syscall (freebsd-386-cgo), var Stdout int
+pkg syscall (freebsd-amd64), const F_DUP2FD_CLOEXEC ideal-int
+pkg syscall (freebsd-amd64), const F_DUPFD_CLOEXEC ideal-int
pkg syscall (freebsd-amd64), const ICMP6_FILTER ideal-int
pkg syscall (freebsd-amd64), const PRIO_PGRP ideal-int
pkg syscall (freebsd-amd64), const PRIO_PROCESS ideal-int
@@ -3426,7 +3439,9 @@ pkg syscall (freebsd-amd64-cgo), const FD_SETSIZE ideal-int
pkg syscall (freebsd-amd64-cgo), const FLUSHO ideal-int
pkg syscall (freebsd-amd64-cgo), const F_CANCEL ideal-int
pkg syscall (freebsd-amd64-cgo), const F_DUP2FD ideal-int
+pkg syscall (freebsd-amd64-cgo), const F_DUP2FD_CLOEXEC ideal-int
pkg syscall (freebsd-amd64-cgo), const F_DUPFD ideal-int
+pkg syscall (freebsd-amd64-cgo), const F_DUPFD_CLOEXEC ideal-int
pkg syscall (freebsd-amd64-cgo), const F_GETFD ideal-int
pkg syscall (freebsd-amd64-cgo), const F_GETFL ideal-int
pkg syscall (freebsd-amd64-cgo), const F_GETLK ideal-int