aboutsummaryrefslogtreecommitdiff
path: root/libgo
AgeCommit message (Expand)Author
2013-11-07runtime: Fixes for Alpha.ian
2013-11-06libgo: Update to October 24 version of master library.ian
2013-10-18runtime: Fix typo in dup3 fallback implementation.ian
2013-10-17syscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get,Set}priority.ian
2013-10-16runtime: Fix build on systems without split stack.ian
2013-10-14runtime: Don't clobber saved context when catching signal.ian
2013-10-11runtime: Report len out of range for large len when making slice.ian
2013-10-09compiler, runtime: Fix complex division of NaN / 0.ian
2013-10-09runtime: Do not report thunks and recover functions in backtrace.ian
2013-10-07reflect: Use C style comments in 386 assembly for Solaris assembler.ian
2013-10-04reflect: Fix calling Interface method on value created by MakeFunc.ian
2013-10-02runtime: Fix append of slice with elements of zero size.ian
2013-10-02reflect: Use hand-coded .eh_frame section rather than CFI directives.ian
2013-10-01reflect: Fix reflect.Call with function following non-pointer.ian
2013-09-27reflect: Copy stack values onto heap in amd64 MakeFunc.ian
2013-09-27reflect: Implement MakeFunc for 386.ian
2013-09-27reflect: Implement MakeFunc for amd64.ian
2013-09-17reflect: Fix bug calling method on indirect value.ian
2013-09-03compiler, runtime: Use runtime functions to pass closure value.ian
2013-08-23libgo: Update libtool.m4 from upstream to recognize powerpcle.ian
2013-08-09net: give C.getaddrinfo a hint that we only want SOCK_STREAM answersian
2013-08-02syscall: Change AWK split call to use []+ rather than []*.ian
2013-07-24runtime: Handle allocating memory in cgo/SWIG function.ian
2013-07-24runtime: Check _end rather than end to find end of program.ian
2013-07-24net: Only use GNU/Linux unix socket abstract paths on GNU/Linux.ian
2013-07-24runtime: Move new 1.1.1 functions from thread-linux.c to runtime.c.ian
2013-07-24net/http: Don't try to trace sendfile64 on alpha.ian
2013-07-23log/syslog: Restore interface to make this work on Solaris again.ian
2013-07-23net: Remove Solaris-specific version of listenerSockaddr.ian
2013-07-23runtime: Declare epoll_create1 if necessary.ian
2013-07-23runtime: Support cgo callbacks from threads started by C.ian
2013-07-23runtime: Ignore SIGPROF if not on a Go thread.ian
2013-07-16runtime: Fix build on non-split-stack systems.ian
2013-07-16libgo: Update to Go 1.1.1.ian
2013-06-18compiler, runtime: Use function descriptors.ian
2013-03-01runtime, testing/quick: libffi doesn't handle complex on Alpha.ian
2013-02-28runtime: Don't block SIGTRAP while creating a new thread.ian
2013-02-20 PR go/56171ian
2013-02-20 PR go/56320ian
2013-02-15runtime: Do not reserve huge amount of swap on 32 bit architectures.ian
2013-02-11 PR go/56171ian
2013-02-10compiler, libgo: Permit testing package when test imports it circularly.ian
2013-02-09 PR go/56017ian
2013-02-09 PR go/56017ian
2013-02-08syscall: Always use _C_int for C libcalls.ian
2013-02-07runtime: Change main in goc2c to return int.ian
2013-02-07 PR go/56173ian
2013-02-07libgo: Correct test for whether to use DejaGNU.ian
2013-02-07 PR go/56172ian
2013-02-06 PR go/56172ian