| b3a29558 | 19-Nov-2021 |
Bram Moolenaar <[email protected]> |
patch 8.2.3620: memory leak reported in libtlib
Problem: Memory leak reported in libtlib. Solution: Call del_curterm() when cleaning up memory. Rename term.h to termdefs.h to avoid
patch 8.2.3620: memory leak reported in libtlib
Problem: Memory leak reported in libtlib. Solution: Call del_curterm() when cleaning up memory. Rename term.h to termdefs.h to avoid a name clash.
show more ...
|
| 0a7984af | 14-Oct-2021 |
Leah Neukirchen <[email protected]> |
patch 8.2.3510: changes are only detected with one second accuracy
Problem: Changes are only detected with one second accuracy. Solution: Use the nanosecond time if possible. (Leah Neukirchen,
patch 8.2.3510: changes are only detected with one second accuracy
Problem: Changes are only detected with one second accuracy. Solution: Use the nanosecond time if possible. (Leah Neukirchen, closes #8873, closes #8875)
show more ...
|
| e2982d69 | 06-Oct-2021 |
Bram Moolenaar <[email protected]> |
patch 8.2.3483: #ifdef for using sysinfo() is incomplete
Problem: #ifdef for using sysinfo() is incomplete. Solution: Also check for HAVE_SYSINFO. Make autoconf check use TRY_LINK.
patch 8.2.3483: #ifdef for using sysinfo() is incomplete
Problem: #ifdef for using sysinfo() is incomplete. Solution: Also check for HAVE_SYSINFO. Make autoconf check use TRY_LINK. (closes #8952)
show more ...
|
| 6b9efdde | 09-Sep-2021 |
Christian Brabandt <[email protected]> |
patch 8.2.3420: _REENTRANT defined more than once
Problem: _REENTRANT defined more than once. Solution: Fix configure script. (Christian Brabandt, closes #8852) |
| 3ae5fc9a | 06-Sep-2021 |
Bram Moolenaar <[email protected]> |
patch 8.2.3406: on some systems tests fail without _REENTRANT
Problem: On some systems tests fail without _REENTRANT. (Elimar Riesebieter) Solution: Add -D_REENTRANT in configure. (
patch 8.2.3406: on some systems tests fail without _REENTRANT
Problem: On some systems tests fail without _REENTRANT. (Elimar Riesebieter) Solution: Add -D_REENTRANT in configure. (closes #7402)
show more ...
|
| 8ce3ca89 | 23-Jun-2021 |
ichizok <[email protected]> |
patch 8.2.3037: configure reports libcanberra when checking for libsodium
Problem: Configure reports libcanberra when checking for libsodium. Solution: Adjust the message. (Ozaki Kiichi, closes
patch 8.2.3037: configure reports libcanberra when checking for libsodium
Problem: Configure reports libcanberra when checking for libsodium. Solution: Adjust the message. (Ozaki Kiichi, closes #8435)
show more ...
|
| f573c6e1 | 20-Jun-2021 |
Christian Brabandt <[email protected]> |
patch 8.2.3022: available encryption methods are not strong enough
Problem: Available encryption methods are not strong enough. Solution: Add initial support for xchaha20. (Christian Brabandt,
patch 8.2.3022: available encryption methods are not strong enough
Problem: Available encryption methods are not strong enough. Solution: Add initial support for xchaha20. (Christian Brabandt, closes #8394)
show more ...
|
| 31e299c0 | 10-Jun-2021 |
Zdenek Dohnal <[email protected]> |
patch 8.2.2970: Python configure check uses deprecated command
Problem: Python configure check uses deprecated command. Solution: Use sysconfig instead of distutils if possible. (Zdenek Dohnal,
patch 8.2.2970: Python configure check uses deprecated command
Problem: Python configure check uses deprecated command. Solution: Use sysconfig instead of distutils if possible. (Zdenek Dohnal, closes #8354)
show more ...
|
| 23c01921 | 21-May-2021 |
Bram Moolenaar <[email protected]> |
patch 8.2.2876: configure cannot detect Python 3.10
Problem: Configure cannot detect Python 3.10. Solution: Use sys.version_info. (closes #8233) |
| 761ead49 | 15-May-2021 |
Natanael Copa <[email protected]> |
patch 8.2.2852: configure can add --as-needed a second time
Problem: Configure can add --as-needed a second time. Solution: Only add --as-needed if not already there. (Natanael Copa,
patch 8.2.2852: configure can add --as-needed a second time
Problem: Configure can add --as-needed a second time. Solution: Only add --as-needed if not already there. (Natanael Copa, closes #8189, closes #8181)
show more ...
|
| 16678eb5 | 21-Apr-2021 |
Bram Moolenaar <[email protected]> |
patch 8.2.2794: Linux users don't know how to get ncurses
Problem: Linux users don't know how to get ncurses. Solution: Add the name of the package. (closes #8132) |
| 26f20134 | 03-Apr-2021 |
Bram Moolenaar <[email protected]> |
patch 8.2.2701: order of removing FORTIFY_SOURCE is wrong
Problem: Order of removing FORTIFY_SOURCE is wrong. Solution: Use the more specific pattern first. |
| 3fa5e64e | 02-Apr-2021 |
Bram Moolenaar <[email protected]> |
patch 8.2.2691: autoconf may mess up compiler flags
Problem: Autoconf may mess up compiler flags. Solution: Handle removing FORTIFY_SOURCE a bit better. (Vladimir Lomov, closes #804
patch 8.2.2691: autoconf may mess up compiler flags
Problem: Autoconf may mess up compiler flags. Solution: Handle removing FORTIFY_SOURCE a bit better. (Vladimir Lomov, closes #8049)
show more ...
|
| f52f0606 | 10-Mar-2021 |
Bram Moolenaar <[email protected]> |
patch 8.2.2586: process id may be invalid
Problem: Process id may be invalid. Solution: Use sysinfo.uptime to check for recent reboot. (suggested by Hugo van der Sanden, closes #794
patch 8.2.2586: process id may be invalid
Problem: Process id may be invalid. Solution: Use sysinfo.uptime to check for recent reboot. (suggested by Hugo van der Sanden, closes #7947)
show more ...
|
| 0e62a674 | 25-Feb-2021 |
Bram Moolenaar <[email protected]> |
patch 8.2.2550: signal stack size is wrong with latest glibc 2.34
Problem: Signal stack size is wrong with latest glibc 2.34. Solution: Use sysconf(_SC_SIGSTKSZ) if available. (Zdenek Dohnal, c
patch 8.2.2550: signal stack size is wrong with latest glibc 2.34
Problem: Signal stack size is wrong with latest glibc 2.34. Solution: Use sysconf(_SC_SIGSTKSZ) if available. (Zdenek Dohnal, closes #7895)
show more ...
|
| f272ae12 | 31-Jan-2021 |
Bram Moolenaar <[email protected]> |
patch 8.2.2442: automatic GUI selection does not check for GTK 3
Problem: Automatic GUI selection does not check for GTK 3. Solution: Make SKIP_GTK3 empty for automatic GUI support. Set SKIP_G
patch 8.2.2442: automatic GUI selection does not check for GTK 3
Problem: Automatic GUI selection does not check for GTK 3. Solution: Make SKIP_GTK3 empty for automatic GUI support. Set SKIP_GTK3 to YES when checking for GTK2.
show more ...
|
| 4d8479b3 | 31-Jan-2021 |
Bram Moolenaar <[email protected]> |
patch 8.2.2437: deprecation warnings with default configuration
Problem: Deprecation warnings with default configuration. Solution: Add -Wno-deprecated-declarations. |
| ebd211c8 | 30-Jan-2021 |
Bram Moolenaar <[email protected]> |
patch 8.2.2431: warning for -fno-strength-reduce with Clang 11
Problem: Warning for -fno-strength-reduce with Clang 11. Solution: Adjust check for clang version number. |
| 67876de7 | 12-Jan-2021 |
Bram Moolenaar <[email protected]> |
patch 8.2.2337: configure test for GTK only says "no"
Problem: Configure test for GTK only says "no". (Harm te Hennepe) Solution: Hint that a -def package is needed. (closes #5229) |
| 864a28b6 | 28-Dec-2020 |
Bram Moolenaar <[email protected]> |
patch 8.2.2241: Build with Ruby and clang may fail
Problem: Build with Ruby and clang may fail. Solution: Adjust congigure and sed script. (Ozaki Kiichi, closes #7566) |
| abcbb0e9 | 23-Dec-2020 |
Bram Moolenaar <[email protected]> |
patch 8.2.2196: :version output has extra spaces in compile and link command
Problem: :version output has extra spaces in compile and link command. Solution: Adjust QUOTESED. (closes #7505) |
| a79a8944 | 17-Dec-2020 |
Bram Moolenaar <[email protected]> |
patch 8.2.2151: $dir not expanded when configure checks for moonjit
Problem: $dir not expanded when configure checks for moonjit. Solution: Use double quotes instead of single quotes. (closes #
patch 8.2.2151: $dir not expanded when configure checks for moonjit
Problem: $dir not expanded when configure checks for moonjit. Solution: Use double quotes instead of single quotes. (closes #7478)
show more ...
|
| d5a986f4 | 06-Dec-2020 |
Bram Moolenaar <[email protected]> |
patch 8.2.2104: build problem with Ruby 2.7
Problem: Build problem with Ruby 2.7. Solution: Adjust function declarations. (Ozaki Kiichi, closes #7430) |
| 6cd42db9 | 04-Dec-2020 |
Bram Moolenaar <[email protected]> |
patch 8.2.2089: libvterm test fails to build on Mac
Problem: Libvterm test fails to build on Mac. Solution: Adjust configure to remove a space between -L and the path that follows. |
| ce7be3a0 | 26-Nov-2020 |
Bram Moolenaar <[email protected]> |
patch 8.2.2056: configure fails when building with implicit-function-declaration
Problem: Configure fails when building with the "implicit-function-declaration" error enabled, specifi
patch 8.2.2056: configure fails when building with implicit-function-declaration
Problem: Configure fails when building with the "implicit-function-declaration" error enabled, specifically on Mac. Solution: Declear the functions like in the source code. (suggestion by Clemens Lang, closes #7380)
show more ...
|