1
0
mirror of https://github.com/golang/go synced 2024-11-26 15:06:52 -07:00
go/src
Russ Cox 0a4fc122de lib9: restore printing of signed integers
A casualty of https://golang.org/cl/10195044.

If x is an 32-bit int and u is a 64-bit ulong,
        u = (uint)x // converts to uint before extension, so zero fills
        u = (ulong)x // sign-extends

TBR=iant, r
CC=golang-dev
https://golang.org/cl/10814043
2013-06-30 19:53:36 -04:00
..
cmd cmd/gc: fix missing export data for inlining in a few other cases. 2013-06-28 23:29:13 +02:00
lib9 lib9: restore printing of signed integers 2013-06-30 19:53:36 -04:00
libbio
libmach runtime: record proper goroutine state during stack split 2013-06-27 11:32:01 -04:00
pkg runtime: shorten hash lookup stack frames 2013-06-28 13:37:07 -07:00
all.bash
all.bat all.bat,make.bat,run.bat: make these work even when directory has space in it 2013-03-25 12:13:34 +11:00
all.rc
clean.bash
clean.bat
clean.rc
make.bash cmd/dist, make.bash: pass -mmacosx-version-min=10.6 to gcc on Darwin 2013-04-16 13:30:52 -07:00
make.bat all.bat,make.bat,run.bat: make these work even when directory has space in it 2013-03-25 12:13:34 +11:00
Make.dist
make.rc build: fix make.rc on Plan 9 2013-05-24 13:55:19 -07:00
race.bash
race.bat
run.bash run.bash: raise ulimit for the number of threads. 2013-06-17 19:31:58 +10:00
run.bat api: add go1.1.txt; update cmd/api to use it 2013-05-06 17:25:09 -07:00
run.rc
sudo.bash cmd/cov: delete 2013-05-24 11:06:06 -07:00