Age | Commit message (Expand) | Author | Files | Lines |
2009-06-01 | update Go tree to use new syscall package. | Russ Cox | 1 | -61/+46 |
2009-05-18 | add Getwd, Fchdir, tests | Russ Cox | 1 | -0/+7 |
2009-05-15 | os: MkdirAll, RemoveAll, Chmod, Chown, Truncate, Getgroups. | Russ Cox | 1 | -6/+54 |
2009-05-15 | make Stat indicate whether it followed a symlink. | Russ Cox | 1 | -21/+29 |
2009-05-13 | Add os.Link, os.Symlink, os.Readlink. | Ian Lance Taylor | 1 | -0/+27 |
2009-05-08 | move things out of sys into os and runtime | Russ Cox | 1 | -1/+1 |
2009-04-29 | exit with error status EPIPE if | Russ Cox | 1 | -1/+10 |
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-14 | fix infinite loop in Readdirnames: bufp > nbuf can happen | Russ Cox | 1 | -1/+1 |
2009-04-13 | fix error return in Remove | Russ Cox | 1 | -2/+2 |
2009-04-13 | lib misc | Russ Cox | 1 | -0/+30 |
2009-04-07 | Chdir | Russ Cox | 1 | -0/+6 |
2009-03-11 | Rename os.FD to os.File. | Russ Cox | 1 | -56/+58 |
2009-03-07 | document os | Rob Pike | 1 | -18/+70 |
2009-03-03 | Automated g4 rollback of changelist 25024, | Russ Cox | 1 | -1/+1 |
2009-02-15 | add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd. | Russ Cox | 1 | -3/+23 |
2009-02-13 | convert composite literals from { } to ( ). | Russ Cox | 1 | -1/+1 |
2009-02-10 | change DirInfo->dirInfo now that 6g export bug is fixed | Rob Pike | 1 | -2/+2 |
2009-02-10 | drop the os_ prefix on the file names in os. os_test.go can stay. | Rob Pike | 1 | -0/+189 |