aboutsummaryrefslogtreecommitdiff
path: root/api/except.txt
AgeCommit message (Expand)Author
2021-05-03math: replace float32/64 extrema with exact expressionsRobert Griesemer
2021-04-30math: increase precision of math.SmallestNonzeroFloat64Robert Griesemer
2021-02-24syscall: restore broken GetQueuedCompletionStatus signature but make it not c...Jason A. Donenfeld
2021-02-24syscall: do not overflow key memory in GetQueuedCompletionStatusJason A. Donenfeld
2020-10-20io/fs: move FileInfo, FileMode, PathError, ErrInvalid, ... from os to io/fsRuss Cox
2020-08-20unicode: upgrade to Unicode 13.0.0Marcel van Lohuizen
2020-04-08all: remove scattered remnants of darwin/386Austin Clements
2019-11-05unicode: upgrade to Unicode 12Marcel van Lohuizen
2019-04-25all: update to Unicode 11Marcel van Lohuizen
2019-02-20text/scanner: don't liberally consume (invalid) floats or underbarsRobert Griesemer
2018-12-30syscall: revert to pre-FreeBSD 10 / POSIX-2008 timespec field names in Stat_t...Yuval Pavel Zholkover
2018-10-05syscall: FreeBSD 12 ino64 supportYuval Pavel Zholkover
2018-10-05cmd/api: explicit tagKey with GOOS and GOARCHMeng Zhuo
2018-09-13os: add ModeCharDevice to ModeTypeTobias Klauser
2018-08-28syscall: implement Unix Socket for WindowsYasuhiro Matsumoto
2018-07-12syscall: convert Windows AddrinfoW.Addr from uintptr to syscall.PointerBrad Fitzpatrick
2018-06-22text/template/parse: undo breaking API changesDaniel Theophanes
2018-06-11syscall: update TOKEN_ALL_ACCESS according to WinNT.hThanabodee Charoenpiriyakij
2018-04-18syscall: introduce Pointer type and use it instead of uintptrAlex Brainman
2018-04-09api: remove unnecessary lines from except.txtDaniel Martí
2018-04-04text/template: add variable assignmentsDaniel Martí
2018-03-30api: add exception for os.ModeType valueJoe Tsai
2018-02-13syscall: support Getwd on all BSDsTobias Klauser
2017-10-24unicode: update to Unicode 10.0.0Marcel van Lohuizen
2017-10-06math/big: provide support for conversion bases up to 62griesemer
2017-02-21math/big: define Word as uint instead of uintptrRobert Griesemer
2016-12-12runtime, syscall: update openbsd for changes to syskillJoel Sing
2016-11-02testing: introduce testing/internal/testdeps for holding testmain dependenciesRuss Cox
2016-11-02api: sort except.txtRuss Cox
2016-10-30syscall: remove X__cmsg_data from CmsghdrIan Gudger
2016-10-26encoding/json: marshal the RawMessage value type the same as its pointer typeBrad Fitzpatrick
2016-06-28unicode: upgrade to version 9.0.0Marcel van Lohuizen
2015-06-26unicode: upgrade to 8.0.0Marcel van Lohuizen
2014-08-18unicode: strconv: regexp: Upgrade to Unicode 7.0.0.Marcel van Lohuizen
2014-07-30undo CL 102610045 / 7244ce3ae9dbMikio Hara
2014-06-24syscall: regenerate z-files for darwinMikio Hara
2014-05-16api: update openbsd exceptionsMikio Hara
2014-03-06api: add NetBSD/ARM EABI exceptions.Shenghou Ma
2014-03-04api: add FreeBSD 10 exceptionsMikio Hara
2014-02-18api: whitelist change to unicode.VersionBrad Fitzpatrick
2014-01-22api: add Fchflags exception to more platformsBrad Fitzpatrick
2014-01-11api: update except.txt and next.txt to reflect openbsd system ABI breakJoel Sing
2013-09-06api: update go1.1, except and next.txt with constant valuesBrad Fitzpatrick
2013-08-20api: update next.txt, except.txtRob Pike
2013-05-07syscall: fix prototype of Fchflags (API change)Shenghou Ma
2012-12-16net: change ListenUnixgram signature to return UnixConn instead of UDPConnMikio Hara
2012-10-04cmd/api: add exception fileRob Pike