<?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 sysio.c</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>be37439ebbbdb2f81c3420c175a94aa72e59929c - Merge branch &apos;stefanozampini/useless-cast&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/sysio.c#be37439ebbbdb2f81c3420c175a94aa72e59929c</link>
        <description>Merge branch &apos;stefanozampini/useless-cast&apos; into &apos;main&apos;Remove useless castSee merge request petsc/petsc!7894

            List of files:
            /petsc/src/sys/fileio/sysio.c</description>
        <pubDate>Mon, 21 Oct 2024 21:59:33 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>835f2295474254850a9de28f274be7ce943244c7 - Brain dead fixes for useless casts</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/sysio.c#835f2295474254850a9de28f274be7ce943244c7</link>
        <description>Brain dead fixes for useless casts

            List of files:
            /petsc/src/sys/fileio/sysio.c</description>
        <pubDate>Sat, 05 Oct 2024 11:54:52 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4dce46637faa25b583066c1c6336f1c4e7ab716c - Merge branch &apos;jolivet/fix-type-limits&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/sysio.c#4dce46637faa25b583066c1c6336f1c4e7ab716c</link>
        <description>Merge branch &apos;jolivet/fix-type-limits&apos; into &apos;main&apos;Fix -Wtype-limitsSee merge request petsc/petsc!7859

            List of files:
            /petsc/src/sys/fileio/sysio.c</description>
        <pubDate>Sun, 22 Sep 2024 17:48:45 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>5607bdc5ff4a0a174f577d6f2adfb53fc0ebe0f0 - Fix -Wtype-limits</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/sysio.c#5607bdc5ff4a0a174f577d6f2adfb53fc0ebe0f0</link>
        <description>Fix -Wtype-limitssrc/sys/fileio/sysio.c:469:13: warning: comparison of unsigned expression in &#8216;&lt; 0&#8217; is always false [-Wtype-limits]  469 |     if (err &lt; 0 &amp;&amp; errno == EINTR) continue;      |             ^

            List of files:
            /petsc/src/sys/fileio/sysio.c</description>
        <pubDate>Sun, 22 Sep 2024 04:57:52 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>a24cdd0d2637ee09544835b4ece87d1f040d2dfd - Merge branch &apos;barry/2024-09-17/fix-petsccallmpi-misuse&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/sysio.c#a24cdd0d2637ee09544835b4ece87d1f040d2dfd</link>
        <description>Merge branch &apos;barry/2024-09-17/fix-petsccallmpi-misuse&apos; into &apos;main&apos;Introduce PetscCallReturnMPI() to check for PETSc errors in PETSc provided MPI callpacksSee merge request petsc/petsc!7844

            List of files:
            /petsc/src/sys/fileio/sysio.c</description>
        <pubDate>Sat, 21 Sep 2024 03:43:53 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>80bff17d97d0007bec52f1131e192a47a5a518d8 - Add cast to be pedantic</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/sysio.c#80bff17d97d0007bec52f1131e192a47a5a518d8</link>
        <description>Add cast to be pedantic

            List of files:
            /petsc/src/sys/fileio/sysio.c</description>
        <pubDate>Wed, 18 Sep 2024 02:54:03 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&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/fileio/sysio.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/fileio/sysio.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>6497c311e7b976d467be1503c1effce92a60525c - Add to CI compilers flags &apos;-Wconversion&apos;, &apos;-Wno-sign-conversion&apos;, &apos;-Wno-float-conversion&apos;, &apos;-Wno-implicit-float-conversion&apos;]</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/sysio.c#6497c311e7b976d467be1503c1effce92a60525c</link>
        <description>Add to CI compilers flags &apos;-Wconversion&apos;, &apos;-Wno-sign-conversion&apos;, &apos;-Wno-float-conversion&apos;, &apos;-Wno-implicit-float-conversion&apos;]Also fix the code to repository to compile cleanly with these flags in the CI

            List of files:
            /petsc/src/sys/fileio/sysio.c</description>
        <pubDate>Sun, 25 Aug 2024 03:44:46 +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/sys/fileio/sysio.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/sys/fileio/sysio.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>cc4c1da905d89950b196b027190941013bd3e15a - Update source code removing all unneeded /*@C and associated manual stubs and interfaces</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/sysio.c#cc4c1da905d89950b196b027190941013bd3e15a</link>
        <description>Update source code removing all unneeded /*@C and associated manual stubs and interfaces

            List of files:
            /petsc/src/sys/fileio/sysio.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>55cda6f51c86a483abe5781578f3bbdf986e1625 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/sysio.c#55cda6f51c86a483abe5781578f3bbdf986e1625</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/fileio/sysio.c</description>
        <pubDate>Thu, 25 Apr 2024 04:27:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>99e79f2fa00b9edf66b5befd34b82026b832a5fa - Merge branch &apos;barry/2024-04-24/doc-fixes/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/sysio.c#99e79f2fa00b9edf66b5befd34b82026b832a5fa</link>
        <description>Merge branch &apos;barry/2024-04-24/doc-fixes/release&apos; into &apos;release&apos;release docs fixesSee merge request petsc/petsc!7498

            List of files:
            /petsc/src/sys/fileio/sysio.c</description>
        <pubDate>Thu, 25 Apr 2024 04:23:54 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>a3b724e88d046d3fedf46cc78f622355d8be981f - release docs fixes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/sysio.c#a3b724e88d046d3fedf46cc78f622355d8be981f</link>
        <description>release docs fixesCommit-type: i.e. error-checking, optimization, bug-fix, portability-fix, testing-fix, style-fix, feature, documentation, exampleFunded-by:Project:Time:     hoursReported-by:Thanks-to:Development Tools: Vim, Emacs, Eclipse

            List of files:
            /petsc/src/sys/fileio/sysio.c</description>
        <pubDate>Wed, 24 Apr 2024 16:54:07 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>6996bd1a6dda9216f11f3a1c5d2357ea301aa80d - Merge branch &apos;jolivet/fix-double&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/sysio.c#6996bd1a6dda9216f11f3a1c5d2357ea301aa80d</link>
        <description>Merge branch &apos;jolivet/fix-double&apos; into &apos;main&apos;Fix words appearing twice in a row for no good reasonSee merge request petsc/petsc!7307

            List of files:
            /petsc/src/sys/fileio/sysio.c</description>
        <pubDate>Wed, 21 Feb 2024 02:27:44 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>15229ffc342989b2bf0590a733d92c152a3348fc - Fix words appearing twice in a row for no good reason</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/sysio.c#15229ffc342989b2bf0590a733d92c152a3348fc</link>
        <description>Fix words appearing twice in a row for no good reason

            List of files:
            /petsc/src/sys/fileio/sysio.c</description>
        <pubDate>Wed, 21 Feb 2024 02:27:44 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
<item>
        <title>67fb7a53dde7176428942a0260cf8749b3709cf6 - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/sysio.c#67fb7a53dde7176428942a0260cf8749b3709cf6</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/fileio/sysio.c</description>
        <pubDate>Fri, 13 Oct 2023 06:12:01 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c8369cb40b605f37a3328a5c72786c638b9c06b3 - Merge branch &apos;prj--release-patch-65362&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/sysio.c#c8369cb40b605f37a3328a5c72786c638b9c06b3</link>
        <description>Merge branch &apos;prj--release-patch-65362&apos; into &apos;release&apos;Fix uneven back ticksSee merge request petsc/petsc!6927

            List of files:
            /petsc/src/sys/fileio/sysio.c</description>
        <pubDate>Wed, 11 Oct 2023 15:57:22 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>fe8e7ddd93caa3d7f6fe6c2e358c1c3f5a39763e - Fix uneven back ticks</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/fileio/sysio.c#fe8e7ddd93caa3d7f6fe6c2e358c1c3f5a39763e</link>
        <description>Fix uneven back ticks

            List of files:
            /petsc/src/sys/fileio/sysio.c</description>
        <pubDate>Wed, 11 Oct 2023 08:30:07 +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/sys/fileio/sysio.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/fileio/sysio.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/fileio/sysio.c#92bec4eefde5b79327e7cea3b0266e7580ec8183</link>
        <description>Remove first and last empty lines

            List of files:
            /petsc/src/sys/fileio/sysio.c</description>
        <pubDate>Tue, 26 Sep 2023 16:50:22 +0000</pubDate>
        <dc:creator>Pierre Jolivet &lt;pierre@joliv.et&gt;</dc:creator>
    </item>
</channel>
</rss>
