]> Cypherpunks repositories - gostls13.git/commit
- fix signedness bug in sys.Inf()
authorRob Pike <r@golang.org>
Mon, 11 Aug 2008 22:04:54 +0000 (15:04 -0700)
committerRob Pike <r@golang.org>
Mon, 11 Aug 2008 22:04:54 +0000 (15:04 -0700)
commit968701beb1562c3492d06e39bf137ee9796e7f57
treed2b5fd8f1b05d90e91420b4ccadf1eca287fb426
parent2679eefb314097d9382ca79fd0ae1933bee2b870
- fix signedness bug in sys.Inf()
- add NaN, Inf printing to fmt
- fix a couple of bugs in fmt
- add a test for fmt

R=ken
OCL=14092
CL=14092
src/lib/fmt.go
src/runtime/runtime.c
test/fmt.go [new file with mode: 0644]