summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* libgo: Update to October 24 version of master library.Ian Lance Taylor2013-11-06596-7420/+31983
* runtime: Fix typo in dup3 fallback implementation.Ian Lance Taylor2013-10-181-1/+1
* syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority.Ian Lance Taylor2013-10-177-2/+99
* runtime: Fix build on systems without split stack.Ian Lance Taylor2013-10-161-0/+2
* runtime: Don't clobber saved context when catching signal.Ian Lance Taylor2013-10-141-2/+3
* runtime: Report len out of range for large len when making slice.Ian Lance Taylor2013-10-111-1/+4
* compiler, runtime: Fix complex division of NaN / 0.Ian Lance Taylor2013-10-093-1/+57
* runtime: Do not report thunks and recover functions in backtrace.Ian Lance Taylor2013-10-091-0/+15
* reflect: Use C style comments in 386 assembly for Solaris assembler.Ian Lance Taylor2013-10-071-23/+24
* reflect: Fix calling Interface method on value created by MakeFunc.Ian Lance Taylor2013-10-042-1/+25
* runtime: Fix append of slice with elements of zero size.Ian Lance Taylor2013-10-021-6/+6
* reflect: Use hand-coded .eh_frame section rather than CFI directives.Ian Lance Taylor2013-10-025-21/+331
* reflect: Fix reflect.Call with function following non-pointer.Ian Lance Taylor2013-10-012-2/+13
* reflect: Copy stack values onto heap in amd64 MakeFunc.Ian Lance Taylor2013-09-271-2/+8
* reflect: Implement MakeFunc for 386.Ian Lance Taylor2013-09-276-5/+264
* reflect: Implement MakeFunc for amd64.Ian Lance Taylor2013-09-278-88/+676
* reflect: Fix bug calling method on indirect value.Ian Lance Taylor2013-09-171-1/+7
* compiler, runtime: Use runtime functions to pass closure value.Ian Lance Taylor2013-09-036-27/+36
* libgo: Update libtool.m4 from upstream to recognize powerpcle.Ian Lance Taylor2013-08-232-8/+20
* net: give C.getaddrinfo a hint that we only want SOCK_STREAM answersIan Lance Taylor2013-08-091-1/+2
* syscall: Change AWK split call to use []+ rather than []*.Ian Lance Taylor2013-08-021-2/+2
* runtime: Handle allocating memory in cgo/SWIG function.Ian Lance Taylor2013-07-241-2/+19
* runtime: Check _end rather than end to find end of program.Ian Lance Taylor2013-07-241-2/+2
* net: Only use GNU/Linux unix socket abstract paths on GNU/Linux.Ian Lance Taylor2013-07-245-47/+49
* runtime: Move new 1.1.1 functions from thread-linux.c to runtime.c.Ian Lance Taylor2013-07-242-46/+47
* net/http: Don't try to trace sendfile64 on alpha.Ian Lance Taylor2013-07-241-1/+6
* log/syslog: Restore interface to make this work on Solaris again.Ian Lance Taylor2013-07-233-13/+31
* net: Remove Solaris-specific version of listenerSockaddr.Ian Lance Taylor2013-07-231-29/+0
* runtime: Declare epoll_create1 if necessary.Ian Lance Taylor2013-07-231-0/+4
* runtime: Support cgo callbacks from threads started by C.Ian Lance Taylor2013-07-235-20/+131
* runtime: Ignore SIGPROF if not on a Go thread.Ian Lance Taylor2013-07-231-6/+7
* runtime: Fix build on non-split-stack systems.Ian Lance Taylor2013-07-161-2/+6
* libgo: Update to Go 1.1.1.Ian Lance Taylor2013-07-16620-122654/+23893
* compiler, runtime: Use function descriptors.Ian Lance Taylor2013-06-1816-53/+104
* runtime, testing/quick: libffi doesn't handle complex on Alpha.Ian Lance Taylor2013-03-012-3/+16
* runtime: Don't block SIGTRAP while creating a new thread.Ian Lance Taylor2013-02-281-0/+6
* re PR go/56171 (syscall FAILs on Solaris)Ian Lance Taylor2013-02-206-29/+103
* re PR go/56320 (Several libgo tests FAIL on 64-bit Solaris/x86)Ian Lance Taylor2013-02-201-3/+4
* runtime: Do not reserve huge amount of swap on 32 bit architectures.Ian Lance Taylor2013-02-151-1/+9
* re PR go/56171 (syscall FAILs on Solaris)Ian Lance Taylor2013-02-115-3/+67
* compiler, libgo: Permit testing package when test imports it circularly.Ian Lance Taylor2013-02-1015-255/+68
* re PR go/56017 (libgo testsuite does not support cross testing)Ian Lance Taylor2013-02-092-2/+8
* re PR go/56017 (libgo testsuite does not support cross testing)Ian Lance Taylor2013-02-091-0/+1
* syscall: Always use _C_int for C libcalls.Ian Lance Taylor2013-02-0810-48/+50
* runtime: Change main in goc2c to return int.Ian Lance Taylor2013-02-071-1/+1
* re PR go/56173 (Several libgo tests FAIL on Solaris/SPARC)Ian Lance Taylor2013-02-071-2/+12
* libgo: Correct test for whether to use DejaGNU.Ian Lance Taylor2013-02-072-2/+2
* re PR go/56172 (net FAILs on Solaris)Ian Lance Taylor2013-02-071-1/+1
* re PR go/56172 (net FAILs on Solaris)Ian Lance Taylor2013-02-064-7/+34
* re PR go/56172 (net FAILs on Solaris)Ian Lance Taylor2013-02-051-1/+1