summaryrefslogtreecommitdiff
path: root/libgo/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* syscall: Don't build wait status functions on RTEMS.ian2011-12-131-1/+12
* libgo: Update to weekly.2011-12-02.ian2011-12-131-44/+7
* libgo: Update to weekly.2011-11-18.ian2011-12-121-4/+7
* libgo: Update to weekly 2011-11-09.ian2011-12-071-554/+609
* libgo: Update to weekly.2011-11-02.ian2011-12-031-0/+17
* libgo: Generate dependencies automatically.ian2011-12-031-298/+630
* compiler/runtime: Copy channel implementation from master library.ian2011-12-011-15/+1
* libgo: update to weekly.2011-10-25ian2011-11-291-24/+25
* runtime: Multiplex goroutines onto OS threads.ian2011-11-281-5/+10
* runtime: New lock/note implementation.ian2011-11-221-1/+7
* runtime: Use some of 6g runtime.c for easier merging.ian2011-11-141-1/+1
* Introduce G structure and thread-local global g.ian2011-11-111-1/+0
* libgo/Makefile: Fix dependency.ian2011-11-021-1/+1
* syscall: Portability code for epoll_event on GNU/Linux.ian2011-11-011-1/+29
* Update Go library to last weekly.ian2011-10-261-201/+292
* Implement new syscall package.ian2011-10-231-105/+97
* Update Go library to r60.3 release.ian2011-10-221-17/+0
* Pass $(MATH_LIBS) $(NET_LIBS) when linking tests.ian2011-09-261-0/+2
* Update Go library to release r60.1.ian2011-09-221-1/+2
* Update Go library to r60.ian2011-09-161-167/+438
* gcc:ro2011-08-051-1/+1
* libgo: Use GOCFLAGS when compiling tests.ian2011-07-061-1/+1
* 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