summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tuple receives indicate whether channel is closed.ian2011-03-244-15/+30
* Send on a closed channel panics.ian2011-03-239-66/+32
* Missed test data in libgo update.ian2011-03-233-0/+0
* Somehow missed this addition when updating the library.ian2011-03-231-0/+0
* libgo: Add GOTESTFLAGS variable used when testing.ian2011-03-212-4/+7
* Don't catch LIBPROF in Go code.ian2011-03-161-3/+0
* Update to current version of Go library (revision 94d654be2064).ian2011-03-16292-4878/+16258
* Don't use intermediate .la files building libgo.ian2011-03-112-1501/+954
* PR go/48020ian2011-03-101-1/+3
* Solaris specific syslog support.ian2011-03-096-36/+147
* libgo/README.gcc: Mention GCCGO_RUN_ALL_TESTS.ian2011-03-091-0/+4
* PR go/48019ian2011-03-091-0/+3