Excerpts from Martin Liška's message of Dezember 22, 2021 1:57 pm: > I replaced and verified http:// links for various domains. > > Ready to be installed? > Tahnks, > Martin >
Hi, > gcc/d/ChangeLog: > > * gdc.texi: Replace http:// with https. > > --- > gcc/d/gdc.texi | 10 +- > OK for the D front-end docs change. Iain. > diff --git a/gcc/d/gdc.texi b/gcc/d/gdc.texi > index bfec1568857..d93d2e8001a 100644 > --- a/gcc/d/gdc.texi > +++ b/gcc/d/gdc.texi > @@ -326,14 +326,14 @@ values are supported: > @item all > Turns on all upcoming D language features. > @item dip1000 > -Implements @uref{http://wiki.dlang.org/DIP1000} (Scoped pointers). > +Implements @uref{https://wiki.dlang.org/DIP1000} (Scoped pointers). > @item dip1008 > -Implements @uref{http://wiki.dlang.org/DIP1008} (Allow exceptions in > +Implements @uref{https://wiki.dlang.org/DIP1008} (Allow exceptions in > @code{@@nogc} code). > @item dip1021 > -Implements @uref{http://wiki.dlang.org/DIP1021} (Mutable function arguments). > +Implements @uref{https://wiki.dlang.org/DIP1021} (Mutable function > arguments). > @item dip25 > -Implements @uref{http://wiki.dlang.org/DIP25} (Sealed references). > +Implements @uref{https://wiki.dlang.org/DIP25} (Sealed references). > @item dtorfields > Turns on generation for destructing fields of partially constructed objects. > @item fieldwise > @@ -383,7 +383,7 @@ are supported: > @item all > Turns off all revertable D language features. > @item dip25 > -Reverts @uref{http://wiki.dlang.org/DIP25} (Sealed references). > +Reverts @uref{https://wiki.dlang.org/DIP25} (Sealed references). > @item dtorfields > Turns off generation for destructing fields of partially constructed > objects. > @item markdown