patch 8.2.3437: compiler warnings for 32/64 bit usageProblem: Compiler warnings for 32/64 bit usage.Solution: Add type casts. (Mike Williams, closes #8870)
patch 8.2.3390: included xdiff code is outdatedProblem: Included xdiff code is outdated.Solution: Sync with xdiff in git 2.33. (Christian Brabandt, closes #8431)
patch 8.1.2389: using old C style commentsProblem: Using old C style comments.Solution: Use // comments where appropriate.
patch 8.1.0766: various problems when using Vim on VMSProblem: Various problems when using Vim on VMS.Solution: Various fixes. Define long_long_T. (Zoltan Arpadffy)
patch 8.1.0432: compiler warning for signed/unsignedProblem: Compiler warning for signed/unsigned.Solution: Add type cast. (Mike Williams)
patch 8.1.0396: another compiler warning on 64-bit MS-WindowsProblem: Another compiler warning on 64-bit MS-Windows.Solution: Add type cast. (Mike Williams)
patch 8.1.0381: variable declaration not at start of blockProblem: Variable declaration not at start of block.Solution: Fix line ordering.
patch 8.1.0378: CI build failureProblem: CI build failure.Solution: Include vim.h as ../vim.h. Fix compiler warning.
patch 8.1.0377: xdiff doesn't use the Vim memory allocation functionsProblem: Xdiff doesn't use the Vim memory allocation functions.Solution: Change the xdl_ defines. Check for out-of-memory
patch 8.1.0377: xdiff doesn't use the Vim memory allocation functionsProblem: Xdiff doesn't use the Vim memory allocation functions.Solution: Change the xdl_ defines. Check for out-of-memory. Rename "ignored" to "vim_ignored".
show more ...
patch 8.1.0366: pieces of the xdiff code are not usedProblem: Pieces of the xdiff code are not used.Solution: Add "#if 0" to omit unused code.
patch 8.1.0364: compiler warning in xdiff codeProblem: Compiler warning in xdiff code. (Yegappan Lakshmanan)Solution: Initialize directly.
patch 8.1.0360: using an external diff program is slow and inflexibleProblem: Using an external diff program is slow and inflexible.Solution: Include the xdiff library. (Christian Brabandt, c
patch 8.1.0360: using an external diff program is slow and inflexibleProblem: Using an external diff program is slow and inflexible.Solution: Include the xdiff library. (Christian Brabandt, closes #2732) Use it by default.