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

Issue 6279048: CLs to include in Go 1.0.2 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years ago by rsc
Modified:
13 years, 11 months ago
CC:
golang-dev
Visibility:
Public.

Description

CLs to include in Go 1.0.2 This file is not for checking in. It's here to make per-line commenting easier.

Patch Set 1 #

Patch Set 2 : diff -r a252a6b64258 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r a252a6b64258 https://go.googlecode.com/hg/ #

Total comments: 6

Patch Set 4 : diff -r a2cb3130bd86 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r a2cb3130bd86 https://go.googlecode.com/hg/ #

Total comments: 16

Patch Set 6 : diff -r 98a72e834d58 https://go.googlecode.com/hg/ #

Total comments: 6

Patch Set 7 : diff -r 319a9f3330d0 https://go.googlecode.com/hg/ #

Patch Set 8 : diff -r 319a9f3330d0 https://go.googlecode.com/hg/ #

Total comments: 3

Patch Set 9 : diff -r b4cdcec897fb https://go.googlecode.com/hg/ #

Patch Set 10 : diff -r 7550d1465219 https://go.googlecode.com/hg/ #

Patch Set 11 : diff -r 7550d1465219 https://go.googlecode.com/hg/ #

Patch Set 12 : diff -r 267090160633 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+204 lines, -0 lines) Patch
A go102 View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +204 lines, -0 lines 0 comments Download

Messages

Total messages: 21
dsymonds
http://codereview.appspot.com/6279048/diff/4002/go102 File go102 (right): http://codereview.appspot.com/6279048/diff/4002/go102#newcode105 go102:105: 32a8b0e41031 mime/multipart: fix handling of empty parts without CRLF ...
14 years ago (2012-06-03 02:06:27 UTC) #1
r
your criteria mystify me.
14 years ago (2012-06-03 04:16:38 UTC) #2
bsiegert
http://codereview.appspot.com/6279048/diff/4002/go102 File go102 (right): http://codereview.appspot.com/6279048/diff/4002/go102#newcode118 go102:118: 85e2b70e9d44 runtime: handle windows exceptions, even in cgo programs ...
14 years ago (2012-06-03 10:43:37 UTC) #3
brainman
http://codereview.appspot.com/6279048/diff/4002/go102 File go102 (right): http://codereview.appspot.com/6279048/diff/4002/go102#newcode101 go102:101: 4ef88bab4b0d path/filepath: implement documented SkipDir behavior Please, include 45d1063d8520 ...
14 years ago (2012-06-03 11:11:59 UTC) #4
rsc
On Sun, Jun 3, 2012 at 12:16 AM, <r@golang.org> wrote: > your criteria mystify me. ...
14 years ago (2012-06-03 14:22:12 UTC) #5
minux1
please consider adding this (see Russ's comment #4): 31e36672e3df 2: +30/-28 syscall: fix 32-bit uid ...
14 years ago (2012-06-03 17:43:09 UTC) #6
bradfitz
FYI http://codereview.appspot.com/6279048/diff/11001/go102 File go102 (right): http://codereview.appspot.com/6279048/diff/11001/go102#newcode58 go102:58: 4849e2acf1e9 2: +76/-3 net/http: flush server response gracefully ...
14 years ago (2012-06-03 19:26:10 UTC) #7
iant
FYI http://codereview.appspot.com/6279048/diff/11001/go102 File go102 (right): http://codereview.appspot.com/6279048/diff/11001/go102#newcode9 go102:9: bug fixes that are trivial or important enough ...
14 years ago (2012-06-04 04:52:52 UTC) #8
r
http://codereview.appspot.com/6279048/diff/11001/go102 File go102 (right): http://codereview.appspot.com/6279048/diff/11001/go102#newcode9 go102:9: bug fixes that are trivial or important enough to ...
14 years ago (2012-06-04 18:30:39 UTC) #9
rsc
PTAL http://codereview.appspot.com/6279048/diff/4002/go102 File go102 (right): http://codereview.appspot.com/6279048/diff/4002/go102#newcode101 go102:101: 4ef88bab4b0d path/filepath: implement documented SkipDir behavior On 2012/06/03 ...
14 years ago (2012-06-06 22:29:31 UTC) #10
adg
Please include: 008b163fb38a doc/install: we don't print 'The compiler is 6g' anymore 222a28e46943 doc: mention ...
14 years ago (2012-06-06 22:56:36 UTC) #11
brainman
On 2012/06/06 22:29:31, rsc wrote: > > http://codereview.appspot.com/6279048/diff/4002/go102#newcode118 > go102:118: 85e2b70e9d44 runtime: handle windows exceptions, ...
14 years ago (2012-06-06 23:26:49 UTC) #12
rsc
I think I will leave windows/cgo to fend for itself, at least for now. Russ
14 years ago (2012-06-07 05:02:52 UTC) #13
minux1
http://codereview.appspot.com/6279048/diff/15001/go102 File go102 (right): http://codereview.appspot.com/6279048/diff/15001/go102#newcode9 go102:9: bug fixes that are important: 31e36672e3df 2: +30/-28 syscall: ...
14 years ago (2012-06-07 06:42:04 UTC) #14
rsc
List updated again. This time it's a valid set of patches that produces a working ...
14 years ago (2012-06-07 18:56:24 UTC) #15
remyoudompheng
http://codereview.appspot.com/6279048/diff/11001/go102 File go102 (right): http://codereview.appspot.com/6279048/diff/11001/go102#newcode15 go102:15: d063a7844d48 1: +33/-27 cgo: rename C names for Go ...
14 years ago (2012-06-07 19:00:16 UTC) #16
rsc
On Thu, Jun 7, 2012 at 3:00 PM, <remyoudompheng@gmail.com> wrote: > Aren't these names used ...
14 years ago (2012-06-07 19:03:06 UTC) #17
minux1
http://codereview.appspot.com/6279048/diff/25002/go102 File go102 (right): http://codereview.appspot.com/6279048/diff/25002/go102#newcode13 go102:13: 9b455eb64690 3: +3/-3 cmd/5c, cmd/5g, cmd/5l: fix array indexing ...
14 years ago (2012-06-07 19:58:45 UTC) #18
rsc
On Thu, Jun 7, 2012 at 3:58 PM, <minux.ma@gmail.com> wrote: > strange, rev 66a5ac82dc70 is ...
14 years ago (2012-06-07 20:06:04 UTC) #19
rsc
The current version of this file corresponds to http://code.google.com/r/rsc-go1-0-2-test-3/. I think it's pretty close to ...
14 years ago (2012-06-08 21:15:50 UTC) #20
rsc
13 years, 11 months ago (2012-06-24 23:39:16 UTC) #21
*** Abandoned ***
Sign in to reply to this message.

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