summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* runtime: Fix defer of unlock thread at program startup.Ian Lance Taylor2013-12-126-5/+19
* reflect: Fix MakeFunc returning float32 or float64 on 386.Ian Lance Taylor2013-12-122-15/+26
* compiler, reflect, runtime: Implement method values in reflect.Ian Lance Taylor2013-12-127-44/+120
* reflect, runtime: Let reflect.MakeFunc functions call recover.Ian Lance Taylor2013-12-116-2/+109
* re PR go/59408 (Many Go tests FAIL with notesleep not on g0)Ian Lance Taylor2013-12-061-0/+4
* runtime: Use pthread_sigmask instead of sigprocmask.Ian Lance Taylor2013-12-043-4/+4
* runtime: Fix prototype and one use of runtime_traceback.Ian Lance Taylor2013-12-032-2/+2
* libgo: Avoid some cases of getting callers recursively.Ian Lance Taylor2013-12-013-0/+19
* reflect: Rename struct field to be consistent in assembler and Go.Ian Lance Taylor2013-11-301-2/+2
* reflect: Fix MakeFunc for 386 when returning a struct.Ian Lance Taylor2013-11-302-1/+14
* libgo: Update to current Go library.Ian Lance Taylor2013-11-2730-60/+241
* runtime: Fix handling of surrogate pairs in string([]rune).Ian Lance Taylor2013-11-261-0/+4
* syscall: Set SizeofSockaddrAny to the value the go distribution usesIan Lance Taylor2013-11-251-1/+1
* syscall: Only call varargs libc functions from C code.Ian Lance Taylor2013-11-2411-11/+71
* libgo: Update libtool support for powerpc64le-linux-gnu.Ian Lance Taylor2013-11-222-8/+8
* runtime: Update for change to libbacktrace library.Ian Lance Taylor2013-11-191-1/+1
* reflect: Handle calls to functions that take or return empty structsIan Lance Taylor2013-11-192-1/+44
* gotest: Recognize PPC ELF v2 function pointers in text section.Ian Lance Taylor2013-11-191-1/+1
* libgo: Fix typo for is_dragonfly in configure script.Ian Lance Taylor2013-11-192-2/+2
* runtime: Use runtime_m to get m value after call to runtime_mcall.Ian Lance Taylor2013-11-151-1/+4
* runtime: Don't use filename without '/' for backtrace library.Ian Lance Taylor2013-11-141-0/+7
* net: On Solaris use Darwin keepalive code.Ian Lance Taylor2013-11-143-27/+2
* runtime: Add netpoll code that uses select.Ian Lance Taylor2013-11-148-59/+270
* runtime: Fix GC flag in when allocating memory from cgo.Ian Lance Taylor2013-11-141-1/+1
* go/build: Add all known gccgo architectures to list.Ian Lance Taylor2013-11-141-1/+1
* libgo/go/go/build: use syslist.go from the gc stdlib.Ian Lance Taylor2013-11-143-20/+10
* net: Fix TCP keepalive handling for Solaris.Ian Lance Taylor2013-11-113-1/+31
* mksysinfo, net: Always define F_DUPFD_CLOEXEC.Ian Lance Taylor2013-11-112-1/+6
* os: Do not try to run go command in test.Ian Lance Taylor2013-11-111-0/+1
* runtime: Correct flag (FlagNoGC => FlagNoInvokeGC).Ian Lance Taylor2013-11-091-1/+1
* runtime: Fixes for Alpha.Ian Lance Taylor2013-11-072-1/+4
* 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