OSDN Git Service

Test for libitm directory present before testing for support.
[pf3gnuchains/gcc-fork.git] / libgo / go /
2011-11-02 iansyscall: Remove Linux system calls not available in...
2011-11-02 ianexp/terminal: Use tcgetattr/tcsetattr rather than ioctl.
2011-11-01 iansyscall: Portability code for epoll_event on GNU/Linux.
2011-10-31 iansyscall: Fix Errstr on systems without strerror_r.
2011-10-31 iansyscall: Remove a couple more 3-parameter match's in...
2011-10-27 iansyscalls: Rewrite awk script to work with nawk.
2011-10-26 ianUpdate Go library to last weekly.
2011-10-25 ianSolaris/Irix compatibility patches.
2011-10-25 ianFix Solaris build.
2011-10-24 ianError if naked return when result variables are shadowed.
2011-10-24 ianSome minor fixes to the rewritten syscall library.
2011-10-23 ianImplement new syscall package.
2011-10-22 ianUpdate Go library to r60.3 release.
2011-09-22 ianUpdate Go library to release r60.1.
2011-09-22 ianAdd html/testdata files accidentally omitted.
2011-09-16 ianUpdate Go library to r60.
2011-07-06 ianjson: fix test when rand returns 0.
2011-05-31 ianos: Correct Ctime_ns calculation.
2011-05-25 ian PR go/48502
2011-05-24 ianlibgo: Solaris/Irix portability fixes.
2011-05-20 ianUpdate to current version of Go library.
2011-04-29 ianlibgo http/cgi: Pass down environment variables for...
2011-04-25 ianlibgo/time: Support Irix 6 location of zoneinfo files.
2011-04-25 ianlibgo: Irix 6 patches.
2011-04-23 ian PR go/48553
2011-04-22 ian PR go/48503
2011-04-07 ianlibgo: Update to current Go library.
2011-04-01 ianlibgo: Support for alpha.
2011-03-31 ian PR go/47515
2011-03-31 ian PR go/48242
2011-03-31 ianlibgo: Remove unnecessary EINTR checks.
2011-03-30 ianUpdate to current Go library.
2011-03-28 ian PR go/48312
2011-03-28 ianRename net/fd_rtems.go to net/fd_select.go.
2011-03-24 ianUpdate to current version of Go library.
2011-03-23 ianMissed test data in libgo update.
2011-03-23 ianSomehow missed this addition when updating the library.
2011-03-16 ianUpdate to current version of Go library (revision 94d65...
2011-03-09 ianSolaris specific syslog support.
2011-03-09 ian PR go/48019
2011-03-07 ianSolaris libgo testsuite fixes.
2011-02-21 ianSupport libgo on Solaris.
2011-01-29 iantime: Look for zoneinfo files in Solaris directory.
2011-01-28 ianAdd Solaris version of os.Hostname.
2011-01-28 ianWhen closing a file, call closedir if we called opendir.
2011-01-26 iannetchan: Avoid race condition in test.
2011-01-26 iannet: Check for EINTR.
2011-01-26 ianUpdate some net tests from master sources.
2011-01-24 ianRecognize m68k, mips, PPC. Don't require arch syscall...
2011-01-21 ianFix race condition in test case.
2011-01-21 ianRemove the types float and complex.
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-17 ianUpdate to current master source.
2010-12-17 ianDon't split stack in bytes.IndexByte.
2010-12-08 ianFix test by copying from master.
2010-12-03 ianAdd Go frontend, libgo library, and Go testsuite.