<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in configure</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>b3a29558 - patch 8.2.3620: memory leak reported in libtlib</title>
        <link>http://172.16.0.5:8080/history/vim-8.2.3635/src/auto/configure#b3a29558</link>
        <description>patch 8.2.3620: memory leak reported in libtlibProblem:    Memory leak reported in libtlib.Solution:   Call del_curterm() when cleaning up memory.  Rename term.h to            termdefs.h to avoid a name clash.

            List of files:
            /vim-8.2.3635/src/auto/configure</description>
        <pubDate>Fri, 19 Nov 2021 11:28:04 +0000</pubDate>
        <dc:creator>Bram Moolenaar &lt;Bram@vim.org&gt;</dc:creator>
    </item>
<item>
        <title>0a7984af - patch 8.2.3510: changes are only detected with one second accuracy</title>
        <link>http://172.16.0.5:8080/history/vim-8.2.3635/src/auto/configure#0a7984af</link>
        <description>patch 8.2.3510: changes are only detected with one second accuracyProblem:    Changes are only detected with one second accuracy.Solution:   Use the nanosecond time if possible.  (Leah Neukirchen,            closes #8873, closes #8875)

            List of files:
            /vim-8.2.3635/src/auto/configure</description>
        <pubDate>Thu, 14 Oct 2021 20:27:55 +0000</pubDate>
        <dc:creator>Leah Neukirchen &lt;leah@vuxu.org&gt;</dc:creator>
    </item>
<item>
        <title>e2982d69 - patch 8.2.3483: #ifdef for using sysinfo() is incomplete</title>
        <link>http://172.16.0.5:8080/history/vim-8.2.3635/src/auto/configure#e2982d69</link>
        <description>patch 8.2.3483: #ifdef for using sysinfo() is incompleteProblem:    #ifdef for using sysinfo() is incomplete.Solution:   Also check for HAVE_SYSINFO. Make autoconf check use TRY_LINK.            (closes #8952)

            List of files:
            /vim-8.2.3635/src/auto/configure</description>
        <pubDate>Wed, 06 Oct 2021 10:27:21 +0000</pubDate>
        <dc:creator>Bram Moolenaar &lt;Bram@vim.org&gt;</dc:creator>
    </item>
<item>
        <title>6b9efdde - patch 8.2.3420: _REENTRANT defined more than once</title>
        <link>http://172.16.0.5:8080/history/vim-8.2.3635/src/auto/configure#6b9efdde</link>
        <description>patch 8.2.3420: _REENTRANT defined more than onceProblem:    _REENTRANT defined more than once.Solution:   Fix configure script. (Christian Brabandt, closes #8852)

            List of files:
            /vim-8.2.3635/src/auto/configure</description>
        <pubDate>Thu, 09 Sep 2021 15:14:50 +0000</pubDate>
        <dc:creator>Christian Brabandt &lt;cb@256bit.org&gt;</dc:creator>
    </item>
<item>
        <title>3ae5fc9a - patch 8.2.3406: on some systems tests fail without _REENTRANT</title>
        <link>http://172.16.0.5:8080/history/vim-8.2.3635/src/auto/configure#3ae5fc9a</link>
        <description>patch 8.2.3406: on some systems tests fail without _REENTRANTProblem:    On some systems tests fail without _REENTRANT. (Elimar            Riesebieter)Solution:   Add -D_REENTRANT in configure. (closes #7402)

            List of files:
            /vim-8.2.3635/src/auto/configure</description>
        <pubDate>Mon, 06 Sep 2021 16:57:30 +0000</pubDate>
        <dc:creator>Bram Moolenaar &lt;Bram@vim.org&gt;</dc:creator>
    </item>
<item>
        <title>8ce3ca89 - patch 8.2.3037: configure reports libcanberra when checking for libsodium</title>
        <link>http://172.16.0.5:8080/history/vim-8.2.3635/src/auto/configure#8ce3ca89</link>
        <description>patch 8.2.3037: configure reports libcanberra when checking for libsodiumProblem:    Configure reports libcanberra when checking for libsodium.Solution:   Adjust the message. (Ozaki Kiichi, closes #8435)

            List of files:
            /vim-8.2.3635/src/auto/configure</description>
        <pubDate>Wed, 23 Jun 2021 13:41:52 +0000</pubDate>
        <dc:creator>ichizok &lt;gclient.gaap@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>f573c6e1 - patch 8.2.3022: available encryption methods are not strong enough</title>
        <link>http://172.16.0.5:8080/history/vim-8.2.3635/src/auto/configure#f573c6e1</link>
        <description>patch 8.2.3022: available encryption methods are not strong enoughProblem:    Available encryption methods are not strong enough.Solution:   Add initial support for xchaha20. (Christian Brabandt,            closes #8394)

            List of files:
            /vim-8.2.3635/src/auto/configure</description>
        <pubDate>Sun, 20 Jun 2021 12:02:16 +0000</pubDate>
        <dc:creator>Christian Brabandt &lt;cb@256bit.org&gt;</dc:creator>
    </item>
<item>
        <title>31e299c0 - patch 8.2.2970: Python configure check uses deprecated command</title>
        <link>http://172.16.0.5:8080/history/vim-8.2.3635/src/auto/configure#31e299c0</link>
        <description>patch 8.2.2970: Python configure check uses deprecated commandProblem:    Python configure check uses deprecated command.Solution:   Use sysconfig instead of distutils if possible. (Zdenek Dohnal,            closes #8354)

            List of files:
            /vim-8.2.3635/src/auto/configure</description>
        <pubDate>Thu, 10 Jun 2021 16:50:55 +0000</pubDate>
        <dc:creator>Zdenek Dohnal &lt;zdohnal@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>23c01921 - patch 8.2.2876: configure cannot detect Python 3.10</title>
        <link>http://172.16.0.5:8080/history/vim-8.2.3635/src/auto/configure#23c01921</link>
        <description>patch 8.2.2876: configure cannot detect Python 3.10Problem:    Configure cannot detect Python 3.10.Solution:   Use sys.version_info. (closes #8233)

            List of files:
            /vim-8.2.3635/src/auto/configure</description>
        <pubDate>Fri, 21 May 2021 09:43:58 +0000</pubDate>
        <dc:creator>Bram Moolenaar &lt;Bram@vim.org&gt;</dc:creator>
    </item>
<item>
        <title>761ead49 - patch 8.2.2852: configure can add --as-needed a second time</title>
        <link>http://172.16.0.5:8080/history/vim-8.2.3635/src/auto/configure#761ead49</link>
        <description>patch 8.2.2852: configure can add --as-needed a second timeProblem:    Configure can add --as-needed a second time.Solution:   Only add --as-needed if not already there.  (Natanael Copa,            closes #8189, closes #8181)

            List of files:
            /vim-8.2.3635/src/auto/configure</description>
        <pubDate>Sat, 15 May 2021 12:25:37 +0000</pubDate>
        <dc:creator>Natanael Copa &lt;ncopa@alpinelinux.org&gt;</dc:creator>
    </item>
<item>
        <title>16678eb5 - patch 8.2.2794: Linux users don&apos;t know how to get ncurses</title>
        <link>http://172.16.0.5:8080/history/vim-8.2.3635/src/auto/configure#16678eb5</link>
        <description>patch 8.2.2794: Linux users don&apos;t know how to get ncursesProblem:    Linux users don&apos;t know how to get ncurses.Solution:   Add the name of the package. (closes #8132)

            List of files:
            /vim-8.2.3635/src/auto/configure</description>
        <pubDate>Wed, 21 Apr 2021 09:57:59 +0000</pubDate>
        <dc:creator>Bram Moolenaar &lt;Bram@vim.org&gt;</dc:creator>
    </item>
<item>
        <title>26f20134 - patch 8.2.2701: order of removing FORTIFY_SOURCE is wrong</title>
        <link>http://172.16.0.5:8080/history/vim-8.2.3635/src/auto/configure#26f20134</link>
        <description>patch 8.2.2701: order of removing FORTIFY_SOURCE is wrongProblem:    Order of removing FORTIFY_SOURCE is wrong.Solution:   Use the more specific pattern first.

            List of files:
            /vim-8.2.3635/src/auto/configure</description>
        <pubDate>Sat, 03 Apr 2021 15:33:52 +0000</pubDate>
        <dc:creator>Bram Moolenaar &lt;Bram@vim.org&gt;</dc:creator>
    </item>
<item>
        <title>3fa5e64e - patch 8.2.2691: autoconf may mess up compiler flags</title>
        <link>http://172.16.0.5:8080/history/vim-8.2.3635/src/auto/configure#3fa5e64e</link>
        <description>patch 8.2.2691: autoconf may mess up compiler flagsProblem:    Autoconf may mess up compiler flags.Solution:   Handle removing FORTIFY_SOURCE a bit better. (Vladimir Lomov,            closes #8049)

            List of files:
            /vim-8.2.3635/src/auto/configure</description>
        <pubDate>Fri, 02 Apr 2021 11:30:59 +0000</pubDate>
        <dc:creator>Bram Moolenaar &lt;Bram@vim.org&gt;</dc:creator>
    </item>
<item>
        <title>f52f0606 - patch 8.2.2586: process id may be invalid</title>
        <link>http://172.16.0.5:8080/history/vim-8.2.3635/src/auto/configure#f52f0606</link>
        <description>patch 8.2.2586: process id may be invalidProblem:    Process id may be invalid.Solution:   Use sysinfo.uptime to check for recent reboot. (suggested by Hugo            van der Sanden, closes #7947)

            List of files:
            /vim-8.2.3635/src/auto/configure</description>
        <pubDate>Wed, 10 Mar 2021 20:26:37 +0000</pubDate>
        <dc:creator>Bram Moolenaar &lt;Bram@vim.org&gt;</dc:creator>
    </item>
<item>
        <title>0e62a674 - patch 8.2.2550: signal stack size is wrong with latest glibc 2.34</title>
        <link>http://172.16.0.5:8080/history/vim-8.2.3635/src/auto/configure#0e62a674</link>
        <description>patch 8.2.2550: signal stack size is wrong with latest glibc 2.34Problem:    Signal stack size is wrong with latest glibc 2.34.Solution:   Use sysconf(_SC_SIGSTKSZ) if available. (Zdenek Dohnal, closes            #7895)

            List of files:
            /vim-8.2.3635/src/auto/configure</description>
        <pubDate>Thu, 25 Feb 2021 16:17:56 +0000</pubDate>
        <dc:creator>Bram Moolenaar &lt;Bram@vim.org&gt;</dc:creator>
    </item>
<item>
        <title>f272ae12 - patch 8.2.2442: automatic GUI selection does not check for GTK 3</title>
        <link>http://172.16.0.5:8080/history/vim-8.2.3635/src/auto/configure#f272ae12</link>
        <description>patch 8.2.2442: automatic GUI selection does not check for GTK 3Problem:    Automatic GUI selection does not check for GTK 3.Solution:   Make SKIP_GTK3 empty for automatic GUI support.  Set SKIP_GTK3 to            YES when checking for GTK2.

            List of files:
            /vim-8.2.3635/src/auto/configure</description>
        <pubDate>Sun, 31 Jan 2021 18:52:50 +0000</pubDate>
        <dc:creator>Bram Moolenaar &lt;Bram@vim.org&gt;</dc:creator>
    </item>
<item>
        <title>4d8479b3 - patch 8.2.2437: deprecation warnings with default configuration</title>
        <link>http://172.16.0.5:8080/history/vim-8.2.3635/src/auto/configure#4d8479b3</link>
        <description>patch 8.2.2437: deprecation warnings with default configurationProblem:    Deprecation warnings with default configuration.Solution:   Add -Wno-deprecated-declarations.

            List of files:
            /vim-8.2.3635/src/auto/configure</description>
        <pubDate>Sun, 31 Jan 2021 13:36:06 +0000</pubDate>
        <dc:creator>Bram Moolenaar &lt;Bram@vim.org&gt;</dc:creator>
    </item>
<item>
        <title>ebd211c8 - patch 8.2.2431: warning for -fno-strength-reduce with Clang 11</title>
        <link>http://172.16.0.5:8080/history/vim-8.2.3635/src/auto/configure#ebd211c8</link>
        <description>patch 8.2.2431: warning for -fno-strength-reduce with Clang 11Problem:    Warning for -fno-strength-reduce with Clang 11.Solution:   Adjust check for clang version number.

            List of files:
            /vim-8.2.3635/src/auto/configure</description>
        <pubDate>Sat, 30 Jan 2021 18:33:36 +0000</pubDate>
        <dc:creator>Bram Moolenaar &lt;Bram@vim.org&gt;</dc:creator>
    </item>
<item>
        <title>67876de7 - patch 8.2.2337: configure test for GTK only says &quot;no&quot;</title>
        <link>http://172.16.0.5:8080/history/vim-8.2.3635/src/auto/configure#67876de7</link>
        <description>patch 8.2.2337: configure test for GTK only says &quot;no&quot;Problem:    Configure test for GTK only says &quot;no&quot;. (Harm te Hennepe)Solution:   Hint that a -def package is needed. (closes #5229)

            List of files:
            /vim-8.2.3635/src/auto/configure</description>
        <pubDate>Tue, 12 Jan 2021 19:51:24 +0000</pubDate>
        <dc:creator>Bram Moolenaar &lt;Bram@vim.org&gt;</dc:creator>
    </item>
<item>
        <title>864a28b6 - patch 8.2.2241: Build with Ruby and clang may fail</title>
        <link>http://172.16.0.5:8080/history/vim-8.2.3635/src/auto/configure#864a28b6</link>
        <description>patch 8.2.2241: Build with Ruby and clang may failProblem:    Build with Ruby and clang may fail.Solution:   Adjust congigure and sed script. (Ozaki Kiichi, closes #7566)

            List of files:
            /vim-8.2.3635/src/auto/configure</description>
        <pubDate>Mon, 28 Dec 2020 20:36:56 +0000</pubDate>
        <dc:creator>Bram Moolenaar &lt;Bram@vim.org&gt;</dc:creator>
    </item>
</channel>
</rss>
