sem_ch13.adb: Minor reformatting.
[gcc.git] / libgo /
2014-05-07 Ian Lance Taylormksysinfo: Define some more non-trivial TIOC constants.
2014-05-07 Ian Lance Taylormksysinfo: Define CLONE flags.
2014-05-01 Ian Lance Taylorruntime: ask $GOC rather than $CC for the version and...
2014-04-25 Ian Lance Taylorre PR go/60931 (libgo has issues when page size is...
2014-04-17 Ian Lance Taylorgofrontend: deduplicate C syscall function declarations
2014-04-17 Ian Lance Taylorruntime: remove use of obsolete map deletion syntax
2014-04-17 Ian Lance Taylorgofrontend: avoid use of unsafe.Sizeof extension
2014-04-16 Ian Lance Taylorlibgo: Remove Solaris 8 & 9 support.
2014-04-14 Chris ManghaneSync to current external repository.
2014-03-12 Ian Lance Taylorlibgo: Build math package with -ffp-contract=off on...
2014-03-07 Ian Lance Taylorruntime: Fix GC bug caused by Entersyscall modifying...
2014-03-03 Ian Lance Taylorlibgo: Update to Go 1.2.1 release.
2014-02-21 Ian Lance Taylorruntime: Use a better heap location on arm64 systems.
2014-02-03 Ian Lance Taylorltmain.sh: Patch for Solaris.
2014-01-22 Ian Lance Taylorlibgo/configure: Test for gold with gccgo -Wl,--help...
2014-01-17 Ian Lance Taylorre PR go/59866 (gccgo gc work buffer is misaligned)
2014-01-09 Ian Lance Taylorruntime: fix 32-bit malloc for pointers >= 0x80000000
2014-01-08 Ian Lance Taylorre PR go/59430 (os/user FAILs on Solaris)
2014-01-08 Ian Lance Taylorre PR go/59433 (Many 64-bit Go tests SEGV on Solaris)
2014-01-06 Ian Lance Taylorgo/build: Set GOARCH on arm64 systems.
2014-01-06 Ian Lance Taylorruntime: Remove unused runtime_cpuid variables.
2013-12-28 Ian Lance Taylornet: work around Solaris connect issue when server...
2013-12-27 Ian Lance Taylorre PR go/59506 (net FAILs (timeout) on alpha)
2013-12-25 Uros BizjakRevert unwanted commit.
2013-12-25 Allan Sandfeld Jensenre PR target/59422 (Support more targets for function...
2013-12-12 Ian Lance Taylorruntime: Fix defer of unlock thread at program startup.
2013-12-12 Ian Lance Taylorreflect: Fix MakeFunc returning float32 or float64...
2013-12-12 Ian Lance Taylorcompiler, reflect, runtime: Implement method values...
2013-12-11 Ian Lance Taylorreflect, runtime: Let reflect.MakeFunc functions call...
2013-12-06 Ian Lance Taylorre PR go/59408 (Many Go tests FAIL with notesleep not...
2013-12-04 Ian Lance Taylorruntime: Use pthread_sigmask instead of sigprocmask.
2013-12-03 Ian Lance Taylorruntime: Fix prototype and one use of runtime_traceback.
2013-12-01 Ian Lance Taylorlibgo: Avoid some cases of getting callers recursively.
2013-11-30 Ian Lance Taylorreflect: Rename struct field to be consistent in assemb...
2013-11-30 Ian Lance Taylorreflect: Fix MakeFunc for 386 when returning a struct.
2013-11-27 Ian Lance Taylorlibgo: Update to current Go library.
2013-11-26 Ian Lance Taylorruntime: Fix handling of surrogate pairs in string...
2013-11-25 Ian Lance Taylorsyscall: Set SizeofSockaddrAny to the value the go...
2013-11-24 Ian Lance Taylorsyscall: Only call varargs libc functions from C code.
2013-11-22 Ian Lance Taylorlibgo: Update libtool support for powerpc64le-linux...
2013-11-19 Ian Lance Taylorruntime: Update for change to libbacktrace library.
2013-11-19 Ian Lance Taylorreflect: Handle calls to functions that take or return...
2013-11-19 Ian Lance Taylorgotest: Recognize PPC ELF v2 function pointers in text...
2013-11-19 Ian Lance Taylorlibgo: Fix typo for is_dragonfly in configure script.
2013-11-15 Ian Lance Taylorruntime: Use runtime_m to get m value after call to...
2013-11-14 Ian Lance Taylorruntime: Don't use filename without '/' for backtrace...
2013-11-14 Ian Lance Taylornet: On Solaris use Darwin keepalive code.
2013-11-14 Ian Lance Taylorruntime: Add netpoll code that uses select.
2013-11-14 Ian Lance Taylorruntime: Fix GC flag in when allocating memory from...
2013-11-14 Ian Lance Taylorgo/build: Add all known gccgo architectures to list.
2013-11-14 Ian Lance Taylorlibgo/go/go/build: use syslist.go from the gc stdlib.
2013-11-11 Ian Lance Taylornet: Fix TCP keepalive handling for Solaris.
2013-11-11 Ian Lance Taylormksysinfo, net: Always define F_DUPFD_CLOEXEC.
2013-11-11 Ian Lance Tayloros: Do not try to run go command in test.
2013-11-09 Ian Lance Taylorruntime: Correct flag (FlagNoGC => FlagNoInvokeGC).
2013-11-07 Ian Lance Taylorruntime: Fixes for Alpha.
2013-11-06 Ian Lance Taylorlibgo: Update to October 24 version of master library.
2013-10-18 Ian Lance Taylorruntime: Fix typo in dup3 fallback implementation.
2013-10-17 Ian Lance Taylorsyscall: Add Dup3, {Get,List,Remove,Set}xattr, {Get...
2013-10-16 Ian Lance Taylorruntime: Fix build on systems without split stack.
2013-10-14 Ian Lance Taylorruntime: Don't clobber saved context when catching...
2013-10-11 Ian Lance Taylorruntime: Report len out of range for large len when...
2013-10-09 Ian Lance Taylorcompiler, runtime: Fix complex division of NaN / 0.
2013-10-09 Ian Lance Taylorruntime: Do not report thunks and recover functions...
2013-10-07 Ian Lance Taylorreflect: Use C style comments in 386 assembly for Solar...
2013-10-04 Ian Lance Taylorreflect: Fix calling Interface method on value created...
2013-10-02 Ian Lance Taylorruntime: Fix append of slice with elements of zero...
2013-10-02 Ian Lance Taylorreflect: Use hand-coded .eh_frame section rather than...
2013-10-01 Ian Lance Taylorreflect: Fix reflect.Call with function following non...
2013-09-27 Ian Lance Taylorreflect: Copy stack values onto heap in amd64 MakeFunc.
2013-09-27 Ian Lance Taylorreflect: Implement MakeFunc for 386.
2013-09-27 Ian Lance Taylorreflect: Implement MakeFunc for amd64.
2013-09-17 Ian Lance Taylorreflect: Fix bug calling method on indirect value.
2013-09-03 Ian Lance Taylorcompiler, runtime: Use runtime functions to pass closur...
2013-08-23 Ian Lance Taylorlibgo: Update libtool.m4 from upstream to recognize...
2013-08-09 Ian Lance Taylornet: give C.getaddrinfo a hint that we only want SOCK_S...
2013-08-02 Ian Lance Taylorsyscall: Change AWK split call to use []+ rather than...
2013-07-24 Ian Lance Taylorruntime: Handle allocating memory in cgo/SWIG function.
2013-07-24 Ian Lance Taylorruntime: Check _end rather than end to find end of...
2013-07-24 Ian Lance Taylornet: Only use GNU/Linux unix socket abstract paths...
2013-07-24 Ian Lance Taylorruntime: Move new 1.1.1 functions from thread-linux...
2013-07-24 Ian Lance Taylornet/http: Don't try to trace sendfile64 on alpha.
2013-07-23 Ian Lance Taylorlog/syslog: Restore interface to make this work on...
2013-07-23 Ian Lance Taylornet: Remove Solaris-specific version of listenerSockaddr.
2013-07-23 Ian Lance Taylorruntime: Declare epoll_create1 if necessary.
2013-07-23 Ian Lance Taylorruntime: Support cgo callbacks from threads started...
2013-07-23 Ian Lance Taylorruntime: Ignore SIGPROF if not on a Go thread.
2013-07-16 Ian Lance Taylorruntime: Fix build on non-split-stack systems.
2013-07-16 Ian Lance Taylorlibgo: Update to Go 1.1.1.
2013-06-18 Ian Lance Taylorcompiler, runtime: Use function descriptors.
2013-03-01 Ian Lance Taylorruntime, testing/quick: libffi doesn't handle complex...
2013-02-28 Ian Lance Taylorruntime: Don't block SIGTRAP while creating a new thread.
2013-02-20 Ian Lance Taylorre PR go/56171 (syscall FAILs on Solaris)
2013-02-20 Ian Lance Taylorre PR go/56320 (Several libgo tests FAIL on 64-bit...
2013-02-15 Ian Lance Taylorruntime: Do not reserve huge amount of swap on 32 bit...
2013-02-11 Ian Lance Taylorre PR go/56171 (syscall FAILs on Solaris)
2013-02-10 Ian Lance Taylorcompiler, libgo: Permit testing package when test impor...
2013-02-09 Ian Lance Taylorre PR go/56017 (libgo testsuite does not support cross...
2013-02-09 Ian Lance Taylorre PR go/56017 (libgo testsuite does not support cross...
2013-02-08 Ian Lance Taylorsyscall: Always use _C_int for C libcalls.
next