summaryrefslogtreecommitdiff
path: root/api
Commit message (Collapse)AuthorAgeFilesLines
* unicode: strconv: regexp: Upgrade to Unicode 7.0.0.Marcel van Lohuizen2014-08-182-0/+25
| | | | | | | LGTM=r, bradfitz R=r, bradfitz CC=golang-codereviews https://codereview.appspot.com/127470043
* undo CL 102610045 / 7244ce3ae9dbMikio Hara2014-07-301-24/+0
| | | | | | | | | | | | | | | | | | | | preparing for the syscall package freeze. ??? original CL description syscall: regenerate z-files for darwin Updates z-files from 10.7 kernel-based to 10.9 kernel-based. LGTM=iant R=golang-codereviews, bradfitz, iant CC=golang-codereviews https://codereview.appspot.com/102610045 ??? LGTM=r R=r CC=golang-codereviews https://codereview.appspot.com/114530044
* syscall: regenerate z-files for darwinMikio Hara2014-06-241-0/+24
| | | | | | | | | Updates z-files from 10.7 kernel-based to 10.9 kernel-based. LGTM=iant R=golang-codereviews, bradfitz, iant CC=golang-codereviews https://codereview.appspot.com/102610045
* api: add go1.3.txtBrad Fitzpatrick2014-06-022-2053/+2053
| | | | | | | | | Update Issue 8112 LGTM=adg R=adg CC=golang-codereviews https://codereview.appspot.com/104790045
* regexp: hide one-pass code from exported APIRuss Cox2014-05-281-5/+0
| | | | | | | | | | | | | | | | | | | Update issue 8112 Hide one-pass regexp API. This means moving the code from regexp/syntax to regexp, but it avoids being locked into the specific API chosen for the implementation. It also removes a slice field from the syntax.Inst, which should avoid bloating the memory footprint of a non-one-pass regexp unnecessarily. LGTM=r R=golang-codereviews, r CC=golang-codereviews, iant https://codereview.appspot.com/98610046
* api: update next.txtBrad Fitzpatrick2014-05-271-21/+12
| | | | | | | LGTM=rsc R=golang-codereviews, rsc CC=adg, golang-codereviews https://codereview.appspot.com/99530044
* api: update next.txtShenghou Ma2014-05-151-0/+76
| | | | | | | LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/95490043
* api: update openbsd exceptionsMikio Hara2014-05-161-72/+0
| | | | | | | | | | | | This CL restores dropped constants not supported in OpenBSD 5.5 and tris to keep the promise of API compatibility. Update issue 7049 LGTM=jsing, bradfitz R=rsc, jsing, bradfitz CC=golang-codereviews https://codereview.appspot.com/94950043
* api: update next.txtShenghou Ma2014-04-011-0/+34
| | | | | | | LGTM=bradfitz R=golang-codereviews, gobot, bradfitz CC=golang-codereviews https://codereview.appspot.com/81890044
* api: update next.txtShenghou Ma2014-03-061-0/+618
| | | | | | | LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/71950043
* api: add NetBSD/ARM EABI exceptions.Shenghou Ma2014-03-061-0/+4
| | | | | | | LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/71940043
* api: add FreeBSD 10 exceptionsMikio Hara2014-03-041-0/+76
| | | | | | | | | Update issue 7193 LGTM=minux.ma R=golang-codereviews, rsc, minux.ma, iant CC=golang-codereviews https://codereview.appspot.com/57210043
* api: update next.txtRuss Cox2014-02-191-0/+62
| | | | | | | LGTM=bradfitz R=bradfitz CC=golang-codereviews https://codereview.appspot.com/66160043
* api: whitelist change to unicode.VersionBrad Fitzpatrick2014-02-181-0/+1
| | | | | | | | | Unbreaks the build. LGTM=r R=r CC=golang-codereviews https://codereview.appspot.com/65650043
* api: update next.txtShenghou Ma2014-02-111-0/+69
| | | | | | | LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://codereview.appspot.com/54830045
* api: update next.txtBrad Fitzpatrick2014-01-221-0/+150
| | | | | | | | Linux Flock_t, Unix FcntlFlock, and various BSD Termios. R=golang-codereviews, dsymonds CC=golang-codereviews https://codereview.appspot.com/55460043
* api: add Fchflags exception to more platformsBrad Fitzpatrick2014-01-221-0/+4
| | | | | | | | Unbreaks the build. R=golang-codereviews, dsymonds CC=golang-codereviews https://codereview.appspot.com/53820045
* api: update next.txtBrad Fitzpatrick2014-01-141-2/+322
| | | | | | | | Now with more syscall! R=golang-codereviews, minux.ma CC=golang-codereviews https://codereview.appspot.com/52150043
* api: update except.txt and next.txt to reflect openbsd system ABI breakJoel Sing2014-01-112-0/+642
| | | | | | | | Update issue 7049 R=golang-codereviews, minux.ma, mikioh.mikioh CC=golang-codereviews https://codereview.appspot.com/49470052
* api: update next.txtBrad Fitzpatrick2014-01-091-0/+401
| | | | | | R=golang-codereviews, minux.ma CC=golang-codereviews https://codereview.appspot.com/50190043
* api: update next.txtBrad Fitzpatrick2013-12-181-38/+112
| | | | | | R=golang-dev, rsc CC=golang-dev https://codereview.appspot.com/43490048
* api: update next.txtBrad Fitzpatrick2013-12-161-0/+38
| | | | | | R=golang-dev, minux.ma CC=golang-dev https://codereview.appspot.com/42860043
* api: add go1.2.txt, use in testsAndrew Gerrand2013-10-182-32479/+32484
| | | | | | R=golang-dev, iant CC=golang-dev https://codereview.appspot.com/14860043
* api: update next.txtBrad Fitzpatrick2013-09-231-0/+45
| | | | | | R=golang-dev, minux.ma CC=golang-dev https://codereview.appspot.com/13820046
* api: update go1.1, except and next.txt with constant valuesBrad Fitzpatrick2013-09-063-2/+49193
| | | | | | | | | | | O_SYNC changes only on linux-arm (and linux-arm-cgo), but changes to match O_SYNC on linux-{386,amd64} and what Linux upstream now uses. See discussion and links on https://codereview.appspot.com/13261050/ R=golang-dev, r CC=golang-dev https://codereview.appspot.com/13575045
* api: update next.txt, except.txtRob Pike2013-08-202-0/+52
| | | | | | R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/12926046
* encoding/xml: add, support Marshaler interfaceRuss Cox2013-08-142-8/+0
| | | | | | | | | | | | | | | | See golang.org/s/go12xml for design. Repeat of CL 12603044, which was submitted accidentally and then rolled back. Fixes issue 2771. Fixes issue 4169. Fixes issue 5975. Fixes issue 6125. R=golang-dev CC=golang-dev https://codereview.appspot.com/12919043
* undo CL 12603044 / 2ca230b93195Russ Cox2013-08-142-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | fat fingers - did not intend to submit. depends on the Unmarshaler CL anyway. ??? original CL description encoding/xml: add, support Marshaler interface See golang.org/s/go12xml for design. Fixes issue 2771. Fixes issue 4169. Fixes issue 5975. Fixes issue 6125. R=golang-dev, iant, dan.kortschak CC=golang-dev https://codereview.appspot.com/12603044 ??? TBR=golang-dev CC=golang-dev https://codereview.appspot.com/12918043
* encoding/xml: add, support Marshaler interfaceRuss Cox2013-08-142-8/+0
| | | | | | | | | | | | | See golang.org/s/go12xml for design. Fixes issue 2771. Fixes issue 4169. Fixes issue 5975. Fixes issue 6125. R=golang-dev, iant, dan.kortschak CC=golang-dev https://codereview.appspot.com/12603044
* cmd/api: rewrite using go/typesRobert Griesemer2013-08-083-39/+190
| | | | | | | | | | | | - adjusted test files so that they actually type-check - adjusted go1.txt, go1.1.txt, next.txt - to run, provide build tag: api_tool Fixes issue 4538. R=bradfitz CC=golang-dev https://codereview.appspot.com/12300043
* api: update next.txtBrad Fitzpatrick2013-08-051-0/+15
| | | | | | R=golang-dev, r CC=golang-dev https://codereview.appspot.com/12490043
* api: update next.txtBrad Fitzpatrick2013-08-021-0/+69
| | | | | | R=golang-dev, rsc CC=golang-dev https://codereview.appspot.com/12360043
* api: update next.txtBrad Fitzpatrick2013-06-141-0/+101
| | | | | | R=golang-dev, r CC=golang-dev https://codereview.appspot.com/10283043
* api: update next.txtShenghou Ma2013-06-031-0/+295
| | | | | | R=golang-dev, r CC=golang-dev https://codereview.appspot.com/9950043
* api: update next.txtBrad Fitzpatrick2013-05-211-0/+31250
| | | | | | R=minux.ma CC=golang-dev https://codereview.appspot.com/9459047
* cmd/api: add more platformsShenghou Ma2013-05-211-4/+52
| | | | | | | | | as OpenBSD lacks 4 errno constants, api/go1.txt is updated so that api check won't fail. R=golang-dev, iant, bradfitz, r CC=golang-dev https://codereview.appspot.com/9149045
* api: add go1.1.txt; update cmd/api to use itBrad Fitzpatrick2013-05-062-1767/+1773
| | | | | | R=golang-dev, adg, r CC=golang-dev https://codereview.appspot.com/9250043
* syscall: fix prototype of Fchflags (API change)Shenghou Ma2013-05-071-0/+6
| | | | | | | | API change, but the old API is obviously wrong. R=golang-dev, iant, r, rsc CC=golang-dev https://codereview.appspot.com/9157044
* api: update next.txt; add io.ErrNoProgressBrad Fitzpatrick2013-04-201-0/+1
| | | | | | R=golang-dev, r CC=golang-dev https://codereview.appspot.com/8887043
* api: update next.txt.Brad Fitzpatrick2013-04-031-10/+18
| | | | | | | | Update Issue 4871 R=golang-dev, r CC=golang-dev https://codereview.appspot.com/8287044
* api: remove Zone of net.IPNet from next.txtMikio Hara2013-03-291-1/+0
| | | | | | | | | Update issue 4234. Update issue 4501. R=golang-dev, dave, bradfitz CC=golang-dev https://codereview.appspot.com/8129043
* api/next.txt: remove references to go/types, now in separate repoRob Pike2013-03-121-188/+0
| | | | | | R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/7663045
* api: update next.txtBrad Fitzpatrick2013-03-111-0/+394
| | | | | | | | Ton of FreeBSD syscall constants. R=golang-dev, minux.ma CC=golang-dev https://codereview.appspot.com/7476046
* api: update next.txtBrad Fitzpatrick2013-03-061-0/+15
| | | | | | R=golang-dev, r CC=golang-dev https://codereview.appspot.com/7518044
* api: update next.txtBrad Fitzpatrick2013-02-271-0/+154
| | | | | | R=golang-dev, adg CC=golang-dev https://codereview.appspot.com/7420043
* api: refresh next.txtRuss Cox2013-02-151-0/+160
| | | | | | R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/7317049
* api: Update readme.Robin Eklind2013-02-111-2/+2
| | | | | | | | R=golang-dev, bradfitz, dave CC=golang-dev https://codereview.appspot.com/7303065 Committer: Brad Fitzpatrick <bradfitz@golang.org>
* cmd/api: normalize byte to uint8 and rune to int32Brad Fitzpatrick2013-01-282-1220/+1220
| | | | | | R=golang-dev, adg, mikioh.mikioh CC=golang-dev https://codereview.appspot.com/7195049
* cmd/api: fix type scrubbingBrad Fitzpatrick2013-01-221-10/+10
| | | | | | | | | | | It wasn't removing names from func parameters for func types, and it was handling "a, b string" as "string", not "string, string". Fixes issue 4688 R=golang-dev, rsc CC=golang-dev https://codereview.appspot.com/7181051
* api: update next.txtRuss Cox2013-01-181-14/+104
| | | | | | R=golang-dev, minux.ma, dave CC=golang-dev https://codereview.appspot.com/7135061