extend.texi (Cilk Plus Builtins): cilkplus.org now uses https by default.
authorGerald Pfeifer <gerald@pfeifer.com>
Thu, 29 Dec 2016 14:52:23 +0000 (14:52 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Thu, 29 Dec 2016 14:52:23 +0000 (14:52 +0000)
        * doc/extend.texi (Cilk Plus Builtins): cilkplus.org now uses
        https by default.
        * doc/passes.texi (Cilk Plus Transformation): Ditto.
        * doc/generic.texi (Statements for C++): Ditto, and use @uref.

From-SVN: r243962

gcc/ChangeLog
gcc/doc/extend.texi
gcc/doc/generic.texi
gcc/doc/passes.texi

index 580d91877ae6769bb6d37b725858f47d7eb1de16..0a99b63c213379c392c4f703e53a6a20e9037e22 100644 (file)
@@ -1,3 +1,10 @@
+2016-12-29  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * doc/extend.texi (Cilk Plus Builtins): cilkplus.org now uses
+       https by default.
+       * doc/passes.texi (Cilk Plus Transformation): Ditto.
+       * doc/generic.texi (Statements for C++): Ditto, and use @uref.
+
 2016-12-28  Uros Bizjak  <ubizjak@gmail.com>
 
        PR target/78904
index 1f303bcb9aa1904fb48d541df3db3846028c52af..e82bb1bb310d4f0972389b9a2a194e16688d5a5f 100644 (file)
@@ -10464,7 +10464,7 @@ is enabled. Cilk Plus can be enabled using the @option{-fcilkplus} flag.
 
 Further details and examples about these built-in functions are described 
 in the Cilk Plus language manual which can be found at 
-@uref{http://www.cilkplus.org}.
+@uref{https://www.cilkplus.org}.
 
 @node Other Builtins
 @section Other Built-in Functions Provided by GCC
index ca6398467eae6449763b13dc2864150a4e10d0b5..5af329cae9110018a8b9acfd1e41ce9f4cb3353e 100644 (file)
@@ -3241,7 +3241,7 @@ This tree has one field that holds the name of the spawning function.
 @end smallexample
 
 Detailed description for usage and functionality of @code{_Cilk_spawn} can be 
-found at http://www.cilkplus.org
+found at @uref{https://www.cilkplus.org}.
 
 @item CILK_SYNC_STMT
 
index bffc3e3ee2b44705a8041b16d04a55726c9e9b2a..79b452349e559aa7a6e61db7f24aab4ae2bdd6ca 100644 (file)
@@ -163,7 +163,7 @@ done by @code{builtin_expand_cilk_pop_frame} in @file{cilk-common.c}.
 @end itemize
 
 Documentation about Cilk Plus and language specification is provided under the
-"Learn" section in @w{@uref{http://www.cilkplus.org/}}.  It is worth mentioning
+"Learn" section in @w{@uref{https://www.cilkplus.org}}.  It is worth mentioning
 that the current implementation follows ABI 1.1.
 
 @node Gimplification pass