<p>The previous WIP PR was copying the template file to "CMakeSettings.jsonx" (notice the x on the end).<br>
When changed to copy over actual user "CMakeSettings.json", Visual Studio was automatically re-parsing "CMakeSettings.json" and the info messages didn't get shown long enough to understand what was happening.</p>
<p>So I believe copying the template over the user build settings will need to be a manual operation per this PR.</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/543'>https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543</a></p>

<h4>Commit Summary</h4>
<ul>
  <li>Use download_project to get libffi at configure time.</li>
  <li>We cannot validate the class of a ByteString only, we need to check ByteSymbol and maybe there are others users of this.</li>
  <li>Split FFI feature into FEATURE_FFI and FEATURE_THREADED_FFI</li>
  <li>Fixing socket plugin options for OSX</li>
  <li>Added Linux cmake helper</li>
  <li>Merge branch 'feat/obs-packaging' of github.com:pharo-project/opensmalltalk-vm into feat/obs-packaging</li>
  <li>Fixed types for Unix</li>
  <li>The exception handle should be the last called,</li>
  <li>Fix link to uuid on OSX</li>
  <li>Merge remote-tracking branch 'origin/headless' into feat/obs-packaging</li>
  <li>Fixes to restore cmake builds</li>
  <li>Simplify windows build and make it the same as cygwin</li>
  <li>Adding configuration to detect in which thread to show the exceptions</li>
  <li>Adding filter for showing exceptions in windows. Many libraries handles the errors locally, and out handler is global</li>
  <li>Merge pull request #122 from tesonep/improving-windows-error-reporting</li>
  <li>Merge branch 'headless' into aarch64</li>
  <li>- Moving memory access primitives</li>
  <li>Adding needed macros</li>
  <li>Compiling the old FFI plugin in windows clang</li>
  <li>Simplify dependency download for windows</li>
  <li>Fix getCrashDumpFilenameInto buffer size</li>
  <li>Fixing the macro name</li>
  <li>Moving the ManualSurface to the SurfacePlugin</li>
  <li>Implementing more FFI primitives in the VM</li>
  <li>Fixing OS_TYPE to recognize windows on 32 bits images</li>
  <li>Fix File Plugin to make it work on 32bit systems</li>
  <li>Adding type information to variable that is expected to be used in comparison</li>
  <li>Fixing the type of the argument before using it.</li>
  <li>Add Freetype support for windows</li>
  <li>Adding a cast in the call to SQABS functions</li>
  <li>Fixing flag declaration</li>
  <li>[improvement] add test on type inference</li>
  <li>[fix] integer wasn't big enough for a test, fix longPrintOop: type conflict</li>
  <li>[improvement] add a activable error for type conflicts</li>
  <li>Improving the generation MoveRMwr</li>
  <li>[improvement] better name for instance variable</li>
  <li>Removing unused methods in the implementation</li>
  <li>[improvement] add accessor to set stopOnError</li>
  <li>[fix] simple type fixing for the stackVM</li>
  <li>[fix] fixing last StackInterpreter types conflict. This one might be dangerous.</li>
  <li>Cross-platform vmmaker bootstrap done for Windows</li>
  <li>Fixing missing case for MoveMbrR</li>
  <li>Pass on Libgit installation and sockets plugin for windows</li>
  <li>Fixing instruction length and calculus of literal usage.</li>
  <li>Make linux search for libraries in the system instead of compiling them</li>
  <li>Make the new cmake configuration work for osx</li>
  <li>Adding tests and a new instruction</li>
  <li>Fix superclass</li>
  <li>Fix typing of fetchLong32: fieldIndex ofFloatObject: oop correctly</li>
  <li>Moving stuff around to clean dependencies</li>
  <li>Removing reverse dependency</li>
  <li>Fixing Baseline</li>
  <li>Cleanups</li>
  <li>Organizing Slang in tags</li>
  <li>More dependency cleanups, starting separating type inference</li>
  <li>Adding tests for the memory access JIT primitives and fixing the missing instructions</li>
  <li>Returning a value to comply with the translation to C</li>
  <li>The machine implementatio of primitiveAt should not SignExtend the numbers.</li>
  <li>Merge branch 'feat/libffi-windows' into Windows-vmmaker-bootstrap</li>
  <li>Fixing encoding of instruction CmpCqR and adding tests.</li>
  <li>Remove PThreaded plugin</li>
  <li>Merge 3152f2f6734f5b3d01e2cbd04bd8ef0ba2f21852</li>
  <li>Put back cairo download</li>
  <li>Merge CCode Generator</li>
  <li>Fix obsolete reference</li>
  <li>Making the build pass</li>
  <li>Uncommenting Cogit generation</li>
  <li>Restore sq.h</li>
  <li>Recover inheritance rules of cogit and memory...</li>
  <li>Do not check for bindingOf: in classes</li>
  <li>Correct the control flow</li>
  <li>Remove halt</li>
  <li>Fix options</li>
  <li>Restore preamble</li>
  <li>Merge pull request #124 from bencoman/Windows-vmmaker-bootstrap</li>
  <li>VMMaker for OSX</li>
  <li>Rely on Slang Type inference</li>
  <li>Fix primitive compilation</li>
  <li>Fix externalPrimitiveTable for simulation</li>
  <li>Merge 8353b0f4b952c59c7a8d0ad4dfbd27fcb736d6f9</li>
  <li>Fix conflicting instance variable</li>
  <li>Fixing last merge details</li>
  <li>Moving CArray + friends to Slang</li>
  <li>Fix broken global reference</li>
  <li>Add Linux vmmaker build support</li>
  <li>Merge branch 'headless' into feat/libffi-windows</li>
  <li>Fix assertion warnings</li>
  <li>Do not download cairo on linux</li>
  <li>Make download scripts depend on the platform and not on the CMake installation</li>
  <li>Fix not->NOT syntax error</li>
  <li>make SDL2 to be able to prefer downloads</li>
  <li>Make PHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES true by default in the CI</li>
  <li>Make use of the correct SLD2 binary for the platform</li>
  <li>Fixing copy paths of downloaded libraries</li>
  <li>Make use of -DPHARO_DEPENDENCIES_PREFER_DOWNLOAD_BINARIES=TRUE in non-windows too</li>
  <li>linking libffi when not found too</li>
  <li>Make system libffi controllable</li>
  <li>Same download pattern for Git2</li>
  <li>Same download pattern for Git2</li>
  <li>Fix syntax error</li>
  <li>Same build pattern for freetype</li>
  <li>Try to fix DownloadProject PATH</li>
  <li>use different version of pixman</li>
  <li>Libgit other libraries</li>
  <li>fix non windows names</li>
  <li>Fix libgit1 url for unix</li>
  <li>Fix libgit1 url for unix</li>
  <li>Make OSX come before Unix</li>
  <li>Pass on libffi for Cygwin</li>
  <li>Disable PIC only on CYGWIN</li>
  <li>Fix includes libffi</li>
  <li>making libffi imports global</li>
  <li>Merge pull request #126 from pharo-project/enh/split-slang2</li>
  <li>Merge branch 'headless' into fix/assertion-warning</li>
  <li>Merge pull request #128 from pharo-project/fix/assertion-warning</li>
  <li>Fixing upload archive names and keep them backward compatible</li>
  <li>Merge remote-tracking branch 'origin/headless' into feat/libffi-windows</li>
  <li>Surface plugin depends on FFI</li>
  <li>Push up jitMehtod</li>
  <li>First test on block</li>
  <li>Start StackBuilderRefactor</li>
  <li>[fix] fix theo's code</li>
  <li>Remove start of refactoring</li>
  <li>Merge ffb424cb9abcef0cb60aa951498eb0bfddb143f3</li>
  <li>Start new test with class not installed in class table</li>
  <li>[improvement] get bytecode address for an index + a method, more readeable.</li>
  <li>Merge 2f7099ea3ad8040f137acf15acdf85a650f6cbe6</li>
  <li>[improvement] add automatically set of IP, should be tested</li>
  <li>[fix] fix accessor depth calculation in the simulation</li>
  <li>[improvement] one more (failing) test about block closure :)</li>
  <li>[fix] fixed a message send to the right message, probably a failled merge</li>
  <li>Use shell cp to copy files</li>
  <li>[improvement]  we shouldn't need to set the instruction pointer by hand anymore.</li>
  <li>Remove fall back case when an the receiver was not a context</li>
  <li>Remove a weird check to know if the result was a Float Nan</li>
  <li>Removing unused primitiveScanCharacters</li>
  <li>[improvement] use a method rather than inlining it in generation</li>
  <li>[improvement] remove most Ccode: strings in interpreter primitives</li>
  <li>Merge branch 'headless' into gc-tests</li>
  <li>Merging all tests.</li>
  <li>packaging inside the right directory</li>
  <li>Remove test for pre Spur creation path</li>
  <li>Add test for copy variable, PC and numArgs for Closure</li>
  <li>[fix] woups, typo</li>
  <li>Removing the dummy implmentation of the security plugin</li>
  <li>Avoid negative logic when possible.</li>
  <li>try to get git short hash</li>
  <li>Merge pull request #137 from bencoman/Change-to-DOWNLOAD_DEPENDENCIES</li>
  <li>Use architecture qualified platform names</li>
  <li>Merge branch 'feat/libffi-windows' of github.com:pharo-project/opensmalltalk-vm into feat/libffi-windows</li>
  <li>Merge pull request #127 from pharo-project/feat/libffi-windows</li>
  <li>Merge pull request #135 from pharo-project/removeCCodeStrings</li>
  <li>Merge pull request #133 from tesonep/removing-unused-scanner-primitive</li>
  <li>Merge pull request #130 from pharo-project/setInstructionPointerAutomatically</li>
  <li>Merge pull request #136 from tesonep/removing-security-plugin</li>
  <li>Merge branch 'headless' into BlockTest</li>
  <li>Adding TestLibrary and fixing some problems</li>
  <li>Fixing the DEBUG for building from the command line</li>
  <li>WIP proposed template management of CMakeSettings.json</li>
  <li>Marking functions as export</li>
  <li>Fix typos in Freetype building</li>
  <li>Fix dependencies on git2 building</li>
  <li>sqManualSurface does not really depend on FFI</li>
  <li>Remove old FFI from the build as it does not work on ARM64</li>
  <li>Remove old libFFI configuration</li>
  <li>Correctly set the target compilation processor as the target CPU</li>
  <li>Testing in the CI</li>
  <li>Testing in the CI</li>
  <li>Merge pull request #129 from pharo-project/BlockTest</li>
  <li>Merge pull request #132 from pharo-project/FloatNan</li>
  <li>remove syntaxed error test. We'll get it back from the current development branch</li>
  <li>Merge pull request #143 from hogoww/headless</li>
  <li>Fix freetype dependency resolution. Set it only if found</li>
  <li>Combine GNUISATION feature with JIT flavoured vm construction.</li>
  <li>Properly initialize maxStackFramesToPrint to 0</li>
  <li>Properly initialize mutex</li>
  <li>Cleaner flushICacheFromTo transpilation putting processor as implicit => this helps avoiding macro in MSVCs</li>
  <li>Take sigjmp support and JIT api into separate header files.</li>
  <li>Include pharovm in the includes to build</li>
  <li>Cleanups in flushCache => remove the processor variable and hide it inside a not generated method that is replaced by a C implementation</li>
  <li>Merge branch 'enh/stack-windows-arm64' of https://github.com/guillep/opensmalltalk-vm into enh/stack-windows-arm64</li>
  <li>Making Cairo to not find the one in the OS</li>
  <li>In Windows the epoch is from 1601, convert it to Pharo's 1901</li>
  <li>Put longjmp support in a single place</li>
  <li>Added StackWalk for ARM64</li>
  <li>Properly define permission flags on Windows</li>
  <li>Use _WIN32 preprocessor macro instead of WIN64</li>
  <li>Better comment for windows UTC time conversion</li>
  <li>Merge remote-tracking branch 'origin/headless' into enh/stack-windows-arm64</li>
  <li>Merge pull request #140 from pharo-project/adding-TestLibrary</li>
  <li>Merge remote-tracking branch 'origin/headless' into enh/stack-windows-arm64</li>
  <li>[improvement] temps & arguments are now set automatically from method oop, and throw errors when there's a missmatch (see tests)</li>
  <li>Making it work on OBS</li>
  <li>Adding variable to modify the pharo script</li>
  <li>Merge branch 'headless' into obs-final-shandaun</li>
  <li>Removing unused dependency</li>
  <li>Testing FFI on Win32</li>
  <li>Fixing the build in unix</li>
  <li>Merge branch 'headless' into gc-tests</li>
  <li>Generating 32 and 64 bits source code at the same time.</li>
  <li>Adding author guard</li>
  <li>Fixing the CMake variables</li>
  <li>Fixing IA32ABI plugin</li>
  <li>Fixing the upload of files</li>
  <li>Fixing stockReplacement</li>
  <li>Fix stash and unstash</li>
  <li>Having compatibility with Debian 9</li>
  <li>Merge branch 'headless' into obs-final-shandaun</li>
  <li>Merge branch 'obs-final-shandaun' of https://github.com/tesonep/opensmalltalk-vm into obs-final-shandaun</li>
  <li>Fixing the semantic difference between add_definitions and add_compiler_definitions</li>
  <li>Fixing the macros to work with older versions of CMake</li>
  <li>Removing unused option</li>
  <li>Changing to CoInterpreter flavour</li>
  <li>The BIN Path is different depending where we are</li>
  <li>Do not need to specify output directory</li>
  <li>WIN64 => _Win32</li>
  <li>Make FFI Test Library compile under clang-cl</li>
  <li>clang cl does not need to redefine sigjmp</li>
  <li>Cut addLibraryWithRPATH with addIndependentLibraryWithRPATH</li>
  <li>Remove target directory from add_third_party_dependency calls</li>
  <li>Do not compile sigjmp alternative versions if clang.</li>
  <li>Add stack description for x86</li>
  <li>Fixing ASN1_STRING_get0_data not available in older versions</li>
  <li>Getting the full path of the VM executable on windows requires using GetModuleFileName to get the unicode version of it</li>
  <li>Merge pull request #146 from tesonep/obs-final-shandaun</li>
  <li>Using mirror repositories for libffi and SDL2</li>
  <li>[cleanup] use #baseHeader insteand of #longAt: variants</li>
  <li>Merge pull request #121 from pharo-project/gc-tests</li>
  <li>Making tests green</li>
  <li>First Lowcode removal</li>
  <li>Cleanups of lowcode Class var usages</li>
  <li>More Cleanups</li>
  <li>More lowcode related cleanups</li>
  <li>More cleanups</li>
  <li>Merge remote-tracking branch 'origin/headless' into enh/stack-windows-arm64</li>
  <li>Merge remote-tracking branch 'origin/headless' into enh/stack-windows-arm64</li>
  <li>Pass on install paths</li>
  <li>Make libffi available in the bundle</li>
  <li>Avoid treating AIO event twice</li>
  <li>Merge pull request #149 from guillep/cleanup/lowcode</li>
  <li>Fix conditionals</li>
  <li>Merge pull request #147 from guillep/enh/stack-windows-arm64</li>
  <li>Merge pull request #150 from guillep/fix/aio</li>
  <li>Fix message</li>
  <li>Merge pull request #151 from gstraube/patch-1</li>
  <li>Merge pull request #148 from hogoww/gc-tests</li>
  <li>Merge pull request #145 from hogoww/methodOopSetsLocalVar</li>
  <li>Merge branch 'headless' into Introduce-CMakeSettings-json-template</li>
  <li>Merge pull request #142 from bencoman/Introduce-CMakeSettings-json-template</li>
  <li>More manual CMakeSettings management.</li>
</ul>

<h4>File Changes</h4>
<ul>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-e1ab4c3cec24f841948eb867754d4ad0b9b6d11eaa6b5bfbe0357aceb0a49eff">.appveyor.yml</a>
    (141)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-e2f89ed303d5e69ce55275576c81ea9691604f9f5ef1c8edab08a817a7230c4a">.clang_complete</a>
    (9)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-8480b44b88e3d803ad430d3afd22eb42266f7776dd7de92a6a3541e981f291ad">.git_filters/RevDateURL.clean</a>
    (6)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-27c015266eaba373f6424e527676a5cf52e0daea38824c363d4a901a77dde94c">.git_filters/RevDateURL.smudge</a>
    (40)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-618cd5b83d62060ba3d027e314a21ceaf75d36067ff820db126642944145393e">.gitattributes</a>
    (75)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-3cbe50069f7ffe4d55b4d1fe7a72fb79e9c9545af55d8326a728b98f00481bf2">.gitconfig</a>
    (6)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-93b5884edd92b2f35d647836a070865e126a70bed7150407546204375fadaf44">.github/workflows/continuous-integration-workflow.yaml</a>
    (121)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-bc37d034bad564583790a46f19d807abfe519c5671395fd494d8cce506c42947">.gitignore</a>
    (632)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-c57cfa0b2eb150c758c27034794698c823a25a22b7ef8267f2cc2e4b0ba814b7">.project</a>
    (3)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-6ac3f79fc25d95cd1e3d51da53a4b21b939437392578a35ae8cd6d5366ca5485">.travis.yml</a>
    (163)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-1e7de1ae2d059d21e1dd75d5812d5a34b0222cef273b7c3a2af62eb747f9d20a">CMakeLists.txt</a>
    (865)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-6c530f3b16f4e253881a61660bd5a5666a8ee559cc8b4dfed27206dfee8e7439">CMakeSettings.json.template</a>
    (149)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-e6ffa5dc854b843b3ee3c3c28f8eae2f436c2df2b1ca299cca1fa5982e390cf8">Jenkinsfile</a>
    (269)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-c7b91410e2767a82066efe3bd105196cf9dbde9b59e27f608d807ff68e22ccfe">PharoConsole.exe.manifest</a>
    (31)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-feced2b6e5ad2b38f9d12bd54e612176ee2ff8b2f2e2e5c371a8f9884b017901">PharoConsole.rc</a>
    (28)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-d653015b8844e65a964e1ad979cf0a982424a50c8fbf062c15de5b8c301ef1f9">PharoDLL.rc</a>
    (26)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5">README.md</a>
    (366)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-e52be97def7c37d4493ea9457a3789e86fe4eb403661109405308cbbe0583f52">build.linux32ARMv6/HowToBuild</a>
    (263)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-76ee7bfdb5844c6d112d74b3c9c76ecb571f92c70fbe86c17a180286c9aced2c">build.linux32ARMv6/asasm</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-8da5f45e3cc72639b6d8512c5b82d9b72abcac804a81323caa19b35d30ce8e27">build.linux32ARMv6/editnewspeakinstall.sh</a>
    (37)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-e14b7e1929179dd40d0e26538d41db4ab9510a892e1c91cb407b7aa161d5946d">build.linux32ARMv6/editpharoinstall.sh</a>
    (22)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-9e790642212449b353c05ace3b4fcd641cfaf804f7503425434adc5057d671c6">build.linux32ARMv6/makeall</a>
    (10)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-2d1321c4506089920ca97c41ed6d3755bbb11697e8dff39048c1fedb668694b8">build.linux32ARMv6/makeallclean</a>
    (10)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-b9d44541bbacc06b73935d4817a1eb78f441235306edaaa92777f5a7cc4bb87f">build.linux32ARMv6/makeallmakefiles</a>
    (12)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-5e7716b76434143ff0765ea8659eb5dd520bc8589fa7f04020ebdc36f12da6eb">build.linux32ARMv6/makeproduct</a>
    (10)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-a95c3e24f38bd2093675f2bd3c533fdcdbe6b9a9c2b9f5f480046b95d84b21ab">build.linux32ARMv6/makeproductclean</a>
    (10)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/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/543/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/543/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/543/files#diff-9ffe52f23c3d6d403411c56e1577d5a77913e8a86ad52750c90e95f335812b2d">build.linux32ARMv6/newspeak.cog.spur/makeallclean</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-f44cdce46d83a16947eff1dda3e0c58555119287f7c3a40dd9b6589aa43667ec">build.linux32ARMv6/newspeak.cog.spur/makealldirty</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-8683bd75b9158836d7cf20f17e13b9e412ce263017b29254adfc41ddd65bba74">build.linux32ARMv6/newspeak.cog.spur/plugins.ext</a>
    (3)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-947041f98589ba6f83b8cdd030e3710c91f05e0546571b031648ae0a19c0de98">build.linux32ARMv6/newspeak.cog.spur/plugins.int</a>
    (28)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/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/543/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/543/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/543/files#diff-766ace8e9bc5d8e14bf2f586fe09f2efc994eff957abdeb2a2fd8c613664f534">build.linux32ARMv6/newspeak.stack.spur/makeallclean</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-573b0509c32a3d48934388c9a9679a1d21422d0ac42ce5ff234adb4c482b3c3b">build.linux32ARMv6/newspeak.stack.spur/makealldirty</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-cda50a202bc1bd8574244babaefab9182ea5b82498293ef8729781d76a329c10">build.linux32ARMv6/newspeak.stack.spur/plugins.ext</a>
    (3)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-613ecc8db8146b11da87838c4ef886a88185b8bcdda7ce2eb14551edfb3ae12e">build.linux32ARMv6/newspeak.stack.spur/plugins.int</a>
    (28)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/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/543/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/543/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/543/files#diff-faa0380c9b8dd34acaeb3393b857b2e4956bb9182ce109565f0a6e24f764cb74">build.linux32ARMv6/pharo.cog.spur/makeallclean</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-20b1756d8c9d713ff4d2f197f6d137bd9bb17fb1d3f5078d95317c58996f3e00">build.linux32ARMv6/pharo.cog.spur/makealldirty</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-baba3f13504815849432449c9b65bc42fab350914be6c49f5a86b6408b9221d1">build.linux32ARMv6/pharo.cog.spur/plugins.ext</a>
    (17)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-f763cce058bd7f270f2d473cf840127ce80261f809e842231569b57e771568e6">build.linux32ARMv6/pharo.cog.spur/plugins.ext.all</a>
    (12)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-6a313c951beb9bf12c1e8c53d3b0cc5c8f03721056bc0c1c92eb54b2aef72912">build.linux32ARMv6/pharo.cog.spur/plugins.int</a>
    (36)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-48b4a13f8c58b6824fd564bae3f506f09a8c93f5d17bea030bb7bab1f8aa8881">build.linux32ARMv6/pharo.cog.spur/prepare-rpi.sh</a>
    (65)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-9c8e5c152e64d7a746ee6b226e0e42ad54897b798f5f553ba8a15b2d1d10111f">build.linux32ARMv6/squeak.cog.spur/build.assert/mvm</a>
    (30)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-6a6a73abecddba11142665b2177575bb44c0e862ee8778b085e4d317872dbb9a">build.linux32ARMv6/squeak.cog.spur/build.debug/mvm</a>
    (30)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-6ae2e052cbfd247ea8f0e3a55138bf7ac374a5bc8723c7861f18438065bccce8">build.linux32ARMv6/squeak.cog.spur/build/mvm</a>
    (30)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-69b78ccefa208badc00efd395f9f844653f3c4b3591f6500dc6fbf9ce286de6f">build.linux32ARMv6/squeak.cog.spur/makeallclean</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-e88848d9d897c9555e6a580dddd3b8ebc6250773d3879308a5bd73c99bfcd103">build.linux32ARMv6/squeak.cog.spur/makealldirty</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-6c1d3b12c92bb96f7290892f8491f288db66836de14cd62dafe7d5ca4d70b164">build.linux32ARMv6/squeak.cog.spur/plugins.ext</a>
    (17)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-5a413c3d062dd54902868383e419962e51afe3db84e99fdfb2ae76caf3e25241">build.linux32ARMv6/squeak.cog.spur/plugins.int</a>
    (41)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-4731e52db02ba763d395c7569a0e65b7de195e08de271fc9a35fa16befb604a1">build.linux32ARMv6/squeak.stack.spur/build.assert/mvm</a>
    (30)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-d8a3cb6c3088dc84b4d48dd0bdbfa71d58832b62d772d9d3a06ea971927faf09">build.linux32ARMv6/squeak.stack.spur/build.debug/mvm</a>
    (30)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-709f5ffb4803c7a2a702a7e9119639da35e67eb6037d3b354cd2653a4ff31aab">build.linux32ARMv6/squeak.stack.spur/build/mvm</a>
    (30)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-998dfab1519f355f3c77b6566fe90e138bc05052d56c50ffefcd1a30b1bb5725">build.linux32ARMv6/squeak.stack.spur/makeallclean</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-80f697d0fd6519c7650a1614523325547fac3ac0a4eefd5c7e04c5ca86373fe5">build.linux32ARMv6/squeak.stack.spur/makealldirty</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-3b225315551a5be953395a9bfeb6e82664c149a8b78ba06403ecbce8df31a545">build.linux32ARMv6/squeak.stack.spur/plugins.ext</a>
    (12)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-6c3ab88b36fd12c3a5c135e9e2bc94245cc6eaabb92aa5bd0864749f2fa41468">build.linux32ARMv6/squeak.stack.spur/plugins.int</a>
    (39)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/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/543/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/543/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/543/files#diff-47181d2d3d41bbb7080b1278bf709fa0fed4e5742164261fda587ff30cad7521">build.linux32ARMv6/squeak.stack.v3/makeallclean</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-47694333384f6403dca7b4390e542aa1e4324ede376604621618398d01713308">build.linux32ARMv6/squeak.stack.v3/makealldirty</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-7915d88a5d942d892850798b3a50d45e3f9ba0726bbf6ce723b6db8f0e1c44f4">build.linux32ARMv6/squeak.stack.v3/plugins.ext</a>
    (12)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-100e01ecac326229f0bda6a8cb28a356f08fa00feae379b10ed6575f36054cf5">build.linux32ARMv6/squeak.stack.v3/plugins.int</a>
    (39)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-181401b61b140763c6810a6aeb7d01dc3545021f2c512b79cedaad386e6277df">build.linux32ARMv6/third-party/Makefile.lib.extra</a>
    (29)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-931850783804c6f784d9d3037f02717b6be4835af1c769bc260f8305e9167b5a">build.linux32ARMv6/third-party/Makefile.libgit2</a>
    (56)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-d7dc2aa669a17ffe5b8618290249065d89eae99b63343d9efd0469989e05693e">build.linux32ARMv6/third-party/Makefile.libsdl2</a>
    (46)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-b4ae137e228d4825348ba5e0142cce7b9ca7d67d2b821a13e6dcbcff5cd874b0">build.linux32ARMv6/third-party/Makefile.libssh2</a>
    (46)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-230c7ce6f955ba545327135a06793439ca3385a73d8a578e7fe0abb68f894c96">build.linux32ARMv6/third-party/mvm</a>
    (13)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-7848864f396e203e6c12cafb717384465bacbe5053b52c528cccffcb8e824eb6">build.linux32ARMv7/HowToBuild</a>
    (259)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-e5abedcec3df76005bf35ebd93a3202211a2c2a43c924695dd71ae1122d7e5d0">build.linux32ARMv7/editnewspeakinstall.sh</a>
    (37)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-f2392f61527af285ce7a34b619dfb22fabd01305639feb0c21be8b8a9bbd6fc1">build.linux32ARMv7/makeall</a>
    (10)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-299604208056556ce6638f637ce9ada63f4a630fc72f017e8f370e0aad95d487">build.linux32ARMv7/makeallclean</a>
    (10)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-8fc37b6421557462e0558a020ddbc68cc0e8d874bfc81fac39b587a20d09cbed">build.linux32ARMv7/makeproduct</a>
    (10)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-9e9e3160c59a53aafc596bfb614a776127d4ccde3e91023367b44af60c2a929e">build.linux32ARMv7/makeproductclean</a>
    (10)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/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/543/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/543/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/543/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/543/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/543/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/543/files#diff-4eb16e7e8fa48db23d6489534cf6a8d26e578a7349c0061fa2b9431e89632a23">build.linux32x86/HowToBuild</a>
    (307)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-69fdb7762b44e7d5b3d8f6088f537d11f602e4258224b9c93d4e27b6cc2ad730">build.linux32x86/bochsx64/conf.COG</a>
    (54)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-4a75993bf621b84ed4dca4a4a099c479787b074c9785e01d61f1602c42e01178">build.linux32x86/bochsx64/conf.COG.dbg</a>
    (53)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-0aa4a72dd48e144e56c48cec1f0eb2a83940da67fb22020b7de9d5173718e13d">build.linux32x86/bochsx64/exploration/Makefile</a>
    (32)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-e51257ae881d95b65b422c957e764a1d0c992187294bfec216a01c352394f7cc">build.linux32x86/bochsx64/makeem</a>
    (3)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-b4a995d436188ee5fa4214632cca98227b5f62821678453b2b0fe0ebb1ec5a1a">build.linux32x86/bochsx86/conf.COG</a>
    (56)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-29127518aacad3fcd845d6dc8834d22162ffa418e0b1209b782104cc686b1c94">build.linux32x86/bochsx86/makeem</a>
    (3)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-2e9e62d2f40b6898fb311c17a6048b894e9f9ed2d4e4bd6ae20ef709cba2c5ac">build.linux32x86/editnewspeakinstall.sh</a>
    (37)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-abcbedf545de35b14698733ad4296befa1b52a89e3e4372c688a4dc703e02409">build.linux32x86/editpharoinstall.sh</a>
    (22)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-441913a13a4acbb3a5020e2abe5286345f3d6cc087c0bfba687377e80db0f0d9">build.linux32x86/gdbarm32/conf.COG</a>
    (19)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-ecd10b184cd4db406b255ec87ae95237cc38cf4b8a63b04543233b32de6c0e87">build.linux32x86/gdbarm32/makeem</a>
    (4)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-072f08d6474277d2b95f37b079d1b3ee0660a6b9206a88582f98c8e0a0bb0ae1">build.linux32x86/makeall</a>
    (10)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-2b29e33027ab5070f164a448d946e568da140b994f8268c15728f5e03be022a0">build.linux32x86/makeallclean</a>
    (10)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-9269327b47decdb377928fa33673bbf365a46ef44a903c782d3a723aea5c6784">build.linux32x86/makeallmakefiles</a>
    (12)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-37c12bd48c924d9335600e431736c6bffcb59e0981f051b54e46fdf955efd651">build.linux32x86/makeproduct</a>
    (10)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-f4024a65d9ca0b0095d27bc7205896782adba7477a78d86e47f6f4f3b1525951">build.linux32x86/makeproductclean</a>
    (10)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/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/543/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/543/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/543/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/543/files#diff-189581881b15d858ff4e496e5a4c45ec890856a665f9a1ebab4adc54f625b65c">build.linux32x86/newspeak.cog.spur/build.itimerheartbeat/mvm</a>
    (43)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-0d1429d8a68238112293e9b88219cd4f324db4f9a7481628ff5369ced9ff3f87">build.linux32x86/newspeak.cog.spur/build/mvm</a>
    (45)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-84fe97272ceaaaaa7ce90e1a916090d259a8dd66808ac8f789c5ec71e92530a5">build.linux32x86/newspeak.cog.spur/makeallclean</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-557714b4d3e9db014aab3a499caf891d6a8e362741390b0cdda94531c11c5e3a">build.linux32x86/newspeak.cog.spur/makealldirty</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-225dcf5a40e4bd52e1cd8c837250855843b943b65f39a678fb2d5fed19f5b3fe">build.linux32x86/newspeak.cog.spur/plugins.ext</a>
    (3)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-ce853ccd8e9a6398c39f1e7e9c743c518024f5efb3cf737134e87fda9d073738">build.linux32x86/newspeak.cog.spur/plugins.int</a>
    (28)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-95236653569dcf41976b6fa4fff4add8fd1f5822e85c8ad39bf473c0bc92234a">build.linux32x86/newspeak.sista.spur/NotYetImplemented</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-b96029d02cd8362063f7703efd146b5cfcd3df4f9615448015b6cf7bb5a2923e">build.linux32x86/newspeak.sista.spur/makeallclean</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-bd3df9c26165dbf897cb39f0657b945810a9e4c626673b763d5e2c4c6be8e465">build.linux32x86/newspeak.sista.spur/makealldirty</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-a22237e49436bae505d19348f35ffc2f0a3390fcf3c68ec68ccf15141ac7e1c7">build.linux32x86/newspeak.sista.spur/plugins.ext</a>
    (3)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-6ce394e16a034049ad86b45cedf047e38974d61d46865c6dbc0bfdcb62b4b83b">build.linux32x86/newspeak.sista.spur/plugins.int</a>
    (28)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/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/543/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/543/files#diff-0c96203f40a48f161e6d89089e1827b9c6357b91e4fb37f77c83b79492494d04">build.linux32x86/newspeak.stack.spur/build/mvm</a>
    (45)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-56a8f8fa260e9b500dad48cb36456b500db7231997799924be845b96bade5689">build.linux32x86/newspeak.stack.spur/makeallclean</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-9881eff9f3c6c7d117cd0ec443e3f3eefc2c76138ed69d33f37498a98e2a3f88">build.linux32x86/newspeak.stack.spur/makealldirty</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-90dc9f4aa8f9bcab17dad262a18568d0e3fab52ff383ae0a611f4ca63cdafb4b">build.linux32x86/newspeak.stack.spur/plugins.ext</a>
    (3)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-2e360f10d1a66c1dca3f008b615bf787e30db2f47833398a70b371aed8911838">build.linux32x86/newspeak.stack.spur/plugins.int</a>
    (28)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/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/543/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/543/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/543/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/543/files#diff-81e8239fa78693833da4e72334def4aa0a593811a08d86e2df6b2e6f38e307c6">build.linux32x86/nsnac.cog.spur/build.itimerheartbeat/mvm</a>
    (43)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-5ad51f28f8e3ec72e063b213b8ff68fee888c15f8c6f9b34ff2c022764dded9a">build.linux32x86/nsnac.cog.spur/build/mvm</a>
    (45)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-66224c442526b2e6812cc0d72fe5977cb3e2971d86d6a6024402e1541cc30614">build.linux32x86/nsnac.cog.spur/makeallclean</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-eec5468fb60e051804d91aa5e92304aea1760a209c59ce4a1f1da7058a578d71">build.linux32x86/nsnac.cog.spur/makealldirty</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-d5601dd3c29379f7d050242c672ea06e09340e3638c505e6f5be671c8c25952e">build.linux32x86/nsnac.cog.spur/plugins.ext</a>
    (3)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-cca97ce43042244cc64951d5bd1ea9e515193357a1bc1e6261502b1f67cf14ec">build.linux32x86/nsnac.cog.spur/plugins.int</a>
    (28)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/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/543/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/543/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/543/files#diff-e793d47faf6533d5d40d30bafc6756e1dba750ad61afe7782b6c9f92b58da734">build.linux32x86/pharo.cog.spur.lowcode/build.debug/mvm</a>
    (39)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-bdb6e17bbacc83cf1ef015509547417b7a70c6684c29655a064087eeb4244f68">build.linux32x86/pharo.cog.spur.lowcode/build.itimerheartbeat/mvm</a>
    (57)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-95a6e103c133603c52608795348ae434bab061a520693f8d4266bb448b62056e">build.linux32x86/pharo.cog.spur.lowcode/build/mvm</a>
    (59)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-c6f19e9824cc7e90b7d9afd316e8c921300325040ee56df3e1c0d2bb920fcf0d">build.linux32x86/pharo.cog.spur.lowcode/makeallclean</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-5aa8a278f8b98d3cf73146800a0dde805dbecda44cbe3d0456706abdabbf73c2">build.linux32x86/pharo.cog.spur.lowcode/makealldirty</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-cc87d87805e6dd34370a2b3ea7c13c2142af87cdeff1888a3cd04180d3fa5a66">build.linux32x86/pharo.cog.spur.lowcode/plugins.ext</a>
    (13)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-3be5746b73a3635c60dd1a517a9df4e4ac74d0186a2b4dde36b478c5b13e1b59">build.linux32x86/pharo.cog.spur.lowcode/plugins.int</a>
    (36)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/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/543/files#diff-5a56a0c593a4c6d281d96a81436c0996df48abe75b5fec1c73b605ea88e9191d">build.linux32x86/pharo.cog.spur.minheadless/build.assert/mvm</a>
    (51)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/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/543/files#diff-278d35b5e7c5f32464815001177996aea4a406011108bb37537989950032d9a2">build.linux32x86/pharo.cog.spur.minheadless/build.itimerheartbeat/mvm</a>
    (61)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-fab53f8a8f45f0a566b88727908c99f684f0fc7e37542aa91e70cd0d0f315112">build.linux32x86/pharo.cog.spur.minheadless/build/mvm</a>
    (54)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-1d5b48eaba7d06b22d22f2bc7eb162de987947174f9ffaba95b99e00ae74db7e">build.linux32x86/pharo.cog.spur.minheadless/makeallclean</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-9602d28cf32fa8302746b6be7e774adec04109a4f68e50b2a6a9dff4ed7ef7f6">build.linux32x86/pharo.cog.spur.minheadless/makealldirty</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/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/543/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/543/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/543/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/543/files#diff-b4512aac522394639f1d07faf1bf80dbea36e189bd1ddc9aa2b4ca63c6093922">build.linux32x86/pharo.cog.spur/build.itimerheartbeat/mvm</a>
    (60)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-f767250d48de04ba45a85ef3e66e4a52e4f8be1aef50f09a32672097f9d5799f">build.linux32x86/pharo.cog.spur/build/mvm</a>
    (62)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-a274e7541c9b5fb7722b921b72e6e2cd91d7f9959082248f4da850418a3f7938">build.linux32x86/pharo.cog.spur/makeallclean</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-4883f6c08ea4eccf576df395ddc16d1e6bcb52e7ca493c775452345ae3753312">build.linux32x86/pharo.cog.spur/makealldirty</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-44e110ababac2aa9603124696105b524aa55ded5d091a1caef3ea57e5481ee08">build.linux32x86/pharo.cog.spur/plugins.ext</a>
    (17)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-12f645524f9e55b1ded96a9b44cd77dff6e283ab69d548a58f9500f261ee0661">build.linux32x86/pharo.cog.spur/plugins.int</a>
    (36)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/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/543/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/543/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/543/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/543/files#diff-cef1ddf78bf5766c1c6dac07abadb4158c164b9f8470f327cc70f9aa0076946c">build.linux32x86/pharo.sista.spur/build.itimerheartbeat/mvm</a>
    (54)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-01cc06e800578a156b538d63e4226e191fbb259f801456289b5caa1434a6560f">build.linux32x86/pharo.sista.spur/build/mvm</a>
    (55)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-fc3284409845435e736199edab04288f3bf491544b01dc6bc6935be40d310283">build.linux32x86/pharo.sista.spur/makeallclean</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-dcefc61b21d96a82a627a047b1f01ae2ffd1ac57cbd6e7bcbbbec392b6b0226d">build.linux32x86/pharo.sista.spur/makealldirty</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-4f12cc85e3a04efc718ca2ca09197690e1a324bc7cabfc3bc4ce81e5977e2e13">build.linux32x86/pharo.sista.spur/plugins.ext</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-52aa1c017042fa3a243045341d104d03c31e5c07151da362d400c5c334a0bc7e">build.linux32x86/pharo.sista.spur/plugins.int</a>
    (36)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/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/543/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/543/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/543/files#diff-dc5219a6c249acf2b42c8b26243f9466d8e63fd0a75958b1dbe54f47b346674c">build.linux32x86/pharo.stack.spur.lowcode/build.debug/mvm</a>
    (39)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-816de0da9b11d38f7f81881e67868b2b6205d7399f40667734f4888120390ff5">build.linux32x86/pharo.stack.spur.lowcode/build.itimerheartbeat/mvm</a>
    (57)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-d233c453742846d3b95196db86373222438f526b542cd3fba97c8af59128b5e1">build.linux32x86/pharo.stack.spur.lowcode/build/mvm</a>
    (59)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-8df91bef66f3b416df42da9b2d6fffa372f7f4f37013cf75c0ea86273d0ed211">build.linux32x86/pharo.stack.spur.lowcode/makeallclean</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-a93654a6344da5f2dc8dfd83b66dbe317eac1729f4b756c41abc090a9272f2d9">build.linux32x86/pharo.stack.spur.lowcode/makealldirty</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-5a73fb2a9d772e485dbe5f42413ecefd818eb3ae1c5127fff5a65ed1bc4e3e6c">build.linux32x86/pharo.stack.spur.lowcode/plugins.ext</a>
    (13)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-2a1b67ac72e00c0900867fa22e3f09542342476d32b9a70f7711ce1852bbf2db">build.linux32x86/pharo.stack.spur.lowcode/plugins.int</a>
    (36)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-2f3afc4c382a9cbd81c50276ec031d406b199ca5403ebb87523609f3fdefdd57">build.linux32x86/squeak.cog.spur.immutability/build.assert/mvm</a>
    (36)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-f0114b9472fb5c5c7078ab8100ccc762847e436b79d7c7833815dba6a831793a">build.linux32x86/squeak.cog.spur.immutability/build.debug/mvm</a>
    (36)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-0eed1c0125c4ed500938a274830510c9aafe530289a6ad4b196b7fb7fe43239f">build.linux32x86/squeak.cog.spur.immutability/build/mvm</a>
    (40)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-02435e796f4ec1c534c48d564d45b4a99925362f4f1a2c256fff832d3c406a41">build.linux32x86/squeak.cog.spur.immutability/makeallclean</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-8e7346e284f377d34d0bd02a27761e9bf33dda3027c3e2d4a11826314949cb96">build.linux32x86/squeak.cog.spur.immutability/makealldirty</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-9763bb3181a545961a51c13904e2f32b438de9d9699974bf112d615e6d5fad0b">build.linux32x86/squeak.cog.spur.immutability/plugins.ext</a>
    (16)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-455750c2653744268bd21b9a4b76699b33bb197088818d4fb6cd76e655870499">build.linux32x86/squeak.cog.spur.immutability/plugins.int</a>
    (38)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/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/543/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/543/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/543/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/543/files#diff-f1abe8998de474c54b014e7b59559b3443bcf965b328553c3e46ba10844eeb81">build.linux32x86/squeak.cog.spur/build.itimerheartbeat/mvm</a>
    (40)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-bf9d73a76fe46d2b4ba551db392b4b8014cc81ba4c85e3aed736bd1bed41d263">build.linux32x86/squeak.cog.spur/build/mvm</a>
    (40)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-85039b2823175d6699be70a2adf3e47a1fe49b051847578726d065b741a58803">build.linux32x86/squeak.cog.spur/makeallclean</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-8aaba25fdf52cc28047349e278866a398aa213c84a7766ff9b342f91f3941556">build.linux32x86/squeak.cog.spur/makealldirty</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-f6600761cea1f896f58f83074d4b5376253611d7e9bc63e206d9245b8b1342bb">build.linux32x86/squeak.cog.spur/makethbdirty</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-182d0d599bf737ab50388be1708e6e92b632290cc44449f6f4ae0d753cce6544">build.linux32x86/squeak.cog.spur/plugins.ext</a>
    (16)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-8891d91e2134640601cf6e9c3db53e5ea44671be8f443280c97d4364d897e903">build.linux32x86/squeak.cog.spur/plugins.int</a>
    (38)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/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/543/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/543/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/543/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/543/files#diff-f919f49430e1455976809617724f21af9eabca11c09a667872b460ee7e827f95">build.linux32x86/squeak.cog.v3/build.itimerheartbeat/mvm</a>
    (38)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/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/543/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/543/files#diff-ae7b202d87dc8b06fec0ed57243c9658edcd752a3d998ca64fb518fcf9d91baa">build.linux32x86/squeak.cog.v3/build.multithreaded/mvm</a>
    (39)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-2201883e5b092ba700440c806aa0e3b7e5d330c264ea6b8c1e569d4315aa9e72">build.linux32x86/squeak.cog.v3/build/mvm</a>
    (38)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-48c7f364929b939402b5dfc669ad8821bbfe880ef0677e7e177c5aca00753f28">build.linux32x86/squeak.cog.v3/makeallclean</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-260fad42a4371cbfe6799af4b5588aae089178f24510f559fb289e9b8b9e55de">build.linux32x86/squeak.cog.v3/makealldirty</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-544924312957b714285dc086fefad9138628f64604dffc76dbc88937b1093e27">build.linux32x86/squeak.cog.v3/plugins.ext</a>
    (14)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-964b98a132641e9f641e560d5e6b41aa79057765d286f2111dccc48290ee77d9">build.linux32x86/squeak.cog.v3/plugins.int</a>
    (38)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/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/543/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/543/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/543/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/543/files#diff-465f4201d4348002f803e48dcd10d6f7d6617e53e152f5dbfa37f3ca8e1d5388">build.linux32x86/squeak.sista.spur/build.itimerheartbeat/mvm</a>
    (40)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-914bde127a3186edad510424093173c3b6643800cbfdb26780b4e0553e7ce65a">build.linux32x86/squeak.sista.spur/build/mvm</a>
    (40)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-140e0ff363fd5261d31ab77cee96e9f8533a47b31134e9a0307dd11c5333036b">build.linux32x86/squeak.sista.spur/makeallclean</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-bacba0af15ced86cf3f93b72104ca3c04125bd0fa9d69f5274ffdc8ba19c0aea">build.linux32x86/squeak.sista.spur/makealldirty</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-4d905d273b8875087349abfc5f2b3120504243ce3821b0d96a8c93a20bb6a665">build.linux32x86/squeak.sista.spur/plugins.ext</a>
    (14)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-5142ea4c3800999aa1c626419f223ae1d9e1172f6461707c2634549eadb3749e">build.linux32x86/squeak.sista.spur/plugins.int</a>
    (38)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/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/543/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/543/files#diff-89e0ee5a8f1552bed7a9a6f6c1527d35c4f5082d2123a962fba520a87fedb5a2">build.linux32x86/squeak.stack.spur/build/mvm</a>
    (40)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-f4d88541812f099a7868bd56f0842247fa3503950738bd59596e76dc183940a3">build.linux32x86/squeak.stack.spur/makeallclean</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-9cbbee62138f6676b14bcc6b4cecfc6d71aa355e5a6f4ee3263de782a4f59207">build.linux32x86/squeak.stack.spur/makealldirty</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-607435106dae2ed8894e601fecfc41b17880560aac7264699eb0cd234a99dc39">build.linux32x86/squeak.stack.spur/plugins.ext</a>
    (13)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-e3c37a388df4bbe7c555b53d032b1b5df71036965848ff8700d3031711479050">build.linux32x86/squeak.stack.spur/plugins.int</a>
    (38)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/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/543/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/543/files#diff-597dfb3c0fd727a6d788e214aa8aaf0f2c2084ee3f8ccce2b6595df72208f0cd">build.linux32x86/squeak.stack.v3/build/mvm</a>
    (40)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-70811cf352c0871469e15ff033a420d6754e7c16078cea4f31c6d611176bad50">build.linux32x86/squeak.stack.v3/makeallclean</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-ed7102a481f051f85a07fc73b58ee2f71a414c5089dbc1506896fbcaeb89ac41">build.linux32x86/squeak.stack.v3/makealldirty</a>
    (15)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-982a6ca029a2bfb1fbfcfacbb657d767b4226db1d700bf92481d58be424e921c">build.linux32x86/squeak.stack.v3/plugins.ext</a>
    (13)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-b1324f0fd5594688348086d7f473bb6c5103527998ce13fd724fafd50060686c">build.linux32x86/squeak.stack.v3/plugins.int</a>
    (38)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-7d2259883c30f2afa1cbe75ad8451064eeecc49c54d3e7ed0e0ec566703649bc">build.linux32x86/third-party/Makefile.lib.extra</a>
    (27)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-2cbbc42d1ab414a467b85b106a22756ca4ee898a2c9cefd29d05c6fe2f8c437e">build.linux32x86/third-party/Makefile.libgit2</a>
    (65)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-f3aac3ba1670cef8e9568afd1ee8a1dd26c28c45a77f727f8d21fe25bff03911">build.linux32x86/third-party/Makefile.libsdl2</a>
    (46)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-d67e41a82a2da0755bbb8925273766751738c64e68482c8f6bf22219a6b528e5">build.linux32x86/third-party/Makefile.libssh2</a>
    (51)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-2d731b5ad76edad92103e29378a8a8557d8e1e65832a05d622ddc663212d6ab9">build.linux32x86/third-party/Makefile.openssl</a>
    (48)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-16743ffd37e3343b8f9ff748b0c7d26020fd40a1d060525e96cd1ca8834644c4">build.linux32x86/third-party/Makefile.pkgconfig</a>
    (38)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-38db5adc5ed537705bddf9732e86b1b7979e66db495dc6a5608d5f3b991420ac">build.linux32x86/third-party/alsa-lib-1.0.17a/.gitignore</a>
    (56)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-415b67f2cb1c315cb73562ed8db90a540b9539297e2cfb504a82916ce3606788">build.linux32x86/third-party/alsa-lib-1.0.17a/COPYING</a>
    (504)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-25f13dbf5868d0e9183f7b1cc9f9ec40625370f7d3f316388d53bd4c94c43bb7">build.linux32x86/third-party/alsa-lib-1.0.17a/ChangeLog</a>
    (69)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-ea0ef6c8c6a52ebab2ed20722a604e72cbcd136c533d1dcd95577dc7ed52b005">build.linux32x86/third-party/alsa-lib-1.0.17a/INSTALL</a>
    (122)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-786578ff6d4d7b4d677d1c42377085fb1824f87b8b7978d379aa642bf6fe6484">build.linux32x86/third-party/alsa-lib-1.0.17a/MEMORY-LEAK</a>
    (13)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-af8503cb985500d8ecbba5910335b4672c543a7a5d95fb9328bd253aa894d81f">build.linux32x86/third-party/alsa-lib-1.0.17a/Makefile.am</a>
    (34)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-853bdee276652ff05feccef8471f1bc069d63721c5334e9f27899906ff7390e2">build.linux32x86/third-party/alsa-lib-1.0.17a/Makefile.in</a>
    (724)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-2bf62c05660a4ef20597278ccb679ee64db5bc356ac2dc6ea78300f086828fe9">build.linux32x86/third-party/alsa-lib-1.0.17a/NOTES</a>
    (56)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-5a572fa501435f8edfc67a8d909964ac1fea05bbf0a5de1257b2c65755d1d1b4">build.linux32x86/third-party/alsa-lib-1.0.17a/TODO</a>
    (4)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-967398e7ba67f92fdc18e7f079b83493d88df0bfa53c4635b25994d9e8cff1cb">build.linux32x86/third-party/alsa-lib-1.0.17a/acinclude.m4</a>
    (24)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-8dcd0f015e0af43c1a17fe8d0c2bfc35fa6b6b8d930b824ea2b5f2f9e925f774">build.linux32x86/third-party/alsa-lib-1.0.17a/aclocal.m4</a>
    (7262)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-592b17ae7188d540a5d6d890cb81623ad200dadf57cd6fe061f3a7b09468c83f">build.linux32x86/third-party/alsa-lib-1.0.17a/alsalisp/Makefile.am</a>
    (8)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-bd62107f04a089344463feb9d86e606caa782074dff2236680e0a22ff4e8258b">build.linux32x86/third-party/alsa-lib-1.0.17a/alsalisp/Makefile.in</a>
    (528)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-59cc216714e7f264be838b0b0ccee0ae8460fcacf5f32e18d990097cad048e75">build.linux32x86/third-party/alsa-lib-1.0.17a/alsalisp/alsalisp.c</a>
    (110)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-331c7d554a9ac81c2fa501aad71709dd81a6d713faa89df452db0b2901d051e0">build.linux32x86/third-party/alsa-lib-1.0.17a/alsalisp/hctl.lisp</a>
    (91)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-80a9d8adfb6b4d62ee68e472d61b0b198b548b07ae351b7655572215ed6d039c">build.linux32x86/third-party/alsa-lib-1.0.17a/alsalisp/hello.lisp</a>
    (26)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-9857a68569cf62dcafab6a1b58571d20d8a434049fa32572528c31579daffd81">build.linux32x86/third-party/alsa-lib-1.0.17a/alsalisp/itest.lisp</a>
    (1)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-437cc45c1702ed9bd9e382de2b66ad1f023a14bcdb4fb3fd9d5cdd4c4bc155d6">build.linux32x86/third-party/alsa-lib-1.0.17a/alsalisp/test.lisp</a>
    (382)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-d12a48c72175b03b7943232e2a193e1d19b524daff7315e0d781cc764602fb7d">build.linux32x86/third-party/alsa-lib-1.0.17a/aserver/COPYING</a>
    (340)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-3548fa5d3fd119c5d301729f29e7bf15970e7b3302b76f620b23316e039efe6d">build.linux32x86/third-party/alsa-lib-1.0.17a/aserver/Makefile.am</a>
    (12)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-5d101688ea10bddd69941029bf188f943c28e4e1b5b72c865112321ad908d07a">build.linux32x86/third-party/alsa-lib-1.0.17a/aserver/Makefile.in</a>
    (557)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-6ba91e73c8ab5bbca5d9d77e9c0844f1d0285b288b6f1cba1758a22a638d2b66">build.linux32x86/third-party/alsa-lib-1.0.17a/aserver/aserver.c</a>
    (1104)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-d3b92da8c3b500a17d6246cf061e162273e0c892ec55c54e27ba98e8915d63b1">build.linux32x86/third-party/alsa-lib-1.0.17a/autom4te.cache/output.0</a>
    (22836)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-0490a166de5e9572e82b723a9637fef0897fa9686b65b2802df290ab4172f126">build.linux32x86/third-party/alsa-lib-1.0.17a/autom4te.cache/output.1</a>
    (22824)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-0938a32f3506da6906abb4411520cce1dc131db98db0272fe86bd1bcefb33465">build.linux32x86/third-party/alsa-lib-1.0.17a/autom4te.cache/requests</a>
    (354)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-da3f0cbb50b3b56fc4036892ac2795feb34284c7bcafc84f9ecd6f42a22761a7">build.linux32x86/third-party/alsa-lib-1.0.17a/autom4te.cache/traces.0</a>
    (9496)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-43153e375f57e1ebd1916e727263e336a64a7a6207141c268b185591b3a8a9f6">build.linux32x86/third-party/alsa-lib-1.0.17a/autom4te.cache/traces.1</a>
    (693)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-275b3954cb1c598579e89b5a8b564a9d23fab38e713a96bbceab7f05d9d5d97f">build.linux32x86/third-party/alsa-lib-1.0.17a/compile</a>
    (142)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-aeecad607d26ea94b2ac7445921e97987d6a1459ab94dade503dc5f1a45507f3">build.linux32x86/third-party/alsa-lib-1.0.17a/config.guess</a>
    (1411)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-b4c25d51f1690430e1cdbf54726ff66c3ab1433cdd692196730ab5da04b216e5">build.linux32x86/third-party/alsa-lib-1.0.17a/config.sub</a>
    (1500)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-1574e38b5f9223a9380883c46c970bd775aef40b7278ae66ae8a0dbdceb269d1">build.linux32x86/third-party/alsa-lib-1.0.17a/configure</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-11f47c9e27fa58c9eb143d8182a2b9ebd52b5c96fc934e3e1e7b963f9c833e58">build.linux32x86/third-party/alsa-lib-1.0.17a/configure.in</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-2ecfdd646c3e051ec5cd26cb3958893f76477c8e95ea366bdc29c3ab23242a33">build.linux32x86/third-party/alsa-lib-1.0.17a/cvscompile</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-567fbb1283950d7c230aa9d434f468dab62432d79da30ed2f5736f7f18dee6ba">build.linux32x86/third-party/alsa-lib-1.0.17a/depcomp</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-8d41bb0cae7a498224239b26609b41df1c73c457d90a1a574be376337945a5d6">build.linux32x86/third-party/alsa-lib-1.0.17a/doc/Makefile.am</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-3521b23863edc2d373de9a5baed81034ed4c09e361d605b63f107d1c624e98a0">build.linux32x86/third-party/alsa-lib-1.0.17a/doc/Makefile.in</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-4ef1f1b06fc111b7162621202ca6ca8d4bff21c9457a91c4a33ac2c281b9446e">build.linux32x86/third-party/alsa-lib-1.0.17a/doc/README.1st</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-9e8aa3d86bd09c72e21a0bc0a9111d34a31157af9f2b90fb455e894349e3335b">build.linux32x86/third-party/alsa-lib-1.0.17a/doc/asoundrc.txt</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-aec9915158839c25005302f5da2f22019f9a3bbd39188bdccfb78477974e2f0a">build.linux32x86/third-party/alsa-lib-1.0.17a/doc/doxygen.cfg.in</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-c7c629c0cd4aa2019aafd44f26d72b8270f46f20328a5727891629b54dfffc6d">build.linux32x86/third-party/alsa-lib-1.0.17a/doc/index.doxygen</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-6136fdd541e973e1331d0611916242975d9fbae6104f198d5c0615a481ad4cfc">build.linux32x86/third-party/alsa-lib-1.0.17a/doc/pictures/Makefile.am</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-e1da4753d60de63b6f783501680a44282533f891a4fda25ee7d5c935a30075aa">build.linux32x86/third-party/alsa-lib-1.0.17a/doc/pictures/Makefile.in</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-c643931ce05171bb20545b7e13bbced165399a79cc313d8973c04050f028af80">build.linux32x86/third-party/alsa-lib-1.0.17a/doc/pictures/wave1.gif</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-bb76544a5f830483d99e9035f9a7c851d71575242fbe76b675f5cbdce595da57">build.linux32x86/third-party/alsa-lib-1.0.17a/doc/pictures/wave2.gif</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-2e4b5b6769682b3e6ea5bca0b5a956e728c4aecaef2035d6212aa5c744291fd0">build.linux32x86/third-party/alsa-lib-1.0.17a/gitcompile</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-bfba631198f16adb4bd6b841609222d3ced872a7323c5eb7b8ffc15681c2757d">build.linux32x86/third-party/alsa-lib-1.0.17a/include/Makefile.am</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-327be9297b8e59505e6e88e1f5bb23af1936ce209822db7ed6a27ffbec8d79a4">build.linux32x86/third-party/alsa-lib-1.0.17a/include/Makefile.in</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-8ca5bb3dda74a7356030313169d00652fede534435a9ed7572995a32948b2128">build.linux32x86/third-party/alsa-lib-1.0.17a/include/alisp.h</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-78456b54b5de0e00a65c9b172c4ed60f494c0a029eea056af864c527705c1d56">build.linux32x86/third-party/alsa-lib-1.0.17a/include/alsa</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-930edead7fa9e427ed7e50710361d923443c4d97d72c3889580840f28a45cea2">build.linux32x86/third-party/alsa-lib-1.0.17a/include/alsa-symbols.h</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-21329343a79e34aa9b69eb584fad0f3b823fa3d4f812d028669e2c5548cb7878">build.linux32x86/third-party/alsa-lib-1.0.17a/include/aserver.h</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-96ac866779bc05a536a4cf2fe47cb34d52c68239b6cc1f14be798239189244e7">build.linux32x86/third-party/alsa-lib-1.0.17a/include/asoundef.h</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-9af56daea00b542ad3cf02cae8accb053e894d2627a615033cece1f8fb5354ae">build.linux32x86/third-party/alsa-lib-1.0.17a/include/asoundlib-head.h</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-aed0a974b4c8ff0f029bbf50bdb6fc8c77a576b16dffbaa63e3f27a647cef955">build.linux32x86/third-party/alsa-lib-1.0.17a/include/asoundlib-tail.h</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-9497f58f0640fae3a11ba176423a2269ee01a6894eead8264d42552b6b21dd66">build.linux32x86/third-party/alsa-lib-1.0.17a/include/conf.h</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-6d7c00a78cb4bd4ee440c93a17499e6152adc7d4acebd5050628ba4d980ea920">build.linux32x86/third-party/alsa-lib-1.0.17a/include/config.h.in</a>
    (0)
  </li>
  <li>
    <strong>D</strong>
    <a href="https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543/files#diff-776815f3ba15ba4180c9f15549cd2dd340edf8c5888e1406e8bcab4eb3fdcb73">build.linux32x86/third-party/alsa-lib-1.0.17a/include/control.h</a>
    (0)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543.patch'>https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543.patch</a></li>
  <li><a href='https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543.diff'>https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543.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/543">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AIJPEW7L4AXSE6RYWPWDCXDSWMZHLANCNFSM4VIFG5CQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AIJPEW46ICKRRZBKWE26U63SWMZHLA5CNFSM4VIFG5C2YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4LRIH6KQ.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/543",
"url": "https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/543",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>