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