<?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 testValidFunctionDocStrings.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>4e8208cbcbc709572b8abe32f33c78b69c819375 - Merge branch &apos;barry/2026-01-13/ftn-generation-for-context-functions&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/linter/testValidFunctionDocStrings.c#4e8208cbcbc709572b8abe32f33c78b69c819375</link>
        <description>Merge branch &apos;barry/2026-01-13/ftn-generation-for-context-functions&apos; into &apos;main&apos;Fortran generation of interface definitions for functions that take and return context variables  (void *ctx and PetCtx ctx)See merge request petsc/petsc!8956

            List of files:
            /petsc/src/sys/tests/linter/testValidFunctionDocStrings.c</description>
        <pubDate>Sat, 31 Jan 2026 18:41:18 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>2a8381b23c702518c6b1ccbeafee50b9375df0e4 - Add automatic generated fortran support for setting and returning contexts</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/linter/testValidFunctionDocStrings.c#2a8381b23c702518c6b1ccbeafee50b9375df0e4</link>
        <description>Add automatic generated fortran support for setting and returning contextsMajor cleanup of the code for setting and returning application (previously called user) contexts  - PetscCtx ctx is now the standard for passing in contexts  - PetscCtxRt ctx is the standard for passing out contexts, including context destroy routines based on PetscCtxDestroyFnBoth of these are typedef to void*Also removed most use of user and userctx for context arguments now consistently named ctxImproved documentation on PetscCtx and PetscCtxRt and on how to use contexts (including getting them) from Fortran

            List of files:
            /petsc/src/sys/tests/linter/testValidFunctionDocStrings.c</description>
        <pubDate>Tue, 13 Jan 2026 04:45:38 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6a97282b1349fb5a3dfe842cdf1bbb3075a9a414 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/linter/testValidFunctionDocStrings.c#6a97282b1349fb5a3dfe842cdf1bbb3075a9a414</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/tests/linter/testValidFunctionDocStrings.c</description>
        <pubDate>Thu, 24 Jul 2025 17:05:01 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>766627403cc27c8f1ef2adb20e924ad9e0885075 - Merge branch &apos;jolivet/fix-docstrings&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/linter/testValidFunctionDocStrings.c#766627403cc27c8f1ef2adb20e924ad9e0885075</link>
        <description>Merge branch &apos;jolivet/fix-docstrings&apos; into &apos;release&apos;Fix wrong docstringsSee merge request petsc/petsc!8589

            List of files:
            /petsc/src/sys/tests/linter/testValidFunctionDocStrings.c</description>
        <pubDate>Thu, 24 Jul 2025 16:54:10 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b89a13d22df4882bcbf047fcff9c1fc5e2981141 - Fix wrong docstrings</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/linter/testValidFunctionDocStrings.c#b89a13d22df4882bcbf047fcff9c1fc5e2981141</link>
        <description>Fix wrong docstrings

            List of files:
            /petsc/src/sys/tests/linter/testValidFunctionDocStrings.c</description>
        <pubDate>Thu, 24 Jul 2025 13:31:28 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>186cd71fca8a34028ad7ebadf4406963328fd35d - Merge branch &apos;jacobf/2023-07-19/lint-apply-ts&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/linter/testValidFunctionDocStrings.c#186cd71fca8a34028ad7ebadf4406963328fd35d</link>
        <description>Merge branch &apos;jacobf/2023-07-19/lint-apply-ts&apos; into &apos;main&apos;Manual linter fixes: tsSee merge request petsc/petsc!6736

            List of files:
            /petsc/src/sys/tests/linter/testValidFunctionDocStrings.c</description>
        <pubDate>Mon, 24 Jul 2023 17:48:56 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9b81a21c798c84287d576ad8b7ba7aa121888b99 - Fix bug in self-referential docstring checks</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/linter/testValidFunctionDocStrings.c#9b81a21c798c84287d576ad8b7ba7aa121888b99</link>
        <description>Fix bug in self-referential docstring checks

            List of files:
            /petsc/src/sys/tests/linter/testValidFunctionDocStrings.c</description>
        <pubDate>Fri, 21 Jul 2023 16:44:13 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&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/tests/linter/testValidFunctionDocStrings.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/tests/linter/testValidFunctionDocStrings.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>e5b70dc6b6917b9174516866c82195ca72d7bb21 - Make note false positives more rare</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/linter/testValidFunctionDocStrings.c#e5b70dc6b6917b9174516866c82195ca72d7bb21</link>
        <description>Make note false positives more rare

            List of files:
            /petsc/src/sys/tests/linter/testValidFunctionDocStrings.c</description>
        <pubDate>Wed, 12 Jul 2023 16:26:49 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>e101a50d5ad38e77c3f7333953e3e367a0db44d4 - Fix flip-flop in seealso alignment check</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/linter/testValidFunctionDocStrings.c#e101a50d5ad38e77c3f7333953e3e367a0db44d4</link>
        <description>Fix flip-flop in seealso alignment check

            List of files:
            /petsc/src/sys/tests/linter/testValidFunctionDocStrings.c</description>
        <pubDate>Wed, 12 Jul 2023 16:09:59 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c676cf66cc821367b52230a74841637858b53f61 - Make header guessing slightly more robust against &apos;the options database&apos;-style false positives</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/linter/testValidFunctionDocStrings.c#c676cf66cc821367b52230a74841637858b53f61</link>
        <description>Make header guessing slightly more robust against &apos;the options database&apos;-style false positives

            List of files:
            /petsc/src/sys/tests/linter/testValidFunctionDocStrings.c</description>
        <pubDate>Wed, 12 Jul 2023 15:50:44 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>efda0c25e65c41b8727ff47d4c642a17b3326907 - Make header guessing slightly more robust against &apos;references [to|a|so]&apos;-style false positives</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/linter/testValidFunctionDocStrings.c#efda0c25e65c41b8727ff47d4c642a17b3326907</link>
        <description>Make header guessing slightly more robust against &apos;references [to|a|so]&apos;-style false positives

            List of files:
            /petsc/src/sys/tests/linter/testValidFunctionDocStrings.c</description>
        <pubDate>Wed, 12 Jul 2023 15:29:07 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>48164c6c3a3b080cd478a0ea5b82c031f21b010c - Make header guessing slightly more robust against &apos;for example&apos;-style false positives</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/linter/testValidFunctionDocStrings.c#48164c6c3a3b080cd478a0ea5b82c031f21b010c</link>
        <description>Make header guessing slightly more robust against &apos;for example&apos;-style false positives

            List of files:
            /petsc/src/sys/tests/linter/testValidFunctionDocStrings.c</description>
        <pubDate>Wed, 12 Jul 2023 15:20:14 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d6bc3711f36a0e8519a80e25eea6bc5d33d4e170 - Fix indent-check not being made when switching sections</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/linter/testValidFunctionDocStrings.c#d6bc3711f36a0e8519a80e25eea6bc5d33d4e170</link>
        <description>Fix indent-check not being made when switching sections

            List of files:
            /petsc/src/sys/tests/linter/testValidFunctionDocStrings.c</description>
        <pubDate>Tue, 11 Jul 2023 19:33:31 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5f6ded13348549051e315e95be77cac1637a9e97 - Improve handling of nested and dummy leading comments, now properly ignores comments inside the docstring</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/linter/testValidFunctionDocStrings.c#5f6ded13348549051e315e95be77cac1637a9e97</link>
        <description>Improve handling of nested and dummy leading comments, now properly ignores comments inside the docstring

            List of files:
            /petsc/src/sys/tests/linter/testValidFunctionDocStrings.c</description>
        <pubDate>Fri, 07 Jul 2023 12:21:47 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ca1b266e3b86f176f535b52b9e744ac499fa9922 - Implement rudimentary pragmas for linter</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/linter/testValidFunctionDocStrings.c#ca1b266e3b86f176f535b52b9e744ac499fa9922</link>
        <description>Implement rudimentary pragmas for linter

            List of files:
            /petsc/src/sys/tests/linter/testValidFunctionDocStrings.c</description>
        <pubDate>Thu, 06 Jul 2023 22:19:42 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>85dcea7fd0c17886bb2a9228fdfcd51b2f15e4ea - Handle in-out and same-name function parameters correctly</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/linter/testValidFunctionDocStrings.c#85dcea7fd0c17886bb2a9228fdfcd51b2f15e4ea</link>
        <description>Handle in-out and same-name function parameters correctly

            List of files:
            /petsc/src/sys/tests/linter/testValidFunctionDocStrings.c</description>
        <pubDate>Thu, 06 Jul 2023 18:05:45 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4c707a87478689a25b8e61883258cf4e49ab11a7 - Allow [](ch_whatever) constructs to not be enclosed by backticks</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/linter/testValidFunctionDocStrings.c#4c707a87478689a25b8e61883258cf4e49ab11a7</link>
        <description>Allow [](ch_whatever) constructs to not be enclosed by backticks

            List of files:
            /petsc/src/sys/tests/linter/testValidFunctionDocStrings.c</description>
        <pubDate>Fri, 30 Jun 2023 20:52:54 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4129947a0c7df543cc56ec2e0c96422b1d789528 - Support in-out parameter descriptions</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/linter/testValidFunctionDocStrings.c#4129947a0c7df543cc56ec2e0c96422b1d789528</link>
        <description>Support in-out parameter descriptions

            List of files:
            /petsc/src/sys/tests/linter/testValidFunctionDocStrings.c</description>
        <pubDate>Wed, 05 Jul 2023 18:31:04 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3ec5d0d2ff0f9b0defce1d6a842ab884eec3f78c - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/tests/linter/testValidFunctionDocStrings.c#3ec5d0d2ff0f9b0defce1d6a842ab884eec3f78c</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/tests/linter/testValidFunctionDocStrings.c</description>
        <pubDate>Mon, 08 May 2023 13:20:28 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
