Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(55)

Delta Between Two Patch Sets: doc/go1.2.txt

Issue 10980043: code review 10980043: syscall: implement Sendfile for Darwin. (Closed)
Left Patch Set: Created 10 years, 8 months ago
Right Patch Set: diff -r 71b65f4dbe6f https://code.google.com/p/go/ Created 10 years, 8 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « no previous file | src/pkg/syscall/syscall_darwin.go » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 This file collects notes about what has changed since Go 1.1 1 This file collects notes about what has changed since Go 1.1
2 and should be mentioned in the Go 1.2 release notes. 2 and should be mentioned in the Go 1.2 release notes.
3 During the Go 1.2 release process it will be necessary to convert 3 During the Go 1.2 release process it will be necessary to convert
4 it to HTML, similar to go1.1.html, but for now it is a text file, 4 it to HTML, similar to go1.1.html, but for now it is a text file,
5 to make the process of keeping it up-to-date more lightweight. 5 to make the process of keeping it up-to-date more lightweight.
6 6
7 Please keep the descriptions to a single line, starting with the 7 Please keep the descriptions to a single line, starting with the
8 package or cmd/xxx directory name, and ending in a CL number. 8 package or cmd/xxx directory name, and ending in a CL number.
9 Please keep the list sorted (as in sort.Strings of the lines). 9 Please keep the list sorted (as in sort.Strings of the lines).
10 10
11 cmd/5a: removed support for R9/R10 (use m/g instead) (CL 9840043). 11 cmd/5a: removed support for R9/R10 (use m/g instead) (CL 9840043).
12 cmd/cgo, cmd/go: support including C++ code with cgo (CL 8248043). 12 cmd/cgo, cmd/go: support including C++ code with cgo (CL 8248043).
13 cmd/go: test coverage (CL 10413044). 13 cmd/go: test coverage (CL 10413044).
14 14
15 crypto/md5: Sum function to simplify hashing (CL10624044). 15 crypto/md5: Sum function to simplify hashing (CL10624044).
16 crypto/sha1: Sum function to simplify hashing (CL 10571043). 16 crypto/sha1: Sum function to simplify hashing (CL 10571043).
17 crypto/sha256: Sum256 and Sum224 functions to simplify hashing (CL 10629043). 17 crypto/sha256: Sum256 and Sum224 functions to simplify hashing (CL 10629043).
18 crypto/sha512: Sum512 and Sum384 functions to simplify hashing (CL 10630043). 18 crypto/sha512: Sum512 and Sum384 functions to simplify hashing (CL 10630043).
19 crypto/tls: add support for TLS 1.1. (CL 7872043). 19 crypto/tls: add support for TLS 1.1. (CL 7872043).
20 flag: add Getter interface (CL 10472043). 20 flag: add Getter interface (CL 10472043).
21 fmt: indexed access to arguments in Printf etc. (CL 9680043). 21 fmt: indexed access to arguments in Printf etc. (CL 9680043).
22 go/build: support including C++ code with cgo (CL 8248043). 22 go/build: support including C++ code with cgo (CL 8248043).
23 io: Copy prioritizes WriterTo over ReaderFrom (CL 9462044). 23 io: Copy prioritizes WriterTo over ReaderFrom (CL 9462044).
24 net: new build tag netgo for building a pure Go net package (CL 7100050). 24 net: new build tag netgo for building a pure Go net package (CL 7100050).
25 sort: new Stable function provides stable sort (CL 9612044). 25 sort: new Stable function provides stable sort (CL 9612044).
26 syscall: implemented Sendfile for Darwin, added Syscall9 for Darwin/amd64 (CL 10 980043).
26 testing: AllocsPerRun is now quantized to an integer (the type is still float64) (CL 9837049). 27 testing: AllocsPerRun is now quantized to an integer (the type is still float64) (CL 9837049).
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b