diff mbox

[doc] www.cilkplus.org now defaults to https (and a bit more)

Message ID alpine.LSU.2.20.1612291050540.2994@anthias.pfeifer.com
State New
Headers show

Commit Message

Gerald Pfeifer Dec. 29, 2016, 2:53 p.m. UTC
Applied (as revision 243962), and I am planning to backport to the
GCC 6 and probably GCC 5 branches.

Gerald

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.

Comments

Gerald Pfeifer Jan. 21, 2017, 10:05 p.m. UTC | #1
On Thu, 29 Dec 2016, Gerald Pfeifer wrote:
> Applied (as revision 243962), and I am planning to backport to the
> GCC 6 and probably GCC 5 branches.

> 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.

Done now, both for GCC 6 and GCC 5 as well.

Gerald
diff mbox

Patch

Index: doc/extend.texi
===================================================================
--- doc/extend.texi	(revision 243961)
+++ doc/extend.texi	(working copy)
@@ -10464,7 +10464,7 @@ 
 
 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: doc/generic.texi
===================================================================
--- doc/generic.texi	(revision 243961)
+++ doc/generic.texi	(working copy)
@@ -3241,7 +3241,7 @@ 
 @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: doc/passes.texi
===================================================================
--- doc/passes.texi	(revision 243961)
+++ doc/passes.texi	(working copy)
@@ -163,7 +163,7 @@ 
 @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