Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-09 | Solaris specific syslog support. | Ian Lance Taylor | 6 | -36/+147 | |
From-SVN: r170837 | |||||
2011-03-09 | libgo/README.gcc: Mention GCCGO_RUN_ALL_TESTS. | Ian Lance Taylor | 1 | -0/+4 | |
From-SVN: r170828 | |||||
2011-03-09 | re PR go/48019 (Need to handle EINTR in libgo testsuite) | Ian Lance Taylor | 1 | -0/+3 | |
PR go/48019 Ignore EINTR in socket connect. From-SVN: r170811 | |||||
2011-03-09 | re PR go/48019 (Need to handle EINTR in libgo testsuite) | Ian Lance Taylor | 1 | -2/+7 | |
PR go/48019 Ignore EINTR in runtime_lock_full. From-SVN: r170810 | |||||
2011-03-09 | re PR go/48017 (Network tests should fail gracefully without network ↵ | Ian Lance Taylor | 2 | -6/+6 | |
connectivity) PR go/48017 Only run net tests if GCCGO_RUN_ALL_TESTS is set in environment. From-SVN: r170809 | |||||
2011-03-09 | re PR go/47910 (typo in __go_map_next_prime) | Ian Lance Taylor | 1 | -1/+1 | |
PR go/47910 Correct search for next prime in libgo map code. From-SVN: r170808 | |||||
2011-03-07 | Solaris libgo testsuite fixes. | Ian Lance Taylor | 2 | -3/+1 | |
From-SVN: r170762 | |||||
2011-03-07 | Use _nuname on 32-bit Solaris 2/x86. | Ian Lance Taylor | 5 | -2/+30 | |
From-SVN: r170761 | |||||
2011-03-07 | Permit garbage collection on any compiler generated memory allocation. | Ian Lance Taylor | 1 | -1/+1 | |
From-SVN: r170760 | |||||
2011-03-07 | Avoid race condition manipulating heap when goroutine exits. | Ian Lance Taylor | 1 | -8/+15 | |
From-SVN: r170758 | |||||
2011-02-22 | Permit comparing non-empty interfaces with empty interfaces. | Ian Lance Taylor | 3 | -10/+54 | |
From-SVN: r170385 | |||||
2011-02-21 | Support libgo on Solaris. | Ian Lance Taylor | 12 | -34/+130 | |
From Rainer Orth. From-SVN: r170355 | |||||
2011-02-13 | Remove freebsd1 from libtool.m4 macros and config.rpath. | Ralf Wildenhues | 2 | -22/+2 | |
/: Import from Libtool and gnulib: 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com> Prepare for supporting FreeBSD 10. * config.rpath: Remove handling of freebsd1* which soon would match FreeBSD 10.0. 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change) Remove support for FreeBSD 1.x. * libtool.m4 (_LT_LINKER_SHLIBS) (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which soon would incorrectly match FreeBSD 10.0. boehm-gc/: * configure: Regenerate. gcc/: * configure: Regenerate. libffi/: * configure: Regenerate. libgfortran/: * Makefile.in: Regenerate. * aclocal.m4: Likewise. * configure: Likewise. libgo/: * config/libtool.m4: (_LT_LINKER_SHLIBS) (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which soon would incorrectly match FreeBSD 10.0. * configure: Regenerate. libgomp/: * configure: Regenerate. libjava/: * configure: Regenerate. * shlibpath.m4 (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which soon would incorrectly match FreeBSD 10.0. libjava/classpath/: * config.rpath, ltcf-c.sh, ltcf-gcj.sh, ltconfig: Remove handling of freebsd1* which soon would match FreeBSD 10.0. * configure: Regenerate. libjava/libltdl/: * acinclude.m4 (AC_LIBTOOL_PROG_LD_SHLIBS) (AC_LIBTOOL_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which soon would incorrectly match FreeBSD 10.0. * configure: Regenerate. libmudflap/: * configure: Regenerate. libobjc/: * configure: Regenerate. libquadmath/: * Makefile.in: Regenerate. * aclocal.m4: Likewise. * configure: Likewise. libssp/: * Makefile.in: Regenerate. * aclocal.m4: Likewise. * configure: Likewise. libstdc++-v3/: * configure: Regenerate. lto-plugin/: * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * configure: Regenerate. zlib/: * configure: Regenerate. From-SVN: r170106 | |||||
2011-02-10 | libgo/configure.ac: Use AC_COMPILE_IFELSE, not AC_PREPROC_IFELSE. | Ian Lance Taylor | 2 | -12/+12 | |
From-SVN: r170030 | |||||
2011-02-05 | libgo: Pass compiler flags to mksysinfo.sh. | Ian Lance Taylor | 2 | -2/+2 | |
From-SVN: r169848 | |||||
2011-02-04 | Implement __sync_fetch_and_add_4 if necessary. | Ian Lance Taylor | 4 | -0/+79 | |
From-SVN: r169820 | |||||
2011-02-03 | Check whether we are using setjmp/longjmp exceptions. | Ian Lance Taylor | 4 | -3/+121 | |
From-SVN: r169777 | |||||
2011-02-02 | libgo: Apply upstream libtool patch. | Ian Lance Taylor | 2 | -7/+34 | |
http://gcc.gnu.org/ml/gcc-patches/2011-02/msg00008.html From-SVN: r169766 | |||||
2011-02-02 | libgo.exp: Set tmpdir. | Ian Lance Taylor | 1 | -0/+4 | |
From-SVN: r169529 | |||||
2011-02-01 | Test whether libgcc or kernel defines __sync_bool_compare_and_swap_4. | Ian Lance Taylor | 4 | -1/+47 | |
From-SVN: r169504 | |||||
2011-02-01 | Add __sync_bool_compare_and_swap_4 for targets which don't have it. | Ian Lance Taylor | 1 | -0/+36 | |
From-SVN: r169502 | |||||
2011-01-31 | libgo/Makefile.am: Simplify build to avoid unnecessary .a files. | Ian Lance Taylor | 2 | -1138/+1384 | |
From-SVN: r169456 | |||||
2011-01-29 | re PR go/47515 (Issues porting libgo to IRIX 6.5) | Ian Lance Taylor | 2 | -1/+30 | |
PR go/47515 runtime: If no MAP_ANON, use /dev/zero. From-SVN: r169388 | |||||
2011-01-29 | time: Look for zoneinfo files in Solaris directory. | Ian Lance Taylor | 1 | -1/+6 | |
From-SVN: r169380 | |||||
2011-01-28 | mksysinfo.sh: Use -std=gnu99. | Ian Lance Taylor | 1 | -1/+1 | |
From-SVN: r169379 | |||||
2011-01-28 | mksysinfo.sh: Fix Solaris specific define. | Ian Lance Taylor | 1 | -1/+1 | |
From-SVN: r169376 | |||||
2011-01-28 | Add Solaris version of os.Hostname. | Ian Lance Taylor | 3 | -2/+45 | |
From-SVN: r169350 | |||||
2011-01-28 | mksysinfo: Add #defines for Solaris. | Ian Lance Taylor | 1 | -1/+9 | |
From-SVN: r169345 | |||||
2011-01-28 | When closing a file, call closedir if we called opendir. | Ian Lance Taylor | 1 | -0/+7 | |
Fixes Go issue 1448. From-SVN: r169344 | |||||
2011-01-27 | mksysinfo: Always define IPV6_V6ONLY. | Ian Lance Taylor | 1 | -0/+5 | |
From-SVN: r169343 | |||||
2011-01-27 | Don't force rebuild if mksysinfo.sh does not change sysinfo.go. | Ian Lance Taylor | 3 | -5/+10 | |
From-SVN: r169342 | |||||
2011-01-27 | Add missing dependency in libgo/Makefile.am. | Ian Lance Taylor | 2 | -4/+4 | |
From-SVN: r169341 | |||||
2011-01-27 | Fix typo in socket_bsd.go. | Ian Lance Taylor | 1 | -1/+1 | |
From-SVN: r169313 | |||||
2011-01-27 | mksysinfo.sh: #include <sys/uio.h>. | Ian Lance Taylor | 1 | -0/+1 | |
From-SVN: r169312 | |||||
2011-01-26 | netchan: Avoid race condition in test. | Ian Lance Taylor | 1 | -2/+2 | |
Copied from master library. From-SVN: r169311 | |||||
2011-01-26 | net: Check for EINTR. | Ian Lance Taylor | 1 | -7/+7 | |
From-SVN: r169309 | |||||
2011-01-26 | Update some net tests from master sources. | Ian Lance Taylor | 2 | -13/+37 | |
From-SVN: r169298 | |||||
2011-01-25 | re PR go/47452 (Bootstrap fails in libgo (argument has incompatible type)) | Ian Lance Taylor | 2 | -6/+6 | |
PR go/47452 Pick up local .gox files for specially built packages. From-SVN: r169192 | |||||
2011-01-25 | libgo: Fix typo in syscalls/socket_bsd.go. | Ian Lance Taylor | 1 | -2/+2 | |
From-SVN: r169190 | |||||
2011-01-24 | Recognize m68k, mips, PPC. Don't require arch syscall files to exist. | Ian Lance Taylor | 14 | -71/+200 | |
From-SVN: r169185 | |||||
2011-01-24 | syscalls/sleep_rtems.go: Add missing package clause. | Ian Lance Taylor | 1 | -0/+2 | |
From-SVN: r169183 | |||||
2011-01-22 | Avoid crash when M structure free just before thread exit. | Ian Lance Taylor | 2 | -6/+17 | |
From-SVN: r169121 | |||||
2011-01-22 | libgo: Adjust deadlock avoidance. | Ian Lance Taylor | 1 | -9/+9 | |
From-SVN: r169120 | |||||
2011-01-22 | syscalls: Add SPARC RTEMS specific file. | Ian Lance Taylor | 1 | -0/+7 | |
From-SVN: r169119 | |||||
2011-01-22 | Avoid deadlock creating new thread. | Ian Lance Taylor | 1 | -0/+8 | |
From-SVN: r169114 | |||||
2011-01-21 | Avoid deadlock when finalizer lock is held during gc. | Ian Lance Taylor | 3 | -2/+41 | |
From-SVN: r169112 | |||||
2011-01-21 | Fix race condition in test case. | Ian Lance Taylor | 1 | -7/+7 | |
Brought over from master repository. From-SVN: r169106 | |||||
2011-01-21 | Remove the types float and complex. | Ian Lance Taylor | 329 | -14946/+18851 | |
Update to current version of Go library. Update testsuite for removed types. * go-lang.c (go_langhook_init): Omit float_type_size when calling go_create_gogo. * go-c.h: Update declaration of go_create_gogo. From-SVN: r169098 | |||||
2011-01-19 | libgo/Makefile.am: Fix typo naming socket_bsd.go. | Ian Lance Taylor | 2 | -2/+2 | |
From-SVN: r169037 | |||||
2011-01-14 | libgo: Check whether we need -lrt for sched_yield. | Ian Lance Taylor | 2 | -0/+60 | |
From Rainer Orth. From-SVN: r168816 |