OSDN Git Service

Fix handling of mutually recursive named types.
[pf3gnuchains/gcc-fork.git] / libgo /
2011-01-27 ianAdd missing dependency in libgo/Makefile.am.
2011-01-27 ianFix typo in socket_bsd.go.
2011-01-27 ianmksysinfo.sh: #include <sys/uio.h>.
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-25 ian PR go/47452
2011-01-25 ianlibgo: Fix typo in syscalls/socket_bsd.go.
2011-01-24 ianRecognize m68k, mips, PPC. Don't require arch syscall...
2011-01-24 iansyscalls/sleep_rtems.go: Add missing package clause.
2011-01-22 ianAvoid crash when M structure free just before thread...
2011-01-22 ianlibgo: Adjust deadlock avoidance.
2011-01-22 iansyscalls: Add SPARC RTEMS specific file.
2011-01-22 ianAvoid deadlock creating new thread.
2011-01-21 ianAvoid deadlock when finalizer lock is held during gc.
2011-01-21 ianFix race condition in test case.
2011-01-21 ianRemove the types float and complex.
2011-01-19 ianlibgo/Makefile.am: Fix typo naming socket_bsd.go.
2011-01-14 ianlibgo: Check whether we need -lrt for sched_yield.
2011-01-14 ianlibgo: Use $(SHELL) to invoke gotest.
2011-01-14 ianlibgo/syscalls: Finish Solaris code.
2011-01-14 ianlibgo/Makefile.am: Correct typos in Solaris support.
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 ianUse GOARCH value of sparc64 rather than sparcv9.
2011-01-13 ianAdd some Solaris support to mksysinfo.sh.
2011-01-13 ianClean up syscalls, add some Solaris support.
2011-01-12 ianUse correct nm and nm options.
2011-01-12 ianMake using DejaGNU work for libgo testing on a native...
2011-01-12 ianPreliminary framework for Solaris support.
2011-01-12 ianSimplify libgo Makefile conditionals.
2011-01-11 ianChange libgo testsuite format to be more like DejaGNU.
2011-01-11 ianAdd file missed in previous commit.
2011-01-11 ianAdd cgo support routines corresponding to the ones...
2011-01-05 ian PR go/47176
2011-01-05 ian PR go/46959
2011-01-05 ian PR go/46958
2010-12-17 ianRework locking code to split stack much less.
2010-12-17 ianUpdate to current master source.
2010-12-17 ianDon't split stack in bytes.IndexByte.
2010-12-17 ianAvoid always splitting the stack when calling append...
2010-12-14 ianBetter error message if malloc gets a SIGSEGV.
2010-12-14 ianRelease cache while holding thread lock.
2010-12-09 ian PR bootstrap/46812
2010-12-08 ian PR other/46840
2010-12-08 ianFix test by copying from master.
2010-12-07 ian PR other/46789
2010-12-06 ianLICENSE: separate, change PATENTS text.
2010-12-03 ianCheck for -pthread and -lpthread at configure time.
2010-12-03 ianIt's a contributor license agreement, not a copyright LA.
2010-12-03 ianTypo.
2010-12-03 ianClarify copyright license agreement.
2010-12-03 ianAdd Go frontend, libgo library, and Go testsuite.