X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com X-Recipient: djgpp AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=5yEhqeJ1n6fdwvAWusZCdtwQZhtPR6OtHNK0KoWtu78=; b=B7JM1jacvjLeV6FyViL6QLdhzuLRum1j+PCpIdkROa6lZHUrrQRp0EP2WgW85WJn4Z aCCE1AjQxS4uLuyFzOwauekfdhh6kqGlZlRW/DTYPRKKqlyJIwWb9lkyGNUeyn4tJ9BJ J6pgn4xDt1XMiZcjlabodYwWaOkoUBmUOtBt0ZbVGy/ddrxQiEqhR5qMEfsHkRJL+5jC n2MEXB8/+SkDbLZtUSPlpAe/eXP8HqPzWZZOfhjlDjetTxvDoh3mcZj4YunTNv7oES2b Qn1NVO1ha82xORKanP9JtyvDq5eFb87BIeWffWGL8yMo2DJkH1TjRz344vjGbIzU/GSF uniw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=5yEhqeJ1n6fdwvAWusZCdtwQZhtPR6OtHNK0KoWtu78=; b=QIuFhHgv6LWisQiGlStBJJG6TTvs3mJPTzkC+RWEoqBiKmnO8jAw9EDlYpAJKlGImU /EpvHVtrEk/YOb/1mvQEBeqm7X7rti+qGdWmDWHekGuNMURQkkSEpl1yunHT6GZPeMVF KdjYSPLQj8XlzYWjd++CuWZW7kniuYt0PzsKhfIa6pQhBOavItfUVvyjbHOP8Yjnis69 tiReDACjtpLUTaDbzrNR/6mN693dCXf/PfP1/690zwRPy6EM8qBtoKf2iNRv6WeeSW77 J5v83Lc+zqctUYHA4tORuiBniPQox02/Jj1x9ZhLjgWklUC3/T95Z5xCVYtgKbaGUpeB 6gwA== X-Gm-Message-State: AKwxyteITlpx4JGrzc9Y15YFIccraouXcsVrnAWC8y7rWCoVSVt1Cf+Q zy6V54OZdO2BRtec4/xJJreEGLA0W1BWUP5i0pU= X-Google-Smtp-Source: AH8x227gS5gczLfX0QMwxEIFvxG5VBRa6YYlW08K1bVlt5Fve1mzB9Lqmik4cKdKik3ZKkgvWJJRsUZ2aiZ8KIG0a8A= X-Received: by 10.200.25.91 with SMTP id g27mr13608179qtk.71.1517515265533; Thu, 01 Feb 2018 12:01:05 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <83fu6kef5r.fsf@gnu.org> References: <83vafgelhr DOT fsf AT gnu DOT org> <83fu6kef5r DOT fsf AT gnu DOT org> From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp-workers AT delorie DOT com]" Date: Thu, 1 Feb 2018 23:01:04 +0300 Message-ID: Subject: Re: updates to wc206.txi To: djgpp-workers AT delorie DOT com Cc: djgpp AT delorie DOT com Content-Type: text/plain; charset="UTF-8" Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 2/1/18, Eli Zaretskii (eliz AT gnu DOT org) [via djgpp-workers AT delorie DOT com] wrote: >> From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp-workers AT delorie DOT com]" >> >> Date: Thu, 1 Feb 2018 21:06:52 +0300 >> Cc: djgpp AT delorie DOT com >> >> Thank you Eli, this is really helpful, because I'm not good with >> texinfo stuff. Is the following good? > > Much better, but still a couple of nits: > >> +@findex termios fix > > This should be fixed, and with @r, as the others. > >> +@pindex djtar fix > > And this. > >> +Fixed a bug in djtar/unlzh (bug was introduced by djgpp-v2.05.) > > "Fixed a bug in @command{djtar}/unlzh ..." > > Bonus points for using @code{NULL} (as NULL is a programming symbol). > > Thanks. > Applied the following, including your corrections as best as I could. Index: wc206.txi =================================================================== RCS file: /cvs/djgpp/djgpp/src/docs/kb/wc206.txi,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- wc206.txi 1 Feb 2018 06:28:07 -0000 1.8 +++ wc206.txi 1 Feb 2018 20:00:18 -0000 1.9 @@ -31,3 +31,22 @@ @cindex @acronym{C99} compliance, @code{math.h} @findex frexpl AT r{, added to the math library} The @acronym{C99} function @code{frexpl} was added to comply with the @acronym{C99} standard. + +@findex fseeko64 AT r{, fixed resetting the }_cnt AT r{ field} +Fixed @code{fseeko64} where it missed resetting the @code{_cnt} +field of the FILE structure. + +@findex termios AT r{, fixed NULL pointer dereference} +Fixed a @code{NULL} pointer dereference in termios @code{vbios_write_ch} +private procedure. + +@findex _put_path AT r{, and the @file{/dev/} directory} +The low-level @code{_put_path} procedure was changed to support +[/\\]dev[/\\] instead of only /dev/ in file names. + +@cindex Compatibility with new gcc versions +Compatibility with gcc-6 and newer versions achieved by using proper +@option{-fno-builtin-*} compiler flags where needed in library builds. + +@pindex djtar AT r{, fixed a bug introduced in v2.05} +Fixed a bug in @command{djtar}/unlzh (bug was introduced by djgpp-v2.05.)