aboutsummaryrefslogtreecommitdiff
path: root/libgo/Makefile.am
AgeCommit message (Expand)Author
2014-01-08 PR go/59430ian
2013-11-24syscall: Only call varargs libc functions from C code.ian
2013-11-14net: On Solaris use Darwin keepalive code.ian
2013-11-14runtime: Add netpoll code that uses select.ian
2013-11-14libgo/go/go/build: use syslist.go from the gc stdlib.ian
2013-11-11net: Fix TCP keepalive handling for Solaris.ian
2013-11-06libgo: Update to October 24 version of master library.ian
2013-10-09compiler, runtime: Fix complex division of NaN / 0.ian
2013-09-27reflect: Implement MakeFunc for 386.ian
2013-09-27reflect: Implement MakeFunc for amd64.ian
2013-07-16libgo: Update to Go 1.1.1.ian
2013-06-18compiler, runtime: Use function descriptors.ian
2013-02-20 PR go/56171ian
2013-02-11 PR go/56171ian
2013-02-09 PR go/56017ian
2013-02-05 PR go/56017ian
2013-02-02 PR go/56171ian
2013-01-29libgo: Update Go library to master revision 15489/921e53d4863c.ian
2013-01-24 PR go/46986ian
2012-12-22libgo: Update to revision 15193:6fdc1974457c of master library.ian
2012-12-18libgo: Link against libatomic_convenience.la.ian
2012-12-18libgo: Link against libatomic.ian
2012-12-12libgo: Update to current master library sources.ian
2012-11-29compiler, runtime: Track fields with tag go:"track".ian
2012-11-21libgo: Update to current version of master library.ian
2012-11-06compiler, runtime: Memcmp routine returns intgo.ian
2012-11-05os: support more OSesian
2012-10-31runtime/goc2c: Drop gc support, change int to intgo.ian
2012-10-25libgo: Solaris portability patches.ian
2012-10-23 PR go/54918ian
2012-10-23libgo: Update to current sources.ian
2012-10-03libgo: Update to Go 1.0.3.ian
2012-09-28libgo: Use libbacktrace rather than debug/elf registration.ian
2012-08-07runtime: support NumCPU() on more platformsian
2012-07-26runtime, runtime/pprof: Fix runtime/pprof test to pass, enable it.ian
2012-06-14libgo: Make the subdirectory in the CHECK target.ian
2012-05-24runtime: Copy runtime_printf from other Go library.ian
2012-05-17runtime: Print stack trace on panic or signal.ian
2012-05-14libgo: Use -fgo-pkgpath.ian
2012-04-25 PR go/52583ian
2012-04-23libgo: Make sure log/syslog subdirectory exists before using it.ian
2012-04-20net, syscall: Use native endianness for GNU/Linux netlink code.ian
2012-04-03syscall, net: Fix GNU/Linux netlink code for big-endian systems.ian
2012-04-03gotest: Fix finding functions on PPC.ian
2012-03-30libgo: Update to weekly.2012-03-13.ian
2012-03-07libgo: Implement and use runtime.Caller, runtime.Func.FileLine.ian
2012-03-06libgo: Update to weekly.2012-03-04 release.ian
2012-03-02libgo: Update to weekly.2012-02-22 release.ian
2012-03-02libgo: Update to weekly.2012-02-14 release.ian
2012-02-29syscall: Fill out GNU/Linux support.ian