summaryrefslogtreecommitdiffstats
path: root/src/os_w32exe.c
AgeCommit message (Collapse)Author
2019-05-09patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar
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)
2019-04-28patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar
Problem: A lot of code is shared between vim.exe and gvim.exe. Solution: Optionally put the shared code in vim.dll. (Ken Takata, closes #4287)
2019-04-03patch 8.1.1104: MS-Windows: not all environment variables can be usedv8.1.1104Bram Moolenaar
Problem: MS-Windows: not all environment variables can be used. Solution: Use the wide version of WinMain() and main(). (Ken Takata, closes #4206)
2019-04-02patch 8.1.1102: Win32 exe file contains unused codev8.1.1102Bram Moolenaar
Problem: Win32 exe file contains unused code. Solution: Remove unused #ifdefs and code. (Ken Takata, closes #4198)
2019-03-28patch 8.1.1066: VIMDLL isn't actually usedv8.1.1066Bram Moolenaar
Problem: VIMDLL isn't actually used. Solution: Remove VIMDLL support.
2019-03-27patch 8.1.1060: MS-Windows: get_cmd_args() is no longer neededv8.1.1060Bram Moolenaar
Problem: MS-Windows: get_cmd_args() is no longer needed, get_cmd_argsW() is always used. Solution: Remove get_cmd_args(). (Ken Takata, closes #4171)
2019-02-17patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar
Problem: Macros for MS-Windows are inconsistent, using "32", "3264 and others. Solution: Use MSWIN for all MS-Windows builds. Use FEAT_GUI_MSWIN for the GUI build. (Hirohito Higashi, closes #3932)
2019-01-24patch 8.1.0809: too many #ifdefsv8.1.0809Bram Moolenaar
Problem: Too many #ifdefs. Solution: Graduate FEAT_MBYTE, part 3.
2017-02-01patch 8.0.0281: some files are still using ARGSUSED instead of UNUSEDv8.0.0281Bram Moolenaar
Problem: MS-Windows files are still using ARGSUSED while most other files have UNUSED. Solution: Change ARGSUSED to UNUSED or delete it.
2016-08-29patch 7.4.2293v7.4.2293Bram Moolenaar
Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
2016-01-29patch 7.4.1199v7.4.1199Bram Moolenaar
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
2016-01-16patch 7.4.1106v7.4.1106Bram Moolenaar
Problem: The nsis script can't be used from the appveyor build. Solution: Add "ifndef" to allow for variables to be set from the command line. Remove duplicate SetCompressor command. Support using other gettext binaries. (Ken Takata) Update build instructions to use libintl-8.dll.
2008-11-12updated for version 7.2-036v7.2.036Bram Moolenaar
2005-06-30updated for version 7.0098v7.0098Bram Moolenaar
2005-06-13updated for version 7.0084v7.0084Bram Moolenaar
2004-10-07updated for version 7.0017v7.0017Bram Moolenaar
2004-09-06updated for version 7.0015v7.0015Bram Moolenaar
2004-06-13updated for version 7.0001v7.0001Bram Moolenaar