<p>Moves all flavors of CogVM sources into "src/" folder.<br>
<a rel="nofollow" href="http://lists.squeakfoundation.org/pipermail/vm-dev/2021-July/036540.html">http://lists.squeakfoundation.org/pipermail/vm-dev/2021-July/036540.html</a></p>
<p>Moves all build folders down to "building/" folder. Chose "building" over "build" to avoid conflicts with common build systems.<br>
<a rel="nofollow" href="http://lists.squeakfoundation.org/pipermail/vm-dev/2021-July/036551.html">http://lists.squeakfoundation.org/pipermail/vm-dev/2021-July/036551.html</a></p>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573'>https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Removes all generated source files of the VM (not the plugins).</li>
  <li>re-add all VM sources at the new location</li>
  <li>In build files, replaces occurrences of "/src/vm" with "/src/vm.32bit.cog.v3"</li>
  <li>For Window and macOS, updates makefiles to point to new src directories.</li>
  <li>In linux 32-bit v3 build files, make vm version and source path consistently explicit. Do not rely on the default value for the "with-src" variable from autoconf script.</li>
  <li>In all remaining linux build mvm files, updates "--with-src" variable. Not yet working because platforms/unix/config still needs to be adapted.</li>
  <li>Updates remaining occurrences of old-style source paths (e.g. spur64src) with new ones (e.g. src/vm.64bit.cog.spur).</li>
  <li>CogVM source as per VMMaker.oscog-eem.2985</li>
  <li>Updates autoconf files to use the new source folder, which does not need the extra "/vm" suffix.</li>
  <li>Updates src paths in cmake (minheadless only). Also minor cleanup.</li>
  <li>I missed a spot. Not sure why .clang_complete is in here at all.</li>
  <li>Move all build directories into "building", dropping the prefix "build.". Note that "building" instead of "build" because the latter is a common pattern for build systems. So we want to keep that name available to avoid conflicts.</li>
  <li>Replaces "build." with "building/".</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-e2f89ed303d5e69ce55275576c81ea9691604f9f5ef1c8edab08a817a7230c4a">.clang_complete</a>
    (2)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947">.gitignore</a>
    (59)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20a">CMakeLists.txt</a>
    (166)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5">README.md</a>
    (56)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-e52be97def7c37d4493ea9457a3789e86fe4eb403661109405308cbbe0583f52">build.linux32ARMv6/HowToBuild</a>
    (264)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-8ae0648a98665495d399be01fe4512c88187e969a7600c20829f31a07ed471d4">build.linux32ARMv6/newspeak.cog.spur/build.assert/mvm</a>
    (31)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-357ec63b461bc0788c839a4edce25eccb8e1d85c32f85444db7184f68ebe1ae6">build.linux32ARMv6/newspeak.cog.spur/build.debug/mvm</a>
    (31)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-f1cab9ff43fcb07f55e6c09d635377fdedcf1a408e03ee342ccd441a66b067d6">build.linux32ARMv6/newspeak.cog.spur/build/mvm</a>
    (31)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-89f1fb60543c9c7a405f70782c7963b1ff3e4ad4ac6b9e2d783d50539ae29567">build.linux32ARMv6/newspeak.stack.spur/build.assert/mvm</a>
    (31)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-c76f39ea252593aaab76eadd5234a2768b6cd60d460079423d1274bb6714e192">build.linux32ARMv6/newspeak.stack.spur/build.debug/mvm</a>
    (31)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-217168e519ddb58efffc58cd47f0134412181bdd45a4fc4a423127138ea9ea65">build.linux32ARMv6/newspeak.stack.spur/build/mvm</a>
    (31)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-27aa7795154a19d1b8b981f0e30f0c5c7e370a4a3a8725957d1fe75807b5c8da">build.linux32ARMv6/pharo.cog.spur/build.assert/mvm</a>
    (35)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-5ddfeb40bab2a01936eaf6bb2435534bf524832de370a3f5528b058747f5193e">build.linux32ARMv6/pharo.cog.spur/build.debug/mvm</a>
    (35)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-4e52d53904a54ba5bf568b89cc9988ccc633b43c98f11075d874b92dc4491014">build.linux32ARMv6/pharo.cog.spur/build/mvm</a>
    (58)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-9c8e5c152e64d7a746ee6b226e0e42ad54897b798f5f553ba8a15b2d1d10111f">build.linux32ARMv6/squeak.cog.spur/build.assert/mvm</a>
    (29)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-6a6a73abecddba11142665b2177575bb44c0e862ee8778b085e4d317872dbb9a">build.linux32ARMv6/squeak.cog.spur/build.debug/mvm</a>
    (29)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-6ae2e052cbfd247ea8f0e3a55138bf7ac374a5bc8723c7861f18438065bccce8">build.linux32ARMv6/squeak.cog.spur/build/mvm</a>
    (29)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-952708f075e231b4de3a52eb4ff78d9c32375beb4826350b195fc8f2b6612530">build.linux32ARMv6/squeak.cog.v3/build.assert/mvm</a>
    (29)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-be79d4deb95b32d88c42192d85efb152e81c1fc9dcaec1d717103d920eaf2925">build.linux32ARMv6/squeak.cog.v3/build.debug/mvm</a>
    (29)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-deb96e39ede6f399ebe996ecc4835ffe2880e207efd3a3e9235460b110d40b07">build.linux32ARMv6/squeak.cog.v3/build/mvm</a>
    (29)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-4731e52db02ba763d395c7569a0e65b7de195e08de271fc9a35fa16befb604a1">build.linux32ARMv6/squeak.stack.spur/build.assert/mvm</a>
    (29)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-d8a3cb6c3088dc84b4d48dd0bdbfa71d58832b62d772d9d3a06ea971927faf09">build.linux32ARMv6/squeak.stack.spur/build.debug/mvm</a>
    (29)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-709f5ffb4803c7a2a702a7e9119639da35e67eb6037d3b354cd2653a4ff31aab">build.linux32ARMv6/squeak.stack.spur/build/mvm</a>
    (29)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-95d75662cb1c7de9dd5f1300b19ddcc342e005a999d660b9b89dd037668839db">build.linux32ARMv6/squeak.stack.v3/build.assert/mvm</a>
    (29)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-3c5b59da893b905c80eb32d8848486c87f98c84f81eddfbc316723fca05b3b4e">build.linux32ARMv6/squeak.stack.v3/build.debug/mvm</a>
    (29)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-90a4869bc51de8d170afb46baa4d625a206296af7b38ee46768ddd547bd97976">build.linux32ARMv6/squeak.stack.v3/build/mvm</a>
    (29)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-7848864f396e203e6c12cafb717384465bacbe5053b52c528cccffcb8e824eb6">build.linux32ARMv7/HowToBuild</a>
    (259)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-98095cc82760c3d06bf9bbb880693e3e129caf80bfdd8c43ab3938bf8eeaed69">build.linux32ARMv7/newspeak.cog.spur/build.assert/mvm</a>
    (30)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-a74223fbe2087bb560814f74812343e6984253dea667e786b33337e7e8b5735f">build.linux32ARMv7/newspeak.cog.spur/build.debug/mvm</a>
    (30)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-29f81aec303626d45d7814978759ebe17bdb84b6324c5a344a783d385da314d0">build.linux32ARMv7/newspeak.cog.spur/build/mvm</a>
    (30)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-95f182c81349cddd6009682e7a4e016140ad34b159d84ced93b856fb95151811">build.linux32ARMv7/newspeak.stack.spur/build.assert/mvm</a>
    (30)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-e92a54c2d8af98bf52ed39267ac461a93a62e89f485f588d9c4938223ac9357b">build.linux32ARMv7/newspeak.stack.spur/build.debug/mvm</a>
    (30)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-2f48db00f9539f85545d206bb324c66648db7f7a06c0764f3032b554f6b6da91">build.linux32ARMv7/newspeak.stack.spur/build/mvm</a>
    (30)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-4eb16e7e8fa48db23d6489534cf6a8d26e578a7349c0061fa2b9431e89632a23">build.linux32x86/HowToBuild</a>
    (307)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-305f2ad2bba099b00cb91b91193a13f7afc1cd5c5a4b2a82a07052db65cbac18">build.linux32x86/newspeak.cog.spur/build.assert.itimerheartbeat/mvm</a>
    (39)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-0c06e43a20646942fb69796e6d2d27c3c0dc03608a16a844fe649a406619afca">build.linux32x86/newspeak.cog.spur/build.assert/mvm</a>
    (41)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-6b5d4649ea22c9667d93e8bd7b734a6d8de92a9ea010d51b88dd16709ecbe4e1">build.linux32x86/newspeak.cog.spur/build.debug.itimerheartbeat/mvm</a>
    (39)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-a3593ee2313a9cb9f98ba3e5782d859e54f9ac284778e14f818dbafb009fe492">build.linux32x86/newspeak.cog.spur/build.debug/mvm</a>
    (41)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-189581881b15d858ff4e496e5a4c45ec890856a665f9a1ebab4adc54f625b65c">build.linux32x86/newspeak.cog.spur/build.itimerheartbeat/mvm</a>
    (40)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-0d1429d8a68238112293e9b88219cd4f324db4f9a7481628ff5369ced9ff3f87">build.linux32x86/newspeak.cog.spur/build/mvm</a>
    (42)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-3bda7399e9ca6e93743f4134c8892697c2f170be453634d51f68d8550fcd3e9f">build.linux32x86/newspeak.stack.spur/build.assert/mvm</a>
    (41)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-b26550ffea6a8323a559935387c8b0f551433797965a3377fe1a0d7b101b8d7b">build.linux32x86/newspeak.stack.spur/build.debug/mvm</a>
    (41)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-0c96203f40a48f161e6d89089e1827b9c6357b91e4fb37f77c83b79492494d04">build.linux32x86/newspeak.stack.spur/build/mvm</a>
    (42)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-b55216b5e24d5a7aa012c32c48e7965f5c23843fca8cee34c8b8a908fc54bbd6">build.linux32x86/nsnac.cog.spur/build.assert.itimerheartbeat/mvm</a>
    (39)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-2862266492bc74b80c1e6bafaf8ee930f9c10422ae97dc7dd28142c9d141d320">build.linux32x86/nsnac.cog.spur/build.assert/mvm</a>
    (41)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-4f3914d97d3c72dab9508e37b30b47c8fd8dae23896729eeb6adfb576bd3a2c6">build.linux32x86/nsnac.cog.spur/build.debug.itimerheartbeat/mvm</a>
    (39)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-f8d237b9213df5669eded31e43dc5c362deb022544b4ae5d99b12a58c1269704">build.linux32x86/nsnac.cog.spur/build.debug/mvm</a>
    (41)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-81e8239fa78693833da4e72334def4aa0a593811a08d86e2df6b2e6f38e307c6">build.linux32x86/nsnac.cog.spur/build.itimerheartbeat/mvm</a>
    (40)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-5ad51f28f8e3ec72e063b213b8ff68fee888c15f8c6f9b34ff2c022764dded9a">build.linux32x86/nsnac.cog.spur/build/mvm</a>
    (42)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-e0dbf4ea687305f87608a5b0839896a755e831bd0506606ceca2faff619339b1">build.linux32x86/pharo.cog.spur.lowcode/build.assert.itimerheartbeat/mvm</a>
    (36)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-691823d7b06e0cf01e459103d255363c251edb28ed4718b9ea2e2cd5f4807017">build.linux32x86/pharo.cog.spur.lowcode/build.assert/mvm</a>
    (39)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-def8fd621fc5edef544667887f60c1970f28310253cedf201e556e770ab4551c">build.linux32x86/pharo.cog.spur.lowcode/build.debug.itimerheartbeat/mvm</a>
    (36)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-e793d47faf6533d5d40d30bafc6756e1dba750ad61afe7782b6c9f92b58da734">build.linux32x86/pharo.cog.spur.lowcode/build.debug/mvm</a>
    (38)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-bdb6e17bbacc83cf1ef015509547417b7a70c6684c29655a064087eeb4244f68">build.linux32x86/pharo.cog.spur.lowcode/build.itimerheartbeat/mvm</a>
    (54)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-95a6e103c133603c52608795348ae434bab061a520693f8d4266bb448b62056e">build.linux32x86/pharo.cog.spur.lowcode/build/mvm</a>
    (55)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-707e610aefc4890d39e62b61a35497cc680abbd0251c350fe89086911ed79fe5">build.linux32x86/pharo.cog.spur.minheadless/build.assert.itimerheartbeat/mvm</a>
    (38)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-38cdbccad346c65d58634369bd4260713344cb5deae51cd9ddd642bf3e0d6749">build.linux32x86/pharo.cog.spur.minheadless/build.debug.itimerheartbeat/mvm</a>
    (38)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-278d35b5e7c5f32464815001177996aea4a406011108bb37537989950032d9a2">build.linux32x86/pharo.cog.spur.minheadless/build.itimerheartbeat/mvm</a>
    (57)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-fd9c9b4c357b77c25901de8a34cb704c20aa40de366ec9387b9a4168caa28230">build.linux32x86/pharo.cog.spur/build.assert.itimerheartbeat/mvm</a>
    (37)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-eb88551ec9328616ac5711c1f72b2b7789649e4126dd2ec81e6186ec9930a012">build.linux32x86/pharo.cog.spur/build.assert/mvm</a>
    (40)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-8babfedb5715d7b522c58ad169dedbf9d951faf26dc595e1d4dea71d16f41943">build.linux32x86/pharo.cog.spur/build.debug.itimerheartbeat/mvm</a>
    (37)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-3a51be1276a4286ef28daaaaf26deb51cdc59693780002130cb50f9897486250">build.linux32x86/pharo.cog.spur/build.debug/mvm</a>
    (40)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-b4512aac522394639f1d07faf1bf80dbea36e189bd1ddc9aa2b4ca63c6093922">build.linux32x86/pharo.cog.spur/build.itimerheartbeat/mvm</a>
    (56)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-f767250d48de04ba45a85ef3e66e4a52e4f8be1aef50f09a32672097f9d5799f">build.linux32x86/pharo.cog.spur/build/mvm</a>
    (58)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-8f6a912c32b64fe930c10f8d0c8e20397f65abd3e67fc9143d8b33e5e740226d">build.linux32x86/pharo.sista.spur/build.assert.itimerheartbeat/mvm</a>
    (46)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-0399d302c98b99ca331ed7145c98d179cd4efc151634ad64938712adfdb57542">build.linux32x86/pharo.sista.spur/build.assert/mvm</a>
    (46)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-f4e3116d593dc63aaf17c40184b329bcb112912440891db5ddd2b2a596873bba">build.linux32x86/pharo.sista.spur/build.debug.itimerheartbeat/mvm</a>
    (49)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-1d88af1c38d6cbdc1eec65a3837304943c484e632eec3ead9a0cf6d6c9e8365c">build.linux32x86/pharo.sista.spur/build.debug/mvm</a>
    (49)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-cef1ddf78bf5766c1c6dac07abadb4158c164b9f8470f327cc70f9aa0076946c">build.linux32x86/pharo.sista.spur/build.itimerheartbeat/mvm</a>
    (50)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-01cc06e800578a156b538d63e4226e191fbb259f801456289b5caa1434a6560f">build.linux32x86/pharo.sista.spur/build/mvm</a>
    (51)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-037a7936278b4d88219ac2d199358d00e92e0ac5f8966e7fedcf6412eccec057">build.linux32x86/pharo.stack.spur.lowcode/build.assert.itimerheartbeat/mvm</a>
    (36)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-00235ff5a1caa52bca7f97c09e9b1474977cc449462496ff5b6cef9241a26470">build.linux32x86/pharo.stack.spur.lowcode/build.assert/mvm</a>
    (39)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-7e9b691bcbfba012d32ae99e06bbccec2d66e88c5efd28ac4f2f756331a7cf3d">build.linux32x86/pharo.stack.spur.lowcode/build.debug.itimerheartbeat/mvm</a>
    (36)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-dc5219a6c249acf2b42c8b26243f9466d8e63fd0a75958b1dbe54f47b346674c">build.linux32x86/pharo.stack.spur.lowcode/build.debug/mvm</a>
    (38)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-816de0da9b11d38f7f81881e67868b2b6205d7399f40667734f4888120390ff5">build.linux32x86/pharo.stack.spur.lowcode/build.itimerheartbeat/mvm</a>
    (53)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-d233c453742846d3b95196db86373222438f526b542cd3fba97c8af59128b5e1">build.linux32x86/pharo.stack.spur.lowcode/build/mvm</a>
    (55)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-bc043ad46c06a265a48845323cff4fcae7fef424090f8de1e37ceeb465a6b2df">build.linux32x86/squeak.cog.spur/build.assert.itimerheartbeat/mvm</a>
    (36)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-7cd2fc42a8cdcb5e10fa42e8ff630bdccb4168ab3e2dd512f694ae4fa78f1df6">build.linux32x86/squeak.cog.spur/build.assert/mvm</a>
    (36)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-07417fe4ee980f819aec5a1325ed57183fde2717e8b9dbdca75001d4a689e074">build.linux32x86/squeak.cog.spur/build.debug.itimerheartbeat/mvm</a>
    (36)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-74cb66e68324a7450eade4421202839930bf196f8a16f5db9d997e1a27abb917">build.linux32x86/squeak.cog.spur/build.debug/mvm</a>
    (37)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-f1abe8998de474c54b014e7b59559b3443bcf965b328553c3e46ba10844eeb81">build.linux32x86/squeak.cog.spur/build.itimerheartbeat/mvm</a>
    (37)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-bf9d73a76fe46d2b4ba551db392b4b8014cc81ba4c85e3aed736bd1bed41d263">build.linux32x86/squeak.cog.spur/build/mvm</a>
    (37)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-6154ae8349cd287c03c8ceb4f9445dde3871264efa5ee7714611d4b6343c294c">build.linux32x86/squeak.cog.v3/build.assert.itimerheartbeat/mvm</a>
    (34)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-fa58d1d2d7694f2c21e6869a48c1947df83f797e06ff2d668a4a868a25be6588">build.linux32x86/squeak.cog.v3/build.assert/mvm</a>
    (34)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-26b460f525485ecef9a02d928d8d4a43e44b7633cff7ae3b4fddac4d11c4c513">build.linux32x86/squeak.cog.v3/build.debug.itimerheartbeat/mvm</a>
    (34)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-879abdde06d98cfcb1251d365c9ab147569834715df1c6291ce4d44d58bf76ca">build.linux32x86/squeak.cog.v3/build.debug/mvm</a>
    (34)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-f919f49430e1455976809617724f21af9eabca11c09a667872b460ee7e827f95">build.linux32x86/squeak.cog.v3/build.itimerheartbeat/mvm</a>
    (35)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-f30734f25f21de9c178db88695c485dfd4451588ab9adc99f02888ea13a67a79">build.linux32x86/squeak.cog.v3/build.multithreaded.assert/mvm</a>
    (35)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-99cab32969d150bdabf820740cddd81b1d8154ef255b7e75a06a388ae3cd601d">build.linux32x86/squeak.cog.v3/build.multithreaded.debug/mvm</a>
    (35)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-ae7b202d87dc8b06fec0ed57243c9658edcd752a3d998ca64fb518fcf9d91baa">build.linux32x86/squeak.cog.v3/build.multithreaded/mvm</a>
    (36)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-2201883e5b092ba700440c806aa0e3b7e5d330c264ea6b8c1e569d4315aa9e72">build.linux32x86/squeak.cog.v3/build/mvm</a>
    (35)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-5f07382f8860f7c26bd720c43bd390fe7bfaadfe0331bf1a7ac56604e2bab54b">build.linux32x86/squeak.sista.spur/build.assert.itimerheartbeat/mvm</a>
    (36)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-ee675a650eb7e073701b3f0334e6a0ff9fad15741d23d7a83af28f4cee9efe3d">build.linux32x86/squeak.sista.spur/build.assert/mvm</a>
    (36)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-796b206655dc6a43408285f808715dca99f89df3492033feb7535aac2943430f">build.linux32x86/squeak.sista.spur/build.debug.itimerheartbeat/mvm</a>
    (36)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-a4a2939f33b16b9c3ea4a5e81a58d694ab30569e5ef43bf5c052ac4da9854c51">build.linux32x86/squeak.sista.spur/build.debug/mvm</a>
    (36)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-465f4201d4348002f803e48dcd10d6f7d6617e53e152f5dbfa37f3ca8e1d5388">build.linux32x86/squeak.sista.spur/build.itimerheartbeat/mvm</a>
    (37)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-914bde127a3186edad510424093173c3b6643800cbfdb26780b4e0553e7ce65a">build.linux32x86/squeak.sista.spur/build/mvm</a>
    (37)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-ced371bd129b94f3222769cd48f1ba54826013e5963a7b06c4da5d58b9523495">build.linux32x86/squeak.stack.spur/build.assert/mvm</a>
    (37)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-5e63463cd02ba01951875d63749d611c0ee4c888305830e23d201b44275e5a59">build.linux32x86/squeak.stack.spur/build.debug/mvm</a>
    (37)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-89e0ee5a8f1552bed7a9a6f6c1527d35c4f5082d2123a962fba520a87fedb5a2">build.linux32x86/squeak.stack.spur/build/mvm</a>
    (37)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-787ff9ac1b327560ab0e579ea340218a5f1151abe988a37d7803a725e2037c72">build.linux32x86/squeak.stack.v3/build.assert/mvm</a>
    (36)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-4c940d333e31e547773f34a4443cd634fd620cd27e986f9a6d0c244c092c24cd">build.linux32x86/squeak.stack.v3/build.debug/mvm</a>
    (36)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-597dfb3c0fd727a6d788e214aa8aaf0f2c2084ee3f8ccce2b6595df72208f0cd">build.linux32x86/squeak.stack.v3/build/mvm</a>
    (37)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-78456b54b5de0e00a65c9b172c4ed60f494c0a029eea056af864c527705c1d56">build.linux32x86/third-party/alsa-lib-1.0.17a/include/alsa</a>
    (1)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-382a2c233bca67533e21660edb5d58d5871371e1e87909774ab6a6fc3cbdc326">build.linux64ARMv8/HowToBuild</a>
    (350)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-ccd78dec5171e7b93b6127764278788277aec09f84754c3895f94bfa50b0d7a0">build.linux64ARMv8/pharo.stack.spur/build.debug/mvm</a>
    (35)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-23b4d7b93aca46e47f1baf8c8cacc673b233091178561c118e42506e7cf62557">build.linux64ARMv8/pharo.stack.spur/build/mvm</a>
    (57)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-e73f18c93ba069b702d01773d84f4ff9f9b8b267eb9cbb7af30193ead4cf4951">build.linux64ARMv8/squeak.cog.spur/build.assert/mvm</a>
    (31)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-85f16997faaa3a1be05d128875cac0c200ad7d4952e53926ccd0938100b6e1bb">build.linux64ARMv8/squeak.cog.spur/build.debug/mvm</a>
    (31)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-91a1fa0c72463f1ff71041b0f5743ace33ae7a912921e655e9f658c1c9cfccb3">build.linux64ARMv8/squeak.cog.spur/build/mvm</a>
    (32)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-949bd97ca39331099d21b67a3d7b28322c8f8e159595d500223f4aa122633993">build.linux64ARMv8/squeak.cogmt.spur/build.assert/mvm</a>
    (32)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-e21a08a8c73dfe5973a409b3020aea812059fce72e6149242ef3a3d3f455be87">build.linux64ARMv8/squeak.cogmt.spur/build.debug/mvm</a>
    (32)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-3a11f876f6686fe4a996845384f754464285c29951deba669187cb09c297bebd">build.linux64ARMv8/squeak.cogmt.spur/build/mvm</a>
    (33)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-49249587ded8311bf39f7edc7876e4c2558caad754b94de19ca1248d7a01d11d">build.linux64ARMv8/squeak.stack.spur/build.assert/mvm</a>
    (29)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-0b3badf06eb201802f03f19fdcca940d81167eab8e9275443967978a21b4f8bc">build.linux64ARMv8/squeak.stack.spur/build.debug/mvm</a>
    (32)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-6b6ab029ed01f276e5e725694eb2e547f109e818e71373ed7fc5ee44118fc82f">build.linux64ARMv8/squeak.stack.spur/build/mvm</a>
    (33)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-3c0de670088cc1dd909c83bd206464f0961dae04eeed7dec2d31e9fbd5c57b60">build.linux64x64/HowToBuild</a>
    (259)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-45575305a2d660890483c6baa49d67c6b735c0d00d188577503917dfc469ec28">build.linux64x64/newspeak.cog.spur/build.assert.itimerheartbeat/mvm</a>
    (33)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-595c7c85dfcfce789e21cdef0fd92dec623f1b1e7058fbdabb5c8a34526a69d9">build.linux64x64/newspeak.cog.spur/build.assert/mvm</a>
    (35)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-d06e4d5f474191e4960c64065ab989ca39c09c74a2c557b28e673e81e0c85340">build.linux64x64/newspeak.cog.spur/build.debug.itimerheartbeat/mvm</a>
    (33)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-f4ef82ef4ee3a41a4b228904928dc227d9b579ba8628e5113391cde4fe5ba546">build.linux64x64/newspeak.cog.spur/build.debug/mvm</a>
    (35)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-58a505ff7248ddeea6f25b4879189d1e1c4a235afeeaada636bc1d9157ebbd99">build.linux64x64/newspeak.cog.spur/build.itimerheartbeat/mvm</a>
    (34)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-4b8612733853056ebbb709e1c0ea795e6c411d97801830f9c86f6e86e39e335c">build.linux64x64/newspeak.cog.spur/build/mvm</a>
    (36)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-fd347683e883d0813501b1df9227f31fbb602b78494723c55b1085bf0e5ad563">build.linux64x64/newspeak.stack.spur/build.assert/mvm</a>
    (35)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-50a1ecd5d62433c0f4b6294ebb4d277b78d0305e99cd452299bd294b6faa9c20">build.linux64x64/newspeak.stack.spur/build.debug/mvm</a>
    (35)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-99e13d2a72ef88c170537aa1ac054db26460b536ab07b91d7d9dc62a5fa26435">build.linux64x64/newspeak.stack.spur/build/mvm</a>
    (36)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-fba14b4cce43133c913daae3d4a7378dc6a5a75aec53e51264ca069071936cd9">build.linux64x64/nsnac.cog.spur/build.assert.itimerheartbeat/mvm</a>
    (33)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-27e915beac031c838a742199f5e5c6d46537a18d4036585efda2822753bed074">build.linux64x64/nsnac.cog.spur/build.assert/mvm</a>
    (35)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-803242b498f7dc2a83e941a76a6fef53c6e5108cb8d8489b49082400a6f32f9d">build.linux64x64/nsnac.cog.spur/build.debug.itimerheartbeat/mvm</a>
    (33)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-7a002610804ce702c2b19e4f9fa22287799ce585ef25f9854b2382fafe9530e2">build.linux64x64/nsnac.cog.spur/build.debug/mvm</a>
    (35)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-60804f6931d037073b3080c24f85c81bacbafd41d2eb20c21066433c0ef2fa3f">build.linux64x64/nsnac.cog.spur/build.itimerheartbeat/mvm</a>
    (34)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-1652eee9b86dc274a8b676ca378fdbea198c06e1e26d1e2df6c208acf695f821">build.linux64x64/nsnac.cog.spur/build/mvm</a>
    (36)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-738b582a8a5671f9c1ae7a3d15768c50e8c000cbad4cb61b18bccf10e279d29e">build.linux64x64/pharo.cog.spur.minheadless/build.assert.itimerheartbeat/mvm</a>
    (38)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-f74e21b4cc5c089e3847c8e1839f0ab899802582e42522599d4ae9720e0d2d24">build.linux64x64/pharo.cog.spur.minheadless/build.debug.itimerheartbeat/mvm</a>
    (38)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-b58471faa0a5f9883942b590f83f997d6c257b683e0a1f4a782746cc22d8c0a0">build.linux64x64/pharo.cog.spur.minheadless/build.itimerheartbeat/mvm</a>
    (57)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-add2dcfc053ed76c9172c9ff0e63ab251726767de875c191c102fa09fc34a90f">build.linux64x64/pharo.cog.spur/build.assert.itimerheartbeat/mvm</a>
    (33)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-f0e2faa9f5f354bf56314c39a222161f2825bce56d259a19e480cd5c4e4d5ea9">build.linux64x64/pharo.cog.spur/build.assert/mvm</a>
    (33)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-a1d66cf3d1e1abff019685e96ba6f9c34c06ee5e9d500c5daef0dbcb44df907b">build.linux64x64/pharo.cog.spur/build.debug.itimerheartbeat/mvm</a>
    (33)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-40b910c4075db13126c6437c45abbe9e4939cc7efb7eb34dade802ea49a65c5b">build.linux64x64/pharo.cog.spur/build.debug/mvm</a>
    (33)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-6c5272bdab1617e496655ba134146f10dee00bf8f173044fb8c04f5f506dd576">build.linux64x64/pharo.cog.spur/build.itimerheartbeat/mvm</a>
    (49)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-627fa33eb5dc13bfba497c1989944cdd88a38bb684a2307affb14058faa16d52">build.linux64x64/pharo.cog.spur/build/mvm</a>
    (49)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-32e5cd8716fd0d1844e03cf046a41001bc7ed718c429e429b7cfbad144ce9974">build.linux64x64/squeak.cog.spur/build.assert.itimerheartbeat/mvm</a>
    (30)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-29760cbbc7b4e50a903823981a669ca5d7d9be68791fec6fe042d980d2c09c55">build.linux64x64/squeak.cog.spur/build.assert/mvm</a>
    (30)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-174195c78d5b706589a349297b11660dce959a18a86ff0db305f8fbb0e68a0a6">build.linux64x64/squeak.cog.spur/build.debug.itimerheartbeat/mvm</a>
    (30)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-7444718d4153826a07da243e8f7d426016b9273d8593dd521376a37e82c176f8">build.linux64x64/squeak.cog.spur/build.debug/mvm</a>
    (30)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-436ceaf4b822a9caaf398c2e528cb13724151471b05cbc095f175beae240aec5">build.linux64x64/squeak.cog.spur/build.itimerheartbeat/mvm</a>
    (31)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-6f95d84c2e155971f0105ba2958d3ab7e257852b1cc7400e007939e1a0951705">build.linux64x64/squeak.cog.spur/build/mvm</a>
    (44)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-fc2286d379ca1e298784f60ca7257ba719d74f5528af5895df4350b1cb44b6fa">build.linux64x64/squeak.stack.spur/build.assert/mvm</a>
    (31)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-cc020e0ff9002c1d298d36fcc2137ca24d97f28c0b6f3066658cebf1b78a225a">build.linux64x64/squeak.stack.spur/build.debug/mvm</a>
    (31)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-a44245ea97a3f552b6df8f126b2ea1fdc31aa00818edf9090d56e46905eaf8f6">build.linux64x64/squeak.stack.spur/build/mvm</a>
    (30)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-ce04f44398dcbe78cacf10e67008d2818f8e89d003862b7312f26102b1bff283">build.linux64x64/third-party/alsa-lib-1.0.17a/include/alsa</a>
    (1)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-35a8fb996ac86b95cbf934025703e28b503ac1b1657919616f51f57dd4e6b747">build.macos32x86/HowToBuild</a>
    (279)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-1ec5f0001b9d7a03d6b120d684c83261ee666de6623338a04c1736ab36eb0d24">build.macos32x86/common.minheadless/Makefile.app.newspeak</a>
    (29)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-e031fa6d55e58fe4608f701c99897cb0ff36f6b12eefa6317e36548e66f478b6">build.macos32x86/common.minheadless/Makefile.app.squeak</a>
    (22)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-b8ea5fc5af687c747a4ffd7bfcd30bf8c63141e082e19dabd68c3b3f62f9e910">build.macos32x86/common/Makefile.app.newspeak</a>
    (29)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-3166b9ac6fbbe13b707064e75b3f9139b323299e5db17f444616d725d4e280a4">build.macos32x86/common/Makefile.app.squeak</a>
    (22)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-384280f32801b7f53bf8e9278e0894604c13c2b15e4e25d67aa62944d596a901">build.macos32x86/newspeak.cog.spur/Makefile</a>
    (8)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-ca78a08c743fe2c030eda81da2451494a616914013ba070b2cd604a396c36eb7">build.macos32x86/newspeak.stack.spur/Makefile</a>
    (8)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-e15c01fc07f3f5ffcd88e2e3ef2906a618280968c9e8cd920e55874f4e6e4803">build.macos32x86/pharo.cog.spur.lowcode/Makefile</a>
    (32)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-0970023715fb5668078b46bc6a466f221c0d2e6ab45a2f6a0823b4d093660dcd">build.macos32x86/pharo.cog.spur.minheadless/Makefile</a>
    (38)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-e4f332767be9d74c3f1c3ded9ebf97f03414e13765bbb1ec618bd664a5be2ab4">build.macos32x86/pharo.cog.spur/Makefile</a>
    (32)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-e5a36592bda78744a94bf92ff005e93177f57ab69b253c15aa03af7086e25ff8">build.macos32x86/pharo.cog.v3/Makefile</a>
    (32)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-3ab4537e2db1d07d8097b98a3de2d2b3b3c2e16d36c4c10a181642f5f5465f4e">build.macos32x86/pharo.sista.spur/Makefile</a>
    (32)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-5b1dcbb5ecb5a1cea2b4086b4d043f0b26b0e32191d184c522ff1cba38dfe52b">build.macos32x86/pharo.stack.spur.lowcode/Makefile</a>
    (32)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-200937fc0861e4fc29d66b8659e3d6cb2a28439c64dd5cbfae97dd5b8d6b415c">build.macos32x86/pharo.stack.spur/Makefile</a>
    (32)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-b0cf8074c0b5f95f3ebf83cd7f577af515d4252d66bcc9908f4e221d53c0b402">build.macos32x86/squeak.cog.spur/Makefile</a>
    (11)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-60e685ccec230dd9d27fbedbc267753fb9fd52fa7eca7aeaf22137e8745fc878">build.macos32x86/squeak.cog.v3/Makefile</a>
    (11)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-596f65e676e42de82f06e18ab92006efe6d778436452631df5d55f4dc152f5cb">build.macos32x86/squeak.sista.spur/Makefile</a>
    (19)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-54bf7a1725c17eeb9c65c1ab3e8af82623710fae2cf036b2004103f5b75438d7">build.macos32x86/squeak.stack.spur/Makefile</a>
    (11)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-260a784a70dac6cd14a03b5cdac71c79001d5c028fbfe0c06d37c70f19c14389">build.macos32x86/squeak.stack.v3/Makefile</a>
    (11)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-0193a6710ceb098fc45b57381574ad3eed47f9d947d35a4b541a1fe1edd8304e">build.macos32x86/xcode/CarbonTemplate/HowToMakeANewPlugin.txt</a>
    (21)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-f5a7d7a999ac54d769e92711d92af733937f6d24903e5efa76cb08be662214cf">build.macos64ARMv8/HowToBuild</a>
    (271)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-3fe57408069862a5fd481948defcd6281df7c617c06870b9793b3be871b71732">build.macos64ARMv8/common/Makefile.app.newspeak</a>
    (29)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-646ee110dd32bfb8aa600fcb0f7a62e8b10e403da548ffb20aca31c2ca426c5e">build.macos64ARMv8/common/Makefile.app.squeak</a>
    (22)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-7aeed6fee636e1fe5d549d29246013e8f37e1aa677a000a3f8c022295e17cbbd">build.macos64ARMv8/pharo.stack.spur.lowcode/Makefile</a>
    (29)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-dddcf50a483f71b8074e995ffc26eafc07e2fe77d2425686fad7dbd5f89c4081">build.macos64ARMv8/pharo.stack.spur/Makefile</a>
    (29)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-b511caf5c1a5ffb6990349535deae250d340bf81609fb8cf2bf6ce8f486f087a">build.macos64ARMv8/squeak.cog.spur/Makefile</a>
    (13)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-90c4c13d758eeb5d5de0b3561fce225618402ee29ac89a23263357284b80f570">build.macos64ARMv8/squeak.sista.spur/Makefile</a>
    (19)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-15b8fd470191aa455437c3b27ff544e1b6789f53e64e406a0692aefc239919a2">build.macos64ARMv8/squeak.stack.spur/Makefile</a>
    (11)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-131dd3f9f0a465d78ce3404b7156ddb2b2568bc56860ce6f4a7e0159a7f4ac46">build.macos64x64/HowToBuild</a>
    (273)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-bbf4656429aebd6010c32634bd809b4b243a1fa5bd88d1bf4bd675ed60e3646c">build.macos64x64/common/Makefile.app.newspeak</a>
    (29)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-a1cb27d1091f0ad47cc515e640dc0ecf7aa3f23c417cc8f8164465eb436a2c6c">build.macos64x64/common/Makefile.app.squeak</a>
    (22)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-4522500b0d4ed73ef315526d29a83df7d05a3cbc9d5e81692114f5236afcc281">build.macos64x64/newspeak.cog.spur/Makefile</a>
    (8)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-a36a2f3a5f1a2688944c5c6b0608e103596e1cfa0ba86049c566381a951ca69d">build.macos64x64/newspeak.stack.spur/Makefile</a>
    (8)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-f825f095712767d9008874f1b28ca5e73c13b72c6c89de6e01e3577ed6b03d31">build.macos64x64/pharo.cog.spur.lowcode/Makefile</a>
    (32)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-0fb42234d746e1062f1bdd6fab568bc6c0de2313c5984ac09d72b8f13ba9c107">build.macos64x64/pharo.cog.spur/Makefile</a>
    (32)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-a5039efdd6cc95b4044c8d74f85a91ec24e533c51e30bfd5c18ffc81eb3dd41c">build.macos64x64/pharo.sista.spur/Makefile</a>
    (32)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-d01f38eedaa612beb59d2b9381ae156a156bba674e5543607f3ad85b92308b78">build.macos64x64/pharo.stack.spur.lowcode/Makefile</a>
    (32)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-dd24fc92989ec881b4a0393285347b46fc43c3c49435789a0d963504b67e18c4">build.macos64x64/pharo.stack.spur/Makefile</a>
    (32)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-4b15e2f75e2b4b08269681105e7507a3a81763df50d041fa3e166f2a8ea2c917">build.macos64x64/squeak.cog.spur/Makefile</a>
    (13)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-255a0cba777214de778da2147f802ea4ecb192e28e08fa9064835f717f16b02f">build.macos64x64/squeak.sista.spur/Makefile</a>
    (19)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-9cc74765ea75b749e67de30e14ef908b924fdb9cb8215786c028859501b75562">build.macos64x64/squeak.stack.spur/Makefile</a>
    (13)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-1ee1e02ed220aedc6c9136c0367844d3d05918f6cb9bfc0c562f062688548c8c">build.sunos32x86/HowToBuild</a>
    (3)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-7dd5f4cd82698e127b2174a60916b4aa7a0b938a00ad32ce16ba1ef898a55a99">build.sunos32x86/squeak.cog.spur/build/mvm</a>
    (44)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-e628250b7fad13999b4e5b6e17521969bbcda2aaa9f088372eee9af3b3ee4b38">build.sunos32x86/squeak.stack.spur/build/mvm</a>
    (44)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-f30ea1234c957aeabdb85de5cbaf5fa213d1ec671a3fc0bddcf03bf89d8108b2">build.sunos64x64/HowToBuild</a>
    (374)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-86f20a7bac8c0b06389eae91f28ec3bed2d998769bc979a04d63005b84baafc0">build.sunos64x64/squeak.cog.spur/build/mvm</a>
    (39)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-8463ba9e78e85b94b617c8e395a2f6446912f255d0bfa08d2fc122d461e7145d">build.sunos64x64/squeak.stack.spur/build/mvm</a>
    (35)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-b90be184aa7c3429e6911375dc7405f9ba02ee4b778cd43b14a5d3306acbb908">build.win32x86/HowToBuild</a>
    (215)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-12ee7989a694c9af4646781e5eeb8b375aafaff8d16acc74b5a08d3fc2281d77">build.win32x86/newspeak.cog.spur/Makefile</a>
    (18)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-f1a758c78970c07fc49cf84fa9ced59f42f3f37c2c393e71c4c975beb8b664f6">build.win32x86/newspeak.stack.spur/Makefile</a>
    (18)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-4943f1578a7b29797d432a124f40b6580449c14107e73414516981c84f20adc4">build.win32x86/pharo.cog.spur.lowcode/Makefile</a>
    (34)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-b8068eb74539ed4d8128c02dc9b1361184c340b9f059a6f09ca0d3a9a8afe856">build.win32x86/pharo.cog.spur/Makefile</a>
    (32)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-dfb53d5b66373739ae774f48d65a437c0d1c4cb8b72202541044dd7a565b1308">build.win32x86/pharo.sista.spur/Makefile</a>
    (34)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-df61fa61af17e4f7b6ff1b6c9b4975674189c3fc0a03d9bba66667683f5bbe3d">build.win32x86/pharo.stack.spur/Makefile</a>
    (38)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-8a756c4576389e1539ae828a79d2f95815ce012ae05c9883a55f8257f78002ba">build.win32x86/squeak.cog.spur.lowcode/Makefile</a>
    (18)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-094ddd47ff97c8be6fbb116aad287bde3d9c1c2838f8852712e63723de80bf3f">build.win32x86/squeak.cog.spur/Makefile</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-2c103ff69d099c5d03ca14561539a8d8a518f22215435d25c7e1c46873c17271">build.win32x86/squeak.cog.v3/Makefile</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-433034fb4e2a5cf7176a9d8d381bc1290e206b54b44b42ace0881fedb8c2e788">build.win32x86/squeak.sista.spur/Makefile</a>
    (17)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-ef385d0431b3a6ad832a036985626cc8c38213e3c9e9741ca8e9ec45c14c4397">build.win32x86/squeak.stack.spur/Makefile</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-3f0000e7f238a85e7df36889aa7892109689b5f6469c765cbff2708d7458847a">build.win32x86/squeak.stack.v3/Makefile</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-43572ec2e77215daa8e7d07d174f412c103ebff6ddcfbf0a0d22648da230ef1a">build.win64x64/HowToBuild</a>
    (210)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-0f6905a10bd1fdba0dbd2827da8169d6aeaed9f68fe919f84a09f3614f377788">build.win64x64/newspeak.cog.spur/Makefile</a>
    (18)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-78ed82621a82978a2e057ac9956d82ed72fecf3b488175ea5d2a4c6f00079d09">build.win64x64/newspeak.stack.spur/Makefile</a>
    (18)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-6a9ac7308443d93ac4c6ef6d393c6a0906f54f6f282bbcc9681d00d23f8cdfaf">build.win64x64/pharo.cog.spur/Makefile</a>
    (32)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-198b2bbc7e3a6c43182ba1e002df90c30c62984ef38bba9f46a770d4289e8d94">build.win64x64/pharo.stack.spur/Makefile</a>
    (32)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-c2fbd353778dd7f62962bfcc67ea82e9919b565f3fa3d16f3717eb8f09d69c8c">build.win64x64/squeak.cog.spur/Makefile</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-3b73808872d9bcc28e32aeb3d6200804c170f8fde8a0ba0757a85bbdebc457fc">build.win64x64/squeak.stack.spur/Makefile</a>
    (15)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-e6dc43d911f03db093187a819a3a9f9b249b6530fa2c074613ea4913e4774218">building/linux32ARMv6/HowToBuild</a>
    (264)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-4f191ac0c9c855c923367c063ae0ed0021feb3aaf8cf8cc93e29725ab210ba34">building/linux32ARMv6/asasm</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-236ceded3e5cbbad8272c6f1ec5c81b6e5d87f38544e8fdc58c43c78effc3645">building/linux32ARMv6/editnewspeakinstall.sh</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-06752ca1d281b26230fb1c294086be8c68c5dcffe5b416f62da5993b02ed4a4e">building/linux32ARMv6/editpharoinstall.sh</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-84374e8f2132d9dfdde578008bf1af025025458ca95ebd41274524178bc937c0">building/linux32ARMv6/makeall</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-1af98cda47ab8078ec93722d0e28c9fa62acb20b045915bbd9025b80f545639e">building/linux32ARMv6/makeallclean</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-64474e439989764e57952c48187e72da4c9177aa8b14349dcf6701431f31fc2d">building/linux32ARMv6/makeallmakefiles</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-1d6597470e4f5e7c81ea3fff0db45fe54cdf2c5f615d341d216d0d6ef7251dab">building/linux32ARMv6/makeproduct</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-c2d36927cbe817211d02fb6c5a316aea6cdd0ff3ed9e5f21eb3180b77901fc51">building/linux32ARMv6/makeproductclean</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-18de43a5f73452f22f742f8a8752e963c835bbb9c447656e254478b0f6ac127d">building/linux32ARMv6/newspeak.cog.spur/build.assert/mvm</a>
    (31)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-7073e1bc2177e818a2e2274698bc090d2ffcd4ebe080cae3c61b1d40594dec28">building/linux32ARMv6/newspeak.cog.spur/build.debug/mvm</a>
    (31)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-cd736d73f8870069340ddfa0c9acb20661b9248a38512ad5632b49806202ac5e">building/linux32ARMv6/newspeak.cog.spur/build/mvm</a>
    (31)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-eef3b3c6cc5995ea8e266f14a49ed42d4ce2bf38fa0461ad3e774da841915552">building/linux32ARMv6/newspeak.cog.spur/makeallclean</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-d37c67eb0fc203ebcc0d594c4be26770cd9fb596cd97816bc42c364b0b465bfc">building/linux32ARMv6/newspeak.cog.spur/makealldirty</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-c2f38a4e9c4278f17ae7d178968d5fe5f217b85eafac9b94805b3a4f85689ccc">building/linux32ARMv6/newspeak.cog.spur/plugins.ext</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-b3f2a7c748924d160c0e64020bc49255ee18c3a4b3669d609e22a680d7a372af">building/linux32ARMv6/newspeak.cog.spur/plugins.int</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-e642c38af71b36e68a00209a44ecb401fecb526d5eb557abe79fb4f1628f0df7">building/linux32ARMv6/newspeak.stack.spur/build.assert/mvm</a>
    (31)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-c016c2e9569455cb97aa73dd9a606aa5c58b3b7d092b1fb8a3e0ee431d2bf5d7">building/linux32ARMv6/newspeak.stack.spur/build.debug/mvm</a>
    (31)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-c16010d35829cf0d501ef8c679ceb26544a64db5011b648965fe0162ca18f226">building/linux32ARMv6/newspeak.stack.spur/build/mvm</a>
    (31)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-8bdc6dcd2283d83eff798f663eec482c89176353295d18ef4f0712752292e91c">building/linux32ARMv6/newspeak.stack.spur/makeallclean</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-c4d02d28a144a797e840099cd182cfa9fa4e88d28f5518e4208853882eb1eeb7">building/linux32ARMv6/newspeak.stack.spur/makealldirty</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-c98581505d97d75b71ea3d381607f2ca04e235ac7b4816cdafb1aaf1721337d0">building/linux32ARMv6/newspeak.stack.spur/plugins.ext</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-3cbb3755973aee0f8ce925769428f2ce58dd83e3d52bf976d17a3348c5c4a01e">building/linux32ARMv6/newspeak.stack.spur/plugins.int</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-e918c9c38c2ee45e6549f4c2abd1a7215e8d0d5d19f0fbaa3254f9bcdc33faa0">building/linux32ARMv6/pharo.cog.spur/build.assert/mvm</a>
    (35)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-f14ebb219ae3e26d77c1f275b9be42d74c303faedda835e04c3c06457e1f5c38">building/linux32ARMv6/pharo.cog.spur/build.debug/mvm</a>
    (35)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-94cadadadf54d577463de3237b6008f00c89aac4614d2bffc2d711121794e1f4">building/linux32ARMv6/pharo.cog.spur/build/mvm</a>
    (58)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-f6e10cfde48f8e97a5211d7d04c2d274bea06e35a585f496baa9192f7a28ba41">building/linux32ARMv6/pharo.cog.spur/makeallclean</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-0a8e228d3aa631a8c3bd37a2ea4871d2a37193a6196d172361ee4e838c4abe38">building/linux32ARMv6/pharo.cog.spur/makealldirty</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-1ff7eb44d6dbe23a01a572e689ff5734a52e6ffaab241f8ef363784e2250d18f">building/linux32ARMv6/pharo.cog.spur/plugins.ext</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-5f2006606de8c4981228fc6bcf9b95f57cb281259ef637aec2f13d900a353e78">building/linux32ARMv6/pharo.cog.spur/plugins.ext.all</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-6878e1651320cc2d5fab4cece19a5b6c818010d43d9168e6277a75371952faad">building/linux32ARMv6/pharo.cog.spur/plugins.int</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-ae5178d836e93bf16088bf66d8938b0ced4dab68d794ff63d137ea8869e64a01">building/linux32ARMv6/pharo.cog.spur/prepare-rpi.sh</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-9d8610eb061b2084ea14b526d86440f016d73c69a4e2aba1c16a99f06717c534">building/linux32ARMv6/squeak.cog.spur/build.assert/mvm</a>
    (29)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-8efc6cd51f9cce9635d56526f0fe252703d26a25babd82d2b3e3f01f3f635b77">building/linux32ARMv6/squeak.cog.spur/build.debug/mvm</a>
    (29)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-88d5e4f88fb62252192bf176ceeeea2d33b4f7eedcba61215c66b4689670d293">building/linux32ARMv6/squeak.cog.spur/build/mvm</a>
    (29)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-fa3962236d34759e4f296f45acd4a848c20ee9d94965b3ee32ebc18b22693ced">building/linux32ARMv6/squeak.cog.spur/makeallclean</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-473fc7d0cb11a848b3625aaa22935fd2cf83ebcc1f0cb550e8a2b99970053ef3">building/linux32ARMv6/squeak.cog.spur/makealldirty</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-b89cb11b9211de898c033d024d81c8136197937f5885f34e5ea660b55e919436">building/linux32ARMv6/squeak.cog.spur/plugins.ext</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-a210bc1b982733ec2d4c40e77a5c16c9f2387209b77dde8dbf1d325fca73725f">building/linux32ARMv6/squeak.cog.spur/plugins.int</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-644b9a8c5ba46191fdc72f7d9fedc8adc8e7da6b86c6c6a46e0fba0011affb7b">building/linux32ARMv6/squeak.cog.v3/build.assert/mvm</a>
    (29)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-910021c275a47853854ff7f98ce32c8758432ae32216287973c5a13b445a4810">building/linux32ARMv6/squeak.cog.v3/build.debug/mvm</a>
    (29)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-7b0e9d270f26c550ccc8d3e1d165a379f7a87fee669a6955a673e52140138c05">building/linux32ARMv6/squeak.cog.v3/build/mvm</a>
    (29)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-3df17d62fbee911ad77a48facd4569762c7dcfd51bc94bb7f10e30b547a1f551">building/linux32ARMv6/squeak.cog.v3/makeallclean</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-28e12e1d5e6c028241e672f3e53052be6a6f6f6d94189c03dbae5ac671729804">building/linux32ARMv6/squeak.cog.v3/makealldirty</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-2c4b23bdee16e2d0fec20ea3b699d96e5a9310e8942c3ed353882520edf66a34">building/linux32ARMv6/squeak.cog.v3/plugins.ext</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-54aa240c678f4b8a3a5b93cdf8d678dc222bb083bb4f70fa820bbb872e6ab7c7">building/linux32ARMv6/squeak.cog.v3/plugins.int</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-ce78c51738dc92c4d3c66a4a2ca3b6ca8c91ee37162de801439537799331fad5">building/linux32ARMv6/squeak.stack.spur/build.assert/mvm</a>
    (29)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-e308d35016aea59b55d4f55c5ecf05a03cc02659c7af6b5a52ff8cd959e39742">building/linux32ARMv6/squeak.stack.spur/build.debug/mvm</a>
    (29)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-de9463908e4f6c2fba8ebe77ccba27c87dff015c5326ed8a0c01e1f2eb3d8272">building/linux32ARMv6/squeak.stack.spur/build/mvm</a>
    (29)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-9453cd7cdfaced5de5d014078aaf65f8ef8c3bbdb3175735f4d8bd2f078e1864">building/linux32ARMv6/squeak.stack.spur/makeallclean</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-768aba094e96944ec3d96736ac520bd60c96fb64ed6385f64d836eca56727c6c">building/linux32ARMv6/squeak.stack.spur/makealldirty</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-09a0bfaec771ee78481cf152c370c8b95aca2a8c2bb3a8dfd32ae6cc919d7ea7">building/linux32ARMv6/squeak.stack.spur/plugins.ext</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-66df9c3d979956a6c240427196ee7254fdb82ceb0c3fcd472efc6a4f640e7164">building/linux32ARMv6/squeak.stack.spur/plugins.int</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-2e986297c5cc5bb080b63993f0d97a223fc17ac16fef424344cb2c3ca132ae4e">building/linux32ARMv6/squeak.stack.v3/build.assert/mvm</a>
    (29)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-6c4fdb60e378587052e3ce0e22448be8c97089dbb8119ea644e8fb44cacd0fcf">building/linux32ARMv6/squeak.stack.v3/build.debug/mvm</a>
    (29)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-73513adf69c3035fe68859d518564cb5453782f54170de7def884934792fa803">building/linux32ARMv6/squeak.stack.v3/build/mvm</a>
    (29)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-44bb89fcf1bda60a265397749b02df1296c3cd1eb5aa6c10c50d07c40f82c3f8">building/linux32ARMv6/squeak.stack.v3/makeallclean</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-372e82ae0d1eeab8a96b8fc918d31760ffc96a312e2b496d1404c0ebb7087479">building/linux32ARMv6/squeak.stack.v3/makealldirty</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-86e7844cc3d8c7023d13c36fb54ad1ffe6cf3f2504be578d837efa983ef416c7">building/linux32ARMv6/squeak.stack.v3/plugins.ext</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-9d04d7a0f96c8268ffc51fb58a02c4fa5cda98ef0a781c683b5b4d5f253db4bc">building/linux32ARMv6/squeak.stack.v3/plugins.int</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-69fed7b22130fcbe03d429408639841eb6807a44f16a8f6e7b403d6595d406ea">building/linux32ARMv6/third-party/Makefile.lib.extra</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-c16ce3c62d104f552f5824c4caf8f9cabf88096b566dc5d46037fbe4946401c6">building/linux32ARMv6/third-party/Makefile.libgit2</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-b3b3e5cd86ed4ba35f7bf294b0b1fa77c9cfcd339acbf6715bf960dfc2767f53">building/linux32ARMv6/third-party/Makefile.libsdl2</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-ce8966a57662889b1e602201934ad807d27d878546572fbe7c4d59eafcd4961b">building/linux32ARMv6/third-party/Makefile.libssh2</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-0cdb6aa47a7d3edc31919b8a0e4144de8180df58dd8fab06887b9c0352df2082">building/linux32ARMv6/third-party/mvm</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-43478fa2ad9c602770872e9e04e600e666159076f784d640aa7396bfc6a88b26">building/linux32ARMv7/HowToBuild</a>
    (259)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-935311a6c0341f5a40a703e59ad6e50458342455320ebc43318f040975847697">building/linux32ARMv7/editnewspeakinstall.sh</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-1338d69c2e8643e6e60123deaee153b73659891bf85cb6f5b57d617e0c9851e5">building/linux32ARMv7/makeall</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-7b535e464e6c7e0d9517eb8926fa56d98a7c3a8cd7ac85fe57d0b63213d1657e">building/linux32ARMv7/makeallclean</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-98f5effada85db6c00a80f187ee161a89136435a62c239ad71b143cfa98ae8b6">building/linux32ARMv7/makeproduct</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-e4acd0b4544fcb6accf97be87bc1a779803f4e34fcbd2219bb9eeee10898b39a">building/linux32ARMv7/makeproductclean</a>
    (0)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-ed3a5f3006bffb56433266cb3f6e7596810df5eeade074e8cb625368c888805f">building/linux32ARMv7/newspeak.cog.spur/build.assert/mvm</a>
    (30)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-9dde2ca04297881b17a44fe9a2fbee126af4355b4937517e8f86b5d09d86c4f8">building/linux32ARMv7/newspeak.cog.spur/build.debug/mvm</a>
    (30)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-89dfc75cd07fdf7346a12865500de137d320db9f9f0576a1868e374837a4ed1f">building/linux32ARMv7/newspeak.cog.spur/build/mvm</a>
    (30)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-c2af5951efe5c5b154c58c4a318e858de598d90d9547d7a962daaa1da43fdbf2">building/linux32ARMv7/newspeak.stack.spur/build.assert/mvm</a>
    (30)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-c7c1d429cf5eb1d17fe29cdd8f50d88f3be7f36ecbaf5cbf03e2ebe32350728c">building/linux32ARMv7/newspeak.stack.spur/build.debug/mvm</a>
    (30)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-72740c65000f3b9e7bd6f9b149d727f026cb992948fe1c2d63687391b7babef5">building/linux32ARMv7/newspeak.stack.spur/build/mvm</a>
    (30)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-2c28d42b18cf291516142fc25039a079b1d8050ea4e600433cf3f4f9499f545b">building/linux32x86/HowToBuild</a>
    (307)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-4ae6b49cf17db45b7984ca348a6a4f44b6895860146a1a0438d5a7e62a3f7b8f">building/linux32x86/bochsx64/conf.COG</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-1b8014818a4ef3e281aa0a815dbb253dd4443dfdfb5bbe511159baf87938bb93">building/linux32x86/bochsx64/conf.COG.dbg</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-f8ae37534c314993172e69c72240ee743178219d9beee3ab6811fed31bebe77b">building/linux32x86/bochsx64/exploration/Makefile</a>
    (0)
  </li>
  <li>
    <strong>R</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573/files#diff-1b3f147a75455305309d20b9873e8d27ced2030ad0d87d3496c2b4cfc60fa8bc">building/linux32x86/bochsx64/makeem</a>
    (0)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573.patch'>https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573.patch</a></li>
  <li><a href='https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573.diff'>https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AIJPEWYCBVZ4BESOLBWQMKLTYAGGJANCNFSM5APLFSQQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AIJPEW6EHATFRRFPOH7VB23TYAGGJA5CNFSM5APLFSQ2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4ODFRJQQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/573",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>