Mail Archives: djgpp/2018/02/01/11:13:35
> From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp AT delorie DOT com]" <djgpp AT delorie DOT com>
> Date: Thu, 1 Feb 2018 10:56:12 +0300
>
> The following patch updates the 2.06 changelog. Please review.
> If no objections, I'll push it tomorrow.
No objections, just some comments about Texinfo usage:
> +@findex fseeko64 fix
@findex renders everything in typewriter face, as appropriate for
function names. So if you want to put more than just a function's
name there, you need to switch explicitly to the "normal" Roman
typeface:
@findex fseeko64 AT r{
Also, just saying "fix" is not informative, please tell more.
Something like
@findex fseeko64 AT r{, fixed resetting the }_cnt AT r{ field}
> +@findex Compatibility with new gcc versions
This is not about any function, so please use @cindex instead.
> +Compatibility with gcc-6 and newer versions achieved by using proper
> +@code{-fno-builtin-*} compiler flags where needed in library builds.
Options should have the @option markup, not @code.
> +@findex djtar fix
djtar is a program, so please use @pindex instead.
> +Fixed a bug in djtar/unlzh (bug was introduced by djgpp-v2.05.)
"djtar" should be given the @command markup, as it is a program.
Thanks.
- Raw text -