OSDN Git Service

Error if naked return when result variables are shadowed.
[pf3gnuchains/gcc-fork.git] / libgo /
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-28 ianmksysinfo: #include <ttold.h> on Irix.
2011-09-27 ianmksysinfo: Fix for systems that don't define TIOCSCTTY.
2011-09-26 ianPass $(MATH_LIBS) $(NET_LIBS) when linking tests.
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-22 ianUpdate Go library to release r60.1.
2011-09-22 ianAdd html/testdata files accidentally omitted.
2011-09-21 ianIncrease default libgo test timeout.
2011-09-21 ianSupport nil maps.
2011-09-21 ianFix channels with element type of size zero.
2011-09-20 ianFix calling make with slice whose element type is size...
2011-09-20 ianImplement goto restrictions.
2011-09-16 ianBlock forever on send/receive to/from nil channel.
2011-09-16 ianUpdate Go library to r60.
2011-09-16 ianFix defer when not calling recover in function with...
2011-08-05 ro gcc:
2011-07-13 ianlibgo/testsuite/gotest: Run tests in source file order.
2011-07-11 ianlibgo: Define CC_FOR_BUILD in Makefile.
2011-07-11 ianlibgo/runtime: Change std::abort to abort.
2011-07-07 ro gcc:
2011-07-06 ianlibgo: Use GOCFLAGS when compiling tests.
2011-07-06 ianjson: fix test when rand returns 0.
2011-06-14 ianChange builtin make to runtime call at lowering time.
2011-06-14 ianChange builtin make to runtime call at lowering time.
2011-06-11 ianUse backend interface for map descriptors.
2011-05-31 ianlibgo: Define PtraceRegs for Alpha GNU/Linux.
2011-05-31 ianos: Correct Ctime_ns calculation.
2011-05-31 ianlibgo/mksysinfo: Remove structs within stat found on...
2011-05-25 ian PR go/48502
2011-05-24 ianlibgo: Make os.setenv_c work on systems without setenv.
2011-05-24 ianlibgo: Irix portability fixes (no declaration for getad...
2011-05-24 ianlibgo: Solaris/Irix portability fixes.
2011-05-20 ianUpdate to current version of Go library.
2011-05-06 ianMore uses of backend interface for types.
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 ianlibgo: Support multilib testing.
2011-04-22 ian PR go/48503
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.
next