Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+179 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -179/+0 | |
2009-11-30 | Ports of lib9, libbio and libmach to Windows. | Hector Chu | 1 | -30/+9 | |
R=rsc http://codereview.appspot.com/157159 Committer: Russ Cox <rsc@golang.org> | |||||
2009-11-11 | two gopack nits. | Russ Cox | 1 | -13/+0 | |
1. allocate an extra byte for use by write. 2. throw away the code trying to translate uid and gid to names. i suspect it of causing seg faults in some situations, and it is not needed by the compilers. Fixes issue 48. (I hope.) R=r http://codereview.appspot.com/152077 | |||||
2009-11-10 | lib9: rip out platform specific code that breaks on pclinuxos | Russ Cox | 1 | -109/+7 | |
R=r CC=golang-dev http://codereview.appspot.com/154049 | |||||
2008-06-12 | import the plan 9 libraries libc (lib9) and libbio into the tree. | Rob Pike | 1 | -0/+315 | |
remove the dependency on /home/r. SVN=122482 |