summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* Change builtin make to runtime call at lowering time.Ian Lance Taylor2011-06-141-0/+57
* Change builtin make to runtime call at lowering time.Ian Lance Taylor2011-06-148-40/+62
* Use backend interface for map descriptors.Ian Lance Taylor2011-06-113-6/+6
* libgo: Define PtraceRegs for Alpha GNU/Linux.Ian Lance Taylor2011-05-311-0/+32
* os: Correct Ctime_ns calculation.Ian Lance Taylor2011-05-311-1/+1
* libgo/mksysinfo: Remove structs within stat found on Alpha.Ian Lance Taylor2011-05-311-0/+1
* re PR go/48502 (os_test.TestStartProcess FAILs on Solaris 2)Ian Lance Taylor2011-05-251-1/+2
* libgo: Make os.setenv_c work on systems without setenv.Ian Lance Taylor2011-05-244-6/+25
* libgo: Irix portability fixes (no declaration for getaddrinfo).Ian Lance Taylor2011-05-241-0/+41
* libgo: Solaris/Irix portability fixes.Ian Lance Taylor2011-05-243-3/+17
* Update to current version of Go library.Ian Lance Taylor2011-05-20356-4841/+18925
* More uses of backend interface for types.Ian Lance Taylor2011-05-066-12/+16
* libgo http/cgi: Pass down environment variables for irix and solaris.Ian Lance Taylor2011-04-291-0/+2
* libgo/time: Support Irix 6 location of zoneinfo files.Ian Lance Taylor2011-04-251-6/+10
* libgo: Irix 6 patches.Ian Lance Taylor2011-04-257-18/+120
* re PR go/48553 (fmt FAILs on 32-bit Solaris 2 with stack overflow)Ian Lance Taylor2011-04-231-1/+3
* libgo: Support multilib testing.Ian Lance Taylor2011-04-222-76/+180
* re PR go/48503 (http/cgi FAILs if libgcc_s.so.1 isn't in default ld.so.1 sear...Ian Lance Taylor2011-04-221-3/+31
* libgo: Fix append declaration.Ian Lance Taylor2011-04-181-1/+1
* Unify handling of runtime support functions.Ian Lance Taylor2011-04-1315-68/+75
* libgo: Update to current Go library.Ian Lance Taylor2011-04-07110-3137/+4609
* libgo: Always use AM_LDFLAGS when linking libgo.la.Ian Lance Taylor2011-04-062-2/+2
* gotest: Add external timeout if internal timeout fails.Ian Lance Taylor2011-04-051-1/+14
* gotest: Avoid echo -n.Ian Lance Taylor2011-04-051-2/+2
* libgo: Use MAP_FIXED if necessary to grab arena.Ian Lance Taylor2011-04-054-2/+37
* libgo: Always initialize semaphores.Rainer Orth2011-04-044-0/+14
* Mark as executable in SVN.Ian Lance Taylor2011-04-031-0/+0
* libgo: Sort test output in libgo.sum and libgo.log.Ian Lance Taylor2011-04-022-298/+349
* libgo: Support for alpha.Ian Lance Taylor2011-04-014-2/+251
* libgo: Try to guess the right type for select bits in mksysinfo.Ian Lance Taylor2011-04-014-4/+15
* libgo: Support Solaris 8/9.Ian Lance Taylor2011-04-016-15/+51
* libgo: Recognize MIPS ABIs.Ian Lance Taylor2011-04-012-35/+134
* re PR go/47515 (Issues porting libgo to IRIX 6.5)Ian Lance Taylor2011-03-317-9/+83
* libgo: Set name of test when using DejaGNU tests.Ian Lance Taylor2011-03-314-3/+23
* re PR go/48242 (gotest needs timeout mechanism)Ian Lance Taylor2011-03-312-1/+35
* libgo: Remove unnecessary EINTR checks.Ian Lance Taylor2011-03-311-7/+7
* libgo/syscalls: Use _C_long as the type of the select bits array.Ian Lance Taylor2011-03-311-5/+7
* libgo Makefile: Fix typo in test case name.Ian Lance Taylor2011-03-312-2/+2
* libgo: Generate DejaGNU like .sum and .log files for "make check".Ian Lance Taylor2011-03-312-45/+136
* libgo: Use waitpid on systems which do not have wait4.Ian Lance Taylor2011-03-308-20/+80
* libgo: Support systems which do not have strerror_r.Ian Lance Taylor2011-03-305-7/+61
* libgo: Use the right files on Solaris variants.Ian Lance Taylor2011-03-302-11/+23
* libgo/Makefile.am: Add missing dependencies for net/net.lo.Ian Lance Taylor2011-03-302-4/+6
* Update to current Go library.Ian Lance Taylor2011-03-30113-671/+1892
* re PR go/48312 (http, rpc, websocket tests hang on Solaris 2/x86)Ian Lance Taylor2011-03-285-9/+20
* Rename net/fd_rtems.go to net/fd_select.go.Ian Lance Taylor2011-03-283-4/+4
* Add runtime profiling infrastructure, not yet working.Ian Lance Taylor2011-03-278-43/+598
* Remove closedchan function.Ian Lance Taylor2011-03-271-11/+0
* Remove closed function. Fix tuple receive in select.Ian Lance Taylor2011-03-258-57/+29
* Update to current version of Go library.Ian Lance Taylor2011-03-24168-2743/+8977