summaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0489: Vim9: memory leaksv8.2.0489Bram Moolenaar2020-04-011-1/+4
* patch 8.2.0443: clipboard code is spread outv8.2.0443Bram Moolenaar2020-03-241-0/+10
* patch 8.2.0320: no Haiku supportv8.2.0320Bram Moolenaar2020-02-261-0/+75
* patch 8.2.0256: time and timer related code is spread outv8.2.0256Bram Moolenaar2020-02-141-0/+10
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-261-21/+51
* patch 8.2.0113: "make cmdidxs" failsv8.2.0113Bram Moolenaar2020-01-121-1/+1
* patch 8.2.0014: test69 and test95 are old stylev8.2.0014Bram Moolenaar2019-12-161-2/+1
* patch 8.2.0010: test64 is old stylev8.2.0010Bram Moolenaar2019-12-151-1/+1
* patch 8.2.0008: test72 is old stylev8.2.0008Bram Moolenaar2019-12-141-1/+1
* patch 8.2.0003: Build file dependencies are incompletev8.2.0003Bram Moolenaar2019-12-141-0/+3
* Vim 8.2 releasev8.2.0000v8.2.0Bram Moolenaar2019-12-121-1/+1
* patch 8.1.2422: "make depend" does not work correctly for libvtermv8.1.2422Bram Moolenaar2019-12-111-13/+19
* patch 8.1.2421: test88 is old stylev8.1.2421Bram Moolenaar2019-12-111-1/+1
* patch 8.1.2407: proto files, dependencies and build instructions outdatedv8.1.2407Bram Moolenaar2019-12-071-36/+36
* patch 8.1.2402: typos and other small thingsv8.1.2402Bram Moolenaar2019-12-061-1/+3
* patch 8.1.2400: test39 is old stylev8.1.2400Bram Moolenaar2019-12-061-1/+0
* patch 8.1.2390: test94 is old style, fix 7.4.441 not testedv8.1.2390Bram Moolenaar2019-12-051-1/+1
* patch 8.1.2384: test 48 is old stylev8.1.2384Bram Moolenaar2019-12-031-1/+1
* patch 8.1.2327: cannot build with Hangul inputv8.1.2327Bram Moolenaar2019-11-211-16/+3
* patch 8.1.2203: running libvterm tests without the +terminal featurev8.1.2203Bram Moolenaar2019-10-231-1/+1
* patch 8.1.2128: renamed libvterm sources makes merging difficultv8.1.2128Bram Moolenaar2019-10-101-20/+24
* patch 8.1.2127: the indent.c file is a bit bigv8.1.2127Bram Moolenaar2019-10-091-0/+10
* patch 8.1.2094: the fileio.c file is too bigv8.1.2094Bram Moolenaar2019-09-281-0/+10
* patch 8.1.2087: cannot easily select one test function to executev8.1.2087Bram Moolenaar2019-09-271-0/+4
* patch 8.1.2082: some files have a weird name to fit in 8.3 charactersv8.1.2082Bram Moolenaar2019-09-271-6/+6
* patch 8.1.2081: the spell.c file is too bigv8.1.2081Bram Moolenaar2019-09-271-0/+10
* patch 8.1.2077: the ops.c file is too bigv8.1.2077Bram Moolenaar2019-09-251-0/+10
* patch 8.1.2062: the mouse code is spread outv8.1.2062Bram Moolenaar2019-09-211-3/+13
* patch 8.1.2057: the screen.c file is much too bigv8.1.2057Bram Moolenaar2019-09-191-0/+20
* patch 8.1.2045: the option.c file is too bigv8.1.2045Bram Moolenaar2019-09-161-0/+10
* patch 8.1.2022: the option.c file is too bigv8.1.2022Bram Moolenaar2019-09-121-2/+2
* patch 8.1.2005: the regexp.c file is too bigv8.1.2005Bram Moolenaar2019-09-071-2/+2
* patch 8.1.2001: some source files are too bigv8.1.2001Bram Moolenaar2019-09-071-0/+20
* patch 8.1.1979: code for handling file names is spread outv8.1.1979Bram Moolenaar2019-09-041-0/+10
* patch 8.1.1942: shadow directory gets outdated when files are addedv8.1.1942Bram Moolenaar2019-08-301-2/+27
* patch 8.1.1933: the eval.c file is too bigv8.1.1933Bram Moolenaar2019-08-271-0/+10
* patch 8.1.1927: code for dealing with script files is spread outv8.1.1927Bram Moolenaar2019-08-251-0/+10
* patch 8.1.1886: command line expansion code is spread outv8.1.1886Bram Moolenaar2019-08-181-0/+10
* patch 8.1.1869: code for the argument list is spread outv8.1.1869Bram Moolenaar2019-08-171-0/+10
* patch 8.1.1823: command line history code is spread outv8.1.1823Bram Moolenaar2019-08-061-0/+10
* patch 8.1.1785: map functionality mixed with character inputv8.1.1785Bram Moolenaar2019-08-011-0/+10
* undo extra changes in src/MakefileBram Moolenaar2019-07-281-9/+9
* patch 8.1.1766: code for writing session file is spread outv8.1.1766Bram Moolenaar2019-07-281-9/+19
* patch 8.1.1727: code for viminfo support is spread outv8.1.1727Bram Moolenaar2019-07-211-0/+10
* patch 8.1.1693: syntax coloring and highlighting is in one big filev8.1.1693Bram Moolenaar2019-07-141-0/+10
* patch 8.1.1687: the evalfunc.c file is too bigv8.1.1687Bram Moolenaar2019-07-141-0/+10
* patch 8.1.1684: profiling functionality is spread outv8.1.1684Bram Moolenaar2019-07-131-0/+11
* patch 8.1.1529: libcanberra is linked with even when not usedv8.1.1529Bram Moolenaar2019-06-141-1/+6
* patch 8.1.1502: cannot play any soundv8.1.1502Bram Moolenaar2019-06-091-0/+10
* patch 8.1.1476: no statistics displayed after running testsv8.1.1476Bram Moolenaar2019-06-061-1/+2