Fix dates on changelog
[gcc.git] / libgo /
2016-08-31 Ian Lance Taylorruntime: make gsignal stack at least SIGSTKSZ bytes
2016-08-30 Ian Lance Taylorruntime: use -fgo-c-header to build C header file
2016-08-15 Ian Lance Taylorcmd/go: ignore errors from go/build for standard packages
2016-08-13 Ian Lance Taylorlibgo: don't unset in shell script
2016-08-13 Ian Lance Taylorcrypto/aes, hash/crc32: ignore s390x specific files...
2016-08-13 Ian Lance Taylorsyscall: remove exec_solaris_test.go
2016-08-11 Ian Lance Tayloros: fix build tags for dir_regfile.go
2016-08-09 Ian Lance Taylormksysinfo.sh: always define CLONE_NEWNET
2016-08-08 Ian Lance Taylortext/template: reduce maxExecDepth for gccgo further
2016-08-08 Ian Lance Taylorlibgo: don't have .lo depend on .lo.dep
2016-08-08 Ian Lance Taylortestsuite: fix gotest for absolute srcdir
2016-08-08 Ian Lance Taylorre PR go/72814 (reflect FAILs on 32-bit Solaris/SPARC...
2016-08-07 Ian Lance Taylorinternal/syscall/unix: fix syscalls for alpha, ia64...
2016-08-06 Ian Lance Taylorlibgo: fix getrandom build for 32-bit ppc
2016-08-06 Ian Lance Taylorlibgo: change build procedure to use build tags
2016-08-04 Ian Lance Taylorruntime: fix incorrectly commented out code in heapdump.c
2016-08-04 Ian Lance Taylortext/template: reduce maxExecDepth for gccgo
2016-08-03 Ian Lance Taylorgotest: multiple +build lines must all be true
2016-07-26 Ian Lance Taylorlibgo: bump library version number for 1.7
2016-07-26 Ian Lance Tayloros/user: fix Solaris declaration.
2016-07-22 Ian Lance Taylorlibgo: update to go1.7rc3
2016-04-23 Ian Lance Taylorcmd/go: bring in final version of gccgo pkg-config...
2016-04-13 Ian Lance Taylorlibgo: update to Go 1.6.1 release
2016-04-12 Ian Lance Taylorreflect: change Value.Call results to not be addressable
2016-04-02 Ian Lance Taylorruntime: Use atomic load for in entersyscall.
2016-02-26 Ian Lance Taylorre PR go/69966 (libgo: Port syscall.SetsockoptUcred...
2016-02-24 Ian Lance Taylorruntime: lock M during cgo call
2016-02-18 Ian Lance Taylorlibgo: Update to final Go 1.6 release.
2016-02-12 Ian Lance Taylorruntime: For c-archive/c-shared, install signal handler...
2016-02-10 Ian Lance Taylorre PR go/66904 (cmd/go: "#cgo pkg-config:" comments...
2016-02-10 Ian Lance Taylorre PR go/69511 (G.gcstack_size uses uintptr instead...
2016-02-09 Ian Lance Taylorre PR go/69357 (libgo refers to _end in a non-weak...
2016-02-04 Ian Lance Taylorlibgo: bump version number for upgrade to 1.6rc1
2016-02-03 Ian Lance Taylorlibgo: Update to go1.6rc1.
2016-02-03 Ian Lance Taylorcompiler, runtime: mark stub methods, ignore them in...
2016-01-11 Ian Lance Taylorre PR go/68980 (ps -o cmd in gotest isn't portable)
2015-12-18 Ian Lance Taylorsyscall: Add definition for NLA_HDRLEN
2015-11-26 Ian Lance Taylorre PR go/61303 (gccgo: segfault, regression since 4...
2015-11-23 Ian Lance Taylorre PR go/68496 ([libgo] reflect test fails on Linux...
2015-11-21 Ian Lance Taylorre PR go/66378 (libgo syscall.Sendfile() does not honor...
2015-11-21 Ian Lance Taylorre PR go/65785 (libgo TestIPv4MulticastListener test...
2015-11-21 Ian Lance Taylorre PR go/66574 (Time is provided in millisecond precisi...
2015-11-20 Ian Lance Taylorre PR go/68072 (malformed DWARF TagVariable entry)
2015-11-20 Ian Lance Taylorcmd: Use correct install tool dir with gccgo
2015-11-10 Ian Lance Taylorlibgo: use Solaris sendfile lib, fix Solaris _in6_addr_...
2015-11-10 Ian Lance Taylorre PR go/68255 (cgo-generated constructor not being...
2015-11-07 Ian Lance Taylorre PR go/66138 (json decoder Decode function fails...
2015-11-06 Ian Lance Taylorlibgo: Solaris portability fixes.
2015-11-04 Ian Lance Taylorgotest: fix handling of --goarch option
2015-11-03 Ian Lance Taylormksysinfo.sh: Make sure that CLONE_NEWUSER is defined.
2015-11-02 Ian Lance Taylorlibgo: Bump version number.
2015-11-02 Ian Lance Taylormksysinfo.sh: Handle TIOCGPGRP if too complex for ...
2015-11-02 Ian Lance Taylorsyscall: Change raw_ioctl cmd type to uintptr.
2015-11-01 Ian Lance Taylormksysinfo.sh: Handle TIOCSPGRP if too complex for ...
2015-10-31 Ian Lance Taylorruntime: If no split stacks, allocate stacks using...
2015-10-31 Ian Lance Taylorlibgo: Update from Go 1.5 to Go 1.5.1.
2015-10-31 Ian Lance Taylorruntime: Remove now unnecessary pad field from ParFor.
2015-10-29 Ian Lance Taylorcompiler, reflect, runtime: remove zero field from...
2015-10-29 Ian Lance Taylorcompiler, runtime: change type hash/equal to Go funcs
2015-10-09 David MalcolmTestsuite: add dg-{begin|end}-multiline-output commands
2015-10-07 Ian Lance Taylorre PR go/67874 (fd_unix.go does not build when there...
2015-09-24 Ian Lance Taylorruntime: Fix recent lfstack change on Solaris.
2015-09-23 Ian Lance Taylorre PR go/67695 (Please improve POSIX shell compatibilit...
2015-09-23 Ian Lance Taylorruntime: rewrite lfstack packing/unpacking to look...
2015-09-15 Ian Lance Taylorlibgo: If compiler can split-stack and linker can not...
2015-09-15 Ian Lance Taylorlibgo: test linking split-stack and non-split-stack...
2015-09-15 Ian Lance Taylorruntime: Ignore stack sizes when deciding when to GC.
2015-09-15 Ian Lance Taylorlibgo: don't provide ustat on arm64 GNU/Linux
2015-09-11 Ian Lance Taylorlibgo/runtime: return 0, not NULL, from main
2015-09-10 Ian Lance Taylorlibgo: Use stat_atim.go on Solaris 12+
2015-08-20 Ian Lance Taylorlibgo/testsuite: another fix for killing the sleep...
2015-08-07 Ian Lance Taylorlibgo/testsuite: don't call kill without args
2015-08-04 Ian Lance Taylorruntime: initialize variable to avoid compiler warning
2015-08-03 Ian Lance Taylorsyscall: RawSockaddr fix for ppc64, ppc64le
2015-08-03 Ian Lance Taylorlibgo/testsuite: kill sleep process in gotest
2015-08-03 Ian Lance Taylorre PR go/67101 (mprof.goc:408:5: error: calling ‘__buil...
2015-07-29 Ian Lance Taylorsyscall: Fix to libgo/mksysinfo.sh
2015-07-25 Ian Lance Taylorsyscall: Add ioctl consts from if_tun.h
2015-07-14 Ian Lance Taylorcompiler,runtime: Determine if allocations need new...
2015-07-13 Ian Lance Taylorsyscall: remove calls to Entersyscall & Exitsyscall...
2015-05-16 Ian Lance Taylorlibgo: Use __USING_SJLJ_EXCEPTIONS__ rather than config...
2015-05-11 Ian Lance Taylorruntime: Fix runtime/pprof test when libgo is not optim...
2015-05-05 Ian Lance Taylorre PR go/66016 (Accessing nil Func's name results in...
2015-04-29 Ian Lance Taylorruntime: Support -buildmode=c-shared.
2015-04-24 Ian Lance Taylorre PR go/65616 (libgobegin.a not compiled with -fPIC)
2015-04-17 Ian Lance Taylorre PR go/65798 (runtime.Caller returns ok=true when...
2015-04-17 Ian Lance Taylorre PR go/64683 (FAIL: runtime/pprof -- testing.go:278...
2015-04-17 Ian Lance Taylorre PR go/64999 (s390x libgo test failure in TestMemoryP...
2015-04-17 Ian Lance Taylorre PR go/65755 (incorrect reflection of struct fields...
2015-04-08 Ian Lance Taylormksysinfo.sh: Define Solaris zone_net_addr_t struct.
2015-04-07 Ian Lance Taylorre PR go/63731 (Fallback to netgo does not work)
2015-03-31 Ian Lance TaylorRemove some files that were accidentally committed...
2015-03-31 Ian Lance Taylorgo/cmd/go: always link external test packages first
2015-03-26 Ian Lance Taylorre PR go/65587 (C package incomplete/not working for...
2015-03-26 Ian Lance Taylorlibgo: Fix go/runtime test failure on S390.
2015-03-25 Ian Lance Taylorre PR go/65570 (cannot find package "runtime/cgo")
2015-03-24 Ian Lance Taylorre PR go/65417 (debug/elf: lacks support for PPC reloca...
2015-03-24 Ian Lance Taylorre PR go/65462 (Use of 'go get' with gccgo is not findi...
2015-03-13 Ian Lance Taylorlibgo/README: Minor updates.
2015-03-12 Ian Lance Taylorgo/build: cgo works on linux/arm64.
next