aboutsummaryrefslogtreecommitdiff
path: root/src/lib/strconv/atof.go
AgeCommit message (Expand)Author
2009-06-09mv src/lib to src/pkgRob Pike
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike
2009-03-05strconv: docRuss Cox
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox
2009-02-13convert composite literals from { } to ( ).Russ Cox
2009-01-22move math routines from package sys to package math,Russ Cox
2009-01-20delete exportRuss Cox
2009-01-16casify, cleanup sysRuss Cox
2009-01-15convert strconvRuss Cox
2009-01-15make safe for new package local defaultsRuss Cox
2009-01-06new new & makeRuss Cox
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-12-03Make strconv.atof("-0") return -0Russ Cox
2008-12-01add blank line (response to post-submit review of CL 19422)Russ Cox
2008-11-19essentially 100% coverage of strconv in tests.Russ Cox
2008-11-18return *os.Error instead of bool from strconv.ato*Russ Cox
2008-11-17* faster atof for common casesRuss Cox
2008-11-17correctly rounded floating-point conversionsRuss Cox