Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-02 | updated for version 7.4.238 | Bram Moolenaar | |
Problem: Vim does not support the smack library. Solution: Add smack support (Jose Bollo) | |||
2014-02-23 | updated for version 7.4.188 | Bram Moolenaar | |
Problem: SIZEOF_LONG clashes with similar defines in header files. Solution: Rename to a name starting with VIM_. Also for SIZEOF_INT. | |||
2013-11-02 | updated for version 7.4.055 | Bram Moolenaar | |
Problem: Mac: Where availability macros are defined depends on the system. Solution: Add a configure check. (Felix Bünemann) | |||
2013-02-26 | updated for version 7.3.836 | Bram Moolenaar | |
Problem: Clipboard does not work on Win32 when compiled with Cygwin. Solution: Move the Win32 clipboard code to a separate file and use it when building with os_unix.c. (Frodak Baksik, Ken Takata) | |||
2012-08-15 | updated for version 7.3.631 | Bram Moolenaar | |
Problem: Cannot complete user names. Solution: Add user name completion. (Dominique Pelle) | |||
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-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) | |||
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-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-17 | Added support for Python 3. (Roland Puntaier) | Bram Moolenaar | |
2010-07-14 | Added Lua interfae. (Luis Carvalho) | Bram Moolenaar | |
2010-06-26 | Change remaining HAVE_GTK2 to FEAT_GUI_GTK. | 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-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-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-02-24 | updated for version 7.2.371 | Bram Moolenaar | |
Problem: Build problems on Tandem NonStop. Solution: A few changes to #ifdefs (Joachim Schmitz) | |||
2009-11-17 | updated for version 7.2-300 | Bram Moolenaar | |
2009-11-17 | updated for version 7.2-294 | Bram Moolenaar | |
2009-05-21 | updated for version 7.2-184 | Bram Moolenaar | |
2009-05-14 | updated for version 7.2-173 | Bram Moolenaar | |
2009-03-02 | updated for version 7.2-130 | Bram Moolenaar | |
2008-06-24 | updated for version 7.2a | Bram Moolenaar | |
2008-05-07 | updated for version 7.1-296 | Bram Moolenaar | |
2007-05-01 | updated for version 7.0-236 | Bram Moolenaar | |
2006-04-20 | updated for version 7.0e04 | Bram Moolenaar | |
2006-04-05 | updated for version 7.0c10 | Bram Moolenaar | |
2005-05-19 | updated for version 7.0073 | Bram Moolenaar | |
2005-04-23 | updated for version 7.0070 | Bram Moolenaar | |
2005-01-31 | updated for version 7.0046 | Bram Moolenaar | |
2004-07-05 | updated for version 7.0006 | Bram Moolenaar | |
2004-06-30 | updated for version 7.0003 | Bram Moolenaar | |
2004-06-13 | updated for version 7.0001 | Bram Moolenaar | |