go/src/lib/strconv
Russ Cox 9aa28f9231 bufio:
* avoid large copies
	* NewBufRead, NewBufWrite never fail
	* add BufReadWrite

io:
	* add io.Close

http, google/net/rpc:
	* add, use http.Conn.Hijack

R=r
DELTA=416  (202 added, 123 deleted, 91 changed)
OCL=24153
CL=24238
2009-02-03 14:16:22 -08:00
..
Makefile replay CL 19916 and CL 19913 now that the build can handle them 2008-11-24 14:51:33 -08:00
atof.go move math routines from package sys to package math, 2009-01-22 16:23:44 -08:00
atof_test.go delete export 2009-01-20 14:40:40 -08:00
atoi.go delete export 2009-01-20 14:40:40 -08:00
atoi_test.go delete export 2009-01-20 14:40:40 -08:00
decimal.go convert strconv 2009-01-15 17:22:17 -08:00
decimal_test.go delete export 2009-01-20 14:40:40 -08:00
fp_test.go bufio: 2009-02-03 14:16:22 -08:00
ftoa.go move math routines from package sys to package math, 2009-01-22 16:23:44 -08:00
ftoa_test.go move math routines from package sys to package math, 2009-01-22 16:23:44 -08:00
itoa.go delete export 2009-01-20 14:40:40 -08:00
itoa_test.go delete export 2009-01-20 14:40:40 -08:00
quote.go delete export 2009-01-20 14:40:40 -08:00
quote_test.go delete export 2009-01-20 14:40:40 -08:00
testfp.txt correctly rounded floating-point conversions 2008-11-17 12:34:03 -08:00