Age | Commit message (Expand) | Author | Files | Lines |
2011-02-13 | Remove freebsd1 from libtool.m4 macros and config.rpath. | Ralf Wildenhues | 2 | -22/+2 |
2011-02-10 | libgo/configure.ac: Use AC_COMPILE_IFELSE, not AC_PREPROC_IFELSE. | Ian Lance Taylor | 2 | -12/+12 |
2011-02-05 | libgo: Pass compiler flags to mksysinfo.sh. | Ian Lance Taylor | 2 | -2/+2 |
2011-02-04 | Implement __sync_fetch_and_add_4 if necessary. | Ian Lance Taylor | 4 | -0/+79 |
2011-02-03 | Check whether we are using setjmp/longjmp exceptions. | Ian Lance Taylor | 4 | -3/+121 |
2011-02-02 | libgo: Apply upstream libtool patch. | Ian Lance Taylor | 2 | -7/+34 |
2011-02-02 | libgo.exp: Set tmpdir. | Ian Lance Taylor | 1 | -0/+4 |
2011-02-01 | Test whether libgcc or kernel defines __sync_bool_compare_and_swap_4. | Ian Lance Taylor | 4 | -1/+47 |
2011-02-01 | Add __sync_bool_compare_and_swap_4 for targets which don't have it. | Ian Lance Taylor | 1 | -0/+36 |
2011-01-31 | libgo/Makefile.am: Simplify build to avoid unnecessary .a files. | Ian Lance Taylor | 2 | -1138/+1384 |
2011-01-29 | re PR go/47515 (Issues porting libgo to IRIX 6.5) | Ian Lance Taylor | 2 | -1/+30 |
2011-01-29 | time: Look for zoneinfo files in Solaris directory. | Ian Lance Taylor | 1 | -1/+6 |
2011-01-28 | mksysinfo.sh: Use -std=gnu99. | Ian Lance Taylor | 1 | -1/+1 |
2011-01-28 | mksysinfo.sh: Fix Solaris specific define. | Ian Lance Taylor | 1 | -1/+1 |
2011-01-28 | Add Solaris version of os.Hostname. | Ian Lance Taylor | 3 | -2/+45 |
2011-01-28 | mksysinfo: Add #defines for Solaris. | Ian Lance Taylor | 1 | -1/+9 |
2011-01-28 | When closing a file, call closedir if we called opendir. | Ian Lance Taylor | 1 | -0/+7 |
2011-01-27 | mksysinfo: Always define IPV6_V6ONLY. | Ian Lance Taylor | 1 | -0/+5 |
2011-01-27 | Don't force rebuild if mksysinfo.sh does not change sysinfo.go. | Ian Lance Taylor | 3 | -5/+10 |
2011-01-27 | Add missing dependency in libgo/Makefile.am. | Ian Lance Taylor | 2 | -4/+4 |
2011-01-27 | Fix typo in socket_bsd.go. | Ian Lance Taylor | 1 | -1/+1 |
2011-01-27 | mksysinfo.sh: #include <sys/uio.h>. | Ian Lance Taylor | 1 | -0/+1 |
2011-01-26 | netchan: Avoid race condition in test. | Ian Lance Taylor | 1 | -2/+2 |
2011-01-26 | net: Check for EINTR. | Ian Lance Taylor | 1 | -7/+7 |
2011-01-26 | Update some net tests from master sources. | Ian Lance Taylor | 2 | -13/+37 |
2011-01-25 | re PR go/47452 (Bootstrap fails in libgo (argument has incompatible type)) | Ian Lance Taylor | 2 | -6/+6 |
2011-01-25 | libgo: Fix typo in syscalls/socket_bsd.go. | Ian Lance Taylor | 1 | -2/+2 |
2011-01-24 | Recognize m68k, mips, PPC. Don't require arch syscall files to exist. | Ian Lance Taylor | 14 | -71/+200 |
2011-01-24 | syscalls/sleep_rtems.go: Add missing package clause. | Ian Lance Taylor | 1 | -0/+2 |
2011-01-22 | Avoid crash when M structure free just before thread exit. | Ian Lance Taylor | 2 | -6/+17 |
2011-01-22 | libgo: Adjust deadlock avoidance. | Ian Lance Taylor | 1 | -9/+9 |
2011-01-22 | syscalls: Add SPARC RTEMS specific file. | Ian Lance Taylor | 1 | -0/+7 |
2011-01-22 | Avoid deadlock creating new thread. | Ian Lance Taylor | 1 | -0/+8 |
2011-01-21 | Avoid deadlock when finalizer lock is held during gc. | Ian Lance Taylor | 3 | -2/+41 |
2011-01-21 | Fix race condition in test case. | Ian Lance Taylor | 1 | -7/+7 |
2011-01-21 | Remove the types float and complex. | Ian Lance Taylor | 329 | -14946/+18851 |
2011-01-19 | libgo/Makefile.am: Fix typo naming socket_bsd.go. | Ian Lance Taylor | 2 | -2/+2 |
2011-01-14 | libgo: Check whether we need -lrt for sched_yield. | Ian Lance Taylor | 2 | -0/+60 |
2011-01-14 | libgo: Use $(SHELL) to invoke gotest. | Ian Lance Taylor | 2 | -4/+4 |
2011-01-14 | libgo/syscalls: Finish Solaris code. | Ian Lance Taylor | 3 | -3/+27 |
2011-01-14 | libgo/Makefile.am: Correct typos in Solaris support. | Ian Lance Taylor | 2 | -8/+8 |
2011-01-14 | mksysinfo: Define _pad128_t and _upad128_t if commented out. | Ian Lance Taylor | 1 | -0/+9 |
2011-01-13 | Don't exit mksysinfo.sh if there is no _user_regs_struct. | Ian Lance Taylor | 1 | -1/+1 |
2011-01-13 | Use GOARCH value of sparc64 rather than sparcv9. | Ian Lance Taylor | 4 | -18/+18 |
2011-01-13 | Add some Solaris support to mksysinfo.sh. | Ian Lance Taylor | 1 | -4/+27 |
2011-01-13 | Clean up syscalls, add some Solaris support. | Ian Lance Taylor | 18 | -310/+413 |
2011-01-12 | Use correct nm and nm options. | Ian Lance Taylor | 1 | -1/+3 |
2011-01-12 | Make using DejaGNU work for libgo testing on a native system. | Ian Lance Taylor | 5 | -22/+42 |
2011-01-12 | Preliminary framework for Solaris support. | Ian Lance Taylor | 15 | -76/+423 |
2011-01-12 | Simplify libgo Makefile conditionals. | Ian Lance Taylor | 13 | -158/+129 |