Age | Commit message (Expand) | Author | Files | Lines |
2012-04-20 | compiler, runtime: Add explicit checks for zero and overflow division. | Ian Lance Taylor | 1 | -1/+7 |
2012-04-20 | net/http: Ignore sigaltstack when running strace in test. | Ian Lance Taylor | 1 | -1/+1 |
2012-04-20 | debug/dwarf: Fix address lookups for different types of lines. | Ian Lance Taylor | 1 | -0/+4 |
2012-04-20 | runtime: Disable memory profiling in gc_test. | Ian Lance Taylor | 1 | -0/+2 |
2012-04-20 | runtime: Ignore stack sizes when deciding when to GC. | Ian Lance Taylor | 4 | -3/+19 |
2012-04-20 | gotest: Don't get confused by data tables named Test on PPC. | Ian Lance Taylor | 1 | -3/+3 |
2012-04-04 | syscall: Add more constants. | Ian Lance Taylor | 4 | -10/+21 |
2012-04-03 | syscall, net: Fix GNU/Linux netlink code for big-endian systems. | Ian Lance Taylor | 7 | -21/+67 |
2012-04-03 | mksysinfo.sh: Add some more networking constants. | Ian Lance Taylor | 4 | -3/+17 |
2012-04-03 | gotest: Fix finding functions on PPC. | Ian Lance Taylor | 3 | -5/+20 |
2012-03-30 | libgo: Update to weekly.2012-03-27 aka go1 release. | Ian Lance Taylor | 17 | -122/+225 |
2012-03-30 | File removed in weekly.2012-03-22 release. | Ian Lance Taylor | 1 | -0/+0 |
2012-03-30 | libgo: Update to weekly.2012-03-22. | Ian Lance Taylor | 51 | -168/+612 |
2012-03-30 | libgo: Update to weekly.2012-03-13. | Ian Lance Taylor | 137 | -1633/+4853 |
2012-03-30 | syscall: Convert errno to error after Exitsyscall. | Ian Lance Taylor | 1 | -1/+12 |
2012-03-29 | compiler, libgo: unsafe.{Sizeof,Alignof,Offsetof} return uintptr. | Ian Lance Taylor | 2 | -2/+2 |
2012-03-28 | mksysinfo: Fix use of _in6_addr in _zone_net_addr_t. | Ian Lance Taylor | 1 | -0/+5 |
2012-03-23 | syscall: Fix errno handling in syscall.Syscall and friends. | Ian Lance Taylor | 1 | -0/+4 |
2012-03-13 | libgo: Export {enter,exit}syscall and use it for getaddrinfo. | Ian Lance Taylor | 6 | -13/+18 |
2012-03-13 | re PR go/52557 (Timex undefined on arm-linux-gnueabi) | Ian Lance Taylor | 1 | -1/+10 |
2012-03-09 | debug/dwarf: Support DWARF versions 3 and 4. | Ian Lance Taylor | 7 | -40/+108 |
2012-03-09 | debug/elf: Don't crash if line numbers are not available. | Ian Lance Taylor | 1 | -1/+1 |
2012-03-07 | libgo: Implement and use runtime.Caller, runtime.Func.FileLine. | Ian Lance Taylor | 29 | -68/+861 |
2012-03-06 | libgo: Update to weekly.2012-03-04 release. | Ian Lance Taylor | 147 | -2021/+3079 |
2012-03-05 | runtime: Implement runtime.Callers. | Ian Lance Taylor | 1 | -0/+9 |
2012-03-05 | re PR go/52342 (64-bit go.test/test/chan/doubleselect.go times out on Solaris... | Ian Lance Taylor | 1 | -1/+6 |
2012-03-05 | libgo: Fix Solaris ustat.h test. | Ian Lance Taylor | 2 | -2/+8 |
2012-03-02 | libgo: Try to fix use of <ustat.h> for Solaris and older GNU/Linux. | Ian Lance Taylor | 4 | -3/+53 |
2012-03-02 | runtime: Add type casts to fix Solaris build. | Ian Lance Taylor | 1 | -2/+2 |
2012-03-02 | libgo: Update to weekly.2012-02-22 release. | Ian Lance Taylor | 208 | -1993/+5192 |
2012-03-02 | libgo: Update to weekly.2012-02-14 release. | Ian Lance Taylor | 262 | -8661/+11079 |
2012-03-01 | mksysinfo: Define MADV_ constants for madvise. | Ian Lance Taylor | 1 | -0/+2 |
2012-02-29 | syscall: Fill out GNU/Linux support. | Ian Lance Taylor | 10 | -47/+269 |
2012-02-28 | runtime: Call exit rather than _exit. | Ian Lance Taylor | 1 | -1/+1 |
2012-02-25 | runtime: Fix typo in go-nosys.c. | Ian Lance Taylor | 1 | -1/+1 |
2012-02-18 | libgo: Add mount flags, fallocate, statfs. | Ian Lance Taylor | 6 | -13/+89 |
2012-02-17 | re PR go/52266 (syntax error in libgo/configure) | Ian Lance Taylor | 2 | -410/+406 |
2012-02-16 | re PR go/51874 (Many libgo testsuite failures on IRIX) | Ian Lance Taylor | 2 | -8/+2 |
2012-02-15 | runtime: Support broken makecontext on Solaris 8/9. | Ian Lance Taylor | 4 | -0/+41 |
2012-02-14 | re PR go/48407 (libgo/configure --without-libffi doesn't work) | Ian Lance Taylor | 1 | -1/+22 |
2012-02-14 | re PR go/48410 (weird installation dir) | Ian Lance Taylor | 5 | -35/+38 |
2012-02-14 | syscall: Change Dup2 to only return an error. | Ian Lance Taylor | 4 | -18/+15 |
2012-02-14 | re PR go/48501 (64bit-out.go, select5-out.go, tmp.go compilation times out) | Ian Lance Taylor | 1 | -1/+4 |
2012-02-14 | re PR go/50654 (Many Go tests fail on emutls targets) | Ian Lance Taylor | 1 | -12/+31 |
2012-02-14 | net: Don't run UDP multicast tests on Alpha GNU/Linux. | Ian Lance Taylor | 1 | -1/+1 |
2012-02-12 | re PR go/52084 (go tests fail to link on powerpc-linux-gnu (undefined referen... | Ian Lance Taylor | 4 | -1/+152 |
2012-02-12 | sync/atomic: Disable tests which can't run based on pointer size. | Ian Lance Taylor | 1 | -0/+2 |
2012-02-11 | runtime: Handle FFI promoting result types. | Ian Lance Taylor | 1 | -1/+99 |
2012-02-11 | runtime: Tweak __go_can_recover for SPARC. | Ian Lance Taylor | 1 | -0/+8 |
2012-02-11 | runtime: Fix chan code for big-endian strict-alignment systems | Ian Lance Taylor | 1 | -8/+23 |