summaryrefslogtreecommitdiff
path: root/include/u.h
AgeCommit message (Collapse)AuthorFilesLines
2014-08-13Imported Upstream version 1.3.1upstream/1.3.1Michael Stapelberg1-0/+1
2014-06-19Imported Upstream version 1.3upstream/1.3Michael Stapelberg1-0/+2
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+230
2011-09-13Imported Upstream version 60Ondřej Surý1-228/+0
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-0/+1
2011-02-18Imported Upstream version 2011.02.15upstream/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