summaryrefslogtreecommitdiff
path: root/libgo/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* syscall: Only call varargs libc functions from C code.ian2013-11-241-0/+1
* net: On Solaris use Darwin keepalive code.ian2013-11-141-1/+1
* runtime: Add netpoll code that uses select.ian2013-11-141-26/+5
* libgo/go/go/build: use syslist.go from the gc stdlib.ian2013-11-141-10/+1
* net: Fix TCP keepalive handling for Solaris.ian2013-11-111-0/+4
* libgo: Update to October 24 version of master library.ian2013-11-061-12/+86
* compiler, runtime: Fix complex division of NaN / 0.ian2013-10-091-0/+1
* reflect: Implement MakeFunc for 386.ian2013-09-271-0/+7
* reflect: Implement MakeFunc for amd64.ian2013-09-271-0/+16
* libgo: Update to Go 1.1.1.ian2013-07-161-282/+58
* compiler, runtime: Use function descriptors.ian2013-06-181-1/+0
* PR go/56171ian2013-02-201-2/+17
* PR go/56171ian2013-02-111-1/+1
* PR go/56017ian2013-02-091-1/+4
* PR go/56017ian2013-02-051-7/+1
* PR go/56171ian2013-02-021-2/+13
* libgo: Update Go library to master revision 15489/921e53d4863c.ian2013-01-291-31/+73
* PR go/46986ian2013-01-241-3/+3
* libgo: Update to revision 15193:6fdc1974457c of master library.ian2012-12-221-0/+9
* libgo: Link against libatomic_convenience.la.ian2012-12-181-3/+3
* libgo: Link against libatomic.ian2012-12-181-2/+3
* libgo: Update to current master library sources.ian2012-12-121-0/+35
* compiler, runtime: Track fields with tag go:"track".ian2012-11-291-0/+1
* libgo: Update to current version of master library.ian2012-11-211-1/+9
* compiler, runtime: Memcmp routine returns intgo.ian2012-11-061-0/+1
* os: support more OSesian2012-11-051-0/+20
* runtime/goc2c: Drop gc support, change int to intgo.ian2012-10-311-8/+8
* libgo: Solaris portability patches.ian2012-10-251-1/+4
* PR go/54918ian2012-10-231-1/+2
* libgo: Update to current sources.ian2012-10-231-15/+136
* libgo: Update to Go 1.0.3.ian2012-10-031-0/+1
* libgo: Use libbacktrace rather than debug/elf registration.ian2012-09-281-4/+5
* runtime: support NumCPU() on more platformsian2012-08-071-1/+28
* runtime, runtime/pprof: Fix runtime/pprof test to pass, enable it.ian2012-07-261-1/+5
* libgo: Make the subdirectory in the CHECK target.ian2012-06-141-108/+1
* runtime: Copy runtime_printf from other Go library.ian2012-05-241-0/+1
* runtime: Print stack trace on panic or signal.ian2012-05-171-0/+1
* libgo: Use -fgo-pkgpath.ian2012-05-141-168/+170
* PR go/52583ian2012-04-251-3/+3
* libgo: Make sure log/syslog subdirectory exists before using it.ian2012-04-231-0/+1
* net, syscall: Use native endianness for GNU/Linux netlink code.ian2012-04-201-1/+0
* syscall, net: Fix GNU/Linux netlink code for big-endian systems.ian2012-04-031-0/+1
* gotest: Fix finding functions on PPC.ian2012-04-031-2/+2
* libgo: Update to weekly.2012-03-13.ian2012-03-301-2/+6
* libgo: Implement and use runtime.Caller, runtime.Func.FileLine.ian2012-03-071-1/+3
* libgo: Update to weekly.2012-03-04 release.ian2012-03-061-3/+10
* libgo: Update to weekly.2012-02-22 release.ian2012-03-021-3/+6
* libgo: Update to weekly.2012-02-14 release.ian2012-03-021-47/+31
* syscall: Fill out GNU/Linux support.ian2012-02-291-0/+8
* PR go/48410ian2012-02-141-2/+1