aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cgo
AgeCommit message (Expand)Author
2011-07-12[release-branch.r58] cgo: handle new Apple LLVM-based gcc from Xcode 4.2release.r58.1Russ Cox
2011-06-07cgo: support non intel gcc machine flagsDave Cheney
2011-05-30pkg: spelling tweaks, I-ZRobert Hencke
2011-05-27cgo: restrict #cgo directives to prevent shell expansionGustavo Niemeyer
2011-05-26cgo: support pkg-config for flags and libsGustavo Niemeyer
2011-05-18cgo: use packed struct to fix Windows behaviorRuss Cox
2011-05-06cgo: put CFLAGS before filename argumentRoger Peppe
2011-04-27cgo: handle versioned ELF symbolsRuss Cox
2011-04-21cgo: avoid "incompatible pointer type" warningAlbert Strasheim
2011-04-13govet: make name-matching for printf etc. case-insensitive.Rob Pike
2011-04-04os: New Open API.Rob Pike
2011-03-28go/scanner: return literal as string instead of []byteRobert Griesemer
2011-03-18cgo: fix index-out-of-bounds bugRobert Griesemer
2011-03-16go/ast: merge CaseClause and TypeCaseClauseRobert Griesemer
2011-03-15os, syscall: add ProcAttr type. Change StartProcess etc. to use it.Roger Peppe
2011-03-06cgo: fix dwarf type parsingGustavo Niemeyer
2011-03-05cgo: use correct frame size for 0 argumentsRuss Cox
2011-03-02cgo: put temporary source files in _obj.Roger Peppe
2011-02-08cgo: fix handling of signed enumerationsGustavo Niemeyer
2011-02-04os: implement new Process apiAlex Brainman
2011-02-03cgo: os/arch dependent #cgo directivesGustavo Niemeyer
2011-02-02cgo: rename internal f to avoid conflict with possible C global named fRuss Cox
2011-02-01go/ast: reflect communication operator changes accurately in astRobert Griesemer
2011-02-01cgo: define CGO_CFLAGS and CGO_LDFLAGS in Go filesGustavo Niemeyer
2011-01-31cgo: improve error reporting slightly.Roger Peppe
2011-01-20cgo: windows/386 portWei Guangjing
2011-01-19cgo: add complex float, complex doubleSebastien Binet
2011-01-14cgo: In _cgo_main.c define all provided symbols as functions.Ian Lance Taylor
2011-01-11cgo: export unsafe.Pointer as void*Gustavo Niemeyer
2011-01-11cgo: output alignment fixGustavo Niemeyer
2011-01-11cgo: fix enum const conflictGustavo Niemeyer
2011-01-06cgo: disallow use of C.errnoRuss Cox
2011-01-04go/ast: provide complete node text range infoRobert Griesemer
2010-12-17cgo: handle references to symbols in shared librariesRuss Cox
2010-12-17misc/cgo/life: fix, add to buildRuss Cox
2010-12-13cgo: do not reset tag generator between filesRuss Cox
2010-12-10cgo: avoid self-interference of global namesRuss Cox
2010-12-08cgo: new cgoRuss Cox
2010-12-06 go/ast: use token.Pos instead of token.Position; adjust all dependent codeRobert Griesemer
2010-11-18cgo: Print required space after parameter name in wrapper function.Ian Lance Taylor
2010-11-09go/ast: change embedded token.Position fields to named fieldsRobert Griesemer
2010-11-04runtime: ,s/[a-zA-Z0-9_]+/runtimeĀ·&/g, almostRuss Cox
2010-11-01Use strings.Contains in src/cmd/...Brad Fitzpatrick
2010-11-01debug/pe, cgo: add windows supportWei Guangjing
2010-10-27use appendRuss Cox
2010-09-24... changesRuss Cox
2010-09-21cgo: bug fixesRuss Cox
2010-09-16cgo: show preamble gcc errorsEric Clark
2010-09-09cgo: add typedef for uintptr in generated headersAndrew Gerrand
2010-09-07cgo: silence warning for C call returning const pointerRuss Cox