<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in FIXES</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>e2ee60a4f1757f9ded9e1041053222b631f387b6 - Merge branch &apos;vendor/AWK&apos;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/contrib/awk/FIXES#e2ee60a4f1757f9ded9e1041053222b631f387b6</link>
        <description>Merge branch &apos;vendor/AWK&apos;

            List of files:
            /dflybsd-src/contrib/awk/FIXES</description>
        <pubDate>Wed, 28 Feb 2024 02:47:43 +0000</pubDate>
        <dc:creator>Aaron LI &lt;aly@aaronly.me&gt;</dc:creator>
    </item>
<item>
        <title>ed569bc2fa9f5f96aaf271fee03dffc84b81986f - vendor/awk: upgrade from 20220912 to 20240122</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/contrib/awk/FIXES#ed569bc2fa9f5f96aaf271fee03dffc84b81986f</link>
        <description>vendor/awk: upgrade from 20220912 to 20240122This version is described in &quot;The Awk Programming Language&quot;, SecondEdition, by Al Aho, Brian Kernighan, and Peter Weinberger(Addison-Wesley, 2024, ISBN-13 978-0138269722, ISBN-10 0138269726).Features:- support UTF-8 input- support CSV (comma-separated values) inputFixes:- see FIXES and FIXES.1e- see commit history at: https://github.com/onetrueawk/awk/commits/master

            List of files:
            /dflybsd-src/contrib/awk/FIXES</description>
        <pubDate>Wed, 28 Feb 2024 01:11:54 +0000</pubDate>
        <dc:creator>Aaron LI &lt;aly@aaronly.me&gt;</dc:creator>
    </item>
<item>
        <title>faa930f81a8dc4832aacd7fada28b5ac922eea94 - Merge branch &apos;vendor/AWK&apos;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/contrib/awk/FIXES#faa930f81a8dc4832aacd7fada28b5ac922eea94</link>
        <description>Merge branch &apos;vendor/AWK&apos;

            List of files:
            /dflybsd-src/contrib/awk/FIXES</description>
        <pubDate>Wed, 09 Nov 2022 11:15:27 +0000</pubDate>
        <dc:creator>Antonio Huete Jimenez &lt;tuxillo@quantumachine.net&gt;</dc:creator>
    </item>
<item>
        <title>48f09a05eae3c033c64ca14a74c3e84d7c7a5c90 - vendor/awk: upgrade from 20200702 to 20220912</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/contrib/awk/FIXES#48f09a05eae3c033c64ca14a74c3e84d7c7a5c90</link>
        <description>vendor/awk: upgrade from 20200702 to 20220912Bugfixes and maintenance:- Clean up xfree, remove redundant NULL check.- Stop leaking tempcells from extra arguments in format.- Fix leak of qstring result in setclvar.- Fix leak of regex string representations.- Fix memory leak in string assignment to built-ins.- Eliminate file management memory leak.- When closing, don&apos;t flush input streams- Heap buffer overflow from PR #83 fixed in #121.For details, see FIXES, or commit history athttps://github.com/onetrueawk/awk/commits/master

            List of files:
            /dflybsd-src/contrib/awk/FIXES</description>
        <pubDate>Wed, 09 Nov 2022 08:42:35 +0000</pubDate>
        <dc:creator>Antonio Huete Jimenez &lt;tuxillo@quantumachine.net&gt;</dc:creator>
    </item>
<item>
        <title>e5e686a0ae8d2dd2ce64dfc171e49b9cbdc6b112 - vendor/awk: upgrade from 20200612 to 20200702</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/contrib/awk/FIXES#e5e686a0ae8d2dd2ce64dfc171e49b9cbdc6b112</link>
        <description>vendor/awk: upgrade from 20200612 to 20200702Bugfixes and maintenance:- rename dprintf to DPRINTF and use C99 cpp variadic arguments- fixed backslash not matching against [[:punct:]] (and other  similar character classes)- fixed concatenation regression- fixed regression with changed SUBSEP in subscriptFor details, see FIXES, or commit history athttps://github.com/onetrueawk/awk/commits/master

            List of files:
            /dflybsd-src/contrib/awk/FIXES</description>
        <pubDate>Fri, 03 Jul 2020 08:16:13 +0000</pubDate>
        <dc:creator>Daniel Fojt &lt;df@neosystem.org&gt;</dc:creator>
    </item>
<item>
        <title>1d48fce09e070b7fb0180fe19e991a6b7edcd14c - vendor/awk: upgrade from 20121220 to 20200612</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/contrib/awk/FIXES#1d48fce09e070b7fb0180fe19e991a6b7edcd14c</link>
        <description>vendor/awk: upgrade from 20121220 to 20200612Summary of notable changes:- fixed buffer overflow in error reporting- OFS value used to rebuild the record was incorrect- add POSIX standard %a and %A to supported formats- decrementing NF did not change $0- unary plus on a string constant returned the string- avoid undefined behaviour when using ctype(3) functions in relex()- make getline handle numeric strings- added support for POSIX-standard interval expressions in regexps- use of random(3) as the random number generator- support POSIX-specified C-style escape sequences &quot;\a&quot; and &quot;\v&quot; in  command line arguments and regular expressions- fix various array / memory overruns- import code from NetBSD awk that implements RS as a regular expression- add an optimization for string concatenation- fix a bug whereby a{0,3} could match four a&apos;s- input/output errors on closing files are now fatal instead of mere  warnings- if POSIXLY_CORRECT is set in the environment, then sub and gsub use  POSIX rules for multiple backslashes- it&apos;s no longer necessary to use the -y flag to bison- backslash continuation inside strings removes the newline- avoid any spurious errors left over from previous callsFor details, see FIXES, or commit history athttps://github.com/onetrueawk/awk/commits/master

            List of files:
            /dflybsd-src/contrib/awk/FIXES</description>
        <pubDate>Wed, 24 Jun 2020 05:45:41 +0000</pubDate>
        <dc:creator>Daniel Fojt &lt;df@neosystem.org&gt;</dc:creator>
    </item>
<item>
        <title>2078c1f03fd71a914d801003ea9b3e041208af52 - Update awk from 20110810 to 20121220 on vendor branch</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/contrib/awk/FIXES#2078c1f03fd71a914d801003ea9b3e041208af52</link>
        <description>Update awk from 20110810 to 20121220 on vendor branch

            List of files:
            /dflybsd-src/contrib/awk/FIXES</description>
        <pubDate>Wed, 08 May 2013 23:40:12 +0000</pubDate>
        <dc:creator>John Marino &lt;draco@marino.st&gt;</dc:creator>
    </item>
<item>
        <title>b5643ab200a45001dbca6c0c67b1de4fb8f19e5a - Merge branch vendor/AWK into master.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/contrib/awk/FIXES#b5643ab200a45001dbca6c0c67b1de4fb8f19e5a</link>
        <description>Merge branch vendor/AWK into master.

            List of files:
            /dflybsd-src/contrib/awk/FIXES</description>
        <pubDate>Fri, 03 Jul 2020 08:23:05 +0000</pubDate>
        <dc:creator>Daniel Fojt &lt;df@neosystem.org&gt;</dc:creator>
    </item>
<item>
        <title>2a8dab22b0ed9fca21188b39949e52612939eace - Upgrade awk(1). 1/2</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/contrib/awk/FIXES#2a8dab22b0ed9fca21188b39949e52612939eace</link>
        <description>Upgrade awk(1). 1/2Merge branch vendor/AWK into master.

            List of files:
            /dflybsd-src/contrib/awk/FIXES</description>
        <pubDate>Thu, 25 Jun 2020 04:15:47 +0000</pubDate>
        <dc:creator>Daniel Fojt &lt;df@neosystem.org&gt;</dc:creator>
    </item>
<item>
        <title>d9ce47d908bc99e3575598bde4e7bb7929fee395 - Merge branch &apos;vendor/AWK&apos;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/contrib/awk/FIXES#d9ce47d908bc99e3575598bde4e7bb7929fee395</link>
        <description>Merge branch &apos;vendor/AWK&apos;

            List of files:
            /dflybsd-src/contrib/awk/FIXES</description>
        <pubDate>Thu, 09 May 2013 00:47:07 +0000</pubDate>
        <dc:creator>John Marino &lt;draco@marino.st&gt;</dc:creator>
    </item>
<item>
        <title>86d7f5d305c6adaa56ff4582ece9859d73106103 - Initial import of binutils 2.22 on the new vendor branch</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/contrib/awk/FIXES#86d7f5d305c6adaa56ff4582ece9859d73106103</link>
        <description>Initial import of binutils 2.22 on the new vendor branchFuture versions of binutils will also reside on this branch ratherthan continuing to create new binutils branches for each new version.

            List of files:
            /dflybsd-src/contrib/awk/FIXES</description>
        <pubDate>Sat, 26 Nov 2011 08:27:44 +0000</pubDate>
        <dc:creator>John Marino &lt;draco@marino.st&gt;</dc:creator>
    </item>
<item>
        <title>232128fc9e81237781ba34b214575351b02ca415 - Merge branch &apos;vendor/AWK&apos;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/contrib/awk/FIXES#232128fc9e81237781ba34b214575351b02ca415</link>
        <description>Merge branch &apos;vendor/AWK&apos;

            List of files:
            /dflybsd-src/contrib/awk/FIXES</description>
        <pubDate>Fri, 12 Aug 2011 21:08:08 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>b12bae1807abcf1f0dca9dd069ba090c7167812d - Import awk-20110810.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/contrib/awk/FIXES#b12bae1807abcf1f0dca9dd069ba090c7167812d</link>
        <description>Import awk-20110810.* /pat/, \n /pat/ {...} is now legal, though bad style to use.* added checks to new -v code that permits -vnospace* removed fixed limit on number of open files* fixed day 1 bug that resurrected deleted elements of ARGV when  used as filenames (in lib.c).* minor type fiddles to make gcc -Wall -pedantic happier (but not  totally so)* split(s, a, //) now behaves the same as split(s, a, &quot;&quot;)* another fix to avoid core dump with delete(ARGV)

            List of files:
            /dflybsd-src/contrib/awk/FIXES</description>
        <pubDate>Fri, 12 Aug 2011 21:07:23 +0000</pubDate>
        <dc:creator>Sascha Wildner &lt;saw@online.de&gt;</dc:creator>
    </item>
<item>
        <title>80d45df8171d3fcb35991a6345efc67d58db3fa7 - Merge branch &apos;vendor/AWK&apos;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/contrib/awk/FIXES#80d45df8171d3fcb35991a6345efc67d58db3fa7</link>
        <description>Merge branch &apos;vendor/AWK&apos;

            List of files:
            /dflybsd-src/contrib/awk/FIXES</description>
        <pubDate>Sat, 18 Jun 2011 01:29:44 +0000</pubDate>
        <dc:creator>Peter Avalos &lt;pavalos@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>0020174d797a0985bf139564c3c3c124b22fd953 - Import awk-20110506.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/contrib/awk/FIXES#0020174d797a0985bf139564c3c3c124b22fd953</link>
        <description>Import awk-20110506.* added #ifdef for isblank (allows -ffoo as well as -f foo arguments).* fixed a subtle (and i hope low-probability) overflow error infldbld, by adding space for one extra \0.* changed srand() to return the previous seed

            List of files:
            /dflybsd-src/contrib/awk/FIXES</description>
        <pubDate>Sat, 18 Jun 2011 01:05:21 +0000</pubDate>
        <dc:creator>Peter Avalos &lt;pavalos@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>353fa180f1e83ad2039c7ec1802cb85fb1f96a4e - Merge branch &apos;vendor/AWK&apos;</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/contrib/awk/FIXES#353fa180f1e83ad2039c7ec1802cb85fb1f96a4e</link>
        <description>Merge branch &apos;vendor/AWK&apos;

            List of files:
            /dflybsd-src/contrib/awk/FIXES</description>
        <pubDate>Fri, 17 Jun 2011 23:14:54 +0000</pubDate>
        <dc:creator>Peter Avalos &lt;pavalos@dragonflybsd.org&gt;</dc:creator>
    </item>
<item>
        <title>4b5884586c4c72d42a51c2f4f41ded9fb609442d - Delete old versions of awk and unversion directory name.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/dflybsd-src/contrib/awk/FIXES#4b5884586c4c72d42a51c2f4f41ded9fb609442d</link>
        <description>Delete old versions of awk and unversion directory name.

            List of files:
            /dflybsd-src/contrib/awk/FIXES</description>
        <pubDate>Fri, 17 Jun 2011 23:05:07 +0000</pubDate>
        <dc:creator>Peter Avalos &lt;pavalos@dragonflybsd.org&gt;</dc:creator>
    </item>
</channel>
</rss>
