aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-24Recognize m68k, mips, PPC. Don't require arch syscall files to exist.Ian Lance Taylor14-71/+200
2011-01-24syscalls/sleep_rtems.go: Add missing package clause.Ian Lance Taylor1-0/+2
2011-01-22Avoid crash when M structure free just before thread exit.Ian Lance Taylor2-6/+17
2011-01-22libgo: Adjust deadlock avoidance.Ian Lance Taylor1-9/+9
2011-01-22syscalls: Add SPARC RTEMS specific file.Ian Lance Taylor1-0/+7
2011-01-22Avoid deadlock creating new thread.Ian Lance Taylor1-0/+8
2011-01-21Avoid deadlock when finalizer lock is held during gc.Ian Lance Taylor3-2/+41
2011-01-21Fix race condition in test case.Ian Lance Taylor1-7/+7
2011-01-21Remove the types float and complex.Ian Lance Taylor329-14946/+18851
2011-01-19libgo/Makefile.am: Fix typo naming socket_bsd.go.Ian Lance Taylor2-2/+2
2011-01-14libgo: Check whether we need -lrt for sched_yield.Ian Lance Taylor2-0/+60
2011-01-14libgo: Use $(SHELL) to invoke gotest.Ian Lance Taylor2-4/+4
2011-01-14libgo/syscalls: Finish Solaris code.Ian Lance Taylor3-3/+27
2011-01-14libgo/Makefile.am: Correct typos in Solaris support.Ian Lance Taylor2-8/+8
2011-01-14mksysinfo: Define _pad128_t and _upad128_t if commented out.Ian Lance Taylor1-0/+9
2011-01-13Don't exit mksysinfo.sh if there is no _user_regs_struct.Ian Lance Taylor1-1/+1
2011-01-13Use GOARCH value of sparc64 rather than sparcv9.Ian Lance Taylor4-18/+18
2011-01-13Add some Solaris support to mksysinfo.sh.Ian Lance Taylor1-4/+27
2011-01-13Clean up syscalls, add some Solaris support.Ian Lance Taylor18-310/+413
2011-01-12Use correct nm and nm options.Ian Lance Taylor1-1/+3
2011-01-12Make using DejaGNU work for libgo testing on a native system.Ian Lance Taylor5-22/+42