summaryrefslogtreecommitdiff
path: root/src/lib/net/parse.go
AgeCommit message (Collapse)AuthorFilesLines
2009-05-08throw away os._Error.Russ Cox1-0/+4
make some error types in a few packages R=r DELTA=110 (25 added, 46 deleted, 39 changed) OCL=28382 CL=28561
2009-04-19Readn is a silly name when there's no n. Change to FullRead.Rob Pike1-1/+1
R=gri DELTA=15 (0 added, 0 deleted, 15 changed) OCL=27619 CL=27619
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace ↵Rob Pike1-1/+1
*os.Errors with os.Errors. lib/template updated to use new setup; its clients also updated. Step 2 will make os's error support internally much cleaner. R=rsc OCL=27586 CL=27586
2009-03-11Rename os.FD to os.File.Russ Cox1-3/+3
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-05net: doc, doc-inspired cleanupRuss Cox1-3/+3
R=r DELTA=368 (87 added, 14 deleted, 267 changed) OCL=25773 CL=25786
2009-03-03Automated g4 rollback of changelist 25024,Russ Cox1-1/+1
plus significant hand editing. Back to T{x} for composite literals. R=r OCL=25612 CL=25632
2009-02-15cleanups:Russ Cox1-21/+21
get rid of _ on private names in net. fix os_test file name list. newline not needed on Errorf. R=r DELTA=305 (34 added, 2 deleted, 269 changed) OCL=25047 CL=25047
2009-02-13convert composite literals from { } to ( ).Russ Cox1-1/+1
only non-trivial changes are in convlit1.go golden.out R=gri OCL=25019 CL=25024
2009-01-16casify DNSRuss Cox1-19/+19
R=r DELTA=221 (0 added, 0 deleted, 221 changed) OCL=22946 CL=22948
2009-01-06new new & makeRuss Cox1-2/+2
R=r OCL=22166 CL=22166
2008-12-18convert *[] to [].Russ Cox1-3/+3
R=r OCL=21563 CL=21571
2008-12-18host and port name lookupRuss Cox1-0/+156
R=r,presotto DELTA=1239 (935 added, 281 deleted, 23 changed) OCL=21041 CL=21539