X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp AT delorie DOT com X-Recipient: djgpp-workers AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=X8RTy+pOFTIlPYtS07gaYzzajVdDZNr57g1jcYtEJxg=; b=VeK8kWE365HOM1EKlY1ziT7Ipxt9/N1cZ9AX+1GmgJ3W07du68d6p5f6b/7unGz5qD qsLYuA5rupjG6zppIAe5xUbD9Zv+CHodE/o+rrrDCFX0cfgRD8iGa1JLwC06yPBBa9Zv kYWN3c4tGB5dIznQA3w+tEjaYCxo3FrdEzq6RLFpHaIjpbisMGS2KxPwb8pRC6s9EJHy VkX06bGpTs2EdHnx7SzCee7X2aoEEzd4Uq1QRP91usYPW8CGTsLGNUv6fwwAJbRg8ty7 jdnq9qAkAylofk54wl8NURz2uJeCuFAOMPKQKY07V0ebPwpOLd/oMlzt8+UYGtaGP4na 7P5w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=X8RTy+pOFTIlPYtS07gaYzzajVdDZNr57g1jcYtEJxg=; b=ADpaJ5wZKg0ADIs+vmniLk0mWY+eRYaX0big6pAs5AsDibk37bW48lZ4QsgWAgei6Z SSterqcJbgXF/+wmKi6CFtP/EVU9/Z3Ag2v2dXb1rQ0Tmp6n9pxbfp8VkJGBhtikKK1w 6B78toEMvg7IDI+Cgg3RHCR7oZHl5oJKXrwOxARvi9v8kw1npDxHMu2/5y8Ho55rSLS3 KbNTRMEZtAjiUK1NI+6zP4UNrLz+SOKXOKp5nM+nxo4Ku7YsWFyrn+h4csg8iPSeFE/s nLSTmjcgb8JWTKQw2CjZSpsVmuNVTN06GkPpYnSvVf+uxb21oA+w4r8bn9l1iYjqXM4U j64w== X-Gm-Message-State: AKwxyte1irskhDg+1Z4LkoI0+yWJTAUSF/EFsW2MtcjIY7m4SaZ2pSx2 T/hwnW01EyJ1GGxc2tcVFHs25Gs9niDCzAxywwI= X-Google-Smtp-Source: AH8x225L8uymv7103OgDQ2ibGdBGygyNs53Bf7HVQRxM1Y25QqDMlJqrz4+V4aEoa8jIAcTJcdmj6XIXnq7x3O8gAXg= X-Received: by 10.200.39.173 with SMTP id w42mr57433472qtw.206.1517471773186; Wed, 31 Jan 2018 23:56:13 -0800 (PST) MIME-Version: 1.0 From: "Ozkan Sezer (sezeroz AT gmail DOT com) [via djgpp-workers AT delorie DOT com]" Date: Thu, 1 Feb 2018 10:56:12 +0300 Message-ID: Subject: updates to wc206.txi To: djgpp AT delorie DOT com, djgpp-workers AT delorie DOT com Content-Type: text/plain; charset="UTF-8" Reply-To: djgpp-workers AT delorie DOT com The following patch updates the 2.06 changelog. Please review. If no objections, I'll push it tomorrow. Index: wc206.txi =================================================================== RCS file: /cvs/djgpp/djgpp/src/docs/kb/wc206.txi,v retrieving revision 1.8 diff -u -r1.8 wc206.txi --- wc206.txi 1 Feb 2018 06:28:07 -0000 1.8 +++ wc206.txi 1 Feb 2018 07:51:55 -0000 @@ -31,3 +31,21 @@ @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 fix +Fixed @code{fseeko64} where it missed resetting the @code{_cnt} +field of the FILE structure. + +@findex termios fix +Fixed a NULL pointer dereference in termios @code{vbios_write_ch} + +@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. + +@findex Compatibility with new gcc versions +Compatibility with gcc-6 and newer versions achieved by using proper +@code{-fno-builtin-*} compiler flags where needed in library builds. + +@findex djtar fix +Fixed a bug in djtar/unlzh (bug was introduced by djgpp-v2.05.)