1. 23 Apr, 2016 1 commit
  2. 13 Apr, 2016 1 commit
  3. 12 Apr, 2016 1 commit
  4. 02 Apr, 2016 1 commit
  5. 26 Feb, 2016 1 commit
  6. 24 Feb, 2016 1 commit
  7. 18 Feb, 2016 1 commit
  8. 12 Feb, 2016 1 commit
  9. 10 Feb, 2016 2 commits
  10. 09 Feb, 2016 1 commit
  11. 04 Feb, 2016 1 commit
  12. 03 Feb, 2016 2 commits
  13. 11 Jan, 2016 1 commit
  14. 18 Dec, 2015 1 commit
  15. 26 Nov, 2015 1 commit
  16. 23 Nov, 2015 1 commit
  17. 21 Nov, 2015 3 commits
  18. 20 Nov, 2015 2 commits
  19. 10 Nov, 2015 2 commits
  20. 07 Nov, 2015 1 commit
  21. 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
  22. 04 Nov, 2015 1 commit
  23. 03 Nov, 2015 1 commit
  24. 02 Nov, 2015 3 commits
  25. 01 Nov, 2015 1 commit
  26. 31 Oct, 2015 3 commits
  27. 29 Oct, 2015 2 commits
  28. 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
  29. 07 Oct, 2015 1 commit