Add condition to MUST_NOT_THROW_EXPR.
[gcc.git] / libgo /
2011-12-09 Ian Lance Taylorsyslog: Fix name of C syslog function.
2011-12-09 Ian Lance Taylorruntime: make print() built-in write to stderr.
2011-12-07 Ian Lance Taylorlibgo: Add back tests of syscall time.
2011-12-07 Ian Lance Taylorlibgo: Remove debug/proc, os.Error.
2011-12-07 Ian Lance Taylorlibgo: Update to weekly 2011-11-09.
2011-12-06 Ian Lance Taylorlibgo: Remove more os.Error cases.
2011-12-03 Ian Lance Taylorlibgo: Update to weekly.2011-11-02.
2011-12-03 Ian Lance Taylorlibgo: Generate dependencies automatically.
2011-12-02 Ian Lance Taylorlibgo: Update to weekly.2011-11-01.
2011-12-02 Ian Lance Taylormerge.sh: Add files, add revision option, handle middle...
2011-12-01 Ian Lance Taylorruntime: Remove temporary runtime_cond_wait function.
2011-12-01 Ian Lance Taylorruntime: Rename sigignore to sig_ignore for Solaris.
2011-12-01 Ian Lance Taylorcompiler/runtime: Copy channel implementation from...
2011-11-30 Ian Lance Taylorruntime: Copy runtime_panicstring from master library.
2011-11-29 Ian Lance Taylorlibgo: update to weekly.2011-10-25
2011-11-29 Ian Lance Taylorruntime: If no sem_timedwait, use pthread_cond_timedwait.
2011-11-29 Ian Lance Taylorruntime: If O_CLOEXEC is not defined, define it as 0.
2011-11-28 Ian Lance Taylorruntime: Multiplex goroutines onto OS threads.
2011-11-22 Ian Lance Taylorruntime: New lock/note implementation.
2011-11-14 Ian Lance Taylorruntime: Use some of 6g runtime.c for easier merging.
2011-11-11 Ian Lance TaylorIntroduce G structure and thread-local global g.
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.
next