summaryrefslogtreecommitdiff
path: root/misc/cgo/gmp/gmp.go
AgeCommit message (Collapse)AuthorFilesLines
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+368
2011-09-13Imported Upstream version 60Ondřej Surý1-371/+0
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý1-3/+2
2010-05-01gmp: fix bug in SetStringRuss Cox1-1/+1
R=adg CC=golang-dev http://codereview.appspot.com/1004045
2009-12-15 1) Change default gofmt default settings forRobert Griesemer1-94/+94
parsing and printing to new syntax. Use -oldparser to parse the old syntax, use -oldprinter to print the old syntax. 2) Change default gofmt formatting settings to use tabs for indentation only and to use spaces for alignment. This will make the code alignment insensitive to an editor's tabwidth. Use -spaces=false to use tabs for alignment. 3) Manually changed src/exp/parser/parser_test.go so that it doesn't try to parse the parser's source files using the old syntax (they have new syntax now). 4) gofmt -w src misc test/bench 1st set of files. R=rsc CC=agl, golang-dev, iant, ken2, r http://codereview.appspot.com/180047
2009-11-09- replaced gofmt expression formatting algorithm withRobert Griesemer1-1/+1
rsc's algorithm - applied gofmt -w misc src - partial CL (remaining files in other CLs) R=rsc, r http://go/go-review/1024040
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer1-12/+12
R=rsc, r http://go/go-review/1025029
2009-11-06- one-line funcs in miscRobert Griesemer1-3/+1
gofmt -w misc R=rsc http://go/go-review/1025007
2009-11-05gofmt -w miscRobert Griesemer1-3/+3
R=rsc http://go/go-review/1025004
2009-10-14Minor fixes and additions to the GMP wrapping.Adam Langley1-1/+12
R=rsc APPROVED=rsc DELTA=12 (11 added, 0 deleted, 1 changed) OCL=35715 CL=35715
2009-09-30cgo: works on amd64.Russ Cox1-0/+363
integrated into Makefiles (see misc/cgo/gmp/Makefile). R=r DELTA=1110 (540 added, 525 deleted, 45 changed) OCL=35153 CL=35158