aboutsummaryrefslogtreecommitdiff
path: root/libgo/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2011-12-03libgo: Update to weekly.2011-11-02.Ian Lance Taylor1-40/+57
2011-12-03libgo: Generate dependencies automatically.Ian Lance Taylor1-298/+632
2011-12-01compiler/runtime: Copy channel implementation from master library.Ian Lance Taylor1-156/+26
2011-11-29libgo: update to weekly.2011-10-25Ian Lance Taylor1-21/+23
2011-11-28runtime: Multiplex goroutines onto OS threads.Ian Lance Taylor1-69/+34
2011-11-22runtime: New lock/note implementation.Ian Lance Taylor1-35/+63
2011-11-14runtime: Use some of 6g runtime.c for easier merging.Ian Lance Taylor1-17/+18
2011-11-11Introduce G structure and thread-local global g.Ian Lance Taylor1-21/+11
2011-11-02libgo/Makefile: Fix dependency.Ian Lance Taylor1-1/+1
2011-11-01syscall: Portability code for epoll_event on GNU/Linux.Ian Lance Taylor1-1/+31
2011-10-26Update Go library to last weekly.Ian Lance Taylor1-258/+388
2011-10-23Implement new syscall package.Ian Lance Taylor1-83/+86
2011-10-22Update Go library to r60.3 release.Ian Lance Taylor1-29/+10
2011-09-26Pass $(MATH_LIBS) $(NET_LIBS) when linking tests.Ian Lance Taylor1-0/+2
2011-09-22Update Go library to release r60.1.Ian Lance Taylor1-1/+2
2011-09-16Update Go library to r60.Ian Lance Taylor1-238/+655
2011-08-05Makefile.in (UNWIND_H): Remove.Rainer Orth1-1/+1
2011-07-11libgo: Define CC_FOR_BUILD in Makefile.Ian Lance Taylor1-0/+1
2011-07-06libgo: Use GOCFLAGS when compiling tests.Ian Lance Taylor1-1/+1
2011-06-14Change builtin make to runtime call at lowering time.Ian Lance Taylor1-31/+40
2011-05-24libgo: Solaris/Irix portability fixes.Ian Lance Taylor1-2/+6
2011-05-20Update to current version of Go library.Ian Lance Taylor1-51/+199
2011-04-25libgo: Irix 6 patches.Ian Lance Taylor1-3/+5
2011-04-22libgo: Support multilib testing.Ian Lance Taylor1-38/+90
2011-04-07libgo: Update to current Go library.Ian Lance Taylor1-51/+48
2011-04-06libgo: Always use AM_LDFLAGS when linking libgo.la.Ian Lance Taylor1-1/+1
2011-04-02libgo: Sort test output in libgo.sum and libgo.log.Ian Lance Taylor1-149/+175
2011-04-01libgo: Support Solaris 8/9.Ian Lance Taylor1-2/+7
2011-03-31re PR go/47515 (Issues porting libgo to IRIX 6.5)Ian Lance Taylor1-2/+3
2011-03-31libgo: Set name of test when using DejaGNU tests.Ian Lance Taylor1-1/+1
2011-03-31libgo Makefile: Fix typo in test case name.Ian Lance Taylor1-1/+1
2011-03-31libgo: Generate DejaGNU like .sum and .log files for "make check".Ian Lance Taylor1-22/+67
2011-03-30libgo: Use waitpid on systems which do not have wait4.Ian Lance Taylor1-1/+6
2011-03-30libgo: Support systems which do not have strerror_r.Ian Lance Taylor1-2/+3
2011-03-30libgo: Use the right files on Solaris variants.Ian Lance Taylor1-6/+9
2011-03-30libgo/Makefile.am: Add missing dependencies for net/net.lo.Ian Lance Taylor1-2/+3
2011-03-30Update to current Go library.Ian Lance Taylor1-2/+6
2011-03-28Rename net/fd_rtems.go to net/fd_select.go.Ian Lance Taylor1-2/+2
2011-03-27Add runtime profiling infrastructure, not yet working.Ian Lance Taylor1-5/+15
2011-03-25Remove closed function. Fix tuple receive in select.Ian Lance Taylor1-15/+6
2011-03-24Update to current version of Go library.Ian Lance Taylor1-59/+174
2011-03-21libgo: Add GOTESTFLAGS variable used when testing.Ian Lance Taylor1-2/+3
2011-03-16Update to current version of Go library (revision 94d654be2064).Ian Lance Taylor1-94/+239
2011-03-11Don't use intermediate .la files building libgo.Ian Lance Taylor1-772/+497
2011-03-09Solaris specific syslog support.Ian Lance Taylor1-6/+13
2011-03-09re PR go/48017 (Network tests should fail gracefully without network connecti...Ian Lance Taylor1-3/+3
2011-03-07Use _nuname on 32-bit Solaris 2/x86.Ian Lance Taylor1-0/+7
2011-02-22Permit comparing non-empty interfaces with empty interfaces.Ian Lance Taylor1-10/+21
2011-02-21Support libgo on Solaris.Ian Lance Taylor1-0/+11
2011-02-05libgo: Pass compiler flags to mksysinfo.sh.Ian Lance Taylor1-1/+1