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