summaryrefslogtreecommitdiff
path: root/include/u.h
AgeCommit message (Collapse)AuthorFilesLines
2011-02-18Imported Upstream version 2011.02.15Ondřej Surý1-3/+3
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-0/+5
2009-11-30Ports of lib9, libbio and libmach to Windows.Hector Chu1-1/+5
R=rsc http://codereview.appspot.com/157159 Committer: Russ Cox <rsc@golang.org>
2008-08-03make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc.Russ Cox1-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-12import the plan 9 libraries libc (lib9) and libbio into the tree.Rob Pike1-0/+208
remove the dependency on /home/r. SVN=122482