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

Issue 1715046: code review 1715046: Add Pipe windows version. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 10 months ago by vcc
Modified:
13 years, 9 months ago
Reviewers:
CC:
brainman, rsc, golang-dev
Visibility:
Public.

Description

Add Pipe windows version.

Patch Set 1 #

Patch Set 2 : code review 1715046: Add Pipe windows version. #

Total comments: 15

Patch Set 3 : code review 1715046: Add Pipe windows version. #

Total comments: 11

Patch Set 4 : code review 1715046: Add Pipe windows version. #

Patch Set 5 : code review 1715046: Add Pipe windows version. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -2 lines) Patch
M src/pkg/syscall/syscall_windows.go View 1 2 3 4 4 chunks +20 lines, -2 lines 0 comments Download
M src/pkg/syscall/zsyscall_windows_386.go View 1 2 3 4 2 chunks +32 lines, -0 lines 0 comments Download
M src/pkg/syscall/ztypes_windows_386.go View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 15
vcc
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com, vcc), I'd like you to review this change.
13 years, 10 months ago (2010-06-30 09:11:01 UTC) #1
brainman
Thank you for your help. http://codereview.appspot.com/1715046/diff/2001/5 File src/pkg/syscall/syscall_windows.go (right): http://codereview.appspot.com/1715046/diff/2001/5#newcode134 src/pkg/syscall/syscall_windows.go:134: //sys CreatePipe(readhandle *int32, writehandle ...
13 years, 10 months ago (2010-07-09 06:21:30 UTC) #2
vcc
http://codereview.appspot.com/1715046/diff/2001/5 File src/pkg/syscall/syscall_windows.go (right): http://codereview.appspot.com/1715046/diff/2001/5#newcode134 src/pkg/syscall/syscall_windows.go:134: //sys CreatePipe(readhandle *int32, writehandle *int32, lpsa *SECURITY_ATTRIBUTES, size int32) ...
13 years, 10 months ago (2010-07-10 03:40:29 UTC) #3
vcc
Hello golang-dev@googlegroups.com, brainman (cc: golang-dev@googlegroups.com, vcc), Please take another look.
13 years, 10 months ago (2010-07-10 03:49:11 UTC) #4
brainman
Sorry, some more changes. And, please, update your repo (hg pull -u), your changes do ...
13 years, 10 months ago (2010-07-12 02:08:40 UTC) #5
vcc
Please take another look. http://codereview.appspot.com/1715046/diff/9001/10001 File src/pkg/syscall/syscall_windows.go (right): http://codereview.appspot.com/1715046/diff/9001/10001#newcode134 src/pkg/syscall/syscall_windows.go:134: //sys CreatePipe(readhandle *uint32, writehandle *uint32, ...
13 years, 10 months ago (2010-07-12 14:34:07 UTC) #6
rsc1
http://codereview.appspot.com/1715046/diff/2001/5 File src/pkg/syscall/syscall_windows.go (right): http://codereview.appspot.com/1715046/diff/2001/5#newcode258 src/pkg/syscall/syscall_windows.go:258: if ft == FILE_TYPE_PIPE { On 2010/07/10 03:40:30, vcc ...
13 years, 10 months ago (2010-07-12 21:42:58 UTC) #7
brainman
LGTM
13 years, 10 months ago (2010-07-13 00:02:10 UTC) #8
vcc
On 2010/07/12 21:42:58, rsc1 wrote: > http://codereview.appspot.com/1715046/diff/2001/5 > File src/pkg/syscall/syscall_windows.go (right): > > http://codereview.appspot.com/1715046/diff/2001/5#newcode258 > ...
13 years, 10 months ago (2010-07-15 04:26:50 UTC) #9
rsc
LGTM
13 years, 9 months ago (2010-07-26 01:08:09 UTC) #10
brainman
Could you please complete the CLA as described at http://golang.org/doc/contribute.html#copyright ?
13 years, 9 months ago (2010-07-26 01:27:13 UTC) #11
vcc
I completed online use sign electronically. Wei guangjing 2010/7/26 <alex.brainman@gmail.com> > Could you please complete ...
13 years, 9 months ago (2010-07-26 02:50:43 UTC) #12
brainman
> I completed online use sign electronically. Thank you. Could you, please, refresh this patch ...
13 years, 9 months ago (2010-07-26 03:48:10 UTC) #13
vcc
Please take another look.
13 years, 9 months ago (2010-07-26 05:25:18 UTC) #14
brainman
13 years, 9 months ago (2010-07-26 05:55:16 UTC) #15
*** Submitted as http://code.google.com/p/go/source/detail?r=6916b48fbc0d ***

syscall: add windows version of Pipe()

R=brainman, rsc
CC=golang-dev
http://codereview.appspot.com/1715046

Committer: Alex Brainman <alex.brainman@gmail.com>
Sign in to reply to this message.

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