1
0
mirror of https://github.com/golang/go synced 2024-11-25 07:07:57 -07:00
go/src/cmd
Anthony Martin f570d9d765 8g: fix conversion from float to uint64
The code for converting negative floats was
incorrectly loading an FP control word from
the stack without ever having stored it there.

Thanks to Lars Pensjö for reporting this bug.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4515091
2011-05-16 22:14:56 -04:00
..
5a 5a, 6a, 8a, cc: remove old environment variables 2011-05-02 11:24:32 -04:00
5c 5c, 5g: another attempt at silencing gcc 2011-05-16 16:15:13 -04:00
5g 5c, 5g: another attempt at silencing gcc 2011-05-16 16:15:13 -04:00
5l ld: do not emit reference to dynamic library named "" 2011-05-16 16:24:17 -04:00
6a 5a, 6a, 8a, cc: remove old environment variables 2011-05-02 11:24:32 -04:00
6c build: use gcc -Werror 2011-04-13 16:18:09 -04:00
6g gc: inline append when len<cap 2011-05-11 16:35:11 +02:00
6l ld: do not emit reference to dynamic library named "" 2011-05-16 16:24:17 -04:00
8a 5a, 6a, 8a, cc: remove old environment variables 2011-05-02 11:24:32 -04:00
8c build: use gcc -Werror 2011-04-13 16:18:09 -04:00
8g 8g: fix conversion from float to uint64 2011-05-16 22:14:56 -04:00
8l runtime: make StackSystem part of StackGuard 2011-05-16 16:57:49 -04:00
cc 5a, 6a, 8a, cc: remove old environment variables 2011-05-02 11:24:32 -04:00
cgo cgo: put CFLAGS before filename argument 2011-05-06 13:35:51 -07:00
cov various: avoid %ld etc 2010-10-13 16:20:22 -04:00
ebnflint path/filepath: new OS-specific path support 2011-03-06 17:33:23 -05:00
gc gc: generalize dst = append(src,...) inlining to arbitrary src and dst arguments. 2011-05-14 00:35:10 +02:00
godefs godefs: handle volatile 2011-03-23 11:33:53 -04:00
godoc http: remove finalURL from Client.Get; move to Response 2011-05-13 07:31:24 -07:00
gofix http: remove finalURL from Client.Get; move to Response 2011-05-13 07:31:24 -07:00
gofmt gofmt: skip bug340.go in test.sh 2011-05-14 23:06:50 -07:00
goinstall goinstall: support GOPATH; building and installing outside the Go tree 2011-04-27 11:00:34 +10:00
gomake build: no required environment variables 2010-08-18 10:08:49 -04:00
gopack gopack: preserve safe flag when not adding unsafe objects to archive 2011-04-27 09:20:53 -04:00
gotest gotest: document unit of time for elapsed() 2011-05-12 22:00:14 -07:00
gotry gotry: move into its own directory, separate from gotest. 2011-03-29 13:00:24 -07:00
gotype go/types: type checker API + testing infrastructure 2011-05-13 15:31:09 -07:00
govet govet: make name-matching for printf etc. case-insensitive. 2011-04-13 16:57:44 -07:00
goyacc govet: make name-matching for printf etc. case-insensitive. 2011-04-13 16:57:44 -07:00
hgpatch path/filepath: new OS-specific path support 2011-03-06 17:33:23 -05:00
ld 5l: delete pre-ARMv4 instruction implementations 2011-05-16 16:14:37 -04:00
nm nm: document -S flag 2011-03-08 13:04:30 -05:00
prof http/pprof: fix POST reading bug 2011-05-02 17:34:22 -04:00
Makefile gotest: replace the shell script with the compiled program written in go. 2011-03-29 13:29:20 -07:00