summaryrefslogtreecommitdiff
path: root/src/dosinst.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1132: code is indented more than neededv9.0.1132Yegappan Lakshmanan2023-01-021-77/+78
* patch 8.2.5077: various warnings from clang on MS-Windowsv8.2.5077Yegappan Lakshmanan2022-06-111-1/+1
* patch 8.2.5073: clang on MS-Windows produces warningsv8.2.5073Bram Moolenaar2022-06-091-3/+3
* patch 8.2.5069: various warnings from clang on MS-Windowsv8.2.5069Yegappan Lakshmanan2022-06-081-2/+2
* patch 8.2.4466: MS-Windows: illegal memory access in installerv8.2.4466Cam Sinclair2022-02-251-1/+1
* patch 8.2.3164: MS-Windows: reported version lacks patchlevelv8.2.3164Bram Moolenaar2021-07-151-1/+4
* patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata2021-06-021-3/+2
* patch 8.2.0437: MS-Windows installer contains old stuffv8.2.0437Bram Moolenaar2020-03-231-70/+29
* patch 8.2.0273: MS-Windows uninstall may delete wrong batch filev8.2.0273Bram Moolenaar2020-02-171-0/+1
* patch 8.1.2378: using old C style commentsv8.1.2378Bram Moolenaar2019-12-011-200/+198
* patch 8.1.2082: some files have a weird name to fit in 8.3 charactersv8.1.2082Bram Moolenaar2019-09-271-3/+3
* patch 8.1.1393: unnecessary type castsv8.1.1393Bram Moolenaar2019-05-251-4/+4
* patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar2019-05-091-1/+1
* patch 8.1.1119: no support for Windows on ARM64.v8.1.1119Bram Moolenaar2019-04-041-1/+3
* patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar2019-03-301-3/+1
* patch 8.1.0976: dosinstall still has buffer overflow problemsv8.1.0976Bram Moolenaar2019-02-221-19/+23
* patch 8.1.0952: compilation warnings when building the MS-Windows installerv8.1.0952Bram Moolenaar2019-02-181-6/+6
* patch 8.1.0886: compiler warning for NULL pointer and condition always truev8.1.0886Bram Moolenaar2019-02-101-4/+5
* patch 8.1.0727: compiler warning for sprintf() argumentv8.1.0727Bram Moolenaar2019-01-111-1/+1
* patch 8.1.0616: NSIS installer is outdatedv8.1.0616Bram Moolenaar2018-12-211-37/+105
* patch 8.1.0589: compilation error in gvimext.cppv8.1.0589Bram Moolenaar2018-12-141-1/+1
* patch 8.1.0541: help message in dosinst.c is outdatedv8.1.0541Bram Moolenaar2018-11-211-5/+6
* patch 8.1.0534: MS-Windows installer uses different $HOME than Vimv8.1.0534Bram Moolenaar2018-11-161-13/+107
* patch 8.1.0472: dosinst command has a few flawsv8.1.0472Bram Moolenaar2018-10-131-6/+61
* patch 8.1.0292: MS-Windows: the text "self-installing" confuses some usersv8.1.0292Bram Moolenaar2018-08-181-6/+1
* patch 8.1.0117: URL in install program still points to SourceForgev8.1.0117Bram Moolenaar2018-06-261-1/+1
* patch 8.0.1829: MS-Windows: script for vimdiff can't handle ! charsv8.0.1829Bram Moolenaar2018-05-131-1/+6
* patch 8.0.1688: some macros are used without a semicolonv8.0.1688Bram Moolenaar2018-04-101-1/+8
* patch 8.0.1550: various small problems in source filesv8.0.1550Bram Moolenaar2018-02-271-2/+2
* patch 8.0.1233: typo in dos installerv8.0.1233Bram Moolenaar2017-10-281-1/+1
* patch 8.0.1232: MS-Windows users are confused about default mappingsv8.0.1232Bram Moolenaar2017-10-281-8/+36
* patch 8.0.1191: MS-Windows: missing 32 and 64 bit files in installerv8.0.1191Bram Moolenaar2017-10-141-86/+71
* patch 7.4.2293v7.4.2293Bram Moolenaar2016-08-291-1/+1
* patch 7.4.2116v7.4.2116Bram Moolenaar2016-07-291-2/+1
* patch 7.4.1909v7.4.1909Bram Moolenaar2016-06-081-2/+2
* patch 7.4.1683v7.4.1683Bram Moolenaar2016-03-281-0/+4
* updated for version 7.4.103v7.4.103Bram Moolenaar2013-11-211-6/+12
* updated for version 7.4.077v7.4.077Bram Moolenaar2013-11-071-2/+4
* updated for version 7.3.925v7.3.925Bram Moolenaar2013-05-061-1/+1
* updated for version 7.3.809v7.3.809Bram Moolenaar2013-02-131-1/+1
* Remove unused code.Bram Moolenaar2010-08-081-36/+0
* Put quotes around the gvim.exe path for the "Open with" menu entry.Bram Moolenaar2010-08-021-1/+1
* Fix that uninstaller isn't found on 64-bit Windows.Bram Moolenaar2010-07-311-12/+4
* Fix: on MS-Windows the "open with..." menu starts Vim without a file.Bram Moolenaar2010-07-311-2/+6
* Fix: MS-Windows installer used wrong path for uninstaller key.Bram Moolenaar2010-07-181-3/+2
* Support completion for ":find". (Nazri Ramliy)Bram Moolenaar2010-07-141-73/+73
* Make the dos installer work with more compilers.Bram Moolenaar2010-07-071-40/+25
* Adjust MS-Windows installer so that it also works for 64 bit systems. (GeorgeBram Moolenaar2010-07-071-73/+203
* Found a way to make the MS-Windows installer wait for the uninstaller toBram Moolenaar2010-05-251-20/+57
* Improve the MS-Windows installer.Bram Moolenaar2010-05-241-11/+31