aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
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
2011-03-28re PR go/48312 (http, rpc, websocket tests hang on Solaris 2/x86)Ian Lance Taylor5-9/+20
2011-03-28Rename net/fd_rtems.go to net/fd_select.go.Ian Lance Taylor3-4/+4
2011-03-27Add runtime profiling infrastructure, not yet working.Ian Lance Taylor8-43/+598
2011-03-27Remove closedchan function.Ian Lance Taylor1-11/+0
2011-03-25Remove closed function. Fix tuple receive in select.Ian Lance Taylor8-57/+29
2011-03-24Update to current version of Go library.Ian Lance Taylor168-2743/+8977
2011-03-24Tuple receives indicate whether channel is closed.Ian Lance Taylor4-15/+30
2011-03-23Send on a closed channel panics.Ian Lance Taylor9-66/+32
2011-03-23Missed test data in libgo update.Ian Lance Taylor3-0/+0
2011-03-23Somehow missed this addition when updating the library.Ian Lance Taylor1-0/+0
2011-03-21libgo: Add GOTESTFLAGS variable used when testing.Ian Lance Taylor2-4/+7
2011-03-16Don't catch LIBPROF in Go code.Ian Lance Taylor1-3/+0
2011-03-16Update to current version of Go library (revision 94d654be2064).Ian Lance Taylor292-4878/+16258
2011-03-11Don't use intermediate .la files building libgo.Ian Lance Taylor2-1501/+954
2011-03-10re PR go/48020 (libgo flag test FAILs on Solaris 2)Ian Lance Taylor1-1/+3
2011-03-09Solaris specific syslog support.Ian Lance Taylor6-36/+147
2011-03-09libgo/README.gcc: Mention GCCGO_RUN_ALL_TESTS.Ian Lance Taylor1-0/+4
2011-03-09re PR go/48019 (Need to handle EINTR in libgo testsuite)Ian Lance Taylor1-0/+3
2011-03-09re PR go/48019 (Need to handle EINTR in libgo testsuite)Ian Lance Taylor1-2/+7
2011-03-09re PR go/48017 (Network tests should fail gracefully without network connecti...Ian Lance Taylor2-6/+6
2011-03-09re PR go/47910 (typo in __go_map_next_prime)Ian Lance Taylor1-1/+1
2011-03-07Solaris libgo testsuite fixes.Ian Lance Taylor2-3/+1
2011-03-07Use _nuname on 32-bit Solaris 2/x86.Ian Lance Taylor5-2/+30
2011-03-07Permit garbage collection on any compiler generated memory allocation.Ian Lance Taylor1-1/+1
2011-03-07Avoid race condition manipulating heap when goroutine exits.Ian Lance Taylor1-8/+15
2011-02-22Permit comparing non-empty interfaces with empty interfaces.Ian Lance Taylor3-10/+54