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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
cmd/cgo: fix handling of array of pointers when using clang
Russ Cox
2013-11-07
3
-4
/
+57
*
cmd/cgo: fix line number in an error message
Russ Cox
2013-10-18
3
-14
/
+43
*
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
2
-1
/
+2
*
cmd/cgo: don't let #cgo directives mess up line numbering
Ian Lance Taylor
2013-09-03
2
-0
/
+33
*
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
*
cmd/cgo: Fix issue with cgo cdefs
Kevin Klues
2013-07-24
4
-0
/
+73
*
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
*
runtime: more flexible heap memory mapping on 64-bits
Dmitriy Vyukov
2013-06-12
1
-0
/
+49
*
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
*
misc/cgo/testso: use bash to run test.bash
Dave Cheney
2013-05-24
1
-1
/
+1
*
cmd/cgo: use intgo, not int, for string and slice structures
Ian Lance Taylor
2013-05-23
3
-0
/
+51
*
cmd/go: fix LDFLAGS handling, enable misc/cgo/testso on Darwin
Shenghou Ma
2013-05-22
2
-4
/
+24
*
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/testso: enable test on windows
Shenghou Ma
2013-04-23
4
-1
/
+49
*
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
*
misc/cgo/gmp: fix typo.
Andrey Mirtchovski
2013-03-30
1
-1
/
+1
*
cmd/ld: emit TLS relocations during external linking
Ian Lance Taylor
2013-03-27
3
-0
/
+60
*
runtime: ensure forward progress when unwinding an arm stack frame
Carl Shapiro
2013-03-26
1
-8
/
+1
*
runtime: store asmcgocall return PC where the ARM unwind expects it
Carl Shapiro
2013-03-25
2
-0
/
+51
*
runtime: fix cgo callbacks on windows
Russ Cox
2013-03-07
1
-4
/
+1
[prev]
[next]