Skip to content

History / 32 bit issues

Revisions

  • Replace all page contents with links to the new location This trick was performed via: git ls-files \*.md | while read f do pr_url=https://github.com/git-for-windows/git-for-windows.github.io/pull/59 url=https://gitforwindows.org/${f%.md} echo "This wiki page [has been migrated]($pr_url) to a new location: [$url]($url)" >"$f" done There are two pages where this does not make sense, `0.-Index` and `_Footer`, which will be handled in the next commit. Signed-off-by: Johannes Schindelin <[email protected]>

    @dscho dscho committed Mar 18, 2025
  • Describe the `Cwd.dll` problem and workaround

    @dscho dscho committed Mar 26, 2020
  • Outline how to address problems when `msys-2.0.dll`'s base address is already problematic

    @dscho dscho committed Jul 19, 2018
  • Use the preferred spelling of the MSYS2 project While it does not make sense to pretend that the project name is a four-letter acronym (it really stands for "Minimal System"), it is definitely not worth an issue to fight over. We have much bigger fish to fry. Signed-off-by: Johannes Schindelin <[email protected]>

    @dscho dscho committed Jan 20, 2016
  • Lay it out to laypeople how to fix the DLL ranges manually, even if they probably are in way over their heads ;-)

    @dscho dscho committed Sep 10, 2015
  • The "solutions" section is actually not a part of the "background" section

    @dscho dscho committed Jul 15, 2015
  • Make the solutions sub sections of the "solutions" section

    @dscho dscho committed Jul 15, 2015
  • Whoops, complete the introuction

    @dscho dscho committed Jul 15, 2015
  • Finally explain in a wiki page what is going on when `rebase.exe` needs to be called to rescue

    @dscho dscho committed Jul 15, 2015