1
0
mirror of https://github.com/golang/go synced 2024-11-26 17:07:09 -07:00
go/src/lib
Rob Pike a45f947c34 type strings through the reflection library.
R=rsc
DELTA=187  (107 added, 28 deleted, 52 changed)
OCL=18510
CL=18510
2008-11-04 22:54:11 -08:00
..
container Make regexp build and install officially 2008-10-14 22:16:45 -07:00
fmt prepare for recursive printfs 2008-11-04 13:57:21 -08:00
http add io.ReadWriteClose and use it in http 2008-10-20 12:37:07 -07:00
math adapt to new compiler types 2008-10-29 13:09:39 -07:00
net update linux for int/int32 2008-10-29 15:23:36 -07:00
os use &T{1,2,3} constructor for simple new cases 2008-10-23 12:41:06 -07:00
reflect type strings through the reflection library. 2008-11-04 22:54:11 -08:00
regexp use embedded types to save boilerplate - almost 300 lines' worth 2008-10-26 08:28:33 -07:00
syscall update linux for int/int32 2008-10-29 15:23:36 -07:00
time new convert code found error 2008-10-16 16:51:12 -07:00
bignum.go install bignum as library 2008-11-04 13:55:18 -08:00
bufio.go use &T{1,2,3} constructor for simple new cases 2008-10-23 12:41:06 -07:00
clean.bash make fmt a directory 2008-10-24 10:42:54 -07:00
flag.go update Fmt interface: d=int, ud=uint, d32=int32, d64=int64, etc. 2008-10-29 14:28:19 -07:00
io.go add io.ReadWriteClose and use it in http 2008-10-20 12:37:07 -07:00
make.bash install bignum as library 2008-11-04 13:55:18 -08:00
once.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
rand.go update code to follow new semicolon rules: 2008-10-07 12:31:31 -07:00
sort.go - added convenience wrappers for sort 2008-09-09 18:13:08 -07:00
strings.go ascii to unsigned integer 2008-11-03 11:40:33 -08:00