aboutsummaryrefslogtreecommitdiff
path: root/libgo/go
AgeCommit message (Expand)AuthorFilesLines
2011-01-28When closing a file, call closedir if we called opendir.Ian Lance Taylor1-0/+7
2011-01-26netchan: Avoid race condition in test.Ian Lance Taylor1-2/+2
2011-01-26net: Check for EINTR.Ian Lance Taylor1-7/+7
2011-01-26Update some net tests from master sources.Ian Lance Taylor2-13/+37
2011-01-24Recognize m68k, mips, PPC. Don't require arch syscall files to exist.Ian Lance Taylor6-30/+0
2011-01-21Fix race condition in test case.Ian Lance Taylor1-7/+7
2011-01-21Remove the types float and complex.Ian Lance Taylor316-14850/+18147
2011-01-13Use GOARCH value of sparc64 rather than sparcv9.Ian Lance Taylor1-0/+0
2011-01-12Preliminary framework for Solaris support.Ian Lance Taylor5-0/+37
2011-01-12Simplify libgo Makefile conditionals.Ian Lance Taylor3-0/+27
2010-12-17Update to current master source.Ian Lance Taylor1-252/+159
2010-12-17Don't split stack in bytes.IndexByte.Ian Lance Taylor1-3/+5
2010-12-08Fix test by copying from master.Ian Lance Taylor1-1/+1
2010-12-03Add Go frontend, libgo library, and Go testsuite.Ian Lance Taylor729-0/+179469