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

Issue 6247062: code review 6247062: misc/cgo/stdio: split stdout/stderr into a separate file (Closed)

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

Description

misc/cgo/stdio: split stdout/stderr into a separate file Split stdout/stderr into a separate file so that can be handled differently on some platforms. Both NetBSD and OpenBSD have defines for stdout/stderr that require some coercion in order for cgo to handle them correctly.

Patch Set 1 : diff -r d34e1877830c https://go.googlecode.com/hg/ #

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -3 lines) Patch
M misc/cgo/stdio/file.go View 1 chunk +0 lines, -3 lines 0 comments Download
A misc/cgo/stdio/stdio.go View 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 3
jsing
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 11 months ago (2012-05-31 16:40:11 UTC) #1
rsc
LGTM
12 years, 11 months ago (2012-06-04 14:08:48 UTC) #2
jsing
12 years, 11 months ago (2012-06-04 15:39:05 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=a98657dda373 ***

misc/cgo/stdio: split stdout/stderr into a separate file

Split stdout/stderr into a separate file so that can be handled
differently on some platforms. Both NetBSD and OpenBSD have defines
for stdout/stderr that require some coercion in order for cgo to
handle them correctly.

R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/6247062
Sign in to reply to this message.

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