summaryrefslogtreecommitdiff
path: root/src/Make_cyg_ming.mak
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.0546: supporting Ruby 1.8 makes code complicatedv9.0.0546K.Takata2022-09-221-21/+7
* patch 9.0.0496: no good reason to keep supporting Windows-XPv9.0.0496K.Takata2022-09-181-4/+3
* patch 9.0.0421: MS-Windows makefiles are inconsistently namedv9.0.0421K.Takata2022-09-091-2/+2
* patch 8.2.5101: MS-Windows with MinGW: $CC may be "cc" instead of "gcc"v8.2.5101Yegappan Lakshmanan2022-06-151-2/+4
* patch 8.2.5087: cannot build with clang on MS-Windowsv8.2.5087Yegappan Lakshmanan2022-06-141-1/+29
* patch 8.2.4524: MS-Windows: cannot build with some sodium librariesv8.2.4524K.Takata2022-03-071-2/+5
* patch 8.2.4517: MS-Windows: cannot specify location of sodium libraryv8.2.4517K.Takata2022-03-061-13/+14
* patch 8.2.4491: MS-Windows makefile dependencies are outdatedv8.2.4491K.Takata2022-03-021-7/+7
* patch 8.2.4271: MS-Windows: cannot build with Ruby 3.1.0v8.2.4271K.Takata2022-01-311-1/+5
* patch 8.2.4270: generating nv_cmdidxs.h requires building Vim twicev8.2.4270ichizok2022-01-311-8/+8
* patch 8.2.4252: generating the normal command table at runtime is inefficientv8.2.4252Yegappan Lakshmanan2022-01-291-0/+12
* patch 8.2.4144: cannot load libsodium dynamicallyv8.2.4144K.Takata2022-01-191-0/+7
* patch 8.2.4081: CodeQL reports problem in if_cscope causing it to failv8.2.4081ichizok2022-01-131-1/+1
* patch 8.2.3860: Vim9: codecov struggles with the file sizev8.2.3860Bram Moolenaar2021-12-201-0/+9
* 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/+1
* patch 8.2.3139: functions for string manipulation are spread outv8.2.3139Yegappan Lakshmanan2021-07-101-0/+1
* patch 8.2.3022: available encryption methods are not strong enoughv8.2.3022Christian Brabandt2021-06-201-2/+13
* patch 8.2.2928: the evalfunc.c file is too bigv8.2.2928Yegappan Lakshmanan2021-06-021-0/+1
* patch 8.2.2883: MS-Windows manifest file name is misleadingv8.2.2883matveyt2021-05-241-8/+8
* patch 8.2.2408: MinGW: "--preprocessor" flag no longer supportedv8.2.2408Bram Moolenaar2021-01-251-2/+2
* patch 8.2.1994: MS-Windows: MinGW always does a full buildv8.2.1994Bram Moolenaar2020-11-161-8/+8
* patch 8.2.1981: MinGW: parallel compilation might failv8.2.1981Bram Moolenaar2020-11-131-1/+7
* patch 8.2.1597: the channel source file is too bigv8.2.1597Bram Moolenaar2020-09-051-1/+1
* patch 8.2.1583: MS-Windows: cannot easily measure code coveragev8.2.1583Bram Moolenaar2020-09-031-0/+11
* patch 8.2.1444: error messages are spread out and names can be confusingv8.2.1444Bram Moolenaar2020-08-131-1/+1
* patch 8.2.1405: Vim9: vim9compile.c is getting too bigv8.2.1405Bram Moolenaar2020-08-091-0/+3
* patch 8.2.1381: MS-Windows: crash with Python 3.5 when stdin is redirectedv8.2.1381Bram Moolenaar2020-08-061-0/+2
* patch 8.2.1269: language and locale code spread outv8.2.1269Bram Moolenaar2020-07-221-0/+1
* patch 8.2.1262: src/ex_cmds.c file is too bigv8.2.1262Bram Moolenaar2020-07-211-0/+1
* patch 8.2.1078: highlight and match functionality together in one filev8.2.1078Bram Moolenaar2020-06-281-0/+1
* patch 8.2.0903: comparing WINVER does not work correctlyv8.2.0903Bram Moolenaar2020-06-041-1/+1
* patch 8.2.0872: XIM code is mixed with multi-byte codev8.2.0872Bram Moolenaar2020-06-011-0/+1
* patch 8.2.0847: typval related code is spread outv8.2.0847Bram Moolenaar2020-05-301-0/+1
* patch 8.2.0783: libvterm code lags behind the upstream versionv8.2.0783Bram Moolenaar2020-05-171-0/+1
* patch 8.2.0674: some source files are too bigv8.2.0674Bram Moolenaar2020-05-011-0/+1
* patch 8.2.0660: the search.c file is a bit bigv8.2.0660Bram Moolenaar2020-04-291-0/+1
* patch 8.2.0594: MS-Windows: cannot build with WINVER set to 0x0501v8.2.0594Bram Moolenaar2020-04-181-0/+3
* 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/+1
* patch 8.2.0443: clipboard code is spread outv8.2.0443Bram Moolenaar2020-03-241-0/+1
* patch 8.2.0256: time and timer related code is spread outv8.2.0256Bram Moolenaar2020-02-141-0/+1
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-261-0/+9
* 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-3/+0
* 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-4/+24
* patch 8.1.2417: MinGW/Cygwin build does not clean up all filesv8.1.2417Bram Moolenaar2019-12-101-0/+1
* patch 8.1.2413: cannot update ex_cmdidxs.h on MS-Windowsv8.1.2413Bram Moolenaar2019-12-091-0/+9