1
0
mirror of https://github.com/golang/go synced 2024-11-22 18:44:54 -07:00
go/misc
Russ Cox 0a006b4923 misc/cgo: prepare for 64-bit ints
In a few places, the existing cgo tests assume that a
Go int is the same as a C int. Making int 64 bits wide
on 64-bit platforms violates this assumption.
Change that code to assume that Go int32 and C int
are the same instead. That's still not great, but it's better,
and I am unaware of any systems we run on where it is not true.

Update #2188.

R=iant, r
CC=golang-dev
https://golang.org/cl/6552064
2012-09-24 14:58:45 -04:00
..
arm
bash
bbedit
cgo misc/cgo: prepare for 64-bit ints 2012-09-24 14:58:45 -04:00
chrome/gophertool misc/chrome/gophertool: fix manifest 2012-07-05 16:52:13 -04:00
dashboard misc/dashboard/builder: reinstate 'go get -d' error handling hack 2012-09-17 11:21:02 -07:00
dist misc/dist: generate tarballs for Mac OS X 2012-09-17 16:59:16 -07:00
emacs misc/emacs: Fix the gofmt patching when the TMPDIR is not the default. 2012-06-29 12:49:31 -04:00
fraise
goplay misc/goplay: fix error on IE8. 2012-03-27 11:16:29 +11:00
IntelliJIDEA
kate
notepadplus
osx
swig cmd/go, go/build, misc/swig: add SWIG support to Go tool 2012-08-03 18:08:43 -07:00
vim misc/vim: fix Drop for imports after the first group. 2012-09-20 08:11:07 +10:00
xcode misc/xcode: fix typos 2012-03-05 15:50:48 -08:00
zsh
benchcmp
pprof pprof: make it work on windows again 2012-08-18 17:03:32 +10:00