summaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1486: parallel make might not workv9.0.1486Samuel Dionne-Riel2023-04-241-17/+20
* patch 9.0.1001: classes are not documented or implemented yetv9.0.1001Bram Moolenaar2022-12-041-0/+11
* patch 9.0.0977: it is not easy to see what client-server commands are doingv9.0.0977Bram Moolenaar2022-11-301-0/+11
* patch 9.0.0904: various comment and indent flawsv9.0.0904Bram Moolenaar2022-11-181-1/+3
* Revert unintended Makefile changeBram Moolenaar2022-10-281-1/+1
* patch 9.0.0817v9.0.0817v9.0.0816Bram Moolenaar2022-10-221-1/+1
* patch 9.0.0700: there is no real need for a "big" buildv9.0.0700Martin Tournoij2022-10-081-4/+2
* patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij2022-10-041-5/+5
* patch 9.0.0594: Makefile error message causes a shell errorv9.0.0594dundargoc2022-09-261-1/+1
* patch 9.0.0477: missing dependency may cause crashes on incomplete buildv9.0.0477Bram Moolenaar2022-09-161-1/+1
* patch 9.0.0328: OLD_DIGRAPHS is unusedv9.0.0328Bram Moolenaar2022-08-301-5/+0
* patch 9.0.0287: Irix systems no longer existv9.0.0287Yegappan Lakshmanan2022-08-271-52/+0
* patch 9.0.0242: "make install" still failsv9.0.0242Bram Moolenaar2022-08-211-2/+4
* patch 9.0.0241: "make install" does not install shared syntax filev9.0.0241Bram Moolenaar2022-08-211-2/+7
* release version 9.0v9.0.0000Bram Moolenaar2022-06-281-2/+2
* patch 8.2.5171: dependencies and proto files are outdatedv8.2.5171Bram Moolenaar2022-06-271-343/+494
* patch 8.2.5154: still mentioning version8, some cosmetic issuesv8.2.5154Bram Moolenaar2022-06-231-1/+0
* patch 8.2.5153: "make uninstall" does not remove colors/listsv8.2.5153towrang2022-06-231-0/+1
* patch 8.2.5031: cannot easily run the benchmarksv8.2.5031Bram Moolenaar2022-05-271-1/+4
* patch 8.2.4893: distributed import files are not installedv8.2.4893Bram Moolenaar2022-05-061-1/+15
* patch 8.2.4677: the Athena GUI support is outdatedv8.2.4677Bram Moolenaar2022-04-031-45/+4
* patch 8.2.4596: installing tutor binary may failv8.2.4596Sergei Trofimovich2022-03-201-2/+2
* patch 8.2.4547: the neXTaw GUI is old and does not work wellv8.2.4547Bram Moolenaar2022-03-111-23/+2
* patch 8.2.4527: the Athena GUI is old and does not work wellv8.2.4527Bram Moolenaar2022-03-081-47/+8
* patch 8.2.4512: the find_tags_in_file() function is much too longv8.2.4512Yegappan Lakshmanan2022-03-051-1/+0
* patch 8.2.4457: the GPM library can only be linked staticallyv8.2.4457Bram Moolenaar2022-02-231-0/+2
* patch 8.2.4423: "make nvcmdidxs" failsv8.2.4423Bram Moolenaar2022-02-191-3/+3
* patch 8.2.4421: some installed files and directories have wrong permissionsv8.2.4421Bram Moolenaar2022-02-191-6/+6
* patch 8.2.4375: ctx_imports is not usedv8.2.4375Bram Moolenaar2022-02-131-1/+1
* patch 8.2.4284: old mac resources files are no longer usedv8.2.4284ichizok2022-02-021-8/+0
* patch 8.2.4270: generating nv_cmdidxs.h requires building Vim twicev8.2.4270ichizok2022-01-311-10/+12
* patch 8.2.4252: generating the normal command table at runtime is inefficientv8.2.4252Yegappan Lakshmanan2022-01-291-1/+11
* patch 8.2.4081: CodeQL reports problem in if_cscope causing it to failv8.2.4081ichizok2022-01-131-1/+1
* patch 8.2.4039: the xdiff library is linked in even when not usedv8.2.4039Bram Moolenaar2022-01-081-1/+1
* patch 8.2.3922: cannot build with dynamic Ruby 3.1v8.2.3922ichizok2021-12-281-12/+13
* patch 8.2.3863: various build flags accidentally enabledv8.2.3863Bram Moolenaar2021-12-201-11/+11
* patch 8.2.3860: Vim9: codecov struggles with the file sizev8.2.3860Bram Moolenaar2021-12-201-11/+41
* patch 8.2.3620: memory leak reported in libtlibv8.2.3620Bram Moolenaar2021-11-191-146/+146
* patch 8.2.3565: Makefile dependencies are outdatedv8.2.3565Bram Moolenaar2021-10-261-199/+215
* patch 8.2.3562: cannot add color namesv8.2.3562Drew Vogel2021-10-241-10/+1
* patch 8.2.3507: generating proto files may failv8.2.3507Bram Moolenaar2021-10-141-8/+8
* patch 8.2.3301: memory allocation functions don't have their own placev8.2.3301Yegappan Lakshmanan2021-08-061-0/+10
* patch 8.2.3139: functions for string manipulation are spread outv8.2.3139Yegappan Lakshmanan2021-07-101-0/+10
* patch 8.2.2929: accidentally enable tcl by defaultv8.2.2929Bram Moolenaar2021-06-021-1/+1
* patch 8.2.2928: the evalfunc.c file is too bigv8.2.2928Yegappan Lakshmanan2021-06-021-7/+22
* patch 8.2.2432: libvterm tests are executed even when libtool doesn't workv8.2.2432Bram Moolenaar2021-01-301-1/+4
* patch 8.2.2086: libvterm tests are only run on Linuxv8.2.2086Bram Moolenaar2020-12-031-4/+3
* patch 8.2.1597: the channel source file is too bigv8.2.1597Bram Moolenaar2020-09-051-1/+9
* patch 8.2.1567: no example to use ubsan with clangv8.2.1567Bram Moolenaar2020-09-021-3/+11
* patch 8.2.1546: build rule for Vim.app is unusedv8.2.1546Bram Moolenaar2020-08-301-78/+5