<?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 rand48.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/classes/random/impls/rand48/rand48.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/classes/random/impls/rand48/rand48.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/classes/random/impls/rand48/rand48.c#835f2295474254850a9de28f274be7ce943244c7</link>
        <description>Brain dead fixes for useless casts

            List of files:
            /petsc/src/sys/classes/random/impls/rand48/rand48.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>3cb3609b6a296a92a70bbd05421941ba494f28de - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/random/impls/rand48/rand48.c#3cb3609b6a296a92a70bbd05421941ba494f28de</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/classes/random/impls/rand48/rand48.c</description>
        <pubDate>Fri, 04 Oct 2024 17:11:47 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>89e0e927724c1153d236933996ffe752eda0c6c8 - Merge branch &apos;stefanozampini/release-1&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/random/impls/rand48/rand48.c#89e0e927724c1153d236933996ffe752eda0c6c8</link>
        <description>Merge branch &apos;stefanozampini/release-1&apos; into &apos;release&apos;Fixes for unininitalized members and comparisonsSee merge request petsc/petsc!7913

            List of files:
            /petsc/src/sys/classes/random/impls/rand48/rand48.c</description>
        <pubDate>Fri, 04 Oct 2024 16:17:03 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>8a40300834377a32ebc3f9206ebc8531bcb9209f - Fix missing initializer for member errors [-Werror=missing-field-initializers]</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/random/impls/rand48/rand48.c#8a40300834377a32ebc3f9206ebc8531bcb9209f</link>
        <description>Fix missing initializer for member errors [-Werror=missing-field-initializers]

            List of files:
            /petsc/src/sys/classes/random/impls/rand48/rand48.c</description>
        <pubDate>Thu, 03 Oct 2024 10:53:27 +0000</pubDate>
        <dc:creator>Stefano Zampini &lt;stefano.zampini@gmail.com&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/classes/random/impls/rand48/rand48.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/classes/random/impls/rand48/rand48.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/classes/random/impls/rand48/rand48.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/classes/random/impls/rand48/rand48.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>a7898f52c39ec9ba437ef35ae307f2bfeec72faf - Merge remote-tracking branch &apos;origin/release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/random/impls/rand48/rand48.c#a7898f52c39ec9ba437ef35ae307f2bfeec72faf</link>
        <description>Merge remote-tracking branch &apos;origin/release&apos;

            List of files:
            /petsc/src/sys/classes/random/impls/rand48/rand48.c</description>
        <pubDate>Sat, 28 Oct 2023 15:07:38 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d0b8c1c6058e2aa57f49fbbd5a1df6c774539669 - Merge branch &apos;barry/2023-10-26/fix-sprng/release&apos; into &apos;release&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/random/impls/rand48/rand48.c#d0b8c1c6058e2aa57f49fbbd5a1df6c774539669</link>
        <description>Merge branch &apos;barry/2023-10-26/fix-sprng/release&apos; into &apos;release&apos;Fix bug in sprng interface.See merge request petsc/petsc!6967

            List of files:
            /petsc/src/sys/classes/random/impls/rand48/rand48.c</description>
        <pubDate>Sat, 28 Oct 2023 15:05:11 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>c31d237598c10a083b1d756fa9fc68a1d6f2846a - Fix PetscRandom manual pages</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/random/impls/rand48/rand48.c#c31d237598c10a083b1d756fa9fc68a1d6f2846a</link>
        <description>Fix PetscRandom manual pages

            List of files:
            /petsc/src/sys/classes/random/impls/rand48/rand48.c</description>
        <pubDate>Thu, 26 Oct 2023 14:23:32 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>9c5460f9064ca60dd71a234a1f6faf93e7a6b0c9 - Merge branch &apos;jacobf/2023-08-09/linter-detect-static-function-candidates&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/random/impls/rand48/rand48.c#9c5460f9064ca60dd71a234a1f6faf93e7a6b0c9</link>
        <description>Merge branch &apos;jacobf/2023-08-09/linter-detect-static-function-candidates&apos; into &apos;main&apos;Linter detect possible static functionsSee merge request petsc/petsc!6796

            List of files:
            /petsc/src/sys/classes/random/impls/rand48/rand48.c</description>
        <pubDate>Thu, 17 Aug 2023 16:08:06 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>66976f2f44dcc61d86a452a70219fb23b45d00f0 - Add static to internal functions</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/random/impls/rand48/rand48.c#66976f2f44dcc61d86a452a70219fb23b45d00f0</link>
        <description>Add static to internal functions

            List of files:
            /petsc/src/sys/classes/random/impls/rand48/rand48.c</description>
        <pubDate>Mon, 14 Aug 2023 15:12:42 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b3f1e23bfe9fb93d0e088a43895443f2c2312c71 - Merge branch &apos;jacobf/2023-05-25/no-memcpy-ops&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/random/impls/rand48/rand48.c#b3f1e23bfe9fb93d0e088a43895443f2c2312c71</link>
        <description>Merge branch &apos;jacobf/2023-05-25/no-memcpy-ops&apos; into &apos;main&apos;Don&apos;t use PetscMemcpy() or PetscArraycpy() to copy the ops structSee merge request petsc/petsc!6507

            List of files:
            /petsc/src/sys/classes/random/impls/rand48/rand48.c</description>
        <pubDate>Wed, 31 May 2023 17:22:21 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>aea10558d4771f8b0f4852a014c7d324cb0c3f99 - Don&apos;t use PetscMemcpy() or PetscArraycpy() to copy the ops struct</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/random/impls/rand48/rand48.c#aea10558d4771f8b0f4852a014c7d324cb0c3f99</link>
        <description>Don&apos;t use PetscMemcpy() or PetscArraycpy() to copy the ops struct

            List of files:
            /petsc/src/sys/classes/random/impls/rand48/rand48.c</description>
        <pubDate>Thu, 25 May 2023 14:58:38 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>31d78bcd2b98084dc1368b20eb1129c8b9fb39fe - Merge branch &apos;jacobf/2022-12-10/petscerrorcode-nodiscard&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/random/impls/rand48/rand48.c#31d78bcd2b98084dc1368b20eb1129c8b9fb39fe</link>
        <description>Merge branch &apos;jacobf/2022-12-10/petscerrorcode-nodiscard&apos; into &apos;main&apos;Feature: Non-discardable PetscErrorCodeSee merge request petsc/petsc!5923

            List of files:
            /petsc/src/sys/classes/random/impls/rand48/rand48.c</description>
        <pubDate>Thu, 02 Feb 2023 20:39:47 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>3ba1676111f5c958fe6c2729b46ca4d523958bb3 - Make PetscErrorCode a non-discardable enum</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/random/impls/rand48/rand48.c#3ba1676111f5c958fe6c2729b46ca4d523958bb3</link>
        <description>Make PetscErrorCode a non-discardable enum

            List of files:
            /petsc/src/sys/classes/random/impls/rand48/rand48.c</description>
        <pubDate>Sat, 10 Dec 2022 18:29:11 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>061e922f3926be00487707c73b78dd3d40309129 - Merge branch &apos;jacobf/2022-09-21/2-bike-2-shed&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/random/impls/rand48/rand48.c#061e922f3926be00487707c73b78dd3d40309129</link>
        <description>Merge branch &apos;jacobf/2022-09-21/2-bike-2-shed&apos; into &apos;main&apos;Feature: Bicycle Storage Facility 2See merge request petsc/petsc!5661

            List of files:
            /petsc/src/sys/classes/random/impls/rand48/rand48.c</description>
        <pubDate>Thu, 22 Sep 2022 02:09:24 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>d71ae5a4db6382e7f06317b8d368875286fe9008 - source code format changes due to .clang-format changes</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/random/impls/rand48/rand48.c#d71ae5a4db6382e7f06317b8d368875286fe9008</link>
        <description>source code format changes due to .clang-format changes

            List of files:
            /petsc/src/sys/classes/random/impls/rand48/rand48.c</description>
        <pubDate>Wed, 21 Sep 2022 21:15:28 +0000</pubDate>
        <dc:creator>Jacob Faibussowitsch &lt;jacob.fai@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>eea86af358b811c970ff889f944b9dbcebd75538 - Merge branch &apos;barry/2022-08-23/fix-sys-man&apos; into &apos;main&apos;</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/random/impls/rand48/rand48.c#eea86af358b811c970ff889f944b9dbcebd75538</link>
        <description>Merge branch &apos;barry/2022-08-23/fix-sys-man&apos; into &apos;main&apos;Fix up all manual pages in src/sys directorySee merge request petsc/petsc!5559

            List of files:
            /petsc/src/sys/classes/random/impls/rand48/rand48.c</description>
        <pubDate>Mon, 05 Sep 2022 16:36:12 +0000</pubDate>
        <dc:creator>Satish Balay &lt;balay@mcs.anl.gov&gt;</dc:creator>
    </item>
<item>
        <title>811af0c4b09a35de4306c442f88bd09fdc09897d - Fix up all manual pages in src/sys directory</title>
        <link>http://opengrok.kc2vjw.com:8080/history/petsc/src/sys/classes/random/impls/rand48/rand48.c#811af0c4b09a35de4306c442f88bd09fdc09897d</link>
        <description>Fix up all manual pages in src/sys directoryCommit-type: documentation/spend 10h

            List of files:
            /petsc/src/sys/classes/random/impls/rand48/rand48.c</description>
        <pubDate>Wed, 24 Aug 2022 13:53:56 +0000</pubDate>
        <dc:creator>Barry Smith &lt;bsmith@mcs.anl.gov&gt;</dc:creator>
    </item>
</channel>
</rss>
