Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-13 | Imported Upstream version 1.3.1upstream/1.3.1 | Michael Stapelberg | 1 | -0/+1 | |
2014-06-19 | Imported Upstream version 1.3upstream/1.3 | Michael Stapelberg | 1 | -0/+2 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+230 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -228/+0 | |
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 1 | -0/+1 | |
2011-02-18 | Imported Upstream version 2011.02.15upstream/2011.02.15 | Ondřej Surý | 1 | -3/+3 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -0/+5 | |
2009-11-30 | Ports of lib9, libbio and libmach to Windows. | Hector Chu | 1 | -1/+5 | |
R=rsc http://codereview.appspot.com/157159 Committer: Russ Cox <rsc@golang.org> | |||||
2008-08-03 | make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc. | Russ Cox | 1 | -0/+10 | |
these guys really really want long to be 32-bits, so ,s/long/int32/ (and then manual fixup). still passes all tests. (i started out looking for just those longs that needed to be int32 instead, and it was just too hard to track them down one by one.) the longs were rare enough that i don't think it will cause integration problems. R=ken OCL=13787 CL=13789 | |||||
2008-06-12 | import the plan 9 libraries libc (lib9) and libbio into the tree. | Rob Pike | 1 | -0/+208 | |
remove the dependency on /home/r. SVN=122482 |