Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-06-09 | mv src/lib to src/pkg | Rob Pike | 1 | -101/+0 |
2009-06-01 | update Go tree to use new syscall package. | Russ Cox | 1 | -4/+4 |
2009-05-25 | Add os.Getpid and os.Getppid. | David Symonds | 1 | -0/+11 |
2009-05-15 | add directory argument to os.ForkExec | Russ Cox | 1 | -2/+3 |
2009-04-17 | Step 1 of the Big Error Shift: make os.Error an interface and replace *os.Err... | Rob Pike | 1 | -3/+3 |
2009-03-11 | Rename os.FD to os.File. | Russ Cox | 1 | -1/+1 |
2009-03-07 | document os | Rob Pike | 1 | -6/+22 |
2009-02-15 | assorted changes: | Russ Cox | 1 | -0/+3 |
2009-02-15 | add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd. | Russ Cox | 1 | -0/+70 |