index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
cgo
/
main.go
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-04
Imported Upstream version 1.1~hg20130304
upstream/1.1_hg20130304
Michael Stapelberg
1
-2
/
+17
2012-06-14
Imported Upstream version 1.0.2
upstream/1.0.2
Ondřej Surý
1
-4
/
+12
2012-04-06
Imported Upstream version 1
upstream/1
Ondřej Surý
1
-35
/
+90
2011-09-13
Imported Upstream version 60
upstream/60
Ondřej Surý
1
-0
/
+268
2011-09-13
Imported Upstream version 60
Ondřej Surý
1
-268
/
+0
2011-08-03
Imported Upstream version 59
upstream/59
Ondřej Surý
1
-1
/
+2
2011-04-28
Imported Upstream version 2011.04.27
upstream/2011.04.27
Ondřej Surý
1
-15
/
+1
2011-04-26
Imported Upstream version 2011.04.13
upstream/2011.04.13
Ondřej Surý
1
-4
/
+4
2011-04-20
Imported Upstream version 2011.03.07.1
upstream/2011.03.07.1
Ondřej Surý
1
-1
/
+11
2011-02-14
Imported Upstream version 2011-02-01.1
upstream/2011-02-01.1
Ondřej Surý
1
-5
/
+27
2011-01-17
Imported Upstream version 2011.01.12
upstream/2011.01.12
Ondřej Surý
1
-75
/
+181
2010-05-21
roll back 1193046 - fix build
Russ Cox
1
-5
/
+0
2010-05-21
cgo: better error for no C symbols
Devon H. O'Dell
1
-0
/
+5
2010-03-02
gofmt: experiment: align values in map composites where possible
Robert Griesemer
1
-8
/
+8
2010-01-15
Steps towards tracking scopes for identifiers.
Robert Griesemer
1
-4
/
+4
2010-01-11
cgo: Make constants #define'd in C available to Go (as consts)
Devon H. O'Dell
1
-0
/
+5
2009-12-21
cgo: interpret $CGOPKGDIR as absolute path if rooted
Russ Cox
1
-2
/
+5
2009-12-17
cgo: include line number information to keep go/printer happy
Russ Cox
1
-1
/
+2
2009-12-17
Allow cgo to accept multiple .go inputs for a package
Devon H. O'Dell
1
-46
/
+65
2009-12-15
This patch enables cgo utility to correctly convert enums in the C source
Moriyoshi Koizumi
1
-0
/
+9
2009-12-15
1) Change default gofmt default settings for
Robert Griesemer
1
-30
/
+30
2009-11-20
cgo: allow .so in subdirectories
Russ Cox
1
-1
/
+1
2009-11-15
cgo: arrange for English error messages
Russ Cox
1
-0
/
+5
2009-11-09
remove semis after statements in one-statement statement lists
Robert Griesemer
1
-6
/
+6
2009-11-06
- fine-tuning of one-line func heuristic (nodes.go)
Robert Griesemer
1
-3
/
+1
2009-10-06
apply gofmt to the LGTM-marked files from 34501
Russ Cox
1
-4
/
+4
2009-10-03
8c, 8l dynamic loading support.
Russ Cox
1
-11
/
+27
2009-09-30
cgo working on linux/386
Russ Cox
1
-2
/
+16
2009-09-30
cgo: works on amd64.
Russ Cox
1
-1
/
+1
2009-09-24
cgo checkpoint.
Russ Cox
1
-14
/
+41
2009-09-18
cgo: can look up C identifier kind (type or value) and type
Russ Cox
1
-0
/
+46