syslog: Fix name of C syslog function.
[gcc.git] / libgo / Makefile.in
2011-12-07 Ian Lance Taylorlibgo: Update to weekly 2011-11-09.
2011-12-03 Ian Lance Taylorlibgo: Update to weekly.2011-11-02.
2011-12-03 Ian Lance Taylorlibgo: Generate dependencies automatically.
2011-12-01 Ian Lance Taylorcompiler/runtime: Copy channel implementation from...
2011-11-29 Ian Lance Taylorlibgo: update to weekly.2011-10-25
2011-11-28 Ian Lance Taylorruntime: Multiplex goroutines onto OS threads.
2011-11-22 Ian Lance Taylorruntime: New lock/note implementation.
2011-11-14 Ian Lance Taylorruntime: Use some of 6g runtime.c for easier merging.
2011-11-11 Ian Lance TaylorIntroduce G structure and thread-local global g.
2011-11-02 Ian Lance Taylorlibgo/Makefile: Fix dependency.
2011-11-01 Ian Lance Taylorsyscall: Portability code for epoll_event on GNU/Linux.
2011-10-26 Ian Lance TaylorUpdate Go library to last weekly.
2011-10-23 Ian Lance TaylorImplement new syscall package.
2011-10-22 Ian Lance TaylorUpdate Go library to r60.3 release.
2011-09-26 Ian Lance TaylorPass $(MATH_LIBS) $(NET_LIBS) when linking tests.
2011-09-22 Ian Lance TaylorUpdate Go library to release r60.1.
2011-09-16 Ian Lance TaylorUpdate Go library to r60.
2011-08-05 Rainer OrthMakefile.in (UNWIND_H): Remove.
2011-07-11 Ian Lance Taylorlibgo: Define CC_FOR_BUILD in Makefile.
2011-07-06 Ian Lance Taylorlibgo: Use GOCFLAGS when compiling tests.
2011-06-14 Ian Lance TaylorChange builtin make to runtime call at lowering time.
2011-05-24 Ian Lance Taylorlibgo: Solaris/Irix portability fixes.
2011-05-20 Ian Lance TaylorUpdate to current version of Go library.
2011-04-25 Ian Lance Taylorlibgo: Irix 6 patches.
2011-04-22 Ian Lance Taylorlibgo: Support multilib testing.
2011-04-07 Ian Lance Taylorlibgo: Update to current Go library.
2011-04-06 Ian Lance Taylorlibgo: Always use AM_LDFLAGS when linking libgo.la.
2011-04-02 Ian Lance Taylorlibgo: Sort test output in libgo.sum and libgo.log.
2011-04-01 Ian Lance Taylorlibgo: Support Solaris 8/9.
2011-03-31 Ian Lance Taylorre PR go/47515 (Issues porting libgo to IRIX 6.5)
2011-03-31 Ian Lance Taylorlibgo: Set name of test when using DejaGNU tests.
2011-03-31 Ian Lance Taylorlibgo Makefile: Fix typo in test case name.
2011-03-31 Ian Lance Taylorlibgo: Generate DejaGNU like .sum and .log files for...
2011-03-30 Ian Lance Taylorlibgo: Use waitpid on systems which do not have wait4.
2011-03-30 Ian Lance Taylorlibgo: Support systems which do not have strerror_r.
2011-03-30 Ian Lance Taylorlibgo: Use the right files on Solaris variants.
2011-03-30 Ian Lance Taylorlibgo/Makefile.am: Add missing dependencies for net...
2011-03-30 Ian Lance TaylorUpdate to current Go library.
2011-03-28 Ian Lance TaylorRename net/fd_rtems.go to net/fd_select.go.
2011-03-27 Ian Lance TaylorAdd runtime profiling infrastructure, not yet working.
2011-03-25 Ian Lance TaylorRemove closed function. Fix tuple receive in select.
2011-03-24 Ian Lance TaylorUpdate to current version of Go library.
2011-03-21 Ian Lance Taylorlibgo: Add GOTESTFLAGS variable used when testing.
2011-03-16 Ian Lance TaylorUpdate to current version of Go library (revision 94d65...
2011-03-11 Ian Lance TaylorDon't use intermediate .la files building libgo.
2011-03-09 Ian Lance TaylorSolaris specific syslog support.
2011-03-09 Ian Lance Taylorre PR go/48017 (Network tests should fail gracefully...
2011-03-07 Ian Lance TaylorUse _nuname on 32-bit Solaris 2/x86.
2011-02-22 Ian Lance TaylorPermit comparing non-empty interfaces with empty interf...
2011-02-21 Ian Lance TaylorSupport libgo on Solaris.
2011-02-05 Ian Lance Taylorlibgo: Pass compiler flags to mksysinfo.sh.
2011-01-31 Ian Lance Taylorlibgo/Makefile.am: Simplify build to avoid unnecessary...
2011-01-28 Ian Lance TaylorAdd Solaris version of os.Hostname.
2011-01-27 Ian Lance TaylorDon't force rebuild if mksysinfo.sh does not change...
2011-01-27 Ian Lance TaylorAdd missing dependency in libgo/Makefile.am.
2011-01-25 Ian Lance Taylorre PR go/47452 (Bootstrap fails in libgo (argument...
2011-01-24 Ian Lance TaylorRecognize m68k, mips, PPC. Don't require arch syscall...
2011-01-21 Ian Lance TaylorRemove the types float and complex.
2011-01-19 Ian Lance Taylorlibgo/Makefile.am: Fix typo naming socket_bsd.go.
2011-01-14 Ian Lance Taylorlibgo: Use $(SHELL) to invoke gotest.
2011-01-14 Ian Lance Taylorlibgo/Makefile.am: Correct typos in Solaris support.
2011-01-13 Ian Lance TaylorClean up syscalls, add some Solaris support.
2011-01-12 Ian Lance TaylorMake using DejaGNU work for libgo testing on a native...
2011-01-12 Ian Lance TaylorPreliminary framework for Solaris support.
2011-01-12 Ian Lance TaylorSimplify libgo Makefile conditionals.
2011-01-11 Ian Lance TaylorChange libgo testsuite format to be more like DejaGNU.
2011-01-11 Ian Lance TaylorAdd cgo support routines corresponding to the ones...
2011-01-05 Ian Lance Taylorre PR go/47176 (libgo doesn't compile if libunicode...
2010-12-17 Ian Lance TaylorAvoid always splitting the stack when calling append...
2010-12-09 Ian Lance Taylorre PR bootstrap/46812 (Linux libgo compilation fails...
2010-12-08 Ian Lance Taylorre PR other/46840 (libgo should link against libm)
2010-12-07 Ian Lance Taylorre PR other/46789 (go configuration with --prefix=...
2010-12-03 Ian Lance TaylorCheck for -pthread and -lpthread at configure time.
2010-12-03 Ian Lance TaylorAdd Go frontend, libgo library, and Go testsuite.