summaryrefslogtreecommitdiff
path: root/src/dosinst.h
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.2.0273: MS-Windows uninstall may delete wrong batch filev8.2.0273Bram Moolenaar2020-02-171-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.0248Bram Moolenaar2020-02-121-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.2366Bram Moolenaar2019-11-301-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.2082Bram Moolenaar2019-09-271-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.1306Bram Moolenaar2019-05-091-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.0976Bram Moolenaar2019-02-221-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.0952Bram Moolenaar2019-02-181-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.1191Bram Moolenaar2017-10-141-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.2293Bram Moolenaar2016-08-291-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.1399Bram Moolenaar2016-02-231-16/+4
| | | | | Problem: The MS-DOS code does not build. Solution: Remove the old MS-DOS code.
* patch 7.4.1334v7.4.1334Bram Moolenaar2016-02-161-1/+1
| | | | | Problem: Many compiler warnings with MingW. Solution: Add type casts. (Yasuhiro Matsumoto)
* Windows uninstaller: Instead of calling RegDeleteKeyEx() directly load itBram Moolenaar2010-08-021-1/+0
| | | | dynamically from the .dll. Should work everywhere.
* Workaround for missing RegDeleteKeyEx() method.Bram Moolenaar2010-08-021-0/+1
|
* Fix that uninstaller isn't found on 64-bit Windows.Bram Moolenaar2010-07-311-0/+8
|
* Make the dos installer work with more compilers.Bram Moolenaar2010-07-071-3/+9
|
* Improve the MS-Windows installer.Bram Moolenaar2010-05-241-2/+2
|
* updated for version 7.1bBram Moolenaar2007-05-101-1/+1
|
* updated for version 7.0d01v7.0d01Bram Moolenaar2006-04-111-8/+8
|
* updated for version 7.0228Bram Moolenaar2006-03-181-1/+3
|
* updated for version 7.0216v7.0216Bram Moolenaar2006-03-061-1/+8
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+645