index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
bufio.go
Age
Commit message (
Expand
)
Author
2009-05-05
directory-per-package step 1: move files from lib/X.go to lib/X/X.go
Rob Pike
2009-04-17
Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...
Rob Pike
2009-04-16
Convert go tree to hierarchical pkg directory:
Russ Cox
2009-04-06
make NewBufRead etc. idempotent
Rob Pike
2009-03-07
document bufio
Rob Pike
2009-03-03
Automated g4 rollback of changelist 25024,
Russ Cox
2009-02-13
convert composite literals from { } to ( ).
Russ Cox
2009-02-03
bufio:
Russ Cox
2009-01-20
delete export
Russ Cox
2009-01-15
casify fixup for bufio
Rob Pike
2009-01-06
new new & make
Russ Cox
2008-12-19
change *map to map; *chan to chan; new(T) to new(*T)
Russ Cox
2008-12-18
convert *[] to [].
Russ Cox
2008-12-10
assorted cleanup and fixes
Russ Cox
2008-11-24
replay CL 19916 and CL 19913 now that the build can handle them
Russ Cox
2008-11-24
Automated g4 rollback of changelist 19913.
Russ Cox
2008-11-24
bufio.ReadRune
Robert Griesemer
2008-10-23
use &T{1,2,3} constructor for simple new cases
Russ Cox
2008-10-07
update code to follow new semicolon rules:
Russ Cox
2008-09-16
fix / work around bugs in bufio test
Russ Cox
2008-09-12
buffered input & output
Russ Cox