1
0
mirror of https://github.com/golang/go synced 2024-09-29 20:34:36 -06:00
go/misc/cgo/stdio
Russ Cox 0432f289f7 cgo: various bug fixes
* remember #defined names, so that C.stdout can refer
  to the real name (on OS X) __stdoutp.
* better handling of #defined constant expressions
* allow n, err = C.strtol("asdf", 0, 123) to get errno as os.Error
* write all output files to current directory
* don't require gcc output if there was no input

Fixes #533.
Fixes #709.
Fixes #756.

R=r
CC=dho, golang-dev, iant
https://golang.org/cl/1734047
2010-07-14 17:17:53 -07:00
..
align.go cgo: various bug fixes 2010-07-14 17:17:53 -07:00
chain.go cgo: various bug fixes 2010-07-14 17:17:53 -07:00
fib.go cgo: various bug fixes 2010-07-14 17:17:53 -07:00
file.go cgo: various bug fixes 2010-07-14 17:17:53 -07:00
golden.out add cgo test that doesn't depend on 2009-10-03 11:33:51 -07:00
hello.go cgo: various bug fixes 2010-07-14 17:17:53 -07:00
Makefile cgo: various bug fixes 2010-07-14 17:17:53 -07:00
test.bash Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src 2009-12-11 15:14:09 -08:00
test.go cgo: various bug fixes 2010-07-14 17:17:53 -07:00