aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
2011-07-13libgo/testsuite/gotest: Run tests in source file order.Ian Lance Taylor1-2/+2
2011-07-11libgo: Define CC_FOR_BUILD in Makefile.Ian Lance Taylor4-2/+11
2011-07-11libgo/runtime: Change std::abort to abort.Ian Lance Taylor1-1/+1
2011-07-07re PR bootstrap/39150 (Configure scripts have no 64-Bit Solaris defined (only...Rainer Orth2-2/+2
2011-07-06libgo: Use GOCFLAGS when compiling tests.Ian Lance Taylor2-2/+2
2011-07-06json: fix test when rand returns 0.Ian Lance Taylor1-0/+3
2011-06-14Change builtin make to runtime call at lowering time.Ian Lance Taylor1-0/+57
2011-06-14Change builtin make to runtime call at lowering time.Ian Lance Taylor8-40/+62
2011-06-11Use backend interface for map descriptors.Ian Lance Taylor3-6/+6
2011-05-31libgo: Define PtraceRegs for Alpha GNU/Linux.Ian Lance Taylor1-0/+32
2011-05-31os: Correct Ctime_ns calculation.Ian Lance Taylor1-1/+1
2011-05-31libgo/mksysinfo: Remove structs within stat found on Alpha.Ian Lance Taylor1-0/+1
2011-05-25re PR go/48502 (os_test.TestStartProcess FAILs on Solaris 2)Ian Lance Taylor1-1/+2
2011-05-24libgo: Make os.setenv_c work on systems without setenv.Ian Lance Taylor4-6/+25
2011-05-24libgo: Irix portability fixes (no declaration for getaddrinfo).Ian Lance Taylor1-0/+41
2011-05-24libgo: Solaris/Irix portability fixes.Ian Lance Taylor3-3/+17
2011-05-20Update to current version of Go library.Ian Lance Taylor356-4841/+18925
2011-05-06More uses of backend interface for types.Ian Lance Taylor6-12/+16
2011-04-29libgo http/cgi: Pass down environment variables for irix and solaris.Ian Lance Taylor1-0/+2
2011-04-25libgo/time: Support Irix 6 location of zoneinfo files.Ian Lance Taylor1-6/+10
2011-04-25libgo: Irix 6 patches.Ian Lance Taylor7-18/+120
2011-04-23re PR go/48553 (fmt FAILs on 32-bit Solaris 2 with stack overflow)Ian Lance Taylor1-1/+3
2011-04-22libgo: Support multilib testing.Ian Lance Taylor2-76/+180
2011-04-22re PR go/48503 (http/cgi FAILs if libgcc_s.so.1 isn't in default ld.so.1 sear...Ian Lance Taylor1-3/+31
2011-04-18libgo: Fix append declaration.Ian Lance Taylor1-1/+1
2011-04-13Unify handling of runtime support functions.Ian Lance Taylor15-68/+75
2011-04-07libgo: Update to current Go library.Ian Lance Taylor110-3137/+4609
2011-04-06libgo: Always use AM_LDFLAGS when linking libgo.la.Ian Lance Taylor2-2/+2
2011-04-05gotest: Add external timeout if internal timeout fails.Ian Lance Taylor1-1/+14
2011-04-05gotest: Avoid echo -n.Ian Lance Taylor1-2/+2
2011-04-05libgo: Use MAP_FIXED if necessary to grab arena.Ian Lance Taylor4-2/+37
2011-04-04libgo: Always initialize semaphores.Rainer Orth4-0/+14
2011-04-03Mark as executable in SVN.Ian Lance Taylor1-0/+0
2011-04-02libgo: Sort test output in libgo.sum and libgo.log.Ian Lance Taylor2-298/+349
2011-04-01libgo: Support for alpha.Ian Lance Taylor4-2/+251
2011-04-01libgo: Try to guess the right type for select bits in mksysinfo.Ian Lance Taylor4-4/+15
2011-04-01libgo: Support Solaris 8/9.Ian Lance Taylor6-15/+51
2011-04-01libgo: Recognize MIPS ABIs.Ian Lance Taylor2-35/+134
2011-03-31re PR go/47515 (Issues porting libgo to IRIX 6.5)Ian Lance Taylor7-9/+83
2011-03-31libgo: Set name of test when using DejaGNU tests.Ian Lance Taylor4-3/+23
2011-03-31re PR go/48242 (gotest needs timeout mechanism)Ian Lance Taylor2-1/+35
2011-03-31libgo: Remove unnecessary EINTR checks.Ian Lance Taylor1-7/+7
2011-03-31libgo/syscalls: Use _C_long as the type of the select bits array.Ian Lance Taylor1-5/+7
2011-03-31libgo Makefile: Fix typo in test case name.Ian Lance Taylor2-2/+2
2011-03-31libgo: Generate DejaGNU like .sum and .log files for "make check".Ian Lance Taylor2-45/+136
2011-03-30libgo: Use waitpid on systems which do not have wait4.Ian Lance Taylor8-20/+80
2011-03-30libgo: Support systems which do not have strerror_r.Ian Lance Taylor5-7/+61
2011-03-30libgo: Use the right files on Solaris variants.Ian Lance Taylor2-11/+23
2011-03-30libgo/Makefile.am: Add missing dependencies for net/net.lo.Ian Lance Taylor2-4/+6
2011-03-30Update to current Go library.Ian Lance Taylor113-671/+1892