summaryrefslogtreecommitdiff
path: root/src/lib/os/error.go
AgeCommit message (Expand)AuthorFilesLines
2009-06-09mv src/lib to src/pkgRob Pike1-83/+0
2009-06-01update Go tree to use new syscall package.Russ Cox1-3/+2
2009-05-18add Getwd, Fchdir, testsRuss Cox1-0/+1
2009-05-13Unix domain socket support, Linux and Darwin.Russ Cox1-0/+2
2009-05-08implications of stricter type equality:Russ Cox1-2/+2
2009-05-08throw away os._Error.Russ Cox1-45/+5
2009-05-06fix a few type errors, make ErrorString a valueRuss Cox1-2/+2
2009-04-18the Big Error Shift applied to lib/time/zoneinfo.go.Rob Pike1-2/+2
2009-04-17Step 2 of the Big Error Shift.Rob Pike1-65/+61
2009-04-17Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err...Rob Pike1-13/+30
2009-03-07document osRob Pike1-4/+12
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-10drop the os_ prefix on the file names in os. os_test.go can stay.Rob Pike1-0/+100