aboutsummaryrefslogtreecommitdiff
path: root/libgo/go
AgeCommit message (Expand)AuthorFilesLines
2011-03-16Update to current version of Go library (revision 94d654be2064).Ian Lance Taylor259-3984/+14755
2011-03-09Solaris specific syslog support.Ian Lance Taylor4-24/+117
2011-03-09re PR go/48019 (Need to handle EINTR in libgo testsuite)Ian Lance Taylor1-0/+3
2011-03-07Solaris libgo testsuite fixes.Ian Lance Taylor2-3/+1
2011-02-21Support libgo on Solaris.Ian Lance Taylor3-1/+24
2011-01-29time: Look for zoneinfo files in Solaris directory.Ian Lance Taylor1-1/+6
2011-01-28Add Solaris version of os.Hostname.Ian Lance Taylor1-0/+25
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