Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-13 | updated for version 7.3.555 | Bram Moolenaar | |
Problem: Building on IBM z/OS fails. Solution: Adjust configure. Use the QUOTESED value from config.mk instead of the hard coded one in Makefile. (Stephen Bovy) | |||
2012-02-05 | updated for version 7.3.432 | Bram Moolenaar | |
Problem: ACLs are not supported for ZFS or NFSv4 on Solaris. Solution: Add configure check and code. (Danek Duvall) | |||
2011-12-14 | updated for version 7.3.381 | Bram Moolenaar | |
Problem: Configure silently skips interfaces that won't work. Solution: Add the --enable-fail_if_missing argument. (Shlomi Fish) | |||
2011-12-14 | updated for version 7.3.378 | Bram Moolenaar | |
Problem: When cross-compiling the check for uint32_t fails. Solution: Only give a warning message. (Maksim Melnikau) | |||
2011-12-08 | updated for version 7.3.368 | Bram Moolenaar | |
Problem: Gcc complains about redefining _FORTIFY_SOURCE. Solution: Undefine it before redefining it. | |||
2011-09-02 | updated for version 7.3.291 | Bram Moolenaar | |
Problem: Configure doesn't work properly with Python3. Solution: Put -ldl before $LDFLAGS. Add PY3_NO_RTLD_GLOBAL. (Roland Puntaier) | |||
2011-07-15 | updated for version 7.3.245 | Bram Moolenaar | |
Problem: Python 3.2 libraries not correctly detected. Solution: Add the suffix to the library name. (Niclas Zeising) | |||
2011-06-13 | updated for version 7.3.218 | Bram Moolenaar | |
Problem: Tiny configuration problem with Python 3. Solution: Add abiflags in one more place. (Andreas Behr) | |||
2011-06-12 | updated for version 7.3.212 | Bram Moolenaar | |
Problem: With Python 3.2 ":py3" fails. Solution: Move PyEval_InitThreads() to after Py_Initialize(). (Roland Puntaier) Check abiflags in configure. (Andreas Behr) | |||
2011-05-10 | updated for version 7.3.183 | Bram Moolenaar | |
Problem: When Exuberant ctags binary is exuberant-ctags it's not found. Solution: Add configure check for exuberant-ctags. | |||
2011-05-05 | updated for version 7.3.176 | Bram Moolenaar | |
Problem: Ruby linking doesn't work properly on Mac OS X. Solution: Fix the configure check for Ruby. (Bjorn Winckler) | |||
2011-05-05 | updated for version 7.3.174 | Bram Moolenaar | |
Problem: When Exuberant ctags binary is exctags it's not found. Solution: Add configure check for exctags. (Hong Xu) | |||
2011-02-09 | updated for version 7.3.117 | Bram Moolenaar | |
Problem: On some systems --as-needed does not work, because the "tinfo" library is included indirectly from "ncurses". (Charles Campbell) Solution: In configure prefer using "tinfo" instead of "ncurses". | |||
2010-11-16 | updated for version 7.3.062 | Bram Moolenaar | |
Problem: Python doesn't work properly when installed in another directory than expected. Solution: Figure out home directory in configure and use Py_SetPythonHome() at runtime. (Roland Puntaier) | |||
2010-11-03 | updated for version 7.3.050 | Bram Moolenaar | |
Problem: The link script is clumsy. Solution: Use the --as-needed linker option if available. (Kirill A. Shutemov) | |||
2010-11-03 | updated for version 7.3.049 | Bram Moolenaar | |
Problem: PLT has rebranded their Scheme to Racket. Solution: Add support for Racket 5.x. (Sergey Khorev) | |||
2010-10-27 | updated for version 7.3.043 | Bram Moolenaar | |
Problem: Can't load Ruby dynamically on Unix. Solution: Adjust the configure script. (James Vega) | |||
2010-08-13 | Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier) | Bram Moolenaar | |
2010-07-25 | Use the SONAME-versioned liblua, if it exists. (James Vega) | Bram Moolenaar | |
2010-07-24 | Remove -arch flag from build flags for Perl. (Bjorn Wickler) | Bram Moolenaar | |
2010-07-24 | Find python3 also in lib64 directory. (Ben Boeckel) | Bram Moolenaar | |
2010-07-24 | Specify library to load for Python more precisely. (James Vega) | Bram Moolenaar | |
2010-07-22 | Make it possible to load Lua dynamically on Unix. (Luis Carvalho) | Bram Moolenaar | |
2010-07-21 | Make it possible to load Perl dynamically on Unix. (James Vega) | Bram Moolenaar | |
2010-07-19 | Fix configure for Python3 libs and version number. (James Vega) | Bram Moolenaar | |
2010-07-18 | Make it easier to build with Lua. Remove compiler warnings. | Bram Moolenaar | |
2010-07-17 | Added support for Python 3. (Roland Puntaier) | Bram Moolenaar | |
2010-07-14 | Added Lua interfae. (Luis Carvalho) | Bram Moolenaar | |
2010-07-14 | Add clipboard support in Mac console. (Bjorn Winckler) | Bram Moolenaar | |
2010-07-11 | Filter out -pthread for cproto. | Bram Moolenaar | |
2010-07-05 | Change SKIP_GTK to SKIP_GTK2 in configure. | Bram Moolenaar | |
2010-06-26 | Change remaining HAVE_GTK2 to FEAT_GUI_GTK. | Bram Moolenaar | |
2010-06-25 | Remove the old and not well supported GTK 1 code. (James Vega) | Bram Moolenaar | |
2010-06-03 | Add patch to improve support of z/OS (OS/390). (Ralf Schandl) | Bram Moolenaar | |
2010-05-31 | Correct use of long instead of off_t for file size. (James Vega) | Bram Moolenaar | |
2010-05-30 | A few more fixes for undo file. Split test in two parts so that it doesn't | Bram Moolenaar | |
fail with tiny features. | |||
2010-05-20 | Various smaller changes. Updated proto files. Updated dependencies. | Bram Moolenaar | |
2010-05-19 | Use UINT32_T in the code, define it to uint32_t or unsigned int. | Bram Moolenaar | |
Better autoconf check for uint32_t. | |||
2010-05-17 | Fixed encryption big/little endian test. | Bram Moolenaar | |
Use uint32_t to avoid crash on 64 bit machines. Added error numbers for Blowfish errors. Fixed the tiny version not building. | |||
2010-05-15 | Switched from autoconf 2.63 to 2.65. | Bram Moolenaar | |
2010-05-07 | updated for version 7.2.413 | Bram Moolenaar | |
Problem: Large file support is incorrect. Solution: Add AC_SYS_LARGEFILE to configure. (James Vega) | |||
2010-03-10 | updated for version 7.2.393 | Bram Moolenaar | |
Problem: Mac: Can't build with different Xcode developer tools directory. Solution: make "Developer" directory name configurable. (Rainer Muller) | |||
2010-02-24 | updated for version 7.2.371 | Bram Moolenaar | |
Problem: Build problems on Tandem NonStop. Solution: A few changes to #ifdefs (Joachim Schmitz) | |||
2010-02-17 | updated for version 7.2.361 | Bram Moolenaar | |
Problem: Ruby 1.9 is not supported. Solution: Add Ruby 1.9 support. (Msaki Suketa) | |||
2009-12-16 | updated for version 7.2-316 | Bram Moolenaar | |
2009-12-02 | updated for version 7.2-315 | Bram Moolenaar | |
2009-11-17 | updated for version 7.2-300 | Bram Moolenaar | |
2009-11-17 | updated for version 7.2-294 | Bram Moolenaar | |
2009-09-11 | updated for version 7.2-251 | Bram Moolenaar | |
2009-07-22 | updated for version 7.2-236 | Bram Moolenaar | |