aboutsummaryrefslogtreecommitdiff
path: root/libgo/go
AgeCommit message (Expand)AuthorFilesLines
2012-06-04runtime: Better SWIG interface for allocating Go memory from C/C++.Ian Lance Taylor1-0/+6
2012-05-16log/syslog: Fix name of C function syslog_c.Ian Lance Taylor1-1/+1
2012-05-16debug/dwarf: Fix handling of LineSetFile.Ian Lance Taylor1-1/+1
2012-05-14libgo: Use -fgo-pkgpath.Ian Lance Taylor12-52/+72
2012-05-04libgo: Update to Go 1.0.1 release.Ian Lance Taylor45-96/+429
2012-04-30re PR go/52586 (libgo fails to build for mips*64-linux-gnu (reference to unde...Ian Lance Taylor1-1/+5
2012-04-27re PR go/52358 (math FAILs on Solaris 8 and 9)Ian Lance Taylor1-1/+12
2012-04-26mksysinfo, net: Always define syscall.SO_REUSEPORT.Ian Lance Taylor1-3/+5
2012-04-25re PR go/52341 (crypto/rand FAILs before Solaris 11)Ian Lance Taylor1-2/+3
2012-04-25re PR go/52583 (Several new go testsuite failues on Solaris)Ian Lance Taylor5-3/+160
2012-04-23go-lang.c (go_langhook_init): Set MPFR precision to 256.Ian Lance Taylor1-1/+1
2012-04-22mksysinfo: More fixes to emulate master Go library.Ian Lance Taylor4-6/+6
2012-04-22godump.c (go_output_typedef): Dump size of structs.Ian Lance Taylor1-2/+2
2012-04-21syscall: Additional constants, some type corrections.Ian Lance Taylor2-2/+2
2012-04-20net, syscall: Use native endianness for GNU/Linux netlink code.Ian Lance Taylor2-48/+12
2012-04-20net/http: Ignore sigaltstack when running strace in test.Ian Lance Taylor1-1/+1
2012-04-20debug/dwarf: Fix address lookups for different types of lines.Ian Lance Taylor1-0/+4
2012-04-20runtime: Disable memory profiling in gc_test.Ian Lance Taylor1-0/+2
2012-04-03syscall, net: Fix GNU/Linux netlink code for big-endian systems.Ian Lance Taylor2-19/+48
2012-03-30libgo: Update to weekly.2012-03-27 aka go1 release.Ian Lance Taylor15-121/+205
2012-03-30File removed in weekly.2012-03-22 release.Ian Lance Taylor1-0/+0
2012-03-30libgo: Update to weekly.2012-03-22.Ian Lance Taylor47-161/+602
2012-03-30libgo: Update to weekly.2012-03-13.Ian Lance Taylor131-1624/+4816
2012-03-30syscall: Convert errno to error after Exitsyscall.Ian Lance Taylor1-1/+12
2012-03-29compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return uintptr.Ian Lance Taylor2-2/+2
2012-03-23syscall: Fix errno handling in syscall.Syscall and friends.Ian Lance Taylor1-0/+4
2012-03-13libgo: Export {enter,exit}syscall and use it for getaddrinfo.Ian Lance Taylor5-11/+16
2012-03-09debug/dwarf: Support DWARF versions 3 and 4.Ian Lance Taylor7-40/+108
2012-03-09debug/elf: Don't crash if line numbers are not available.Ian Lance Taylor1-1/+1
2012-03-07libgo: Implement and use runtime.Caller, runtime.Func.FileLine.Ian Lance Taylor22-27/+725
2012-03-06libgo: Update to weekly.2012-03-04 release.Ian Lance Taylor133-1991/+2939
2012-03-02libgo: Update to weekly.2012-02-22 release.Ian Lance Taylor196-1926/+4891
2012-03-02libgo: Update to weekly.2012-02-14 release.Ian Lance Taylor236-7976/+10498
2012-02-29syscall: Fill out GNU/Linux support.Ian Lance Taylor3-43/+94
2012-02-18libgo: Add mount flags, fallocate, statfs.Ian Lance Taylor1-9/+6
2012-02-16re PR go/51874 (Many libgo testsuite failures on IRIX)Ian Lance Taylor2-8/+2
2012-02-14syscall: Change Dup2 to only return an error.Ian Lance Taylor4-18/+15
2012-02-14net: Don't run UDP multicast tests on Alpha GNU/Linux.Ian Lance Taylor1-1/+1
2012-02-12sync/atomic: Disable tests which can't run based on pointer size.Ian Lance Taylor1-0/+2
2012-02-09os: Fix Solaris stat functions.Ian Lance Taylor1-7/+7
2012-02-09libgo: Update to weekly.2012-02-07.Ian Lance Taylor280-3536/+4223
2012-02-08os: Fix typo in //extern comment.Ian Lance Taylor1-1/+1
2012-02-07compiler, libgo: Use //extern comments rather than __asm__.Ian Lance Taylor23-44/+121
2012-02-04compiler, reflect: Fix hash codes of named types, fix PtrTo hash.Ian Lance Taylor2-2/+28
2012-02-02syscall: Add syscall.Times.Ian Lance Taylor1-6/+5
2012-02-01os/exec: Make sure file descriptor is not closed early.Ian Lance Taylor1-0/+1
2012-02-01libgo: Update to weekly.2012-01-27.Ian Lance Taylor274-23973/+15349
2012-01-31syscall: Add Gettid on GNU/Linux systems.Ian Lance Taylor1-3/+4
2012-01-31syscall: Don't use PtraceRegs if it is not defined.Ian Lance Taylor4-40/+62
2012-01-30syscall: Support socket control messages.Ian Lance Taylor2-15/+19