Fix r180999.
[gcc.git] / libgo /
2011-11-02 Ian Lance Taylorsyscall: Remove Linux system calls not available in...
2011-11-02 Ian Lance Taylorexp/terminal: Use tcgetattr/tcsetattr rather than ioctl.
2011-11-02 Ian Lance Taylorlibgo/Makefile: Fix dependency.
2011-11-01 Ian Lance Taylorruntime: Don't ask mmap for wrapping memory.
2011-11-01 Ian Lance Taylorruntime: Correct test of mmap return value.
2011-11-01 Ian Lance Taylorsyscall: Portability code for epoll_event on GNU/Linux.
2011-10-31 Ian Lance Taylorsyscall: Use sched_yield rather than pthread_yield.
2011-10-31 Ian Lance Taylorsyscall: Fix Errstr on systems without strerror_r.
2011-10-31 Ian Lance Taylorsyscall: Remove a couple more 3-parameter match's in...
2011-10-27 Ian Lance Taylorsyscalls: Rewrite awk script to work with nawk.
2011-10-26 Ian Lance TaylorUpdate Go library to last weekly.
2011-10-25 Ian Lance TaylorSolaris/Irix compatibility patches.
2011-10-25 Ian Lance TaylorFix Solaris build.
2011-10-25 Ian Lance TaylorImplement predeclared delete function.
2011-10-25 Ian Lance TaylorDon't permit close of receive-only channel.
2011-10-24 Ian Lance TaylorError if naked return when result variables are shadowed.
2011-10-24 Ian Lance TaylorSome minor fixes to the rewritten syscall library.
2011-10-23 Ian Lance TaylorImplement new syscall package.
2011-10-22 Ian Lance TaylorUpdate Go library to r60.3 release.
2011-09-28 Ian Lance Taylormksysinfo: #include <ttold.h> on Irix.
2011-09-27 Ian Lance Taylormksysinfo: Fix for systems that don't define TIOCSCTTY.
2011-09-26 Ian Lance TaylorPass $(MATH_LIBS) $(NET_LIBS) when linking tests.
2011-09-26 Ian Lance TaylorFix sysinfo.go on systems which don't need to import...
2011-09-23 Ian Lance TaylorInclude <termios.h> in mksysinfo.sh.
2011-09-22 Ian Lance TaylorUpdate Go library to release r60.1.
2011-09-22 Ian Lance TaylorAdd html/testdata files accidentally omitted.
2011-09-21 Ian Lance TaylorIncrease default libgo test timeout.
2011-09-21 Ian Lance TaylorSupport nil maps.
2011-09-21 Ian Lance TaylorFix channels with element type of size zero.
2011-09-20 Ian Lance TaylorFix calling make with slice whose element type is size...
2011-09-20 Ian Lance TaylorImplement goto restrictions.
2011-09-16 Ian Lance TaylorBlock forever on send/receive to/from nil channel.
2011-09-16 Ian Lance TaylorUpdate Go library to r60.
2011-09-16 Ian Lance TaylorFix defer when not calling recover in function with...
2011-08-05 Rainer OrthMakefile.in (UNWIND_H): Remove.
2011-07-13 Ian Lance Taylorlibgo/testsuite/gotest: Run tests in source file order.
2011-07-11 Ian Lance Taylorlibgo: Define CC_FOR_BUILD in Makefile.
2011-07-11 Ian Lance Taylorlibgo/runtime: Change std::abort to abort.
2011-07-07 Rainer Orthre PR bootstrap/39150 (Configure scripts have no 64...
2011-07-06 Ian Lance Taylorlibgo: Use GOCFLAGS when compiling tests.
2011-07-06 Ian Lance Taylorjson: fix test when rand returns 0.
2011-06-14 Ian Lance TaylorChange builtin make to runtime call at lowering time.
2011-06-14 Ian Lance TaylorChange builtin make to runtime call at lowering time.
2011-06-11 Ian Lance TaylorUse backend interface for map descriptors.
2011-05-31 Ian Lance Taylorlibgo: Define PtraceRegs for Alpha GNU/Linux.
2011-05-31 Ian Lance Tayloros: Correct Ctime_ns calculation.
2011-05-31 Ian Lance Taylorlibgo/mksysinfo: Remove structs within stat found on...
2011-05-25 Ian Lance Taylorre PR go/48502 (os_test.TestStartProcess FAILs on Solar...
2011-05-24 Ian Lance Taylorlibgo: Make os.setenv_c work on systems without setenv.
2011-05-24 Ian Lance Taylorlibgo: Irix portability fixes (no declaration for getad...
2011-05-24 Ian Lance Taylorlibgo: Solaris/Irix portability fixes.
2011-05-20 Ian Lance TaylorUpdate to current version of Go library.
2011-05-06 Ian Lance TaylorMore uses of backend interface for types.
2011-04-29 Ian Lance Taylorlibgo http/cgi: Pass down environment variables for...
2011-04-25 Ian Lance Taylorlibgo/time: Support Irix 6 location of zoneinfo files.
2011-04-25 Ian Lance Taylorlibgo: Irix 6 patches.
2011-04-23 Ian Lance Taylorre PR go/48553 (fmt FAILs on 32-bit Solaris 2 with...
2011-04-22 Ian Lance Taylorlibgo: Support multilib testing.
2011-04-22 Ian Lance Taylorre PR go/48503 (http/cgi FAILs if libgcc_s.so.1 isn...
2011-04-18 Ian Lance Taylorlibgo: Fix append declaration.
2011-04-13 Ian Lance TaylorUnify handling of runtime support functions.
2011-04-07 Ian Lance Taylorlibgo: Update to current Go library.
2011-04-06 Ian Lance Taylorlibgo: Always use AM_LDFLAGS when linking libgo.la.
2011-04-05 Ian Lance Taylorgotest: Add external timeout if internal timeout fails.
2011-04-05 Ian Lance Taylorgotest: Avoid echo -n.
2011-04-05 Ian Lance Taylorlibgo: Use MAP_FIXED if necessary to grab arena.
2011-04-04 Rainer Orthlibgo: Always initialize semaphores.
2011-04-03 Ian Lance TaylorMark as executable in SVN.
2011-04-02 Ian Lance Taylorlibgo: Sort test output in libgo.sum and libgo.log.
2011-04-01 Ian Lance Taylorlibgo: Support for alpha.
2011-04-01 Ian Lance Taylorlibgo: Try to guess the right type for select bits...
2011-04-01 Ian Lance Taylorlibgo: Support Solaris 8/9.
2011-04-01 Ian Lance Taylorlibgo: Recognize MIPS ABIs.
2011-03-31 Ian Lance Taylorre PR go/47515 (Issues porting libgo to IRIX 6.5)
2011-03-31 Ian Lance Taylorlibgo: Set name of test when using DejaGNU tests.
2011-03-31 Ian Lance Taylorre PR go/48242 (gotest needs timeout mechanism)
2011-03-31 Ian Lance Taylorlibgo: Remove unnecessary EINTR checks.
2011-03-31 Ian Lance Taylorlibgo/syscalls: Use _C_long as the type of the select...
2011-03-31 Ian Lance Taylorlibgo Makefile: Fix typo in test case name.
2011-03-31 Ian Lance Taylorlibgo: Generate DejaGNU like .sum and .log files for...
2011-03-30 Ian Lance Taylorlibgo: Use waitpid on systems which do not have wait4.
2011-03-30 Ian Lance Taylorlibgo: Support systems which do not have strerror_r.
2011-03-30 Ian Lance Taylorlibgo: Use the right files on Solaris variants.
2011-03-30 Ian Lance Taylorlibgo/Makefile.am: Add missing dependencies for net...
2011-03-30 Ian Lance TaylorUpdate to current Go library.
2011-03-28 Ian Lance Taylorre PR go/48312 (http, rpc, websocket tests hang on...
2011-03-28 Ian Lance TaylorRename net/fd_rtems.go to net/fd_select.go.
2011-03-27 Ian Lance TaylorAdd runtime profiling infrastructure, not yet working.
2011-03-27 Ian Lance TaylorRemove closedchan function.
2011-03-25 Ian Lance TaylorRemove closed function. Fix tuple receive in select.
2011-03-24 Ian Lance TaylorUpdate to current version of Go library.
2011-03-24 Ian Lance TaylorTuple receives indicate whether channel is closed.
2011-03-23 Ian Lance TaylorSend on a closed channel panics.
2011-03-23 Ian Lance TaylorMissed test data in libgo update.
2011-03-23 Ian Lance TaylorSomehow missed this addition when updating the library.
2011-03-21 Ian Lance Taylorlibgo: Add GOTESTFLAGS variable used when testing.
2011-03-16 Ian Lance TaylorDon't catch LIBPROF in Go code.
2011-03-16 Ian Lance TaylorUpdate to current version of Go library (revision 94d65...
2011-03-11 Ian Lance TaylorDon't use intermediate .la files building libgo.
2011-03-10 Ian Lance Taylorre PR go/48020 (libgo flag test FAILs on Solaris 2)
next