summaryrefslogtreecommitdiff
path: root/src/lib/bufio_test.go
AgeCommit message (Collapse)AuthorFilesLines
2009-01-20delete exportRuss Cox1-3/+3
TBR=r OCL=23121 CL=23127
2009-01-15casify fixup for bufioRob Pike1-67/+59
R=rsc DELTA=88 (0 added, 12 deleted, 76 changed) OCL=22884 CL=22890
2009-01-15printf->Printf etc.Rob Pike1-1/+1
the raw fmt routines will be another, smaller but subtler pass. R=rsc DELTA=157 (0 added, 0 deleted, 157 changed) OCL=22851 CL=22851
2009-01-06new new & makeRuss Cox1-8/+8
R=r OCL=22166 CL=22166
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-5/+5
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581
2008-12-18convert *[] to [].Russ Cox1-24/+23
R=r OCL=21563 CL=21571
2008-11-24convert tests.Russ Cox1-0/+342
refine gotest's test selection criteria. R=r DELTA=1590 (745 added, 844 deleted, 1 changed) OCL=19903 CL=19936