aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
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
2011-02-21Support libgo on Solaris.Ian Lance Taylor12-34/+130
2011-02-13Remove freebsd1 from libtool.m4 macros and config.rpath.Ralf Wildenhues2-22/+2
2011-02-10libgo/configure.ac: Use AC_COMPILE_IFELSE, not AC_PREPROC_IFELSE.Ian Lance Taylor2-12/+12
2011-02-05libgo: Pass compiler flags to mksysinfo.sh.Ian Lance Taylor2-2/+2
2011-02-04Implement __sync_fetch_and_add_4 if necessary.Ian Lance Taylor4-0/+79
2011-02-03Check whether we are using setjmp/longjmp exceptions.Ian Lance Taylor4-3/+121
2011-02-02libgo: Apply upstream libtool patch.Ian Lance Taylor2-7/+34
2011-02-02libgo.exp: Set tmpdir.Ian Lance Taylor1-0/+4
2011-02-01Test whether libgcc or kernel defines __sync_bool_compare_and_swap_4.Ian Lance Taylor4-1/+47
2011-02-01Add __sync_bool_compare_and_swap_4 for targets which don't have it.Ian Lance Taylor1-0/+36
2011-01-31libgo/Makefile.am: Simplify build to avoid unnecessary .a files.Ian Lance Taylor2-1138/+1384
2011-01-29re PR go/47515 (Issues porting libgo to IRIX 6.5)Ian Lance Taylor2-1/+30
2011-01-29time: Look for zoneinfo files in Solaris directory.Ian Lance Taylor1-1/+6
2011-01-28mksysinfo.sh: Use -std=gnu99.Ian Lance Taylor1-1/+1
2011-01-28mksysinfo.sh: Fix Solaris specific define.Ian Lance Taylor1-1/+1
2011-01-28Add Solaris version of os.Hostname.Ian Lance Taylor3-2/+45
2011-01-28mksysinfo: Add #defines for Solaris.Ian Lance Taylor1-1/+9
2011-01-28When closing a file, call closedir if we called opendir.Ian Lance Taylor1-0/+7
2011-01-27mksysinfo: Always define IPV6_V6ONLY.Ian Lance Taylor1-0/+5
2011-01-27Don't force rebuild if mksysinfo.sh does not change sysinfo.go.Ian Lance Taylor3-5/+10
2011-01-27Add missing dependency in libgo/Makefile.am.Ian Lance Taylor2-4/+4
2011-01-27Fix typo in socket_bsd.go.Ian Lance Taylor1-1/+1
2011-01-27mksysinfo.sh: #include <sys/uio.h>.Ian Lance Taylor1-0/+1
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-25re PR go/47452 (Bootstrap fails in libgo (argument has incompatible type))Ian Lance Taylor2-6/+6
2011-01-25libgo: Fix typo in syscalls/socket_bsd.go.Ian Lance Taylor1-2/+2