summaryrefslogtreecommitdiff
path: root/src/auto
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.1313: warnings for using localtime() and ctime()v8.1.1313Bram Moolenaar2019-05-101-1/+12
* patch 8.1.1225: cannot create a pty to use with :terminal on FreeBSDv8.1.1225Bram Moolenaar2019-04-281-1/+1
* patch 8.1.1149: building desktop files fails with older msgfmtv8.1.1149Bram Moolenaar2019-04-111-0/+13
* patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932Bram Moolenaar2019-02-161-14/+1
* patch 8.1.0824: SunOS/Solaris has a problem with ttysv8.1.0824Bram Moolenaar2019-01-261-1/+1
* patch 8.1.0811: too many #ifdefsv8.1.0811Bram Moolenaar2019-01-241-4/+1
* patch 8.1.0763: nobody is using the Sun Workshop supportv8.1.0763Bram Moolenaar2019-01-171-27/+0
* patch 8.1.0733: too many #ifdefs for the multi-byte featurev8.1.0733Bram Moolenaar2019-01-121-18/+6
* patch 8.1.0664: configure "fail-if-missing" does not apply to enable-guiv8.1.0664Bram Moolenaar2018-12-301-5/+12
* patch 8.1.0612: cannot use two global runtime dirs with configurev8.1.0612Bram Moolenaar2018-12-211-6/+15
* patch 8.1.0578: cannot disable arabic, rightleft and farsi in configurev8.1.0578Bram Moolenaar2018-12-121-0/+63
* patch 8.1.0379: build dependencies are incompletev8.1.0379Bram Moolenaar2018-09-131-2/+2
* patch 8.1.0371: argument types for select() may be wrongv8.1.0371Bram Moolenaar2018-09-121-0/+75
* patch 8.1.0237: Ruby on Cygwin doesn't always workv8.1.0237Bram Moolenaar2018-08-041-0/+3
* patch 8.1.0215: no error if configure --with-x cannot configure Xv8.1.0215Bram Moolenaar2018-07-271-0/+6
* patch 8.0.1832: cannot use :unlet for an environment variablev8.0.1832Bram Moolenaar2018-05-131-1/+1
* patch 8.0.1826: configure uses old compiler flagv8.0.1826Bram Moolenaar2018-05-121-1/+1
* patch 8.0.1736: check for C99 features is incompletev8.0.1736Bram Moolenaar2018-04-191-62/+306
* patch 8.0.1735: flexible array member feature not supported by HP-UXv8.0.1735Bram Moolenaar2018-04-181-7/+3
* patch 8.0.1730: no configure check for the used C99 featuresv8.0.1730Bram Moolenaar2018-04-171-0/+34
* patch 8.0.1719: cannot specify which Python executable configure should usev8.0.1719Bram Moolenaar2018-04-151-2/+38
* patch 8.0.1717: C89 check causes too much troublev8.0.1717Bram Moolenaar2018-04-151-6/+0
* patch 8.0.1710: building with Ruby failsv8.0.1710Bram Moolenaar2018-04-141-1/+1
* patch 8.0.1709: some non-C89 code may slip throughv8.0.1709Bram Moolenaar2018-04-141-1/+98
* patch 8.0.1699: leftover stuff for Python 1.4v8.0.1699Bram Moolenaar2018-04-111-16/+2
* patch 8.0.1692: Python may not work when using statically linked libraryv8.0.1692Bram Moolenaar2018-04-101-2/+2
* patch 8.0.1686: Python does not work when configuring with specific dirv8.0.1686Bram Moolenaar2018-04-101-2/+9
* patch 8.0.1683: Python upgrade breaks Vim when defining PYTHON_HOMEv8.0.1683Bram Moolenaar2018-04-101-4/+4
* patch 8.0.1444: missing -D_FILE_OFFSET_BITS=64 may cause problemsv8.0.1444Bram Moolenaar2018-01-311-0/+12
* patch 8.0.1437: pkg-config doesn't work with cross compilingv8.0.1437Bram Moolenaar2018-01-281-15/+129
* patch 8.0.1392: build fails with --with-features=huge --disable-channelv8.0.1392Bram Moolenaar2017-12-161-1/+1
* patch 8.0.1379: configure check for selinux does not check for header filev8.0.1379Bram Moolenaar2017-12-071-1/+6
* patch 8.0.1300: file permissions may end up wrong when writingv8.0.1300Bram Moolenaar2017-11-161-2/+2
* patch 8.0.1295: cannot automatically get a server name in a terminalv8.0.1295Bram Moolenaar2017-11-121-0/+18
* patch 8.0.1256: typo in configure variable vim_cv_tgentv8.0.1256Bram Moolenaar2017-11-021-6/+6
* patch 8.0.1236: Mac features are confusingv8.0.1236Bram Moolenaar2017-10-281-27/+52
* patch 8.0.1235: cannot disable the terminal feature in a huge buildv8.0.1235Bram Moolenaar2017-10-281-1/+1
* patch 8.0.1185: Ruby library includes minor version numberv8.0.1185Bram Moolenaar2017-10-121-3/+3
* patch 8.0.1156: trouble from removing one -W argument from Perl CFLAGSv8.0.1156Bram Moolenaar2017-09-271-3/+5
* patch 8.0.1111: syntax error in configure when using Perlv8.0.1111Bram Moolenaar2017-09-151-1/+1
* patch 8.0.1110: FORTIFY_SOURCE from Perl causes problemsv8.0.1110Bram Moolenaar2017-09-141-3/+4
* patch 8.0.1050: terminal window feature not included by defaultv8.0.1050Bram Moolenaar2017-09-031-3/+17
* patch 8.0.0729: the help for the terminal configure option is wrongv8.0.0729Bram Moolenaar2017-07-181-8/+8
* patch 8.0.0693: no terminal emulator supportv8.0.0693Bram Moolenaar2017-07-071-0/+33
* patch 8.0.0620: checking for HAVE_GTK_MULTIHEAD is not neededv8.0.0620Bram Moolenaar2017-06-051-7/+0
* patch 8.0.0587: configure check for return value of tgetent skippedv8.0.0587Bram Moolenaar2017-04-281-9/+7
* patch 8.0.0576: can't build when configure choses "install-sh"v8.0.0576Bram Moolenaar2017-04-211-78/+0
* patch 8.0.0570: can't run make with several jobsv8.0.0570Bram Moolenaar2017-04-201-4/+82
* patch 8.0.0464: can't find executable name on Solaris and FreeBSDv8.0.0464Bram Moolenaar2017-03-161-6/+16
* patch 8.0.0445: getpgid is not supported on all systemsv8.0.0445Bram Moolenaar2017-03-111-1/+1