summaryrefslogtreecommitdiff
path: root/src/Make_mvc.mak
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3620: memory leak reported in libtlibv8.2.3620Bram Moolenaar2021-11-191-1/+1
* patch 8.2.3301: memory allocation functions don't have their own placev8.2.3301Yegappan Lakshmanan2021-08-061-0/+4
* patch 8.2.3250: MS-Windows: cannot build with libsodiumv8.2.3250Christian Brabandt2021-07-301-1/+1
* patch 8.2.3139: functions for string manipulation are spread outv8.2.3139Yegappan Lakshmanan2021-07-101-0/+4
* patch 8.2.3032: build problems with MSVC, other crypt issues with libsodiumv8.2.3032Christian Brabandt2021-06-211-5/+9
* patch 8.2.3022: available encryption methods are not strong enoughv8.2.3022Christian Brabandt2021-06-201-3/+26
* patch 8.2.2928: the evalfunc.c file is too bigv8.2.2928Yegappan Lakshmanan2021-06-021-0/+4
* patch 8.2.2883: MS-Windows manifest file name is misleadingv8.2.2883matveyt2021-05-241-3/+3
* patch 8.2.2793: MS-Windows: string literals are writable with MSVCv8.2.2793Bram Moolenaar2021-04-211-1/+1
* patch 8.2.2535: MS-Windows: cannot run all vim9 testsv8.2.2535Bram Moolenaar2021-02-201-0/+10
* patch 8.2.1987: MS-Windows: Win32.mak is no longer neededv8.2.1987Bram Moolenaar2020-11-141-19/+1
* patch 8.2.1597: the channel source file is too bigv8.2.1597Bram Moolenaar2020-09-051-5/+7
* patch 8.2.1444: error messages are spread out and names can be confusingv8.2.1444Bram Moolenaar2020-08-131-1/+1
* patch 8.2.1439: tiny and small builds have no test coveragev8.2.1439Bram Moolenaar2020-08-131-4/+14
* patch 8.2.1420: test 49 is old stylev8.2.1420Bram Moolenaar2020-08-111-10/+2
* patch 8.2.1405: Vim9: vim9compile.c is getting too bigv8.2.1405Bram Moolenaar2020-08-091-0/+4
* patch 8.2.1381: MS-Windows: crash with Python 3.5 when stdin is redirectedv8.2.1381Bram Moolenaar2020-08-061-1/+5
* patch 8.2.1269: language and locale code spread outv8.2.1269Bram Moolenaar2020-07-221-0/+4
* patch 8.2.1262: src/ex_cmds.c file is too bigv8.2.1262Bram Moolenaar2020-07-211-0/+4
* patch 8.2.1078: highlight and match functionality together in one filev8.2.1078Bram Moolenaar2020-06-281-0/+4
* patch 8.2.0914: MS-Windows: cannot specify a "modified by" textv8.2.0914Bram Moolenaar2020-06-061-4/+17
* patch 8.2.0872: XIM code is mixed with multi-byte codev8.2.0872Bram Moolenaar2020-06-011-0/+4
* patch 8.2.0847: typval related code is spread outv8.2.0847Bram Moolenaar2020-05-301-0/+4
* patch 8.2.0783: libvterm code lags behind the upstream versionv8.2.0783Bram Moolenaar2020-05-171-0/+1
* patch 8.2.0756: MS-Windows: still a compiler warningv8.2.0756Bram Moolenaar2020-05-151-3/+4
* patch 8.2.0674: some source files are too bigv8.2.0674Bram Moolenaar2020-05-011-0/+4
* patch 8.2.0660: the search.c file is a bit bigv8.2.0660Bram Moolenaar2020-04-291-0/+4
* patch 8.2.0594: MS-Windows: cannot build with WINVER set to 0x0501v8.2.0594Bram Moolenaar2020-04-181-5/+7
* patch 8.2.0591: MS-Windows: should always support IPv6v8.2.0591Bram Moolenaar2020-04-171-1/+1
* patch 8.2.0557: no IPv6 support for channelsv8.2.0557Bram Moolenaar2020-04-121-1/+1
* patch 8.2.0516: client-server code is spread outv8.2.0516Bram Moolenaar2020-04-051-0/+4
* patch 8.2.0443: clipboard code is spread outv8.2.0443Bram Moolenaar2020-03-241-0/+4
* patch 8.2.0405: MSVC: build fails with some combination of featuresv8.2.0405Bram Moolenaar2020-03-191-4/+5
* patch 8.2.0317: MSVC: _CRT_SECURE_NO_DEPRECATE not defined on DEBUG buildv8.2.0317Bram Moolenaar2020-02-251-3/+6
* patch 8.2.0273: MS-Windows uninstall may delete wrong batch filev8.2.0273Bram Moolenaar2020-02-171-1/+1
* patch 8.2.0256: time and timer related code is spread outv8.2.0256Bram Moolenaar2020-02-141-0/+4
* patch 8.2.0249: MS-Windows: various warningsv8.2.0249Bram Moolenaar2020-02-121-0/+9
* patch 8.2.0248: MS-Windows: dealing with deprecation is too complicatedv8.2.0248Bram Moolenaar2020-02-121-3/+6
* patch 8.2.0246: MSVC: deprecation warnings with Rubyv8.2.0246Bram Moolenaar2020-02-111-0/+2
* patch 8.2.0245: MSVC: error message if the auto directory already existsv8.2.0245Bram Moolenaar2020-02-111-1/+1
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-261-0/+12
* patch 8.2.0139: MS-Windows: default for IME is inconsistentv8.2.0139Bram Moolenaar2020-01-201-1/+4
* patch 8.2.0113: "make cmdidxs" failsv8.2.0113Bram Moolenaar2020-01-121-1/+1
* patch 8.2.0100: macros for Ruby are too complicatedv8.2.0100Bram Moolenaar2020-01-071-2/+3
* patch 8.2.0081: MS-Windows also need the change to support INIT4()v8.2.0081Bram Moolenaar2020-01-031-1/+1
* patch 8.2.0003: Build file dependencies are incompletev8.2.0003Bram Moolenaar2019-12-141-13/+15
* patch 8.1.2413: cannot update ex_cmdidxs.h on MS-Windowsv8.1.2413Bram Moolenaar2019-12-091-1/+8
* patch 8.1.2409: creating the distribution doesn't work as documentedv8.1.2409Bram Moolenaar2019-12-071-0/+1
* patch 8.1.2323: Old MSVC version no longer tested.v8.1.2323Bram Moolenaar2019-11-191-10/+4
* patch 8.1.2196: MS-Windows: running tests with MSVC lacks updatesv8.1.2196Bram Moolenaar2019-10-201-6/+27