OSDN Git Service

Remove empty directory.
[pf3gnuchains/gcc-fork.git] / libgo /
2011-04-18 ianlibgo: Fix append declaration.
2011-04-13 ianUnify handling of runtime support functions.
2011-04-07 ianlibgo: Update to current Go library.
2011-04-06 ianlibgo: Always use AM_LDFLAGS when linking libgo.la.
2011-04-05 iangotest: Add external timeout if internal timeout fails.
2011-04-05 iangotest: Avoid echo -n.
2011-04-05 ianlibgo: Use MAP_FIXED if necessary to grab arena.
2011-04-04 ianlibgo: Always initialize semaphores.
2011-04-03 ianMark as executable in SVN.
2011-04-02 ianlibgo: Sort test output in libgo.sum and libgo.log.
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-31 ianlibgo: Set name of test when using DejaGNU tests.
2011-03-31 ian PR go/48242
2011-03-31 ianlibgo: Remove unnecessary EINTR checks.
2011-03-31 ianlibgo/syscalls: Use _C_long as the type of the select...
2011-03-31 ianlibgo Makefile: Fix typo in test case name.
2011-03-31 ianlibgo: Generate DejaGNU like .sum and .log files for...
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-03-30 ianlibgo: Use the right files on Solaris variants.
2011-03-30 ianlibgo/Makefile.am: Add missing dependencies for net...
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-27 ianAdd runtime profiling infrastructure, not yet working.
2011-03-27 ianRemove closedchan function.
2011-03-25 ianRemove closed function. Fix tuple receive in select.
2011-03-24 ianUpdate to current version of Go library.
2011-03-24 ianTuple receives indicate whether channel is closed.
2011-03-23 ianSend on a closed channel panics.
2011-03-23 ianMissed test data in libgo update.
2011-03-23 ianSomehow missed this addition when updating the library.
2011-03-21 ianlibgo: Add GOTESTFLAGS variable used when testing.
2011-03-16 ianDon't catch LIBPROF in Go code.
2011-03-16 ianUpdate to current version of Go library (revision 94d65...
2011-03-11 ianDon't use intermediate .la files building libgo.
2011-03-10 ian PR go/48020
2011-03-09 ianSolaris specific syslog support.
2011-03-09 ianlibgo/README.gcc: Mention GCCGO_RUN_ALL_TESTS.
2011-03-09 ian PR go/48019
2011-03-09 ian PR go/48019
2011-03-09 ian PR go/48017
2011-03-09 ian PR go/47910
2011-03-07 ianSolaris libgo testsuite fixes.
2011-03-07 ianUse _nuname on 32-bit Solaris 2/x86.
2011-03-07 ianPermit garbage collection on any compiler generated...
2011-03-07 ianAvoid race condition manipulating heap when goroutine...
2011-02-22 ianPermit comparing non-empty interfaces with empty interf...
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-05 ianlibgo: Pass compiler flags to mksysinfo.sh.
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-02 ianlibgo.exp: Set tmpdir.
2011-02-01 ianTest whether libgcc or kernel defines __sync_bool_compa...
2011-02-01 ianAdd __sync_bool_compare_and_swap_4 for targets which...
2011-01-31 ianlibgo/Makefile.am: Simplify build to avoid unnecessary...
2011-01-29 ian PR go/47515
2011-01-29 iantime: Look for zoneinfo files in Solaris directory.
2011-01-28 ianmksysinfo.sh: Use -std=gnu99.
2011-01-28 ianmksysinfo.sh: Fix Solaris specific define.
2011-01-28 ianAdd Solaris version of os.Hostname.
2011-01-28 ianmksysinfo: Add #defines for Solaris.
2011-01-28 ianWhen closing a file, call closedir if we called opendir.
2011-01-27 ianmksysinfo: Always define IPV6_V6ONLY.
2011-01-27 ianDon't force rebuild if mksysinfo.sh does not change...
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.
next