summaryrefslogtreecommitdiff
path: root/libgo/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* 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
* libgo: Update to weekly.2012-02-07.ian2012-02-091-59/+19
* runtime: Add matherr function when appropriate.ian2012-02-081-0/+1
* math: Compile with -mfancy-math-387 -funsafe-optimizations on x86.ian2012-02-081-1/+3
* libgo: Update to weekly.2012-01-27.ian2012-02-011-395/+30
* syscall: Support socket control messages.ian2012-01-301-0/+9
* libgo: Build stubs for some syscall functions not on older systems.ian2012-01-261-0/+1
* libgo: Update to weekly.2012-01-20.ian2012-01-251-43/+69
* libgo: Update to weekly.2012-01-15.ian2012-01-251-15/+56
* libgo: Update to weekly.2011-12-22.ian2012-01-131-23/+22
* libgo: Update to weekly.2011-12-14.ian2012-01-121-5/+1
* compiler, runtime: Implement struct and array comparisons.ian2012-01-061-0/+2
* libgo: Fix use of -D_GNU_SOURCE and friends when building libgo.ian2011-12-201-1/+1
* os: Fix fileInfoFromStat for Solaris.ian2011-12-161-1/+7
* syscall: Move Errno into its own file, for RTEMS.ian2011-12-151-0/+1
* syscall: Don't build wait status functions on RTEMS.ian2011-12-131-1/+12
* libgo: Update to weekly.2011-12-02.ian2011-12-131-44/+7
* libgo: Update to weekly.2011-11-18.ian2011-12-121-4/+7
* libgo: Update to weekly 2011-11-09.ian2011-12-071-554/+609