OSDN Git Service

syscall: Portability code for epoll_event on GNU/Linux.
[pf3gnuchains/gcc-fork.git] / libgo / mksysinfo.sh
2011-10-26 ianUpdate Go library to last weekly.
2011-10-25 ianFix Solaris build.
2011-10-23 ianImplement new syscall package.
2011-09-28 ianmksysinfo: #include <ttold.h> on Irix.
2011-09-27 ianmksysinfo: Fix for systems that don't define TIOCSCTTY.
2011-09-26 ianFix sysinfo.go on systems which don't need to import...
2011-09-23 ianInclude <termios.h> in mksysinfo.sh.
2011-09-16 ianUpdate Go library to r60.
2011-05-31 ianlibgo/mksysinfo: Remove structs within stat found on...
2011-05-20 ianUpdate to current version of Go library.
2011-04-25 ianlibgo: Irix 6 patches.
2011-04-07 ianlibgo: Update to current Go library.
2011-04-01 ianlibgo: Try to guess the right type for select bits...
2011-04-01 ianlibgo: Support Solaris 8/9.
2011-03-31 ian PR go/47515
2011-03-30 ianlibgo: Use waitpid on systems which do not have wait4.
2011-03-16 ianUpdate to current version of Go library (revision 94d65...
2011-02-21 ianSupport libgo on Solaris.
2011-01-28 ianmksysinfo.sh: Use -std=gnu99.
2011-01-28 ianmksysinfo.sh: Fix Solaris specific define.
2011-01-28 ianmksysinfo: Add #defines for Solaris.
2011-01-27 ianmksysinfo: Always define IPV6_V6ONLY.
2011-01-27 ianDon't force rebuild if mksysinfo.sh does not change...
2011-01-27 ianmksysinfo.sh: #include <sys/uio.h>.
2011-01-21 ianRemove the types float and complex.
2011-01-14 ianmksysinfo: Define _pad128_t and _upad128_t if commented...
2011-01-13 ianDon't exit mksysinfo.sh if there is no _user_regs_struct.
2011-01-13 ianAdd some Solaris support to mksysinfo.sh.
2010-12-03 ianAdd Go frontend, libgo library, and Go testsuite.