summaryrefslogtreecommitdiffstats
path: root/src/Make_mvc.mak
AgeCommit message (Expand)Author
2019-09-28patch 8.1.2094: the fileio.c file is too bigv8.1.2094Bram Moolenaar
2019-09-27patch 8.1.2082: some files have a weird name to fit in 8.3 charactersv8.1.2082Bram Moolenaar
2019-09-27patch 8.1.2081: the spell.c file is too bigv8.1.2081Bram Moolenaar
2019-09-25patch 8.1.2077: the ops.c file is too bigv8.1.2077Bram Moolenaar
2019-09-21patch 8.1.2062: the mouse code is spread outv8.1.2062Bram Moolenaar
2019-09-19patch 8.1.2057: the screen.c file is much too bigv8.1.2057Bram Moolenaar
2019-09-16patch 8.1.2045: the option.c file is too bigv8.1.2045Bram Moolenaar
2019-09-13patch 8.1.2027: MS-Windows: problem with ambiwidth charactersv8.1.2027Bram Moolenaar
2019-09-12patch 8.1.2022: the option.c file is too bigv8.1.2022Bram Moolenaar
2019-09-07patch 8.1.2005: the regexp.c file is too bigv8.1.2005Bram Moolenaar
2019-09-07patch 8.1.2001: some source files are too bigv8.1.2001Bram Moolenaar
2019-09-06patch 8.1.1994: MS-Windows: cannot build with eval but without cscopev8.1.1994Bram Moolenaar
2019-09-04patch 8.1.1979: code for handling file names is spread outv8.1.1979Bram Moolenaar
2019-08-27patch 8.1.1933: the eval.c file is too bigv8.1.1933Bram Moolenaar
2019-08-25patch 8.1.1927: code for dealing with script files is spread outv8.1.1927Bram Moolenaar
2019-08-18patch 8.1.1886: command line expansion code is spread outv8.1.1886Bram Moolenaar
2019-08-17patch 8.1.1869: code for the argument list is spread outv8.1.1869Bram Moolenaar
2019-08-06patch 8.1.1823: command line history code is spread outv8.1.1823Bram Moolenaar
2019-08-01patch 8.1.1785: map functionality mixed with character inputv8.1.1785Bram Moolenaar
2019-07-28patch 8.1.1766: code for writing session file is spread outv8.1.1766Bram Moolenaar
2019-07-21patch 8.1.1727: code for viminfo support is spread outv8.1.1727Bram Moolenaar
2019-07-15patch 8.1.1697: cannot build with MSVCv8.1.1697Bram Moolenaar
2019-07-15patch 8.1.1696: MSVC: link command line is too longv8.1.1696Bram Moolenaar
2019-07-14patch 8.1.1693: syntax coloring and highlighting is in one big filev8.1.1693Bram Moolenaar
2019-07-14patch 8.1.1687: the evalfunc.c file is too bigv8.1.1687Bram Moolenaar
2019-07-13patch 8.1.1684: profiling functionality is spread outv8.1.1684Bram Moolenaar
2019-06-21patch 8.1.1578: MS-Windows: pathdef.c should depend on build optionsv8.1.1578Bram Moolenaar
2019-06-17patch 8.1.1565: MS-Windows: no sound supportv8.1.1565Bram Moolenaar
2019-05-26patch 8.1.1398: duplicate line in MSVC build filev8.1.1398Bram Moolenaar
2019-05-25patch 8.1.1391: no popup window supportv8.1.1391Bram Moolenaar
2019-05-24patch 8.1.1381: MS-Windows: missing build dependencyv8.1.1381Bram Moolenaar
2019-05-24patch 8.1.1380: MS-Windows building VIMDLL with MSVC: SUBSYSTEM is not setv8.1.1380Bram Moolenaar
2019-05-11patch 8.1.1318: code for text changes is in a "misc" filev8.1.1318Bram Moolenaar
2019-05-10patch 8.1.1314: MSVC makefile is not nicely indentedv8.1.1314Bram Moolenaar
2019-05-07patch 8.1.1293: MSVC files are no longer usefulv8.1.1293Bram Moolenaar
2019-05-03patch 8.1.1257: MSVC: name of object directory now always rightv8.1.1257Bram Moolenaar
2019-04-28patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar
2019-04-27patch 8.1.1210: support for user commands is spread outv8.1.1210Bram Moolenaar
2019-04-21patch 8.1.1195: Vim script debugger functionality needs cleanupv8.1.1195Bram Moolenaar
2019-04-04patch 8.1.1119: no support for Windows on ARM64.v8.1.1119Bram Moolenaar
2019-04-03patch 8.1.1104: MS-Windows: not all environment variables can be usedv8.1.1104Bram Moolenaar
2019-03-30patch 8.1.1076: file for Insert mode is much too bigv8.1.1076Bram Moolenaar
2019-03-22patch 8.1.1039: MS-Windows build failsv8.1.1039Bram Moolenaar
2019-03-17patch 8.1.1014: MS-Windows: /analyze only defined for non-debug versionv8.1.1014Bram Moolenaar
2019-03-14patch 8.1.1008: MS-Windows: HAVE_STDINT_H only defined for non-debug versionv8.1.1008Bram Moolenaar
2019-02-18patch 8.1.0949: MS-windows defines GUI macros different than other systemsv8.1.0949Bram Moolenaar
2019-02-17patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar
2019-02-16patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932Bram Moolenaar
2019-02-13patch 8.1.0914: code related to findfile() is spread outv8.1.0914Bram Moolenaar
2019-01-31patch 8.1.0857: indent functionality is not separatedv8.1.0857Bram Moolenaar