OSDN Git Service

runtime: Fix cast error in print.c on 32-bit systems.
[pf3gnuchains/gcc-fork.git] / libgo / configure
2012-04-27 ian PR go/52358
2012-04-22 ianmksysinfo: More fixes to emulate master Go library.
2012-04-21 iansyscall: Additional constants, some type corrections.
2012-04-20 iannet, syscall: Use native endianness for GNU/Linux netli...
2012-04-04 iansyscall: Add more constants.
2012-04-03 iansyscall, net: Fix GNU/Linux netlink code for big-endian...
2012-04-03 ianmksysinfo.sh: Add some more networking constants.
2012-03-10 ianUpdate Go compiler, library, and testsuite on gcc 4...
2012-02-29 iansyscall: Fill out GNU/Linux support.
2012-02-18 ianlibgo: Add mount flags, fallocate, statfs.
2012-02-17 ian PR go/52266
2012-02-15 ianruntime: Support broken makecontext on Solaris 8/9.
2012-02-14 ian PR go/48410
2012-02-12 ian PR go/52084
2012-02-10 ianlibgo/configure: Fixes for Solaris 8 and cross-compilation.
2012-02-08 ianruntime: Add matherr function when appropriate.
2012-02-08 ianmath: Compile with -mfancy-math-387 -funsafe-optimizati...
2012-02-08 ianruntime: System-specific hack fix for x86_64 Solaris 10.
2012-01-26 ianlibgo: Build stubs for some syscall functions not on...
2012-01-25 ianlibgo: Update to weekly.2012-01-15.
2012-01-17 ianlibgo: Solaris and Irix compatibility patches.
2012-01-13 ianlibgo: Update to weekly.2011-12-22.
2011-12-22 ianlibgo: Use -std=gnu99 on Solaris 10.
2011-12-20 ianlibgo: Fix use of -D_GNU_SOURCE and friends when buildi...
2011-12-03 ianlibgo: Generate dependencies automatically.
2011-12-02 ianlibgo: Update to weekly.2011-11-01.
2011-11-29 ianruntime: If no sem_timedwait, use pthread_cond_timedwait.
2011-11-01 iansyscall: Portability code for epoll_event on GNU/Linux.
2011-10-23 ianImplement new syscall package.
2011-09-16 ianUpdate Go library to r60.
2011-07-11 ianlibgo: Define CC_FOR_BUILD in Makefile.
2011-07-07 ro gcc:
2011-05-24 ianlibgo: Make os.setenv_c work on systems without setenv.
2011-04-25 ianlibgo: Irix 6 patches.
2011-04-05 ianlibgo: Use MAP_FIXED if necessary to grab arena.
2011-04-03 ianMark as executable in SVN.
2011-04-01 ianlibgo: Support for alpha.
2011-04-01 ianlibgo: Try to guess the right type for select bits...
2011-04-01 ianlibgo: Support Solaris 8/9.
2011-04-01 ianlibgo: Recognize MIPS ABIs.
2011-03-31 ian PR go/47515
2011-03-30 ianlibgo: Use waitpid on systems which do not have wait4.
2011-03-30 ianlibgo: Support systems which do not have strerror_r.
2011-02-21 ianSupport libgo on Solaris.
2011-02-13 rwildRemove freebsd1 from libtool.m4 macros and config.rpath.
2011-02-10 ianlibgo/configure.ac: Use AC_COMPILE_IFELSE, not AC_PREPR...
2011-02-04 ianImplement __sync_fetch_and_add_4 if necessary.
2011-02-03 ianCheck whether we are using setjmp/longjmp exceptions.
2011-02-02 ianlibgo: Apply upstream libtool patch.
2011-02-01 ianTest whether libgcc or kernel defines __sync_bool_compa...
2011-01-24 ianRecognize m68k, mips, PPC. Don't require arch syscall...
2011-01-14 ianlibgo: Check whether we need -lrt for sched_yield.
2011-01-13 ianUse GOARCH value of sparc64 rather than sparcv9.
2011-01-12 ianPreliminary framework for Solaris support.
2011-01-12 ianSimplify libgo Makefile conditionals.
2010-12-08 ian PR other/46840
2010-12-03 ianCheck for -pthread and -lpthread at configure time.
2010-12-03 ianAdd Go frontend, libgo library, and Go testsuite.