summaryrefslogtreecommitdiff
path: root/src/lib/log_test.go
AgeCommit message (Collapse)AuthorFilesLines
2009-05-05directory-per-package step 1: move files from lib/X.go to lib/X/X.goRob Pike1-82/+0
no substantive changes except: - new Makefiles, all auto-generated - go/src/lib/Makefile has been extensively edited R=rsc OCL=28310 CL=28310
2009-03-11Rename os.FD to os.File.Russ Cox1-5/+5
Make Fstat, Readdirnames, and Readdir methods on os.File. R=r DELTA=281 (79 added, 3 deleted, 199 changed) OCL=25891 CL=26130
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-13/+13
plus significant hand editing. Back to T{x} for composite literals. R=r OCL=25612 CL=25632
2009-02-13convert composite literals from { } to ( ).Russ Cox1-13/+13
only non-trivial changes are in convlit1.go golden.out R=gri OCL=25019 CL=25024
2009-02-08a few small cleanupsRob Pike1-2/+2
R=rsc DELTA=21 (2 added, 2 deleted, 17 changed) OCL=24638 CL=24654
2009-02-03bufio:Russ Cox1-4/+1
* 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-01-26improved logging formats.Rob Pike1-37/+52
R=rsc DELTA=210 (118 added, 60 deleted, 32 changed) OCL=23508 CL=23518
2009-01-26add start to a logging package.Rob Pike1-0/+70
R=rsc DELTA=205 (205 added, 0 deleted, 0 changed) OCL=23448 CL=23478