summaryrefslogtreecommitdiff
path: root/src/lib/bufio.go
AgeCommit message (Expand)AuthorFilesLines
2009-05-05directory-per-package step 1: move files from lib/X.go to lib/X/X.goRob Pike1-518/+0
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike1-16/+16
2009-04-16Convert go tree to hierarchical pkg directory:Russ Cox1-1/+1
2009-04-06make NewBufRead etc. idempotentRob Pike1-4/+16
2009-03-07document bufioRob Pike1-30/+54
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-1/+1
2009-02-13convert composite literals from { } to ( ).Russ Cox1-1/+1
2009-02-03bufio:Russ Cox1-4/+68
2009-01-20delete exportRuss Cox1-7/+7
2009-01-15casify fixup for bufioRob Pike1-17/+13
2009-01-06new new & makeRuss Cox1-8/+8
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-20/+10
2008-12-18convert *[] to [].Russ Cox1-25/+24
2008-12-10assorted cleanup and fixesRuss Cox1-1/+3
2008-11-24replay CL 19916 and CL 19913 now that the build can handle themRuss Cox1-3/+31
2008-11-24Automated g4 rollback of changelist 19913.Russ Cox1-31/+3
2008-11-24bufio.ReadRuneRobert Griesemer1-3/+31
2008-10-23use &T{1,2,3} constructor for simple new casesRuss Cox1-15/+8
2008-10-07update code to follow new semicolon rules:Russ Cox1-39/+39
2008-09-16fix / work around bugs in bufio testRuss Cox1-2/+10
2008-09-12buffered input & outputRuss Cox1-0/+402