index
:
delta/go.git
baserock/go1.2.2
baserock/go1.3
baserock/ps/add-go-wip
dev.cc
dev.garbage
dev.power64
master
release-branch.go1
release-branch.go1.1
release-branch.go1.2
release-branch.go1.3
release-branch.go1.4
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
code.google.com: Obsolete (use go-git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
misc
/
cgo
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
undo CL 109640045 / f97fb06525e5
Shenghou Ma
2014-07-18
1
-18
/
+0
*
cmd/cgo: disable inappropriate warnings when the gcc struct is empty
snyh
2014-07-18
1
-0
/
+18
*
cmd/cgo: for typedef of untagged struct, use typedef name in C code
Ian Lance Taylor
2014-06-05
1
-0
/
+31
*
cmd/cgo: use same Go type for typedef to anonymous struct
Ian Lance Taylor
2014-06-02
3
-0
/
+35
*
cmd/cgo: given typedef struct S T, make C.T and C.struct_S interchangeable
Russ Cox
2014-05-28
1
-0
/
+51
*
cmd/cgo: omit misaligned struct fields, like we omit bitfields
Russ Cox
2014-05-12
2
-0
/
+45
*
cmd/gc: disable link-time copying of un-Go-initialized globals
Russ Cox
2014-05-09
2
-0
/
+26
*
misc/cgo/test/backdoor: add gccgo version of backdoor function
Ian Lance Taylor
2014-04-26
1
-0
/
+11
*
test: demo for issue 7695
Russ Cox
2014-04-16
3
-0
/
+35
*
cmd/ld: fix bug with "runtime/cgo" in external link mode
Ian Lance Taylor
2014-01-30
1
-0
/
+21
*
runtime: co-exist with NPTL's pthread_cancel.
Rowan Worth
2014-01-09
3
-0
/
+67
*
cmd/cgo: use __gcc_struct__ for go exported functions
Alex Brainman
2013-12-10
3
-0
/
+38
*
cmd/cgo: stop using compiler error message text to analyze C names
Russ Cox
2013-10-18
2
-0
/
+94
*
cmd/cgo: fix Xcode 5 incompatibility for #defined expressions
Russ Cox
2013-10-15
1
-0
/
+20
*
misc/cgo/test: cut out non-standard functions
Russ Cox
2013-10-15
1
-17
/
+0
*
misc/cgo/test: fix build (define prototype for alloca)
Russ Cox
2013-10-15
1
-0
/
+1
*
cmd/cgo: work around bug in clang debug info for builtins like memset
Russ Cox
2013-10-15
1
-0
/
+52
*
misc/cgo/test: fix C panic test to work with gccgo
Ian Lance Taylor
2013-10-11
3
-14
/
+38
*
runtime/cgo: mark callback functions as NOSPLIT
Ian Lance Taylor
2013-10-09
3
-0
/
+29
*
debug/dwarf: handle surprising clang encoding
Russ Cox
2013-10-09
1
-0
/
+22
*
cmd/go: fix missing __mingw_fprintf symbol for cgo on windows
Shenghou Ma
2013-09-19
2
-0
/
+33
*
cmd/ld: handle duplicate static symbols in COFF and Mach-O files.
Shenghou Ma
2013-09-18
3
-0
/
+33
*
cmd/cgo: fix build (missing file from earlier CL)
Russ Cox
2013-09-16
1
-0
/
+23
*
cmd/cgo: allow C.malloc(0) always
Russ Cox
2013-09-16
1
-0
/
+1
*
misc/cgo/test: test of issue 4339
Russ Cox
2013-09-11
4
-0
/
+44
*
cgo: enable cgo on dragonfly
Aulus Egnatius Varialus
2013-09-04
1
-1
/
+1
*
cmd/cgo: Add support for C function pointers
Alberto Garc?a Hierro
2013-08-13
2
-0
/
+51
*
runtime: Use old reflect.call implementation from cgo.
Keith Randall
2013-08-05
1
-1
/
+0
*
runtime: reimplement reflect.call to not use stack splitting.
Keith Randall
2013-08-02
1
-0
/
+1
*
runtime: do not split stacks in syscall status
Dmitriy Vyukov
2013-07-29
1
-0
/
+1
*
cmd/cgo: gccgo fixes
Ian Lance Taylor
2013-07-25
1
-0
/
+4
*
misc/cgo/test: test recursive internal OS thread lock
Russ Cox
2013-07-23
1
-0
/
+8
*
misc/cgo/test: add test for cgo callbacks with different amount of stack spac...
Dmitriy Vyukov
2013-07-22
3
-0
/
+1496
*
misc/cgo/test: skip test for issue 3250, the runtime isn't ready yet.
Shenghou Ma
2013-07-15
1
-0
/
+1
*
misc/cgo/test: relax the threshold in test3250.
Shenghou Ma
2013-07-12
1
-1
/
+1
*
misc/cgo/test: make test work with -linkmode=internal
Russ Cox
2013-07-11
1
-2
/
+2
*
runtime: correctly handle signals received on foreign threads
Shenghou Ma
2013-07-12
3
-0
/
+106
*
runtime: add lr, ctxt, ret to Gobuf
Russ Cox
2013-06-12
1
-1
/
+1
*
cmd/cgo: use gcc_struct attribute for packed structs to work around GCC PR52991.
Shenghou Ma
2013-06-09
2
-0
/
+33
*
cmd/cgo: using __typeof__(a->r) instead of putting invalid TYPE in "a->r = (c...
Shenghou Ma
2013-06-02
1
-0
/
+15
*
misc/cgo/test: check API compatibility for cgo pseudo-functions
Shenghou Ma
2013-05-30
1
-0
/
+24
*
cmd/cgo: use intgo, not int, for string and slice structures
Ian Lance Taylor
2013-05-23
3
-0
/
+51
*
misc/cgo/test: deflake TestParallelSleep once more
Shenghou Ma
2013-05-18
2
-46
/
+43
*
misc/cgo/test: add missing import
Alex Brainman
2013-05-15
1
-0
/
+2
*
misc/cgo/test: test for issue 5337.
Shenghou Ma
2013-05-15
3
-0
/
+41
*
runtime: fix stack pointer corruption in runtime.cgocallback_gofunc()
Shenghou Ma
2013-04-30
1
-5
/
+0
*
misc/cgo/test: fix a gcc warning
Shenghou Ma
2013-04-18
1
-1
/
+1
*
cmd/cgo, cmd/go: remove #cgo directive parsing from cmd/cgo
Andrew Wilkins
2013-04-10
2
-0
/
+33
*
cmd/ld: fix inconsistency in internal linking of common symbols.
R?my Oudompheng
2013-04-10
2
-0
/
+39
*
runtime: ensure forward progress when unwinding an arm stack frame
Carl Shapiro
2013-03-26
1
-8
/
+1
[next]