go/src/lib9/fmt
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
..
charstod.c
dofmt.c lib9: restore printing of signed integers 2013-06-30 19:53:36 -04:00
dorfmt.c lib9: avoid all -Wconversion warnings 2013-06-25 10:44:25 -07:00
fltfmt.c lib9: avoid all -Wconversion warnings 2013-06-25 10:44:25 -07:00
fmt.c lib9: avoid all -Wconversion warnings 2013-06-25 10:44:25 -07:00
fmtdef.h lib9: avoid all -Wconversion warnings 2013-06-25 10:44:25 -07:00
fmtfd.c
fmtfdflush.c lib9: avoid all -Wconversion warnings 2013-06-25 10:44:25 -07:00
fmtlocale.c
fmtlock.c
fmtnull.c
fmtprint.c
fmtquote.c lib9: avoid all -Wconversion warnings 2013-06-25 10:44:25 -07:00
fmtrune.c lib9: avoid all -Wconversion warnings 2013-06-25 10:44:25 -07:00
fmtstr.c
fmtvprint.c
fprint.c
nan64.c
pow10.c
print.c
seprint.c
smprint.c
snprint.c
sprint.c lib9: avoid all -Wconversion warnings 2013-06-25 10:44:25 -07:00
strtod.c lib9: avoid all -Wconversion warnings 2013-06-25 10:44:25 -07:00
test.c
vfprint.c
vseprint.c
vsmprint.c lib9: avoid all -Wconversion warnings 2013-06-25 10:44:25 -07:00
vsnprint.c lib9: avoid all -Wconversion warnings 2013-06-25 10:44:25 -07:00