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

Issue 65280043: code review 65280043: dist: Replaces xprintf() and related on Windows with vp...

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 2 months ago by Pietro Gagliardi (andlabs)
Modified:
10 years, 1 month ago
Visibility:
Public.

Description

dist: Replaces xprintf() and related on Windows with vprintf() calls, rather than using vsnprintf() in an undocumented way to get the length of the output string and Windows API I/O calls to write an xmalloc()-ed buffer out. The undocumented functionality did not work on Windows 2000, which is listed as supported by Go, and thus dist would not output anything, and the build fails early. Fixes issue 7242.

Patch Set 1 #

Patch Set 2 : diff -r 91a7ff192a83 https://code.google.com/p/go #

Patch Set 3 : diff -r 91a7ff192a83 https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -16 lines) Patch
M src/cmd/dist/windows.c View 1 1 chunk +2 lines, -16 lines 0 comments Download

Messages

Total messages: 4
Pietro Gagliardi (andlabs)
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
10 years, 2 months ago (2014-02-18 03:36:14 UTC) #1
brainman
LGTM but change CL description. First line in CL description must be a short description ...
10 years, 2 months ago (2014-02-19 01:21:26 UTC) #2
brainman
Pietro, Please, change CL description and sign agreement, and I will submit. Alex
10 years, 1 month ago (2014-02-26 01:03:37 UTC) #3
rsc
10 years, 1 month ago (2014-03-05 19:16:55 UTC) #4
R=close

I submitted CL 71550044
Sign in to reply to this message.

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