Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-04-29 | libgo http/cgi: Pass down environment variables for irix and solaris. | Ian Lance Taylor | 1 | -0/+2 | |
From-SVN: r173181 | |||||
2011-04-25 | libgo/time: Support Irix 6 location of zoneinfo files. | Ian Lance Taylor | 1 | -6/+10 | |
From-SVN: r172936 | |||||
2011-04-25 | libgo: Irix 6 patches. | Ian Lance Taylor | 7 | -18/+120 | |
From Rainer Orth. From-SVN: r172935 | |||||
2011-04-23 | re PR go/48553 (fmt FAILs on 32-bit Solaris 2 with stack overflow) | Ian Lance Taylor | 1 | -1/+3 | |
PR go/48553 libgo: Bring over patch to lower recursion depth in fmt. From-SVN: r172883 | |||||
2011-04-22 | libgo: Support multilib testing. | Ian Lance Taylor | 2 | -76/+180 | |
From Rainer Orth. From-SVN: r172865 | |||||
2011-04-22 | re PR go/48503 (http/cgi FAILs if libgcc_s.so.1 isn't in default ld.so.1 ↵ | Ian Lance Taylor | 1 | -3/+31 | |
search path) PR go/48503 libgo: Bring over http/cgi environment inheritance patches. From-SVN: r172864 | |||||
2011-04-18 | libgo: Fix append declaration. | Ian Lance Taylor | 1 | -1/+1 | |
From Rainer Orth. From-SVN: r172659 | |||||
2011-04-13 | Unify handling of runtime support functions. | Ian Lance Taylor | 15 | -68/+75 | |
This introduces the new approach, and rewrites the lowering code which uses runtime functions. The code which calls runtime functions at GENERIC conversion time is not yet rewritten. From-SVN: r172396 | |||||
2011-04-07 | libgo: Update to current Go library. | Ian Lance Taylor | 110 | -3137/+4609 | |
From-SVN: r172106 | |||||
2011-04-06 | libgo: Always use AM_LDFLAGS when linking libgo.la. | Ian Lance Taylor | 2 | -2/+2 | |
This ensures that we pass -fsplit-stack as required. From-SVN: r172018 | |||||
2011-04-05 | gotest: Add external timeout if internal timeout fails. | Ian Lance Taylor | 1 | -1/+14 | |
From-SVN: r172003 | |||||
2011-04-05 | gotest: Avoid echo -n. | Ian Lance Taylor | 1 | -2/+2 | |
From-SVN: r172000 | |||||
2011-04-05 | libgo: Use MAP_FIXED if necessary to grab arena. | Ian Lance Taylor | 4 | -2/+37 | |
From Rainer Orth. PR go/48240 * configure.ac: Check for mincore. * configure: Regenerate. * config.h.in: Regenerate. * runtime/mem.c: Include unistd.h. (addrspace_free): New function. (runtime_SysMap): Retry 64-bit runtime_mmap with MAP_FIXED. From-SVN: r171961 | |||||
2011-04-04 | libgo: Always initialize semaphores. | Rainer Orth | 4 | -0/+14 | |
2011-04-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> PR go/48222 * runtime/malloc.goc (runtime_mallocinit): Call runtime_Mprof_Init, runtime_initfintab. * runtime/cpuprof.c (runtime_cpuprofinit): New function. * runtime/runtime.h (runtime_cpuprofinit): Declare it. * runtime/go-main.c (main): Use it. From-SVN: r171960 | |||||
2011-04-03 | Mark as executable in SVN. | Ian Lance Taylor | 1 | -0/+0 | |
From-SVN: r171913 | |||||
2011-04-02 | libgo: Sort test output in libgo.sum and libgo.log. | Ian Lance Taylor | 2 | -298/+349 | |
From-SVN: r171868 | |||||
2011-04-01 | libgo: Support for alpha. | Ian Lance Taylor | 4 | -2/+251 | |
From Uros Bizjak. From-SVN: r171860 | |||||
2011-04-01 | libgo: Try to guess the right type for select bits in mksysinfo. | Ian Lance Taylor | 4 | -4/+15 | |
From-SVN: r171858 | |||||
2011-04-01 | libgo: Support Solaris 8/9. | Ian Lance Taylor | 6 | -15/+51 | |
From Rainer Orth. From-SVN: r171818 | |||||
2011-04-01 | libgo: Recognize MIPS ABIs. | Ian Lance Taylor | 2 | -35/+134 | |
From-SVN: r171809 | |||||
2011-03-31 | re PR go/47515 (Issues porting libgo to IRIX 6.5) | Ian Lance Taylor | 7 | -9/+83 | |
PR go/47515 libgo: Add Irix support. From Rainer Orth. From-SVN: r171806 | |||||
2011-03-31 | libgo: Set name of test when using DejaGNU tests. | Ian Lance Taylor | 4 | -3/+23 | |
From-SVN: r171805 | |||||
2011-03-31 | re PR go/48242 (gotest needs timeout mechanism) | Ian Lance Taylor | 2 | -1/+35 | |
PR go/48242 libgo: Add timeout for tests. From-SVN: r171803 | |||||
2011-03-31 | libgo: Remove unnecessary EINTR checks. | Ian Lance Taylor | 1 | -7/+7 | |
We always use SA_RESTART with signals, so read/write/etc. should never return EINTR. From-SVN: r171802 | |||||
2011-03-31 | libgo/syscalls: Use _C_long as the type of the select bits array. | Ian Lance Taylor | 1 | -5/+7 | |
From-SVN: r171799 | |||||
2011-03-31 | libgo Makefile: Fix typo in test case name. | Ian Lance Taylor | 2 | -2/+2 | |
From-SVN: r171793 | |||||
2011-03-31 | libgo: Generate DejaGNU like .sum and .log files for "make check". | Ian Lance Taylor | 2 | -45/+136 | |
From-SVN: r171791 | |||||
2011-03-30 | libgo: Use waitpid on systems which do not have wait4. | Ian Lance Taylor | 8 | -20/+80 | |
From-SVN: r171758 | |||||
2011-03-30 | libgo: Support systems which do not have strerror_r. | Ian Lance Taylor | 5 | -7/+61 | |
From-SVN: r171757 | |||||
2011-03-30 | libgo: Use the right files on Solaris variants. | Ian Lance Taylor | 2 | -11/+23 | |
From-SVN: r171753 | |||||
2011-03-30 | libgo/Makefile.am: Add missing dependencies for net/net.lo. | Ian Lance Taylor | 2 | -4/+6 | |
From-SVN: r171737 | |||||
2011-03-30 | Update to current Go library. | Ian Lance Taylor | 113 | -671/+1892 | |
From-SVN: r171732 | |||||
2011-03-28 | re PR go/48312 (http, rpc, websocket tests hang on Solaris 2/x86) | Ian Lance Taylor | 5 | -9/+20 | |
PR go/48312 Fix fd_select.go for changes in FD handling. We have to wake up the goroutine waiting in select each time we change the set of descriptors we are waiting for, unlike epoll. From-SVN: r171623 | |||||
2011-03-28 | Rename net/fd_rtems.go to net/fd_select.go. | Ian Lance Taylor | 3 | -4/+4 | |
From-SVN: r171621 | |||||
2011-03-27 | Add runtime profiling infrastructure, not yet working. | Ian Lance Taylor | 8 | -43/+598 | |
From-SVN: r171579 | |||||
2011-03-27 | Remove closedchan function. | Ian Lance Taylor | 1 | -11/+0 | |
From-SVN: r171577 | |||||
2011-03-25 | Remove closed function. Fix tuple receive in select. | Ian Lance Taylor | 8 | -57/+29 | |
From-SVN: r171440 | |||||
2011-03-24 | Update to current version of Go library. | Ian Lance Taylor | 168 | -2743/+8977 | |
From-SVN: r171427 | |||||
2011-03-24 | Tuple receives indicate whether channel is closed. | Ian Lance Taylor | 4 | -15/+30 | |
From-SVN: r171380 | |||||
2011-03-23 | Send on a closed channel panics. | Ian Lance Taylor | 9 | -66/+32 | |
Calling close on a closed channel panics. Don't limit number of receives on a closed channel. From-SVN: r171364 | |||||
2011-03-23 | Missed test data in libgo update. | Ian Lance Taylor | 3 | -0/+0 | |
From-SVN: r171362 | |||||
2011-03-23 | Somehow missed this addition when updating the library. | Ian Lance Taylor | 1 | -0/+0 | |
From-SVN: r171361 | |||||
2011-03-21 | libgo: Add GOTESTFLAGS variable used when testing. | Ian Lance Taylor | 2 | -4/+7 | |
From Rainer Orth. From-SVN: r171272 | |||||
2011-03-16 | Don't catch LIBPROF in Go code. | Ian Lance Taylor | 1 | -3/+0 | |
From-SVN: r171077 | |||||
2011-03-16 | Update to current version of Go library (revision 94d654be2064). | Ian Lance Taylor | 292 | -4878/+16258 | |
From-SVN: r171076 | |||||
2011-03-11 | Don't use intermediate .la files building libgo. | Ian Lance Taylor | 2 | -1501/+954 | |
From-SVN: r170862 | |||||
2011-03-10 | re PR go/48020 (libgo flag test FAILs on Solaris 2) | Ian Lance Taylor | 1 | -1/+3 | |
PR go/48020 gotest: Pass -v to nm to avoid sorting on Solaris. From-SVN: r170842 | |||||
2011-03-09 | Solaris specific syslog support. | Ian Lance Taylor | 6 | -36/+147 | |
From-SVN: r170837 | |||||
2011-03-09 | libgo/README.gcc: Mention GCCGO_RUN_ALL_TESTS. | Ian Lance Taylor | 1 | -0/+4 | |
From-SVN: r170828 | |||||
2011-03-09 | re PR go/48019 (Need to handle EINTR in libgo testsuite) | Ian Lance Taylor | 1 | -0/+3 | |
PR go/48019 Ignore EINTR in socket connect. From-SVN: r170811 |