This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: [Patch,wwwdocs] Fortran update for gcc-4.5/changes.html
Gerald,
do have an idea what goes wrong here?
On 08/18/2009 10:13 AM, Dennis Wassel wrote:
> Another side remark: The link to "Mixed-Language Programming" points to
> [http://gcc.gnu.org/onlinedocs/gfortran/Mixed-Language-Programming.html]
> which does not exist, but instead
> [http://gcc.gnu.org/onlinedocs/gfortran/Mixed_002dLanguage-Programming.html]
> (something about the "-"?)
>
In the CVS HEAD one finds:
compatibility. For details see the new <a
href="http://gcc.gnu.org/onlinedocs/gfortran/Mixed_002dLanguage-Programming.html">Mixed-Language
Programming</a> chapter in the manual.</li>
Thus some script must have deleted the 002d. The version with 002d
exists in CVS since:
revision 1.16, date: 2009/06/09 06:44:50; author: burnus; state:
Exp; lines: +84 -0
and the current version 1.25 still has it.
Tobias