summaryrefslogtreecommitdiff
path: root/libgo/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Change builtin make to runtime call at lowering time.ian2011-06-141-0/+1
* libgo: Solaris/Irix portability fixes.ian2011-05-241-0/+10
* Update to current version of Go library.ian2011-05-201-40/+179
* libgo: Irix 6 patches.ian2011-04-251-1/+9
* libgo: Support multilib testing.ian2011-04-221-38/+90
* libgo: Update to current Go library.ian2011-04-071-25/+23
* libgo: Always use AM_LDFLAGS when linking libgo.la.ian2011-04-061-1/+1
* libgo: Sort test output in libgo.sum and libgo.log.ian2011-04-021-149/+174
* libgo: Support Solaris 8/9.ian2011-04-011-1/+3
* PR go/47515ian2011-03-311-0/+4
* libgo: Set name of test when using DejaGNU tests.ian2011-03-311-1/+1
* libgo Makefile: Fix typo in test case name.ian2011-03-311-1/+1
* libgo: Generate DejaGNU like .sum and .log files for "make check".ian2011-03-311-23/+69
* libgo: Use waitpid on systems which do not have wait4.ian2011-03-301-1/+9
* 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