aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Collapse)AuthorFilesLines
2011-03-30libgo: Support systems which do not have strerror_r.Ian Lance Taylor5-7/+61
From-SVN: r171757
2011-03-30libgo: Use the right files on Solaris variants.Ian Lance Taylor2-11/+23
From-SVN: r171753
2011-03-30libgo/Makefile.am: Add missing dependencies for net/net.lo.Ian Lance Taylor2-4/+6
From-SVN: r171737
2011-03-30Update to current Go library.Ian Lance Taylor113-671/+1892
From-SVN: r171732
2011-03-28re PR go/48312 (http, rpc, websocket tests hang on Solaris 2/x86)Ian Lance Taylor5-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-28Rename net/fd_rtems.go to net/fd_select.go.Ian Lance Taylor3-4/+4
From-SVN: r171621
2011-03-27Add runtime profiling infrastructure, not yet working.Ian Lance Taylor8-43/+598
From-SVN: r171579
2011-03-27Remove closedchan function.Ian Lance Taylor1-11/+0
From-SVN: r171577
2011-03-25Remove closed function. Fix tuple receive in select.Ian Lance Taylor8-57/+29
From-SVN: r171440
2011-03-24Update to current version of Go library.Ian Lance Taylor168-2743/+8977
From-SVN: r171427
2011-03-24Tuple receives indicate whether channel is closed.Ian Lance Taylor4-15/+30
From-SVN: r171380
2011-03-23Send on a closed channel panics.Ian Lance Taylor9-66/+32
Calling close on a closed channel panics. Don't limit number of receives on a closed channel. From-SVN: r171364
2011-03-23Missed test data in libgo update.Ian Lance Taylor3-0/+0
From-SVN: r171362
2011-03-23Somehow missed this addition when updating the library.Ian Lance Taylor1-0/+0
From-SVN: r171361
2011-03-21libgo: Add GOTESTFLAGS variable used when testing.Ian Lance Taylor2-4/+7
From Rainer Orth. From-SVN: r171272
2011-03-16Don't catch LIBPROF in Go code.Ian Lance Taylor1-3/+0
From-SVN: r171077
2011-03-16Update to current version of Go library (revision 94d654be2064).Ian Lance Taylor292-4878/+16258
From-SVN: r171076
2011-03-11Don't use intermediate .la files building libgo.Ian Lance Taylor2-1501/+954
From-SVN: r170862
2011-03-10re PR go/48020 (libgo flag test FAILs on Solaris 2)Ian Lance Taylor1-1/+3
PR go/48020 gotest: Pass -v to nm to avoid sorting on Solaris. From-SVN: r170842
2011-03-09Solaris specific syslog support.Ian Lance Taylor6-36/+147
From-SVN: r170837
2011-03-09libgo/README.gcc: Mention GCCGO_RUN_ALL_TESTS.Ian Lance Taylor1-0/+4
From-SVN: r170828
2011-03-09re PR go/48019 (Need to handle EINTR in libgo testsuite)Ian Lance Taylor1-0/+3
PR go/48019 Ignore EINTR in socket connect. From-SVN: r170811
2011-03-09re PR go/48019 (Need to handle EINTR in libgo testsuite)Ian Lance Taylor1-2/+7
PR go/48019 Ignore EINTR in runtime_lock_full. From-SVN: r170810
2011-03-09re PR go/48017 (Network tests should fail gracefully without network ↵Ian Lance Taylor2-6/+6
connectivity) PR go/48017 Only run net tests if GCCGO_RUN_ALL_TESTS is set in environment. From-SVN: r170809
2011-03-09re PR go/47910 (typo in __go_map_next_prime)Ian Lance Taylor1-1/+1
PR go/47910 Correct search for next prime in libgo map code. From-SVN: r170808
2011-03-07Solaris libgo testsuite fixes.Ian Lance Taylor2-3/+1
From-SVN: r170762
2011-03-07Use _nuname on 32-bit Solaris 2/x86.Ian Lance Taylor5-2/+30
From-SVN: r170761
2011-03-07Permit garbage collection on any compiler generated memory allocation.Ian Lance Taylor1-1/+1
From-SVN: r170760
2011-03-07Avoid race condition manipulating heap when goroutine exits.Ian Lance Taylor1-8/+15
From-SVN: r170758
2011-02-22Permit comparing non-empty interfaces with empty interfaces.Ian Lance Taylor3-10/+54
From-SVN: r170385
2011-02-21Support libgo on Solaris.Ian Lance Taylor12-34/+130
From Rainer Orth. From-SVN: r170355
2011-02-13Remove freebsd1 from libtool.m4 macros and config.rpath.Ralf Wildenhues2-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-10libgo/configure.ac: Use AC_COMPILE_IFELSE, not AC_PREPROC_IFELSE.Ian Lance Taylor2-12/+12
From-SVN: r170030
2011-02-05libgo: Pass compiler flags to mksysinfo.sh.Ian Lance Taylor2-2/+2
From-SVN: r169848
2011-02-04Implement __sync_fetch_and_add_4 if necessary.Ian Lance Taylor4-0/+79
From-SVN: r169820
2011-02-03Check whether we are using setjmp/longjmp exceptions.Ian Lance Taylor4-3/+121
From-SVN: r169777
2011-02-02libgo: Apply upstream libtool patch.Ian Lance Taylor2-7/+34
http://gcc.gnu.org/ml/gcc-patches/2011-02/msg00008.html From-SVN: r169766
2011-02-02libgo.exp: Set tmpdir.Ian Lance Taylor1-0/+4
From-SVN: r169529
2011-02-01Test whether libgcc or kernel defines __sync_bool_compare_and_swap_4.Ian Lance Taylor4-1/+47
From-SVN: r169504
2011-02-01Add __sync_bool_compare_and_swap_4 for targets which don't have it.Ian Lance Taylor1-0/+36
From-SVN: r169502
2011-01-31libgo/Makefile.am: Simplify build to avoid unnecessary .a files.Ian Lance Taylor2-1138/+1384
From-SVN: r169456
2011-01-29re PR go/47515 (Issues porting libgo to IRIX 6.5)Ian Lance Taylor2-1/+30
PR go/47515 runtime: If no MAP_ANON, use /dev/zero. From-SVN: r169388
2011-01-29time: Look for zoneinfo files in Solaris directory.Ian Lance Taylor1-1/+6
From-SVN: r169380
2011-01-28mksysinfo.sh: Use -std=gnu99.Ian Lance Taylor1-1/+1
From-SVN: r169379
2011-01-28mksysinfo.sh: Fix Solaris specific define.Ian Lance Taylor1-1/+1
From-SVN: r169376
2011-01-28Add Solaris version of os.Hostname.Ian Lance Taylor3-2/+45
From-SVN: r169350
2011-01-28mksysinfo: Add #defines for Solaris.Ian Lance Taylor1-1/+9
From-SVN: r169345
2011-01-28When closing a file, call closedir if we called opendir.Ian Lance Taylor1-0/+7
Fixes Go issue 1448. From-SVN: r169344
2011-01-27mksysinfo: Always define IPV6_V6ONLY.Ian Lance Taylor1-0/+5
From-SVN: r169343
2011-01-27Don't force rebuild if mksysinfo.sh does not change sysinfo.go.Ian Lance Taylor3-5/+10
From-SVN: r169342