summaryrefslogtreecommitdiff
path: root/include/libc.h
AgeCommit message (Collapse)AuthorFilesLines
2013-05-14Imported Upstream version 1.1upstream/1.1Michael Stapelberg1-1/+6
2013-03-04Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304Michael Stapelberg1-5/+13
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-1/+7
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+386
2011-09-13Imported Upstream version 60Ondřej Surý1-382/+0
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-1/+1
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-1/+7
2010-02-08Fix *l/*c -V flag segfaultDean Prichard1-0/+1
*l/*c -V will segfault on macos without this trivial fix. R=adg CC=golang-dev http://codereview.appspot.com/205042 Committer: Andrew Gerrand <adg@golang.org>
2010-01-19libc: add goos, goarch, goroot. fixes buildRuss Cox1-0/+4
TBR=r CC=golang-dev http://codereview.appspot.com/190059
2009-11-30Ports of lib9, libbio and libmach to Windows.Hector Chu1-5/+12
R=rsc http://codereview.appspot.com/157159 Committer: Russ Cox <rsc@golang.org>
2008-06-12import the plan 9 libraries libc (lib9) and libbio into the tree.Rob Pike1-0/+364
remove the dependency on /home/r. SVN=122482