index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
cgo
Age
Commit message (
Expand
)
Author
2011-07-12
[release-branch.r58] cgo: handle new Apple LLVM-based gcc from Xcode 4.2
release.r58.1
Russ Cox
2011-06-07
cgo: support non intel gcc machine flags
Dave Cheney
2011-05-30
pkg: spelling tweaks, I-Z
Robert Hencke
2011-05-27
cgo: restrict #cgo directives to prevent shell expansion
Gustavo Niemeyer
2011-05-26
cgo: support pkg-config for flags and libs
Gustavo Niemeyer
2011-05-18
cgo: use packed struct to fix Windows behavior
Russ Cox
2011-05-06
cgo: put CFLAGS before filename argument
Roger Peppe
2011-04-27
cgo: handle versioned ELF symbols
Russ Cox
2011-04-21
cgo: avoid "incompatible pointer type" warning
Albert Strasheim
2011-04-13
govet: make name-matching for printf etc. case-insensitive.
Rob Pike
2011-04-04
os: New Open API.
Rob Pike
2011-03-28
go/scanner: return literal as string instead of []byte
Robert Griesemer
2011-03-18
cgo: fix index-out-of-bounds bug
Robert Griesemer
2011-03-16
go/ast: merge CaseClause and TypeCaseClause
Robert Griesemer
2011-03-15
os, syscall: add ProcAttr type. Change StartProcess etc. to use it.
Roger Peppe
2011-03-06
cgo: fix dwarf type parsing
Gustavo Niemeyer
2011-03-05
cgo: use correct frame size for 0 arguments
Russ Cox
2011-03-02
cgo: put temporary source files in _obj.
Roger Peppe
2011-02-08
cgo: fix handling of signed enumerations
Gustavo Niemeyer
2011-02-04
os: implement new Process api
Alex Brainman
2011-02-03
cgo: os/arch dependent #cgo directives
Gustavo Niemeyer
2011-02-02
cgo: rename internal f to avoid conflict with possible C global named f
Russ Cox
2011-02-01
go/ast: reflect communication operator changes accurately in ast
Robert Griesemer
2011-02-01
cgo: define CGO_CFLAGS and CGO_LDFLAGS in Go files
Gustavo Niemeyer
2011-01-31
cgo: improve error reporting slightly.
Roger Peppe
2011-01-20
cgo: windows/386 port
Wei Guangjing
2011-01-19
cgo: add complex float, complex double
Sebastien Binet
2011-01-14
cgo: In _cgo_main.c define all provided symbols as functions.
Ian Lance Taylor
2011-01-11
cgo: export unsafe.Pointer as void*
Gustavo Niemeyer
2011-01-11
cgo: output alignment fix
Gustavo Niemeyer
2011-01-11
cgo: fix enum const conflict
Gustavo Niemeyer
2011-01-06
cgo: disallow use of C.errno
Russ Cox
2011-01-04
go/ast: provide complete node text range info
Robert Griesemer
2010-12-17
cgo: handle references to symbols in shared libraries
Russ Cox
2010-12-17
misc/cgo/life: fix, add to build
Russ Cox
2010-12-13
cgo: do not reset tag generator between files
Russ Cox
2010-12-10
cgo: avoid self-interference of global names
Russ Cox
2010-12-08
cgo: new cgo
Russ Cox
2010-12-06
go/ast: use token.Pos instead of token.Position; adjust all dependent code
Robert Griesemer
2010-11-18
cgo: Print required space after parameter name in wrapper function.
Ian Lance Taylor
2010-11-09
go/ast: change embedded token.Position fields to named fields
Robert Griesemer
2010-11-04
runtime: ,s/[a-zA-Z0-9_]+/runtimeĀ·&/g, almost
Russ Cox
2010-11-01
Use strings.Contains in src/cmd/...
Brad Fitzpatrick
2010-11-01
debug/pe, cgo: add windows support
Wei Guangjing
2010-10-27
use append
Russ Cox
2010-09-24
... changes
Russ Cox
2010-09-21
cgo: bug fixes
Russ Cox
2010-09-16
cgo: show preamble gcc errors
Eric Clark
2010-09-09
cgo: add typedef for uintptr in generated headers
Andrew Gerrand
2010-09-07
cgo: silence warning for C call returning const pointer
Russ Cox
[next]