Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch 8.2.0273: MS-Windows uninstall may delete wrong batch filev8.2.0273 | Bram Moolenaar | 2020-02-17 | 1 | -0/+3 |
| | | | | | | Problem: MS-Windows uninstall may delete wrong batch file. Solution: Add specific marker in the generated batch file. (Ken Takata, closes #5654) | ||||
* | patch 8.2.0248: MS-Windows: dealing with deprecation is too complicatedv8.2.0248 | Bram Moolenaar | 2020-02-12 | 1 | -7/+1 |
| | | | | | | | Problem: MS-Windows: dealing with deprecation is too complicated. Solution: Use io.h directly. Move _CRT_SECURE_NO_DEPRECATE to the build file. Suppress C4091 warning by setting "_WIN32_WINNT". (Ken Takata, closes #5626) | ||||
* | patch 8.1.2366: using old C style commentsv8.1.2366 | Bram Moolenaar | 2019-11-30 | 1 | -58/+56 |
| | | | | | Problem: Using old C style comments. Solution: Use // comments where appropriate. | ||||
* | patch 8.1.2082: some files have a weird name to fit in 8.3 charactersv8.1.2082 | Bram Moolenaar | 2019-09-27 | 1 | -1/+1 |
| | | | | | Problem: Some files have a weird name to fit in 8.3 characters. Solution: Use a nicer names. | ||||
* | patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306 | Bram Moolenaar | 2019-05-09 | 1 | -17/+1 |
| | | | | | | Problem: Borland support is outdated and doesn't work. Solution: Remove Borland support, there are other (free) compilers available. (Thomas Dziedzic, Ken Takata, closes #4364) | ||||
* | patch 8.1.0976: dosinstall still has buffer overflow problemsv8.1.0976 | Bram Moolenaar | 2019-02-22 | 1 | -6/+6 |
| | | | | | Problem: Dosinstall still has buffer overflow problems. Solution: Adjust buffer sizes. (Yasuhiro Matsumoto, closes #4002) | ||||
* | patch 8.1.0952: compilation warnings when building the MS-Windows installerv8.1.0952 | Bram Moolenaar | 2019-02-18 | 1 | -2/+2 |
| | | | | | Problem: Compilation warnings when building the MS-Windows installer. Solution: Fix buffer sizes. (Yasuhiro Matsumoto, closes #3999) | ||||
* | patch 8.0.1191: MS-Windows: missing 32 and 64 bit files in installerv8.0.1191 | Bram Moolenaar | 2017-10-14 | 1 | -161/+36 |
| | | | | | | Problem: MS-Windows: missing 32 and 64 bit files in installer. Solution: Include both 32 and 64 bit GvimExt and related dll files. Remove old Windows code from the installer. (Ken Takata, closes #2144) | ||||
* | patch 7.4.2293v7.4.2293 | Bram Moolenaar | 2016-08-29 | 1 | -1/+1 |
| | | | | | Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino) | ||||
* | patch 7.4.1399v7.4.1399 | Bram Moolenaar | 2016-02-23 | 1 | -16/+4 |
| | | | | | Problem: The MS-DOS code does not build. Solution: Remove the old MS-DOS code. | ||||
* | patch 7.4.1334v7.4.1334 | Bram Moolenaar | 2016-02-16 | 1 | -1/+1 |
| | | | | | Problem: Many compiler warnings with MingW. Solution: Add type casts. (Yasuhiro Matsumoto) | ||||
* | Windows uninstaller: Instead of calling RegDeleteKeyEx() directly load it | Bram Moolenaar | 2010-08-02 | 1 | -1/+0 |
| | | | | dynamically from the .dll. Should work everywhere. | ||||
* | Workaround for missing RegDeleteKeyEx() method. | Bram Moolenaar | 2010-08-02 | 1 | -0/+1 |
| | |||||
* | Fix that uninstaller isn't found on 64-bit Windows. | Bram Moolenaar | 2010-07-31 | 1 | -0/+8 |
| | |||||
* | Make the dos installer work with more compilers. | Bram Moolenaar | 2010-07-07 | 1 | -3/+9 |
| | |||||
* | Improve the MS-Windows installer. | Bram Moolenaar | 2010-05-24 | 1 | -2/+2 |
| | |||||
* | updated for version 7.1b | Bram Moolenaar | 2007-05-10 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0d01v7.0d01 | Bram Moolenaar | 2006-04-11 | 1 | -8/+8 |
| | |||||
* | updated for version 7.0228 | Bram Moolenaar | 2006-03-18 | 1 | -1/+3 |
| | |||||
* | updated for version 7.0216v7.0216 | Bram Moolenaar | 2006-03-06 | 1 | -1/+8 |
| | |||||
* | updated for version 7.0001v7.0001 | Bram Moolenaar | 2004-06-13 | 1 | -0/+645 |