summaryrefslogtreecommitdiff
path: root/libgo
Commit message (Expand)AuthorAgeFilesLines
* 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
* PR go/48019ian2011-03-091-2/+7
* PR go/48017ian2011-03-092-6/+6
* PR go/47910ian2011-03-091-1/+1
* Solaris libgo testsuite fixes.ian2011-03-072-3/+1
* Use _nuname on 32-bit Solaris 2/x86.ian2011-03-075-2/+30
* Permit garbage collection on any compiler generated memory allocation.ian2011-03-071-1/+1
* Avoid race condition manipulating heap when goroutine exits.ian2011-03-071-8/+15
* Permit comparing non-empty interfaces with empty interfaces.ian2011-02-223-10/+54
* Support libgo on Solaris.ian2011-02-2112-34/+130
* Remove freebsd1 from libtool.m4 macros and config.rpath.rwild2011-02-132-22/+2
* libgo/configure.ac: Use AC_COMPILE_IFELSE, not AC_PREPROC_IFELSE.ian2011-02-102-12/+12
* libgo: Pass compiler flags to mksysinfo.sh.ian2011-02-052-2/+2
* Implement __sync_fetch_and_add_4 if necessary.ian2011-02-044-0/+79
* Check whether we are using setjmp/longjmp exceptions.ian2011-02-034-3/+121
* libgo: Apply upstream libtool patch.ian2011-02-022-7/+34
* libgo.exp: Set tmpdir.ian2011-02-021-0/+4
* Test whether libgcc or kernel defines __sync_bool_compare_and_swap_4.ian2011-02-014-1/+47
* Add __sync_bool_compare_and_swap_4 for targets which don't have it.ian2011-02-011-0/+36