OSDN Git Service

libgo: Update to Go 1.0.2 release.
[pf3gnuchains/gcc-fork.git] / libgo / mksysinfo.sh
2012-06-05 ianmksysinfo: Fix for recent change to glibc <sys/resource.h>.
2012-04-30 ian PR go/52586
2012-04-26 ianmksysinfo, net: Always define syscall.SO_REUSEPORT.
2012-04-24 ianmksysinfo: Only define PathMax if PATH_MAX is defined.
2012-04-22 ianmksysinfo: More fixes to emulate master Go library.
2012-04-22 ianmksysinfo: Define more structs.
2012-04-22 ian * godump.c (go_output_typedef): Dump size of structs.
2012-04-21 iansyscall: Additional constants, some type corrections.
2012-04-04 iansyscall: Add more constants.
2012-04-03 ianmksysinfo.sh: Add some more networking constants.
2012-03-28 ianmksysinfo: Fix use of _in6_addr in _zone_net_addr_t.
2012-03-13 ian PR go/52557
2012-03-10 ianUpdate Go compiler, library, and testsuite on gcc 4...
2012-03-01 ianmksysinfo: Define MADV_ constants for madvise.
2012-02-29 iansyscall: Fill out GNU/Linux support.
2012-02-18 ianlibgo: Add mount flags, fallocate, statfs.
2012-02-03 ianmksysinfo: Fix type of last field of Cmsghdr.
2012-02-02 iansyscall: Add syscall.Times.
2012-01-30 iansyscall: Support socket control messages.
2012-01-27 ianlibgo: Fix merge errors shown on Solaris.
2012-01-26 ianlibgo/mksysinfo: Always define IPV6_TCLASS.
2012-01-26 ianlibgo/mksysinfo: Correct typo.
2012-01-25 ianlibgo: Update to weekly.2012-01-15.
2012-01-17 ianmksysinfo: Fix Alpha GNU/Linux compatibility patch.
2012-01-13 ianmksysinfo: Pick up TIOCGWINSZ even if expression is...
2012-01-13 ianmksysinfo: Make sure EPOLL_CLOEXEC is defined.
2011-12-20 ianlibgo: Fix use of -D_GNU_SOURCE and friends when buildi...
2011-12-13 ianmksysinfo.sh: Ensure that IPV6 constants and types...
2011-12-12 ianlibgo: Update to weekly.2011-11-18.
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.