summaryrefslogtreecommitdiff
path: root/libgo/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
...
* libgo: Support systems which do not have strerror_r.ian2011-03-301-1/+5
* libgo: Use the right files on Solaris variants.ian2011-03-301-5/+14
* libgo/Makefile.am: Add missing dependencies for net/net.lo.ian2011-03-301-2/+3
* Update to current Go library.ian2011-03-301-2/+6
* Rename net/fd_rtems.go to net/fd_select.go.ian2011-03-281-2/+2
* Add runtime profiling infrastructure, not yet working.ian2011-03-271-0/+1
* Remove closed function. Fix tuple receive in select.ian2011-03-251-1/+0
* Update to current version of Go library.ian2011-03-241-33/+119
* libgo: Add GOTESTFLAGS variable used when testing.ian2011-03-211-2/+4
* Update to current version of Go library (revision 94d654be2064).ian2011-03-161-42/+178
* Don't use intermediate .la files building libgo.ian2011-03-111-729/+457
* Solaris specific syslog support.ian2011-03-091-6/+17
* PR go/48017ian2011-03-091-3/+3
* Use _nuname on 32-bit Solaris 2/x86.ian2011-03-071-0/+13
* Permit comparing non-empty interfaces with empty interfaces.ian2011-02-221-0/+1
* Support libgo on Solaris.ian2011-02-211-0/+21
* libgo: Pass compiler flags to mksysinfo.sh.ian2011-02-051-1/+1
* libgo/Makefile.am: Simplify build to avoid unnecessary .a files.ian2011-01-311-569/+692
* Add Solaris version of os.Hostname.ian2011-01-281-1/+15
* Don't force rebuild if mksysinfo.sh does not change sysinfo.go.ian2011-01-271-1/+5
* Add missing dependency in libgo/Makefile.am.ian2011-01-271-2/+2
* PR go/47452ian2011-01-251-3/+3
* Recognize m68k, mips, PPC. Don't require arch syscall files to exist.ian2011-01-241-2/+2
* Remove the types float and complex.ian2011-01-211-19/+222
* libgo/Makefile.am: Fix typo naming socket_bsd.go.ian2011-01-191-1/+1
* libgo: Use $(SHELL) to invoke gotest.ian2011-01-141-2/+2
* libgo/Makefile.am: Correct typos in Solaris support.ian2011-01-141-3/+3
* Clean up syscalls, add some Solaris support.ian2011-01-131-14/+81
* Make using DejaGNU work for libgo testing on a native system.ian2011-01-121-5/+9
* Preliminary framework for Solaris support.ian2011-01-121-3/+3
* Simplify libgo Makefile conditionals.ian2011-01-121-96/+15
* Change libgo testsuite format to be more like DejaGNU.ian2011-01-111-5/+7
* Add cgo support routines corresponding to the ones in 6g/8g.ian2011-01-111-0/+1
* PR go/47176ian2011-01-051-1/+2
* Avoid always splitting the stack when calling append and copy.ian2010-12-171-0/+1
* PR bootstrap/46812ian2010-12-091-1/+1
* PR other/46840ian2010-12-081-2/+2
* PR other/46789ian2010-12-071-39/+43
* Check for -pthread and -lpthread at configure time.ian2010-12-031-3/+3
* Add Go frontend, libgo library, and Go testsuite.ian2010-12-031-0/+2686