<?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 pstack.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>e9e3ce283424253d75ba3c454174f6f0e4a20640 - Merge branch &apos;barry/2025-08-29/improve-ts-pseudo-performance&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/pstack.c#e9e3ce283424253d75ba3c454174f6f0e4a20640</link>
        <description>Merge branch &apos;barry/2025-08-29/improve-ts-pseudo-performance&apos; into &apos;main&apos;Optimize TSStep_Pseudo() for most common use caseSee merge request petsc/petsc!8675

            List of files:
            /petsc/src/sys/error/pstack.c</description>
        <pubDate>Wed, 24 Sep 2025 15:48:51 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>67a21fd99e2fa1a9ab14b97d893c2406ce809b30 - Make PetscStackView() a public function</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/pstack.c#67a21fd99e2fa1a9ab14b97d893c2406ce809b30</link>
        <description>Make PetscStackView() a public function

            List of files:
            /petsc/src/sys/error/pstack.c</description>
        <pubDate>Sat, 30 Aug 2025 02:37:13 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b - Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/pstack.c#6d8694c4fbab79f9439f1ad13c0386ba7ee1ca4b</link>
        <description>Merge branch &apos;barry/2024-04-29/add-fortran-enums&apos; into &apos;main&apos;Major updates to Fortran interfaceSee merge request petsc/petsc!7517

            List of files:
            /petsc/src/sys/error/pstack.c</description>
        <pubDate>Thu, 20 Mar 2025 04:32:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9c9354e5ab274edd4fa0dcd5854b794f85fd380b - some code fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/pstack.c#9c9354e5ab274edd4fa0dcd5854b794f85fd380b</link>
        <description>some code fixes

            List of files:
            /petsc/src/sys/error/pstack.c</description>
        <pubDate>Wed, 19 Mar 2025 20:55:31 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@petsc.dev&gt;</dc:creator>
    </item>
<item>
        <title>d34ab3a3b78907064f72418aab6f14fcc696a2f4 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/pstack.c#d34ab3a3b78907064f72418aab6f14fcc696a2f4</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/error/pstack.c</description>
        <pubDate>Mon, 24 Feb 2025 15:45:22 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>32edcb65b165b0555daaea6103d5a10bb4af5b89 - Merge branch &apos;jolivet/fix-docs&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/pstack.c#32edcb65b165b0555daaea6103d5a10bb4af5b89</link>
        <description>Merge branch &apos;jolivet/fix-docs&apos; into &apos;release&apos;Fix typosSee merge request petsc/petsc!8155

            List of files:
            /petsc/src/sys/error/pstack.c</description>
        <pubDate>Sat, 22 Feb 2025 14:49:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>54c0599748d6bec40ddc3bedea0515243cbbf0fb - Fix typos</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/pstack.c#54c0599748d6bec40ddc3bedea0515243cbbf0fb</link>
        <description>Fix typos

            List of files:
            /petsc/src/sys/error/pstack.c</description>
        <pubDate>Fri, 21 Feb 2025 12:26:06 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>d8e47b638cf8f604a99e9678e1df24f82d959cd7 - Merge branch &apos;barry/2024-09-02/rebased-fix-conversion-warnings&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/pstack.c#d8e47b638cf8f604a99e9678e1df24f82d959cd7</link>
        <description>Merge branch &apos;barry/2024-09-02/rebased-fix-conversion-warnings&apos; into &apos;main&apos;Compiler finds (and forbid) casts from higher precision integers to lowerSee merge request petsc/petsc!7806

            List of files:
            /petsc/src/sys/error/pstack.c</description>
        <pubDate>Tue, 17 Sep 2024 21:30:20 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>dd460d279d400be05a060420ac00c7301eb4da3f - Fixes for clang-tidy</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/pstack.c#dd460d279d400be05a060420ac00c7301eb4da3f</link>
        <description>Fixes for clang-tidy

            List of files:
            /petsc/src/sys/error/pstack.c</description>
        <pubDate>Tue, 10 Sep 2024 20:42:42 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a623e290c7eaa252b385564179837fe27521fbac - Merge branch &apos;barry/2024-05-29/minor-fortran-stub-cleanup&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/pstack.c#a623e290c7eaa252b385564179837fe27521fbac</link>
        <description>Merge branch &apos;barry/2024-05-29/minor-fortran-stub-cleanup&apos; into &apos;main&apos;More improvements to Fortran stubs and interfacesSee merge request petsc/petsc!7598

            List of files:
            /petsc/src/sys/error/pstack.c</description>
        <pubDate>Wed, 12 Jun 2024 03:37:04 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5d83a8b16d06840f96948f1a43aa9c83c769a60a - This requires some changes to user FORTRAN code</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/pstack.c#5d83a8b16d06840f96948f1a43aa9c83c769a60a</link>
        <description>This requires some changes to user FORTRAN codePass PETSC_NULL_XXX_ARRAY when passing a NULL as an argument that is expecting an arrayPass PETSC_NULL_ENUM when argument returns an enum instead of PETSC_NULL_INTEGERPass arrays (and not scalar values) when the argument is expecting an array; this means replace, for example, the argument v with [v]Use PetscObjectIsNull(obj) to check if the object is NULL, instead of obj == PETSC_NULL_XXXThe compiler will now automatically prevent you from using the wrong argument type for the first three bullets aboveThis will also require an update sowing with the new sowing branch this MR is using.

            List of files:
            /petsc/src/sys/error/pstack.c</description>
        <pubDate>Thu, 30 May 2024 04:27:02 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c74fe4ad55794f2229f685f3bf7ba9fdc9763619 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/pstack.c#c74fe4ad55794f2229f685f3bf7ba9fdc9763619</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/error/pstack.c</description>
        <pubDate>Wed, 01 May 2024 03:12:58 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a8466cb996b98ea8668c39b1f83ce9fecccadec0 - Merge branch &apos;barry/2024-04-29/add-env-lint/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/pstack.c#a8466cb996b98ea8668c39b1f83ce9fecccadec0</link>
        <description>Merge branch &apos;barry/2024-04-29/add-env-lint/release&apos; into &apos;release&apos;Barry/2024 04 29/add env lint/releaseSee merge request petsc/petsc!7515

            List of files:
            /petsc/src/sys/error/pstack.c</description>
        <pubDate>Wed, 01 May 2024 03:09:45 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2507309694b01f78fec25ddd35683bc574a688a9 - Fixes to manual page format found by make env-lint</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/pstack.c#2507309694b01f78fec25ddd35683bc574a688a9</link>
        <description>Fixes to manual page format found by make env-lint

            List of files:
            /petsc/src/sys/error/pstack.c</description>
        <pubDate>Mon, 29 Apr 2024 18:59:24 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>e8e8640d1cb9a3a2f50c0c0d7b26e5c4d521e2e4 - Merge branch &apos;jolivet/rm-first-empty-line&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/pstack.c#e8e8640d1cb9a3a2f50c0c0d7b26e5c4d521e2e4</link>
        <description>Merge branch &apos;jolivet/rm-first-empty-line&apos; into &apos;main&apos;Remove first and last empty linesSee merge request petsc/petsc!6892

            List of files:
            /petsc/src/sys/error/pstack.c</description>
        <pubDate>Tue, 26 Sep 2023 16:50:23 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>92bec4eefde5b79327e7cea3b0266e7580ec8183 - Remove first and last empty lines</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/pstack.c#92bec4eefde5b79327e7cea3b0266e7580ec8183</link>
        <description>Remove first and last empty lines

            List of files:
            /petsc/src/sys/error/pstack.c</description>
        <pubDate>Tue, 26 Sep 2023 16:50:22 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>02477ebbb21fa13a3b107e40dce1c3d726eb3600 - Merge branch &apos;jacobf/2023-06-30/enable-doc-lint&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/pstack.c#02477ebbb21fa13a3b107e40dce1c3d726eb3600</link>
        <description>Merge branch &apos;jacobf/2023-06-30/enable-doc-lint&apos; into &apos;main&apos;Enable docs lintingSee merge request petsc/petsc!6667

            List of files:
            /petsc/src/sys/error/pstack.c</description>
        <pubDate>Sat, 15 Jul 2023 03:37:44 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>10450e9e44b354a0a3da7bbd573407bdf051df10 - Manual linter fixes: sys</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/pstack.c#10450e9e44b354a0a3da7bbd573407bdf051df10</link>
        <description>Manual linter fixes: sys

            List of files:
            /petsc/src/sys/error/pstack.c</description>
        <pubDate>Wed, 12 Jul 2023 21:31:31 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b1512d9279bbcd982b319287396e0c34970ee2e1 - Merge branch &apos;jacobf/2023-01-25/inline-petscstr&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/pstack.c#b1512d9279bbcd982b319287396e0c34970ee2e1</link>
        <description>Merge branch &apos;jacobf/2023-01-25/inline-petscstr&apos; into &apos;main&apos;Inline Simple PetscStr FunctionsSee merge request petsc/petsc!6005

            List of files:
            /petsc/src/sys/error/pstack.c</description>
        <pubDate>Wed, 08 Feb 2023 05:45:41 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>bbcf679c7ce315810b13005931dd3a7fb75b5053 - Inline all of the PetscStr* functions that map to basic str functions so __builtin_ variants can be used by compiler</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/error/pstack.c#bbcf679c7ce315810b13005931dd3a7fb75b5053</link>
        <description>Inline all of the PetscStr* functions that map to basic str functions so __builtin_ variants can be used by compiler

            List of files:
            /petsc/src/sys/error/pstack.c</description>
        <pubDate>Wed, 25 Jan 2023 23:21:52 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
