aboutsummaryrefslogtreecommitdiff
path: root/libgo/go
AgeCommit message (Expand)Author
2012-06-04runtime: Better SWIG interface for allocating Go memory from C/C++.ian
2012-05-16log/syslog: Fix name of C function syslog_c.ian
2012-05-16debug/dwarf: Fix handling of LineSetFile.ian
2012-05-14libgo: Use -fgo-pkgpath.ian
2012-05-04libgo: Update to Go 1.0.1 release.ian
2012-04-30 PR go/52586ian
2012-04-27 PR go/52358ian
2012-04-26mksysinfo, net: Always define syscall.SO_REUSEPORT.ian
2012-04-25 PR go/52341ian
2012-04-25 PR go/52583ian
2012-04-23 * go-lang.c (go_langhook_init): Set MPFR precision to 256.ian
2012-04-22mksysinfo: More fixes to emulate master Go library.ian
2012-04-22 * godump.c (go_output_typedef): Dump size of structs.ian
2012-04-21syscall: Additional constants, some type corrections.ian
2012-04-20net, syscall: Use native endianness for GNU/Linux netlink code.ian
2012-04-20net/http: Ignore sigaltstack when running strace in test.ian
2012-04-20debug/dwarf: Fix address lookups for different types of lines.ian
2012-04-20runtime: Disable memory profiling in gc_test.ian
2012-04-03syscall, net: Fix GNU/Linux netlink code for big-endian systems.ian
2012-03-30libgo: Update to weekly.2012-03-27 aka go1 release.ian
2012-03-30File removed in weekly.2012-03-22 release.ian
2012-03-30libgo: Update to weekly.2012-03-22.ian
2012-03-30libgo: Update to weekly.2012-03-13.ian
2012-03-30syscall: Convert errno to error after Exitsyscall.ian
2012-03-29compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return uintptr.ian
2012-03-23syscall: Fix errno handling in syscall.Syscall and friends.ian
2012-03-15libgo: Export {enter,exit}syscall and use it for getaddrinfo.ian
2012-03-10Update Go compiler, library, and testsuite on gcc 4.7 branch.ian
2012-02-29syscall: Fill out GNU/Linux support.ian
2012-02-18libgo: Add mount flags, fallocate, statfs.ian
2012-02-16 PR go/51874ian
2012-02-14syscall: Change Dup2 to only return an error.ian
2012-02-14net: Don't run UDP multicast tests on Alpha GNU/Linux.ian
2012-02-12sync/atomic: Disable tests which can't run based on pointer size.ian
2012-02-09os: Fix Solaris stat functions.ian
2012-02-09libgo: Update to weekly.2012-02-07.ian
2012-02-08os: Fix typo in //extern comment.ian
2012-02-07compiler, libgo: Use //extern comments rather than __asm__.ian
2012-02-04compiler, reflect: Fix hash codes of named types, fix PtrTo hash.ian
2012-02-02syscall: Add syscall.Times.ian
2012-02-01os/exec: Make sure file descriptor is not closed early.ian
2012-02-01libgo: Update to weekly.2012-01-27.ian
2012-01-31syscall: Add Gettid on GNU/Linux systems.ian
2012-01-31syscall: Don't use PtraceRegs if it is not defined.ian
2012-01-30syscall: Support socket control messages.ian
2012-01-27syscall: Define IPV6 constants for Irix.ian
2012-01-27libgo: Fix merge errors shown on Solaris.ian
2012-01-25libgo: Update to weekly.2012-01-20.ian
2012-01-25libgo: Update to weekly.2012-01-15.ian
2012-01-23compiler: Give an error if a variable is defined but not used.ian