1. 26 Feb, 2016 1 commit
  2. 24 Feb, 2016 1 commit
  3. 18 Feb, 2016 1 commit
  4. 12 Feb, 2016 1 commit
  5. 10 Feb, 2016 2 commits
  6. 09 Feb, 2016 1 commit
  7. 04 Feb, 2016 1 commit
  8. 03 Feb, 2016 2 commits
  9. 11 Jan, 2016 1 commit
  10. 18 Dec, 2015 1 commit
  11. 26 Nov, 2015 1 commit
  12. 23 Nov, 2015 1 commit
  13. 21 Nov, 2015 3 commits
  14. 20 Nov, 2015 2 commits
  15. 10 Nov, 2015 2 commits
  16. 07 Nov, 2015 1 commit
  17. 06 Nov, 2015 1 commit
    • libgo: Solaris portability fixes. · 9da92cbd
          
          Only build net/hook_cloexec.go on GNU/Linux and FreeBSD, because those
          are the only systems with accept4.
          
          Add syscall/libcall_bsd.go to define sendfile for *BSD and Solaris.
          
          Revert tcpsockopt_solaris.go back to the earlier version, so that it
          works on Solaris 10.
          
          Always pass the address of a Pid_t value to TIOCGPGRP and TIOCSPGRP.
          
          Include <unistd.h> in runtime/go-varargs.c.
          
          Reviewed-on: https://go-review.googlesource.com/16719
      
      From-SVN: r229880
      Ian Lance Taylor committed
  18. 04 Nov, 2015 1 commit
  19. 03 Nov, 2015 1 commit
  20. 02 Nov, 2015 3 commits
  21. 01 Nov, 2015 1 commit
  22. 31 Oct, 2015 3 commits
  23. 29 Oct, 2015 2 commits
  24. 09 Oct, 2015 1 commit
    • Testsuite: add dg-{begin|end}-multiline-output commands · 9e531d37
      This patch adds an easy way to write tests for expected multiline
      output.  For example we can test carets and underlines for
      a particular diagnostic with:
      
      /* { dg-begin-multiline-output "" }
       typedef struct _GMutex GMutex;
                      ^~~~~~~
         { dg-end-multiline-output "" } */
      
      multiline.exp is used by prune.exp; hence we need to load it before
      prune.exp via *load_gcc_lib* for the testsuites of the various
      non-"gcc" support libraries (e.g. boehm-gc).
      
      gcc/testsuite/ChangeLog:
      	* lib/multiline.exp: New file.
      	* lib/prune.exp: Load multiline.exp.
      	(prune_gcc_output): Call into multiline.exp to handle any
      	multiline output directives.
      	* lib/libgo.exp: Load multiline.exp before prune.exp, using
      	load_gcc_lib.
      
      boehm-gc/ChangeLog:
      	* testsuite/lib/boehm-gc.exp: Load multiline.exp before
      	prune.exp, using load_gcc_lib.
      
      libatomic/ChangeLog:
      	* testsuite/lib/libatomic.exp: Load multiline.exp before
      	prune.exp, using load_gcc_lib.
      
      libgomp/ChangeLog:
      	* testsuite/lib/libgomp.exp: Load multiline.exp before prune.exp,
      	using load_gcc_lib.
      
      libitm/ChangeLog:
      	* testsuite/lib/libitm.exp: Load multiline.exp before prune.exp,
      	using load_gcc_lib.
      
      libvtv/ChangeLog:
      	* testsuite/lib/libvtv.exp: Load multiline.exp before prune.exp,
      	using load_gcc_lib.
      
      From-SVN: r228655
      David Malcolm committed
  25. 07 Oct, 2015 1 commit
  26. 24 Sep, 2015 1 commit
  27. 23 Sep, 2015 2 commits
  28. 15 Sep, 2015 1 commit