Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-30 | libgo: Support systems which do not have strerror_r. | Ian Lance Taylor | 5 | -7/+61 | |
From-SVN: r171757 | |||||
2011-03-30 | libgo: Use the right files on Solaris variants. | Ian Lance Taylor | 2 | -11/+23 | |
From-SVN: r171753 | |||||
2011-03-30 | libgo/Makefile.am: Add missing dependencies for net/net.lo. | Ian Lance Taylor | 2 | -4/+6 | |
From-SVN: r171737 | |||||
2011-03-30 | Update to current Go library. | Ian Lance Taylor | 113 | -671/+1892 | |
From-SVN: r171732 | |||||
2011-03-28 | re PR go/48312 (http, rpc, websocket tests hang on Solaris 2/x86) | Ian Lance Taylor | 5 | -9/+20 | |
PR go/48312 Fix fd_select.go for changes in FD handling. We have to wake up the goroutine waiting in select each time we change the set of descriptors we are waiting for, unlike epoll. From-SVN: r171623 | |||||
2011-03-28 | Rename net/fd_rtems.go to net/fd_select.go. | Ian Lance Taylor | 3 | -4/+4 | |
From-SVN: r171621 | |||||
2011-03-27 | Add runtime profiling infrastructure, not yet working. | Ian Lance Taylor | 8 | -43/+598 | |
From-SVN: r171579 | |||||
2011-03-27 | Remove closedchan function. | Ian Lance Taylor | 1 | -11/+0 | |
From-SVN: r171577 | |||||
2011-03-25 | Remove closed function. Fix tuple receive in select. | Ian Lance Taylor | 8 | -57/+29 | |
From-SVN: r171440 | |||||
2011-03-24 | Update to current version of Go library. | Ian Lance Taylor | 168 | -2743/+8977 | |
From-SVN: r171427 | |||||
2011-03-24 | Tuple receives indicate whether channel is closed. | Ian Lance Taylor | 4 | -15/+30 | |
From-SVN: r171380 | |||||
2011-03-23 | Send on a closed channel panics. | Ian Lance Taylor | 9 | -66/+32 | |
Calling close on a closed channel panics. Don't limit number of receives on a closed channel. From-SVN: r171364 | |||||
2011-03-23 | Missed test data in libgo update. | Ian Lance Taylor | 3 | -0/+0 | |
From-SVN: r171362 | |||||
2011-03-23 | Somehow missed this addition when updating the library. | Ian Lance Taylor | 1 | -0/+0 | |
From-SVN: r171361 | |||||
2011-03-21 | libgo: Add GOTESTFLAGS variable used when testing. | Ian Lance Taylor | 2 | -4/+7 | |
From Rainer Orth. From-SVN: r171272 | |||||
2011-03-16 | Don't catch LIBPROF in Go code. | Ian Lance Taylor | 1 | -3/+0 | |
From-SVN: r171077 | |||||
2011-03-16 | Update to current version of Go library (revision 94d654be2064). | Ian Lance Taylor | 292 | -4878/+16258 | |
From-SVN: r171076 | |||||
2011-03-11 | Don't use intermediate .la files building libgo. | Ian Lance Taylor | 2 | -1501/+954 | |
From-SVN: r170862 | |||||
2011-03-10 | re PR go/48020 (libgo flag test FAILs on Solaris 2) | Ian Lance Taylor | 1 | -1/+3 | |
PR go/48020 gotest: Pass -v to nm to avoid sorting on Solaris. From-SVN: r170842 | |||||
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 |