summaryrefslogtreecommitdiffstats
path: root/src/auto/configure
AgeCommit message (Expand)Author
2022-11-05patch 9.0.0834: warning for missing return typev9.0.0834Sam James
2022-10-08patch 9.0.0700: there is no real need for a "big" buildv9.0.0700Martin Tournoij
2022-10-04patch 9.0.0657: too many #ifdefsv9.0.0657Martin Tournoij
2022-09-22patch 9.0.0546: supporting Ruby 1.8 makes code complicatedv9.0.0546K.Takata
2022-09-17patch 9.0.0491: no good reason to build without the float featurev9.0.0491Bram Moolenaar
2022-07-30patch 9.0.0108: configure check for timer_create may give wrong errorv9.0.0108Bram Moolenaar
2022-07-28patch 9.0.0103: if running configure with cached results -lrt may be missingv9.0.0103Bram Moolenaar
2022-07-28patch 9.0.0098: missing include file in timer_create configure checkv9.0.0098Bram Moolenaar
2022-07-24patch 9.0.0065: cross-compiling doesn't work because of timer_create checkv9.0.0065Richard Purdie
2022-07-02patch 9.0.0023: on Solaris timer_create() exists but does not workv9.0.0023Bram Moolenaar
2022-06-19patch 8.2.5135: running configure gives warnings for main() return typev8.2.5135Bram Moolenaar
2022-06-19patch 8.2.5131: timeout implementation is not optimalv8.2.5131Bram Moolenaar
2022-06-05patch 8.2.5061: C89 requires signal handlers to return voidv8.2.5061Bram Moolenaar
2022-06-05patch 8.2.5060: running configure failsv8.2.5060Bram Moolenaar
2022-06-05patch 8.2.5059: autoconf 2.71 produces many obsolete warningsv8.2.5059Bram Moolenaar
2022-06-05patch 8.2.5057: using gettimeofday() for timeout is very inefficientv8.2.5057Paul Ollis
2022-04-04patch 8.2.4686: configure doesn't find the Motif library with Cygwinv8.2.4686Kelvin Lee
2022-03-12patch 8.2.4549: cannot build with Motif and editresv8.2.4549Bram Moolenaar
2022-03-11patch 8.2.4547: the neXTaw GUI is old and does not work wellv8.2.4547Bram Moolenaar
2022-03-08patch 8.2.4527: the Athena GUI is old and does not work wellv8.2.4527Bram Moolenaar
2022-01-18patch 8.2.4129: building with +sound but without +eval failsv8.2.4129Bram Moolenaar
2022-01-08patch 8.2.4039: the xdiff library is linked in even when not usedv8.2.4039Bram Moolenaar
2021-12-28patch 8.2.3922: cannot build with dynamic Ruby 3.1v8.2.3922ichizok
2021-12-13patch 8.2.3800: when cross compiling the output of "uname" cannot be setv8.2.3800Bram Moolenaar
2021-11-19patch 8.2.3620: memory leak reported in libtlibv8.2.3620Bram Moolenaar
2021-10-14patch 8.2.3510: changes are only detected with one second accuracyv8.2.3510Leah Neukirchen
2021-10-06patch 8.2.3483: #ifdef for using sysinfo() is incompletev8.2.3483Bram Moolenaar
2021-09-09patch 8.2.3420: _REENTRANT defined more than oncev8.2.3420Christian Brabandt
2021-09-06patch 8.2.3406: on some systems tests fail without _REENTRANTv8.2.3406Bram Moolenaar
2021-06-23patch 8.2.3037: configure reports libcanberra when checking for libsodiumv8.2.3037ichizok
2021-06-20patch 8.2.3022: available encryption methods are not strong enoughv8.2.3022Christian Brabandt
2021-06-10patch 8.2.2970: Python configure check uses deprecated commandv8.2.2970Zdenek Dohnal
2021-05-21patch 8.2.2876: configure cannot detect Python 3.10v8.2.2876Bram Moolenaar
2021-05-15patch 8.2.2852: configure can add --as-needed a second timev8.2.2852Natanael Copa
2021-04-21patch 8.2.2794: Linux users don't know how to get ncursesv8.2.2794Bram Moolenaar
2021-04-03patch 8.2.2701: order of removing FORTIFY_SOURCE is wrongv8.2.2701Bram Moolenaar
2021-04-02patch 8.2.2691: autoconf may mess up compiler flagsv8.2.2691Bram Moolenaar
2021-03-10patch 8.2.2586: process id may be invalidv8.2.2586Bram Moolenaar
2021-02-25patch 8.2.2550: signal stack size is wrong with latest glibc 2.34v8.2.2550Bram Moolenaar
2021-01-31patch 8.2.2442: automatic GUI selection does not check for GTK 3v8.2.2442Bram Moolenaar
2021-01-31patch 8.2.2437: deprecation warnings with default configurationv8.2.2437Bram Moolenaar
2021-01-30patch 8.2.2431: warning for -fno-strength-reduce with Clang 11v8.2.2431Bram Moolenaar
2021-01-12patch 8.2.2337: configure test for GTK only says "no"v8.2.2337Bram Moolenaar
2020-12-28patch 8.2.2241: Build with Ruby and clang may failv8.2.2241Bram Moolenaar
2020-12-23patch 8.2.2196: :version output has extra spaces in compile and link commandv8.2.2196Bram Moolenaar
2020-12-17patch 8.2.2151: $dir not expanded when configure checks for moonjitv8.2.2151Bram Moolenaar
2020-12-06patch 8.2.2104: build problem with Ruby 2.7v8.2.2104Bram Moolenaar
2020-12-04patch 8.2.2089: libvterm test fails to build on Macv8.2.2089Bram Moolenaar
2020-11-26patch 8.2.2056: configure fails when building with implicit-function-declarationv8.2.2056Bram Moolenaar
2020-10-03patch 8.2.1792: Configure does not recognize Racket 6.1+v8.2.1792Bram Moolenaar