Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-25 | Fix Solaris build. | Ian Lance Taylor | 1 | -1/+1 | |
From Rainer Orth. From-SVN: r180439 | |||||
2011-10-24 | Error if naked return when result variables are shadowed. | Ian Lance Taylor | 3 | -18/+23 | |
From-SVN: r180401 | |||||
2011-10-24 | Some minor fixes to the rewritten syscall library. | Ian Lance Taylor | 2 | -6/+8 | |
From-SVN: r180363 | |||||
2011-10-23 | Implement new syscall package. | Ian Lance Taylor | 44 | -14/+4386 | |
Calls to library functions now use entersyscall and exitsyscall as appropriate. This is a first step toward multiplexing goroutines onto threads. From-SVN: r180345 | |||||
2011-10-22 | Update Go library to r60.3 release. | Ian Lance Taylor | 11 | -1561/+277 | |
From-SVN: r180327 | |||||
2011-09-22 | Update Go library to release r60.1. | Ian Lance Taylor | 13 | -23/+743 | |
From-SVN: r179076 | |||||
2011-09-22 | Add html/testdata files accidentally omitted. | Ian Lance Taylor | 23 | -0/+5051 | |
From-SVN: r179075 | |||||
2011-09-16 | Update Go library to r60. | Ian Lance Taylor | 680 | -29718/+56764 | |
From-SVN: r178910 | |||||
2011-07-06 | json: fix test when rand returns 0. | Ian Lance Taylor | 1 | -0/+3 | |
Fixes using gccgo when optimizing, which changes the order of calls to rand. Same patch proposed upstream. From-SVN: r175927 | |||||
2011-05-31 | os: Correct Ctime_ns calculation. | Ian Lance Taylor | 1 | -1/+1 | |
From-SVN: r174501 | |||||
2011-05-25 | re PR go/48502 (os_test.TestStartProcess FAILs on Solaris 2) | Ian Lance Taylor | 1 | -1/+2 | |
PR go/48502 libgo/os: Fix test to run on Solaris. Patch brought over from upstream library. From-SVN: r174167 | |||||
2011-05-24 | libgo: Solaris/Irix portability fixes. | Ian Lance Taylor | 1 | -1/+1 | |
From Rainer Orth. From-SVN: r174144 | |||||
2011-05-20 | Update to current version of Go library. | Ian Lance Taylor | 318 | -4606/+18044 | |
From-SVN: r173931 | |||||
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 | 1 | -0/+0 | |
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 | 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-07 | libgo: Update to current Go library. | Ian Lance Taylor | 102 | -3059/+4428 | |
From-SVN: r172106 | |||||
2011-04-01 | libgo: Support for alpha. | Ian Lance Taylor | 1 | -0/+209 | |
From Uros Bizjak. From-SVN: r171860 | |||||
2011-03-31 | re PR go/47515 (Issues porting libgo to IRIX 6.5) | Ian Lance Taylor | 1 | -0/+17 | |
PR go/47515 libgo: Add Irix support. From Rainer Orth. From-SVN: r171806 | |||||
2011-03-31 | re PR go/48242 (gotest needs timeout mechanism) | Ian Lance Taylor | 1 | -0/+24 | |
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-30 | Update to current Go library. | Ian Lance Taylor | 106 | -661/+1869 | |
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 | 1 | -0/+0 | |
From-SVN: r171621 | |||||
2011-03-24 | Update to current version of Go library. | Ian Lance Taylor | 156 | -2593/+8541 | |
From-SVN: r171427 | |||||
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-16 | Update to current version of Go library (revision 94d654be2064). | Ian Lance Taylor | 259 | -3984/+14755 | |
From-SVN: r171076 | |||||
2011-03-09 | Solaris specific syslog support. | Ian Lance Taylor | 4 | -24/+117 | |
From-SVN: r170837 | |||||
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 | |||||
2011-03-07 | Solaris libgo testsuite fixes. | Ian Lance Taylor | 2 | -3/+1 | |
From-SVN: r170762 | |||||
2011-02-21 | Support libgo on Solaris. | Ian Lance Taylor | 3 | -1/+24 | |
From Rainer Orth. From-SVN: r170355 | |||||
2011-01-29 | time: Look for zoneinfo files in Solaris directory. | Ian Lance Taylor | 1 | -1/+6 | |
From-SVN: r169380 | |||||
2011-01-28 | Add Solaris version of os.Hostname. | Ian Lance Taylor | 1 | -0/+25 | |
From-SVN: r169350 | |||||
2011-01-28 | When closing a file, call closedir if we called opendir. | Ian Lance Taylor | 1 | -0/+7 | |
Fixes Go issue 1448. From-SVN: r169344 | |||||
2011-01-26 | netchan: Avoid race condition in test. | Ian Lance Taylor | 1 | -2/+2 | |
Copied from master library. From-SVN: r169311 | |||||
2011-01-26 | net: Check for EINTR. | Ian Lance Taylor | 1 | -7/+7 | |
From-SVN: r169309 | |||||
2011-01-26 | Update some net tests from master sources. | Ian Lance Taylor | 2 | -13/+37 | |
From-SVN: r169298 | |||||
2011-01-24 | Recognize m68k, mips, PPC. Don't require arch syscall files to exist. | Ian Lance Taylor | 6 | -30/+0 | |
From-SVN: r169185 | |||||
2011-01-21 | Fix race condition in test case. | Ian Lance Taylor | 1 | -7/+7 | |
Brought over from master repository. From-SVN: r169106 | |||||
2011-01-21 | Remove the types float and complex. | Ian Lance Taylor | 316 | -14850/+18147 | |
Update to current version of Go library. Update testsuite for removed types. * go-lang.c (go_langhook_init): Omit float_type_size when calling go_create_gogo. * go-c.h: Update declaration of go_create_gogo. From-SVN: r169098 | |||||
2011-01-13 | Use GOARCH value of sparc64 rather than sparcv9. | Ian Lance Taylor | 1 | -0/+0 | |
From-SVN: r168740 | |||||
2011-01-12 | Preliminary framework for Solaris support. | Ian Lance Taylor | 5 | -0/+37 | |
Partly from Rainer Orth. From-SVN: r168697 | |||||
2011-01-12 | Simplify libgo Makefile conditionals. | Ian Lance Taylor | 3 | -0/+27 | |
From-SVN: r168696 | |||||
2010-12-17 | Update to current master source. | Ian Lance Taylor | 1 | -252/+159 | |
From-SVN: r167972 | |||||
2010-12-17 | Don't split stack in bytes.IndexByte. | Ian Lance Taylor | 1 | -3/+5 | |
From-SVN: r167971 | |||||
2010-12-08 | Fix test by copying from master. | Ian Lance Taylor | 1 | -1/+1 | |
From-SVN: r167575 | |||||
2010-12-03 | Add Go frontend, libgo library, and Go testsuite. | Ian Lance Taylor | 729 | -0/+179469 | |
gcc/: * gcc.c (default_compilers): Add entry for ".go". * common.opt: Add -static-libgo as a driver option. * doc/install.texi (Configuration): Mention libgo as an option for --enable-shared. Mention go as an option for --enable-languages. * doc/invoke.texi (Overall Options): Mention .go as a file name suffix. Mention go as a -x option. * doc/frontends.texi (G++ and GCC): Mention Go as a supported language. * doc/sourcebuild.texi (Top Level): Mention libgo. * doc/standards.texi (Standards): Add section on Go language. Move references for other languages into their own section. * doc/contrib.texi (Contributors): Mention that I contributed the Go frontend. gcc/testsuite/: * lib/go.exp: New file. * lib/go-dg.exp: New file. * lib/go-torture.exp: New file. * lib/target-supports.exp (check_compile): Match // Go. From-SVN: r167407 |