Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
e486cefe
Commit
e486cefe
authored
Aug 10, 2013
by
Pieter Droogendijk
Committed by
Rob Pike
Aug 10, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/go1.2.txt: Added missing changes since 1st of August
R=golang-dev, r CC=golang-dev
https://golang.org/cl/12714043
parent
abc516e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
doc/go1.2.txt
doc/go1.2.txt
+5
-0
No files found.
doc/go1.2.txt
View file @
e486cefe
...
...
@@ -10,6 +10,7 @@ Please keep the list sorted (as in sort.Strings of the lines).
cmd/5a: removed support for R9/R10 (use m/g instead) (CL 9840043).
cmd/cgo, cmd/go: support including C++ code with cgo (CL 8248043).
cmd/gc: make missing package error fatal (CL 12677043).
cmd/go: test coverage (CL 10413044).
container/heap: added Fix (CL 12265043).
...
...
@@ -19,7 +20,9 @@ crypto/sha1: Sum function to simplify hashing (CL 10571043).
crypto/sha256: Sum256 and Sum224 functions to simplify hashing (CL 10629043).
crypto/sha512: Sum512 and Sum384 functions to simplify hashing (CL 10630043).
crypto/tls: add support for TLS 1.1. (CL 7872043).
encoding/csv: always allow trailing commas (CL 11916045).
encoding/json: accept but correct invalid UTF-8 in Marshal (CL 11211045).
encoding/xml: allow attributes stored in pointers to be marshaled (CL 8653047).
flag: add Getter interface (CL 10472043).
flag: export commandLine (now CommandLine) (CL 12587043).
fmt: indexed access to arguments in Printf etc. (CL 9680043).
...
...
@@ -28,10 +31,12 @@ image/draw: added Drawer, FloydSteinberg and the op.Draw method (CL 10977043).
image/draw: added Quantizer type (CL 11148043).
image/gif: added Encode and EncodeAll (CL 10896043).
io: Copy prioritizes WriterTo over ReaderFrom (CL 9462044).
ioutil: add WriteString to Discard (CL 12580045).
net: new build tag netgo for building a pure Go net package (CL 7100050).
runtime: allow SetFinalizer with a func(interface{}) (CL 11858043).
runtime: preemption of goroutines at function entry (CL 12371043).
sort: new Stable function provides stable sort (CL 9612044).
strings: add IndexByte, for consistency with bytes package (CL 12214044).
syscall: implemented Sendfile for Darwin, added Syscall9 for Darwin/amd64 (CL 10980043).
testing: AllocsPerRun is now quantized to an integer (the type is still float64) (CL 9837049).
time: Allow Parse and Format to handle time zone offsets with seconds (CL 8132044)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment