Age | Commit message (Expand) | Author | Files | Lines |
2014-07-19 | libgo: Bump version number. | Ian Lance Taylor | 1 | -1/+1 |
2014-05-29 | runtime: add the --without-libatomic configure option | Ian Lance Taylor | 1 | -2/+23 |
2014-05-07 | mksysinfo: Define CLONE flags. | Ian Lance Taylor | 1 | -1/+1 |
2014-05-01 | runtime: ask $GOC rather than $CC for the version and multi-os-directory | Ian Lance Taylor | 1 | -1/+1 |
2014-04-16 | libgo: Remove Solaris 8 & 9 support. | Ian Lance Taylor | 1 | -19/+0 |
2014-03-12 | libgo: Build math package with -ffp-contract=off on non-x86. | Ian Lance Taylor | 1 | -0/+2 |
2014-01-22 | libgo/configure: Test for gold with gccgo -Wl,--help, not ld --help. | Ian Lance Taylor | 1 | -1/+1 |
2014-01-06 | go/build: Set GOARCH on arm64 systems. | Ian Lance Taylor | 1 | -2/+21 |
2013-11-24 | syscall: Only call varargs libc functions from C code. | Ian Lance Taylor | 1 | -1/+1 |
2013-11-22 | libgo: Update libtool support for powerpc64le-linux-gnu. | Ian Lance Taylor | 1 | -4/+4 |
2013-11-19 | libgo: Fix typo for is_dragonfly in configure script. | Ian Lance Taylor | 1 | -1/+1 |
2013-11-06 | libgo: Update to October 24 version of master library. | Ian Lance Taylor | 1 | -3/+19 |
2013-10-17 | syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority. | Ian Lance Taylor | 1 | -1/+1 |
2013-10-02 | reflect: Use hand-coded .eh_frame section rather than CFI directives. | Ian Lance Taylor | 1 | -0/+95 |
2013-08-23 | libgo: Update libtool.m4 from upstream to recognize powerpcle. | Ian Lance Taylor | 1 | -5/+11 |
2013-06-18 | compiler, runtime: Use function descriptors. | Ian Lance Taylor | 1 | -1/+1 |
2013-02-11 | re PR go/56171 (syscall FAILs on Solaris) | Ian Lance Taylor | 1 | -0/+56 |
2013-02-07 | libgo: Correct test for whether to use DejaGNU. | Ian Lance Taylor | 1 | -1/+1 |
2013-02-05 | re PR go/56017 (libgo testsuite does not support cross testing) | Ian Lance Taylor | 1 | -2/+11 |
2013-01-29 | libgo: Update Go library to master revision 15489/921e53d4863c. | Ian Lance Taylor | 1 | -1/+1 |
2013-01-26 | libgo: Add --enable-werror configure option. | Ian Lance Taylor | 1 | -3/+12 |
2012-10-23 | re PR go/54918 (libgo.so.0 is not runtime compatible between gcc-4.6.2 and gc... | Ian Lance Taylor | 1 | -1/+1 |
2012-10-23 | libgo: Update to current sources. | Ian Lance Taylor | 1 | -2/+18 |
2012-06-07 | runtime: Use dl_iterate_phdr to get TLS size. | Ian Lance Taylor | 1 | -1/+1 |
2012-06-05 | runtime: Fix call to _dl_get_tls_static_info for i386. | Ian Lance Taylor | 1 | -1/+1 |
2012-04-27 | re PR go/52358 (math FAILs on Solaris 8 and 9) | Ian Lance Taylor | 1 | -0/+17 |
2012-04-22 | mksysinfo: More fixes to emulate master Go library. | Ian Lance Taylor | 1 | -1/+1 |
2012-04-21 | syscall: Additional constants, some type corrections. | Ian Lance Taylor | 1 | -2/+2 |
2012-04-20 | net, syscall: Use native endianness for GNU/Linux netlink code. | Ian Lance Taylor | 1 | -9/+2 |
2012-04-04 | syscall: Add more constants. | Ian Lance Taylor | 1 | -1/+1 |
2012-04-03 | syscall, net: Fix GNU/Linux netlink code for big-endian systems. | Ian Lance Taylor | 1 | -2/+9 |
2012-04-03 | mksysinfo.sh: Add some more networking constants. | Ian Lance Taylor | 1 | -1/+1 |
2012-03-05 | libgo: Fix Solaris ustat.h test. | Ian Lance Taylor | 1 | -1/+4 |
2012-03-02 | libgo: Try to fix use of <ustat.h> for Solaris and older GNU/Linux. | Ian Lance Taylor | 1 | -1/+31 |
2012-02-29 | syscall: Fill out GNU/Linux support. | Ian Lance Taylor | 1 | -2/+2 |
2012-02-18 | libgo: Add mount flags, fallocate, statfs. | Ian Lance Taylor | 1 | -2/+13 |
2012-02-17 | re PR go/52266 (syntax error in libgo/configure) | Ian Lance Taylor | 1 | -408/+406 |
2012-02-15 | runtime: Support broken makecontext on Solaris 8/9. | Ian Lance Taylor | 1 | -0/+17 |
2012-02-14 | re PR go/48410 (weird installation dir) | Ian Lance Taylor | 1 | -15/+17 |
2012-02-12 | re PR go/52084 (go tests fail to link on powerpc-linux-gnu (undefined referen... | Ian Lance Taylor | 1 | -0/+58 |
2012-02-10 | libgo/configure: Fixes for Solaris 8 and cross-compilation. | Ian Lance Taylor | 1 | -4/+44 |
2012-02-08 | runtime: Add matherr function when appropriate. | Ian Lance Taylor | 1 | -0/+29 |
2012-02-08 | math: Compile with -mfancy-math-387 -funsafe-optimizations on x86. | Ian Lance Taylor | 1 | -2/+30 |
2012-02-08 | runtime: System-specific hack fix for x86_64 Solaris 10. | Ian Lance Taylor | 1 | -0/+98 |
2012-01-26 | libgo: Build stubs for some syscall functions not on older systems. | Ian Lance Taylor | 1 | -406/+432 |
2012-01-25 | libgo: Update to weekly.2012-01-15. | Ian Lance Taylor | 1 | -1/+1 |
2012-01-17 | libgo: Solaris and Irix compatibility patches. | Ian Lance Taylor | 1 | -0/+1 |
2012-01-13 | libgo: Update to weekly.2011-12-22. | Ian Lance Taylor | 1 | -2/+17 |
2011-12-22 | libgo: Use -std=gnu99 on Solaris 10. | Ian Lance Taylor | 1 | -2/+2 |
2011-12-20 | libgo: Fix use of -D_GNU_SOURCE and friends when building libgo. | Ian Lance Taylor | 1 | -3/+4 |