index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
bufio.go
Age
Commit message (
Expand
)
Author
Files
Lines
2009-05-05
directory-per-package step 1: move files from lib/X.go to lib/X/X.go
Rob Pike
1
-518
/
+0
2009-04-17
Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...
Rob Pike
1
-16
/
+16
2009-04-16
Convert go tree to hierarchical pkg directory:
Russ Cox
1
-1
/
+1
2009-04-06
make NewBufRead etc. idempotent
Rob Pike
1
-4
/
+16
2009-03-07
document bufio
Rob Pike
1
-30
/
+54
2009-03-03
Automated g4 rollback of changelist 25024,
Russ Cox
1
-1
/
+1
2009-02-13
convert composite literals from { } to ( ).
Russ Cox
1
-1
/
+1
2009-02-03
bufio:
Russ Cox
1
-4
/
+68
2009-01-20
delete export
Russ Cox
1
-7
/
+7
2009-01-15
casify fixup for bufio
Rob Pike
1
-17
/
+13
2009-01-06
new new & make
Russ Cox
1
-8
/
+8
2008-12-19
change *map to map; *chan to chan; new(T) to new(*T)
Russ Cox
1
-20
/
+10
2008-12-18
convert *[] to [].
Russ Cox
1
-25
/
+24
2008-12-10
assorted cleanup and fixes
Russ Cox
1
-1
/
+3
2008-11-24
replay CL 19916 and CL 19913 now that the build can handle them
Russ Cox
1
-3
/
+31
2008-11-24
Automated g4 rollback of changelist 19913.
Russ Cox
1
-31
/
+3
2008-11-24
bufio.ReadRune
Robert Griesemer
1
-3
/
+31
2008-10-23
use &T{1,2,3} constructor for simple new cases
Russ Cox
1
-15
/
+8
2008-10-07
update code to follow new semicolon rules:
Russ Cox
1
-39
/
+39
2008-09-16
fix / work around bugs in bufio test
Russ Cox
1
-2
/
+10
2008-09-12
buffered input & output
Russ Cox
1
-0
/
+402