<?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 aobasic.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>bcda9346efad4e5ba2d553af84eb238771ba1e25 - Merge branch &apos;MarDiehl/fix-typo&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/impls/basic/aobasic.c#bcda9346efad4e5ba2d553af84eb238771ba1e25</link>
        <description>Merge branch &apos;MarDiehl/fix-typo&apos; into &apos;main&apos;missing &quot;s&quot; for isascii and issundialsSee merge request petsc/petsc!8559

            List of files:
            /petsc/src/vec/is/ao/impls/basic/aobasic.c</description>
        <pubDate>Wed, 27 Aug 2025 20:05:52 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9f196a0264fbaf0568fead3a30c861c7ae4cf663 - missing &quot;s&quot; for isascii and issundials</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/impls/basic/aobasic.c#9f196a0264fbaf0568fead3a30c861c7ae4cf663</link>
        <description>missing &quot;s&quot; for isascii and issundials

            List of files:
            /petsc/src/vec/is/ao/impls/basic/aobasic.c</description>
        <pubDate>Thu, 17 Jul 2025 22:45:54 +0000</pubDate>
        <dc:creator>Martin Diehl &lt;mail@martin-diehl.net&gt;</dc:creator>
    </item>
<item>
        <title>8a7d4057d9226490dba4e1a062f54f84e7d90861 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/impls/basic/aobasic.c#8a7d4057d9226490dba4e1a062f54f84e7d90861</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/vec/is/ao/impls/basic/aobasic.c</description>
        <pubDate>Thu, 25 Jul 2024 00:53:39 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9a09e8def163a44622f84940b489fcfb2a000881 - Merge branch &apos;barry/2024-07-18/minor-ao-docs/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/impls/basic/aobasic.c#9a09e8def163a44622f84940b489fcfb2a000881</link>
        <description>Merge branch &apos;barry/2024-07-18/minor-ao-docs/release&apos; into &apos;release&apos;Minor fixes to AO manual pagesSee merge request petsc/petsc!7703

            List of files:
            /petsc/src/vec/is/ao/impls/basic/aobasic.c</description>
        <pubDate>Sat, 20 Jul 2024 22:08:11 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d38ec67340b73fca61ea9b2b86326e52d6ae460f - Minor fixes to AO manual pages</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/impls/basic/aobasic.c#d38ec67340b73fca61ea9b2b86326e52d6ae460f</link>
        <description>Minor fixes to AO manual pages

            List of files:
            /petsc/src/vec/is/ao/impls/basic/aobasic.c</description>
        <pubDate>Sat, 20 Jul 2024 22:08:11 +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/vec/is/ao/impls/basic/aobasic.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/vec/is/ao/impls/basic/aobasic.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/vec/is/ao/impls/basic/aobasic.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/vec/is/ao/impls/basic/aobasic.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>1ed6e3ff8437baa411029a28c2b08f047df9ad9a - Merge branch &apos;barry/2024-04-13/fix-sowing-strings&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/impls/basic/aobasic.c#1ed6e3ff8437baa411029a28c2b08f047df9ad9a</link>
        <description>Merge branch &apos;barry/2024-04-13/fix-sowing-strings&apos; into &apos;main&apos;Update PETSc to use sowing bfort that handles string arguments and PETSC_NULL_INTSee merge request petsc/petsc!7480

            List of files:
            /petsc/src/vec/is/ao/impls/basic/aobasic.c</description>
        <pubDate>Thu, 25 Apr 2024 22:16:01 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6ac30fe803b243488d4ed461c3a4e6e1ba677b04 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/impls/basic/aobasic.c#6ac30fe803b243488d4ed461c3a4e6e1ba677b04</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/vec/is/ao/impls/basic/aobasic.c</description>
        <pubDate>Thu, 25 Apr 2024 20:25:31 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>4ee1a137f0f458a5d264b8b690dc59f9a00b918a - Merge branch &apos;barry/2024-04-25/docs-fixes/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/impls/basic/aobasic.c#4ee1a137f0f458a5d264b8b690dc59f9a00b918a</link>
        <description>Merge branch &apos;barry/2024-04-25/docs-fixes/release&apos; into &apos;release&apos;docs fixes for releaseSee merge request petsc/petsc!7505

            List of files:
            /petsc/src/vec/is/ao/impls/basic/aobasic.c</description>
        <pubDate>Thu, 25 Apr 2024 17:48:43 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>b6971eaeabe91bae028772bab3157cdc0eb03a76 - docs fixes for release</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/impls/basic/aobasic.c#b6971eaeabe91bae028772bab3157cdc0eb03a76</link>
        <description>docs fixes for release

            List of files:
            /petsc/src/vec/is/ao/impls/basic/aobasic.c</description>
        <pubDate>Thu, 25 Apr 2024 17:48:43 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>cc4c1da905d89950b196b027190941013bd3e15a - Update source code removing all unneeded /*@C and associated manual stubs and interfaces</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/impls/basic/aobasic.c#cc4c1da905d89950b196b027190941013bd3e15a</link>
        <description>Update source code removing all unneeded /*@C and associated manual stubs and interfaces

            List of files:
            /petsc/src/vec/is/ao/impls/basic/aobasic.c</description>
        <pubDate>Sun, 14 Apr 2024 02:07:12 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>373304a1fd22002640631235ee36a21c261ab6d4 - Merge branch &apos;jolivet/fix-missing-backtick&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/impls/basic/aobasic.c#373304a1fd22002640631235ee36a21c261ab6d4</link>
        <description>Merge branch &apos;jolivet/fix-missing-backtick&apos; into &apos;main&apos;Docs: fix missing back ticks.See merge request petsc/petsc!7376

            List of files:
            /petsc/src/vec/is/ao/impls/basic/aobasic.c</description>
        <pubDate>Sat, 16 Mar 2024 16:57:51 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>dc9a610e8a93b2ceab441eb761644f4cbb77655c - Docs: fix missing back ticks.</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/impls/basic/aobasic.c#dc9a610e8a93b2ceab441eb761644f4cbb77655c</link>
        <description>Docs: fix missing back ticks.

            List of files:
            /petsc/src/vec/is/ao/impls/basic/aobasic.c</description>
        <pubDate>Sat, 16 Mar 2024 12:29:03 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>970231d20df44f79b27787157e39d441e79f434b - Merge branch &apos;jolivet/clang-format-18&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/impls/basic/aobasic.c#970231d20df44f79b27787157e39d441e79f434b</link>
        <description>Merge branch &apos;jolivet/clang-format-18&apos; into &apos;main&apos;clang-format version 18See merge request petsc/petsc!6902

            List of files:
            /petsc/src/vec/is/ao/impls/basic/aobasic.c</description>
        <pubDate>Thu, 07 Mar 2024 12:36:17 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>00045ab3a8873bd6d354c32c69d605d149023335 - Remove carriage return in Petsc(Assert|Check)()</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/impls/basic/aobasic.c#00045ab3a8873bd6d354c32c69d605d149023335</link>
        <description>Remove carriage return in Petsc(Assert|Check)()git grep -l -E &quot;Petsc(Assert|Check)\(.*\\\n\&quot;[,)]&quot; | xargs sed -r -i&apos;&apos; &apos;s#Petsc(Assert|Check)\((.*)\\n&quot;([,)])#Petsc\1\(\2\&quot;\3#g&apos;Suggested-by: Stefano Zampini

            List of files:
            /petsc/src/vec/is/ao/impls/basic/aobasic.c</description>
        <pubDate>Sun, 11 Feb 2024 06:41:25 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&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/vec/is/ao/impls/basic/aobasic.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/vec/is/ao/impls/basic/aobasic.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/vec/is/ao/impls/basic/aobasic.c#92bec4eefde5b79327e7cea3b0266e7580ec8183</link>
        <description>Remove first and last empty lines

            List of files:
            /petsc/src/vec/is/ao/impls/basic/aobasic.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>e6264d16a35717c3e423df47d935f42c124e3f6c - Merge branch &apos;jacobf/2023-08-10/prune-vec-internal&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/impls/basic/aobasic.c#e6264d16a35717c3e423df47d935f42c124e3f6c</link>
        <description>Merge branch &apos;jacobf/2023-08-10/prune-vec-internal&apos; into &apos;main&apos;Prune Vec Internal Function VisibilitySee merge request petsc/petsc!6800

            List of files:
            /petsc/src/vec/is/ao/impls/basic/aobasic.c</description>
        <pubDate>Wed, 16 Aug 2023 15:42:49 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>da8c939b118068a1ceac5e4b3ba271c87cfc5bc7 - Make many many many internal functions under vec static</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/vec/is/ao/impls/basic/aobasic.c#da8c939b118068a1ceac5e4b3ba271c87cfc5bc7</link>
        <description>Make many many many internal functions under vec static

            List of files:
            /petsc/src/vec/is/ao/impls/basic/aobasic.c</description>
        <pubDate>Thu, 10 Aug 2023 18:48:47 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
