Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-14 | libgo: Use -fgo-pkgpath. | Ian Lance Taylor | 12 | -52/+72 | |
From-SVN: r187485 | |||||
2012-05-04 | libgo: Update to Go 1.0.1 release. | Ian Lance Taylor | 45 | -96/+429 | |
From-SVN: r187163 | |||||
2012-04-30 | re PR go/52586 (libgo fails to build for mips*64-linux-gnu (reference to ↵ | Ian Lance Taylor | 1 | -1/+5 | |
undefined name 'SYS_GETDENTS64')) PR go/52586 mksysinfo, syscall: Make sure SYS_GETDENTS64 is defined. Fixes build on MIPS GNU/Linux. From-SVN: r186986 | |||||
2012-04-27 | re PR go/52358 (math FAILs on Solaris 8 and 9) | Ian Lance Taylor | 1 | -1/+12 | |
PR go/52358 math: Work around bug in Solaris 9 implementation of ldexp. The bug is that ldexp(-1, -1075) should return -0, but the Solaris 9 implementation returns +0. From-SVN: r186913 | |||||
2012-04-26 | mksysinfo, net: Always define syscall.SO_REUSEPORT. | Ian Lance Taylor | 1 | -3/+5 | |
From-SVN: r186857 | |||||
2012-04-25 | re PR go/52341 (crypto/rand FAILs before Solaris 11) | Ian Lance Taylor | 1 | -2/+3 | |
PR go/52341 crypto/rand: Use io.ReadFull when reading from /dev/urandom. From-SVN: r186803 | |||||
2012-04-25 | re PR go/52583 (Several new go testsuite failues on Solaris) | Ian Lance Taylor | 5 | -3/+160 | |
PR go/52583 net: Solaris fixes. In particular fix fd_select.go to handle the case where a file descriptor is closed by one goroutine while another goroutine is waiting for it. From-SVN: r186801 | |||||
2012-04-23 | go-lang.c (go_langhook_init): Set MPFR precision to 256. | Ian Lance Taylor | 1 | -1/+1 | |
* go-lang.c (go_langhook_init): Set MPFR precision to 256. time: Adjust float expression so that it first integer context. From-SVN: r186727 | |||||
2012-04-22 | mksysinfo: More fixes to emulate master Go library. | Ian Lance Taylor | 4 | -6/+6 | |
From-SVN: r186685 | |||||
2012-04-22 | godump.c (go_output_typedef): Dump size of structs. | Ian Lance Taylor | 1 | -2/+2 | |
* godump.c (go_output_typedef): Dump size of structs. mksysinfo, syscall: Change Sizeof names from var to const. From-SVN: r186678 | |||||
2012-04-21 | syscall: Additional constants, some type corrections. | Ian Lance Taylor | 2 | -2/+2 | |
From-SVN: r186655 | |||||
2012-04-20 | net, syscall: Use native endianness for GNU/Linux netlink code. | Ian Lance Taylor | 2 | -48/+12 | |
From-SVN: r186640 | |||||
2012-04-20 | net/http: Ignore sigaltstack when running strace in test. | Ian Lance Taylor | 1 | -1/+1 | |
Avoids bug in strace 4.5.20 on powerpc-unknown-linux-gnu. From-SVN: r186635 | |||||
2012-04-20 | debug/dwarf: Fix address lookups for different types of lines. | Ian Lance Taylor | 1 | -0/+4 | |
This fixes the lookup when, e.g., discriminators force adding new line arrays. From-SVN: r186633 | |||||
2012-04-20 | runtime: Disable memory profiling in gc_test. | Ian Lance Taylor | 1 | -0/+2 | |
From-SVN: r186631 | |||||
2012-04-03 | syscall, net: Fix GNU/Linux netlink code for big-endian systems. | Ian Lance Taylor | 2 | -19/+48 | |
From-SVN: r186123 | |||||
2012-03-30 | libgo: Update to weekly.2012-03-27 aka go1 release. | Ian Lance Taylor | 15 | -121/+205 | |
From-SVN: r186029 | |||||
2012-03-30 | File removed in weekly.2012-03-22 release. | Ian Lance Taylor | 1 | -0/+0 | |
From-SVN: r186028 | |||||
2012-03-30 | libgo: Update to weekly.2012-03-22. | Ian Lance Taylor | 47 | -161/+602 | |
From-SVN: r186026 | |||||
2012-03-30 | libgo: Update to weekly.2012-03-13. | Ian Lance Taylor | 131 | -1624/+4816 | |
From-SVN: r186023 | |||||
2012-03-30 | syscall: Convert errno to error after Exitsyscall. | Ian Lance Taylor | 1 | -1/+12 | |
From-SVN: r186020 | |||||
2012-03-29 | compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return uintptr. | Ian Lance Taylor | 2 | -2/+2 | |
From-SVN: r185946 | |||||
2012-03-23 | syscall: Fix errno handling in syscall.Syscall and friends. | Ian Lance Taylor | 1 | -0/+4 | |
From-SVN: r185746 | |||||
2012-03-13 | libgo: Export {enter,exit}syscall and use it for getaddrinfo. | Ian Lance Taylor | 5 | -11/+16 | |
From-SVN: r185363 | |||||
2012-03-09 | debug/dwarf: Support DWARF versions 3 and 4. | Ian Lance Taylor | 7 | -40/+108 | |
From-SVN: r185126 | |||||
2012-03-09 | debug/elf: Don't crash if line numbers are not available. | Ian Lance Taylor | 1 | -1/+1 | |
From-SVN: r185124 | |||||
2012-03-07 | libgo: Implement and use runtime.Caller, runtime.Func.FileLine. | Ian Lance Taylor | 22 | -27/+725 | |
From-SVN: r185025 | |||||
2012-03-06 | libgo: Update to weekly.2012-03-04 release. | Ian Lance Taylor | 133 | -1991/+2939 | |
From-SVN: r185010 | |||||
2012-03-02 | libgo: Update to weekly.2012-02-22 release. | Ian Lance Taylor | 196 | -1926/+4891 | |
From-SVN: r184819 | |||||
2012-03-02 | libgo: Update to weekly.2012-02-14 release. | Ian Lance Taylor | 236 | -7976/+10498 | |
From-SVN: r184798 | |||||
2012-02-29 | syscall: Fill out GNU/Linux support. | Ian Lance Taylor | 3 | -43/+94 | |
From-SVN: r184669 | |||||
2012-02-18 | libgo: Add mount flags, fallocate, statfs. | Ian Lance Taylor | 1 | -9/+6 | |
From-SVN: r184365 | |||||
2012-02-16 | re PR go/51874 (Many libgo testsuite failures on IRIX) | Ian Lance Taylor | 2 | -8/+2 | |
PR go/51874 math: Don't use libc log2 and trunc functions. From-SVN: r184300 | |||||
2012-02-14 | syscall: Change Dup2 to only return an error. | Ian Lance Taylor | 4 | -18/+15 | |
From-SVN: r184222 | |||||
2012-02-14 | net: Don't run UDP multicast tests on Alpha GNU/Linux. | Ian Lance Taylor | 1 | -1/+1 | |
From Uros Bizjak. From-SVN: r184187 | |||||
2012-02-12 | sync/atomic: Disable tests which can't run based on pointer size. | Ian Lance Taylor | 1 | -0/+2 | |
From-SVN: r184136 | |||||
2012-02-09 | os: Fix Solaris stat functions. | Ian Lance Taylor | 1 | -7/+7 | |
From Rainer Orth. From-SVN: r184065 | |||||
2012-02-09 | libgo: Update to weekly.2012-02-07. | Ian Lance Taylor | 280 | -3536/+4223 | |
From-SVN: r184034 | |||||
2012-02-08 | os: Fix typo in //extern comment. | Ian Lance Taylor | 1 | -1/+1 | |
From-SVN: r184023 | |||||
2012-02-07 | compiler, libgo: Use //extern comments rather than __asm__. | Ian Lance Taylor | 23 | -44/+121 | |
From-SVN: r183981 | |||||
2012-02-04 | compiler, reflect: Fix hash codes of named types, fix PtrTo hash. | Ian Lance Taylor | 2 | -2/+28 | |
From-SVN: r183889 | |||||
2012-02-02 | syscall: Add syscall.Times. | Ian Lance Taylor | 1 | -6/+5 | |
From-SVN: r183826 | |||||
2012-02-01 | os/exec: Make sure file descriptor is not closed early. | Ian Lance Taylor | 1 | -0/+1 | |
From-SVN: r183815 | |||||
2012-02-01 | libgo: Update to weekly.2012-01-27. | Ian Lance Taylor | 274 | -23973/+15349 | |
From-SVN: r183810 | |||||
2012-01-31 | syscall: Add Gettid on GNU/Linux systems. | Ian Lance Taylor | 1 | -3/+4 | |
From-SVN: r183775 | |||||
2012-01-31 | syscall: Don't use PtraceRegs if it is not defined. | Ian Lance Taylor | 4 | -40/+62 | |
From-SVN: r183758 | |||||
2012-01-30 | syscall: Support socket control messages. | Ian Lance Taylor | 2 | -15/+19 | |
From-SVN: r183745 | |||||
2012-01-27 | syscall: Define IPV6 constants for Irix. | Ian Lance Taylor | 1 | -0/+9 | |
From Rainer Orth. From-SVN: r183652 | |||||
2012-01-27 | libgo: Fix merge errors shown on Solaris. | Ian Lance Taylor | 2 | -6/+5 | |
From Rainer Orth. From-SVN: r183651 | |||||
2012-01-25 | libgo: Update to weekly.2012-01-20. | Ian Lance Taylor | 195 | -1782/+4876 | |
From-SVN: r183540 |