Don't crash declaring a function named "_".
[gcc.git] / libgo /
2011-02-22 Ian Lance TaylorPermit comparing non-empty interfaces with empty interf...
2011-02-21 Ian Lance TaylorSupport libgo on Solaris.
2011-02-13 Ralf WildenhuesRemove freebsd1 from libtool.m4 macros and config.rpath.
2011-02-10 Ian Lance Taylorlibgo/configure.ac: Use AC_COMPILE_IFELSE, not AC_PREPR...
2011-02-05 Ian Lance Taylorlibgo: Pass compiler flags to mksysinfo.sh.
2011-02-04 Ian Lance TaylorImplement __sync_fetch_and_add_4 if necessary.
2011-02-03 Ian Lance TaylorCheck whether we are using setjmp/longjmp exceptions.
2011-02-02 Ian Lance Taylorlibgo: Apply upstream libtool patch.
2011-02-02 Ian Lance Taylorlibgo.exp: Set tmpdir.
2011-02-01 Ian Lance TaylorTest whether libgcc or kernel defines __sync_bool_compa...
2011-02-01 Ian Lance TaylorAdd __sync_bool_compare_and_swap_4 for targets which...
2011-01-31 Ian Lance Taylorlibgo/Makefile.am: Simplify build to avoid unnecessary...
2011-01-29 Ian Lance Taylorre PR go/47515 (Issues porting libgo to IRIX 6.5)
2011-01-29 Ian Lance Taylortime: Look for zoneinfo files in Solaris directory.
2011-01-28 Ian Lance Taylormksysinfo.sh: Use -std=gnu99.
2011-01-28 Ian Lance Taylormksysinfo.sh: Fix Solaris specific define.
2011-01-28 Ian Lance TaylorAdd Solaris version of os.Hostname.
2011-01-28 Ian Lance Taylormksysinfo: Add #defines for Solaris.
2011-01-28 Ian Lance TaylorWhen closing a file, call closedir if we called opendir.
2011-01-27 Ian Lance Taylormksysinfo: Always define IPV6_V6ONLY.
2011-01-27 Ian Lance TaylorDon't force rebuild if mksysinfo.sh does not change...
2011-01-27 Ian Lance TaylorAdd missing dependency in libgo/Makefile.am.
2011-01-27 Ian Lance TaylorFix typo in socket_bsd.go.
2011-01-27 Ian Lance Taylormksysinfo.sh: #include <sys/uio.h>.
2011-01-26 Ian Lance Taylornetchan: Avoid race condition in test.
2011-01-26 Ian Lance Taylornet: Check for EINTR.
2011-01-26 Ian Lance TaylorUpdate some net tests from master sources.
2011-01-25 Ian Lance Taylorre PR go/47452 (Bootstrap fails in libgo (argument...
2011-01-25 Ian Lance Taylorlibgo: Fix typo in syscalls/socket_bsd.go.
2011-01-24 Ian Lance TaylorRecognize m68k, mips, PPC. Don't require arch syscall...
2011-01-24 Ian Lance Taylorsyscalls/sleep_rtems.go: Add missing package clause.
2011-01-22 Ian Lance TaylorAvoid crash when M structure free just before thread...
2011-01-22 Ian Lance Taylorlibgo: Adjust deadlock avoidance.
2011-01-22 Ian Lance Taylorsyscalls: Add SPARC RTEMS specific file.
2011-01-22 Ian Lance TaylorAvoid deadlock creating new thread.
2011-01-21 Ian Lance TaylorAvoid deadlock when finalizer lock is held during gc.
2011-01-21 Ian Lance TaylorFix race condition in test case.
2011-01-21 Ian Lance TaylorRemove the types float and complex.
2011-01-19 Ian Lance Taylorlibgo/Makefile.am: Fix typo naming socket_bsd.go.
2011-01-14 Ian Lance Taylorlibgo: Check whether we need -lrt for sched_yield.
2011-01-14 Ian Lance Taylorlibgo: Use $(SHELL) to invoke gotest.
2011-01-14 Ian Lance Taylorlibgo/syscalls: Finish Solaris code.
2011-01-14 Ian Lance Taylorlibgo/Makefile.am: Correct typos in Solaris support.
2011-01-14 Ian Lance Taylormksysinfo: Define _pad128_t and _upad128_t if commented...
2011-01-13 Ian Lance TaylorDon't exit mksysinfo.sh if there is no _user_regs_struct.
2011-01-13 Ian Lance TaylorUse GOARCH value of sparc64 rather than sparcv9.
2011-01-13 Ian Lance TaylorAdd some Solaris support to mksysinfo.sh.
2011-01-13 Ian Lance TaylorClean up syscalls, add some Solaris support.
2011-01-12 Ian Lance TaylorUse correct nm and nm options.
2011-01-12 Ian Lance TaylorMake using DejaGNU work for libgo testing on a native...
2011-01-12 Ian Lance TaylorPreliminary framework for Solaris support.
2011-01-12 Ian Lance TaylorSimplify libgo Makefile conditionals.
2011-01-11 Ian Lance TaylorChange libgo testsuite format to be more like DejaGNU.
2011-01-11 Ian Lance TaylorAdd file missed in previous commit.
2011-01-11 Ian Lance TaylorAdd cgo support routines corresponding to the ones...
2011-01-05 Ian Lance Taylorre PR go/47176 (libgo doesn't compile if libunicode...
2011-01-05 Ian Lance Taylorre PR go/46959 (M68K Not Supported by Go)
2011-01-05 Ian Lance Taylorre PR go/46958 (ARM Go Does Not Compile (__builtin_retu...
2010-12-17 Ian Lance TaylorRework locking code to split stack much less.
2010-12-17 Ian Lance TaylorUpdate to current master source.
2010-12-17 Ian Lance TaylorDon't split stack in bytes.IndexByte.
2010-12-17 Ian Lance TaylorAvoid always splitting the stack when calling append...
2010-12-14 Ian Lance TaylorBetter error message if malloc gets a SIGSEGV.
2010-12-14 Ian Lance TaylorRelease cache while holding thread lock.
2010-12-09 Ian Lance Taylorre PR bootstrap/46812 (Linux libgo compilation fails...
2010-12-08 Ian Lance Taylorre PR other/46840 (libgo should link against libm)
2010-12-08 Ian Lance TaylorFix test by copying from master.
2010-12-07 Ian Lance Taylorre PR other/46789 (go configuration with --prefix=...
2010-12-06 Ian Lance TaylorLICENSE: separate, change PATENTS text.
2010-12-03 Ian Lance TaylorCheck for -pthread and -lpthread at configure time.
2010-12-03 Ian Lance TaylorIt's a contributor license agreement, not a copyright LA.
2010-12-03 Ian Lance TaylorTypo.
2010-12-03 Ian Lance TaylorClarify copyright license agreement.
2010-12-03 Ian Lance TaylorAdd Go frontend, libgo library, and Go testsuite.