From b6e6870cdb04a838dfb08f2792fbd8d41b849d2a Mon Sep 17 00:00:00 2001
From: Andrew Bonventre
+ libSystem
is now used when making syscalls on Darwin, ensuring forward-compatibility
+ with future versions of macOS.
+
@@ -231,7 +236,9 @@ for {
- TODO: https://golang.org/cl/149297: make Reader.Peek invalidate Unreads
+ Reader
's UnreadRune
and
+ UnreadByte
methods will now return an error
+ if they are called after Peek
.
- TODO: https://golang.org/cl/125456: implement Unix Socket for Windows -
-- TODO: https://golang.org/cl/138595: FreeBSD 12 ino64 support + 64-bit inodes are now supported on FreeBSD 12. Some types have been adjusted accordingly.
-- TODO: https://golang.org/cl/141639: implement syscalls on Darwin using libSystem +
+ The Unix socket
+ (AF_UNIX
)
+ address family is now supported for compatible versions of Windows.
- TODO: https://golang.org/cl/147117: add Syscall18 on Windows
+ The new function Syscall18
+ has been introduced for Windows, allowing for calls with up to 18 arguments.