summaryrefslogtreecommitdiff
path: root/libgo/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
...
* libgo: Make the subdirectory in the CHECK target.ian2012-06-141-108/+1
* runtime: Copy runtime_printf from other Go library.ian2012-05-241-4/+13
* runtime: Print stack trace on panic or signal.ian2012-05-171-26/+36
* libgo: Use -fgo-pkgpath.ian2012-05-141-192/+191
* PR go/52583ian2012-04-251-3/+3
* libgo: Make sure log/syslog subdirectory exists before using it.ian2012-04-231-0/+1
* net, syscall: Use native endianness for GNU/Linux netlink code.ian2012-04-201-2/+0
* syscall, net: Fix GNU/Linux netlink code for big-endian systems.ian2012-04-031-0/+2
* gotest: Fix finding functions on PPC.ian2012-04-031-2/+2
* libgo: Update to weekly.2012-03-13.ian2012-03-301-2/+6
* libgo: Implement and use runtime.Caller, runtime.Func.FileLine.ian2012-03-071-1/+3
* libgo: Update to weekly.2012-03-04 release.ian2012-03-061-6/+10
* libgo: Update to weekly.2012-02-22 release.ian2012-03-021-3/+6
* libgo: Update to weekly.2012-02-14 release.ian2012-03-021-117/+98
* syscall: Fill out GNU/Linux support.ian2012-02-291-0/+5
* PR go/48410ian2012-02-141-2/+2
* libgo: Update to weekly.2012-02-07.ian2012-02-091-79/+40
* runtime: Add matherr function when appropriate.ian2012-02-081-22/+33
* math: Compile with -mfancy-math-387 -funsafe-optimizations on x86.ian2012-02-081-1/+4
* libgo: Update to weekly.2012-01-27.ian2012-02-011-474/+62
* syscall: Support socket control messages.ian2012-01-301-0/+6
* libgo: Build stubs for some syscall functions not on older systems.ian2012-01-261-4/+13
* libgo: Update to weekly.2012-01-20.ian2012-01-251-122/+174
* libgo: Update to weekly.2012-01-15.ian2012-01-251-37/+77
* libgo: Update to weekly.2011-12-22.ian2012-01-131-40/+32
* libgo: Update to weekly.2011-12-14.ian2012-01-121-5/+1
* compiler, runtime: Implement struct and array comparisons.ian2012-01-061-8/+28
* 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/+3
* 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-3/+8
* libgo: Update to weekly.2011-12-02.ian2011-12-131-111/+57
* libgo: Update to weekly.2011-11-18.ian2011-12-121-4/+7
* libgo: Update to weekly 2011-11-09.ian2011-12-071-710/+872
* libgo: Update to weekly.2011-11-02.ian2011-12-031-40/+57
* libgo: Generate dependencies automatically.ian2011-12-031-298/+632
* compiler/runtime: Copy channel implementation from master library.ian2011-12-011-156/+26
* libgo: update to weekly.2011-10-25ian2011-11-291-21/+23
* runtime: Multiplex goroutines onto OS threads.ian2011-11-281-69/+34
* runtime: New lock/note implementation.ian2011-11-221-35/+63
* runtime: Use some of 6g runtime.c for easier merging.ian2011-11-141-17/+18
* Introduce G structure and thread-local global g.ian2011-11-111-21/+11
* libgo/Makefile: Fix dependency.ian2011-11-021-1/+1
* syscall: Portability code for epoll_event on GNU/Linux.ian2011-11-011-1/+31
* Update Go library to last weekly.ian2011-10-261-258/+388
* Implement new syscall package.ian2011-10-231-83/+86
* Update Go library to r60.3 release.ian2011-10-221-29/+10
* 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-238/+655