summaryrefslogtreecommitdiff
path: root/libgo/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* libgo: Update to weekly.2012-02-07.ian2012-02-091-59/+19
* runtime: Add matherr function when appropriate.ian2012-02-081-0/+1
* math: Compile with -mfancy-math-387 -funsafe-optimizations on x86.ian2012-02-081-1/+3
* libgo: Update to weekly.2012-01-27.ian2012-02-011-395/+30
* syscall: Support socket control messages.ian2012-01-301-0/+9
* libgo: Build stubs for some syscall functions not on older systems.ian2012-01-261-0/+1
* libgo: Update to weekly.2012-01-20.ian2012-01-251-43/+69
* libgo: Update to weekly.2012-01-15.ian2012-01-251-15/+56
* libgo: Update to weekly.2011-12-22.ian2012-01-131-23/+22
* libgo: Update to weekly.2011-12-14.ian2012-01-121-5/+1
* compiler, runtime: Implement struct and array comparisons.ian2012-01-061-0/+2
* libgo: Fix use of -D_GNU_SOURCE and friends when building libgo.ian2011-12-201-1/+1
* os: Fix fileInfoFromStat for Solaris.ian2011-12-161-1/+7
* syscall: Move Errno into its own file, for RTEMS.ian2011-12-151-0/+1
* 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