| Commit message (Expand) | Author | Age | Files | Lines |
* | gcc: | ro | 2011-08-05 | 2 | -2/+2 |
* | libgo/testsuite/gotest: Run tests in source file order. | ian | 2011-07-13 | 1 | -2/+2 |
* | libgo: Define CC_FOR_BUILD in Makefile. | ian | 2011-07-11 | 4 | -2/+11 |
* | libgo/runtime: Change std::abort to abort. | ian | 2011-07-11 | 1 | -1/+1 |
* | gcc: | ro | 2011-07-07 | 2 | -2/+2 |
* | libgo: Use GOCFLAGS when compiling tests. | ian | 2011-07-06 | 2 | -2/+2 |
* | json: fix test when rand returns 0. | ian | 2011-07-06 | 1 | -0/+3 |
* | Change builtin make to runtime call at lowering time. | ian | 2011-06-14 | 1 | -0/+57 |
* | Change builtin make to runtime call at lowering time. | ian | 2011-06-14 | 8 | -40/+62 |
* | Use backend interface for map descriptors. | ian | 2011-06-11 | 3 | -6/+6 |
* | libgo: Define PtraceRegs for Alpha GNU/Linux. | ian | 2011-05-31 | 1 | -0/+32 |
* | os: Correct Ctime_ns calculation. | ian | 2011-05-31 | 1 | -1/+1 |
* | libgo/mksysinfo: Remove structs within stat found on Alpha. | ian | 2011-05-31 | 1 | -0/+1 |
* | PR go/48502 | ian | 2011-05-25 | 1 | -1/+2 |
* | libgo: Make os.setenv_c work on systems without setenv. | ian | 2011-05-24 | 4 | -6/+25 |
* | libgo: Irix portability fixes (no declaration for getaddrinfo). | ian | 2011-05-24 | 1 | -0/+41 |
* | libgo: Solaris/Irix portability fixes. | ian | 2011-05-24 | 3 | -3/+17 |
* | Update to current version of Go library. | ian | 2011-05-20 | 356 | -4841/+18925 |
* | More uses of backend interface for types. | ian | 2011-05-06 | 6 | -12/+16 |
* | libgo http/cgi: Pass down environment variables for irix and solaris. | ian | 2011-04-29 | 1 | -0/+2 |
* | libgo/time: Support Irix 6 location of zoneinfo files. | ian | 2011-04-25 | 1 | -6/+10 |
* | libgo: Irix 6 patches. | ian | 2011-04-25 | 7 | -18/+120 |
* | PR go/48553 | ian | 2011-04-23 | 1 | -1/+3 |
* | libgo: Support multilib testing. | ian | 2011-04-22 | 2 | -76/+180 |
* | PR go/48503 | ian | 2011-04-22 | 1 | -3/+31 |
* | libgo: Fix append declaration. | ian | 2011-04-18 | 1 | -1/+1 |
* | Unify handling of runtime support functions. | ian | 2011-04-13 | 15 | -68/+75 |
* | libgo: Update to current Go library. | ian | 2011-04-07 | 110 | -3137/+4609 |
* | libgo: Always use AM_LDFLAGS when linking libgo.la. | ian | 2011-04-06 | 2 | -2/+2 |
* | gotest: Add external timeout if internal timeout fails. | ian | 2011-04-05 | 1 | -1/+14 |
* | gotest: Avoid echo -n. | ian | 2011-04-05 | 1 | -2/+2 |
* | libgo: Use MAP_FIXED if necessary to grab arena. | ian | 2011-04-05 | 4 | -2/+37 |
* | libgo: Always initialize semaphores. | ian | 2011-04-04 | 4 | -0/+14 |
* | Mark as executable in SVN. | ian | 2011-04-03 | 1 | -0/+0 |
* | libgo: Sort test output in libgo.sum and libgo.log. | ian | 2011-04-02 | 2 | -298/+349 |
* | libgo: Support for alpha. | ian | 2011-04-01 | 4 | -2/+251 |
* | libgo: Try to guess the right type for select bits in mksysinfo. | ian | 2011-04-01 | 4 | -4/+15 |
* | libgo: Support Solaris 8/9. | ian | 2011-04-01 | 6 | -15/+51 |
* | libgo: Recognize MIPS ABIs. | ian | 2011-04-01 | 2 | -35/+134 |
* | PR go/47515 | ian | 2011-03-31 | 7 | -9/+83 |
* | libgo: Set name of test when using DejaGNU tests. | ian | 2011-03-31 | 4 | -3/+23 |
* | PR go/48242 | ian | 2011-03-31 | 2 | -1/+35 |
* | libgo: Remove unnecessary EINTR checks. | ian | 2011-03-31 | 1 | -7/+7 |
* | libgo/syscalls: Use _C_long as the type of the select bits array. | ian | 2011-03-31 | 1 | -5/+7 |
* | libgo Makefile: Fix typo in test case name. | ian | 2011-03-31 | 2 | -2/+2 |
* | libgo: Generate DejaGNU like .sum and .log files for "make check". | ian | 2011-03-31 | 2 | -45/+136 |
* | libgo: Use waitpid on systems which do not have wait4. | ian | 2011-03-30 | 8 | -20/+80 |
* | libgo: Support systems which do not have strerror_r. | ian | 2011-03-30 | 5 | -7/+61 |
* | libgo: Use the right files on Solaris variants. | ian | 2011-03-30 | 2 | -11/+23 |
* | libgo/Makefile.am: Add missing dependencies for net/net.lo. | ian | 2011-03-30 | 2 | -4/+6 |