summaryrefslogtreecommitdiffstats
path: root/src/config.h.in
AgeCommit message (Collapse)Author
2016-02-27patch 7.4.1437v7.4.1437Bram Moolenaar
Problem: Old system doesn't have isinf() and NAN. (Ben Fritz) Solution: Adjust #ifdefs. Detect isnan() and isinf() functions with configure. Use a replacement when missing. (Kazunobu Kuriyama)
2016-02-27patch 7.4.1433v7.4.1433Bram Moolenaar
Problem: The Sniff interface is no longer useful, the tool has not been available for may years. Solution: Delete the Sniff interface and related code.
2016-02-23patch 7.4.1402v7.4.1402Bram Moolenaar
Problem: GTK 3 is not supported. Solution: Add GTK 3 support. (Kazunobu Kuriyama)
2016-01-30patch 7.4.1218v7.4.1218Bram Moolenaar
Problem: Missing change in configure. More changes for function style. Solution: Avoid the typos.
2016-01-24patch 7.4.1169v7.4.1169Bram Moolenaar
Problem: The socket I/O is intertwined with the netbeans code. Solution: Start refactoring the netbeans communication to split off the socket I/O. Add the +channel feature.
2016-01-09patch 7.4.1070v7.4.1070Bram Moolenaar
Problem: The Tcl interface can't be loaded dynamically on Unix. Solution: Make it possible to load it dynamically. (Ken Takata)
2015-12-29patch 7.4.995v7.4.995Bram Moolenaar
Problem: gdk_pixbuf_new_from_inline() is deprecated. Solution: Generate auto/gui_gtk_gresources.c. (Kazunobu Kazunobu, closes #507)
2015-09-08patch 7.4.861v7.4.861Bram Moolenaar
Problem: pango_shape_full() is not always available. Solution: Add a configure check.
2014-10-11updated for version 7.4.475v7.4.475Bram Moolenaar
Problem: Can't compile on a system where Xutf8SetWMProperties() is not in the X11 library. Issue 265. Solution: Add a configure check.
2014-04-02updated for version 7.4.238v7.4.238Bram Moolenaar
Problem: Vim does not support the smack library. Solution: Add smack support (Jose Bollo)
2014-02-23updated for version 7.4.188v7.4.188Bram 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-02updated for version 7.4.055v7.4.055Bram Moolenaar
Problem: Mac: Where availability macros are defined depends on the system. Solution: Add a configure check. (Felix Bünemann)
2013-02-26updated for version 7.3.836v7.3.836Bram 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-15updated for version 7.3.631v7.3.631Bram Moolenaar
Problem: Cannot complete user names. Solution: Add user name completion. (Dominique Pelle)
2012-02-05updated for version 7.3.432v7.3.432Bram Moolenaar
Problem: ACLs are not supported for ZFS or NFSv4 on Solaris. Solution: Add configure check and code. (Danek Duvall)
2011-09-02updated for version 7.3.291v7.3.291Bram Moolenaar
Problem: Configure doesn't work properly with Python3. Solution: Put -ldl before $LDFLAGS. Add PY3_NO_RTLD_GLOBAL. (Roland Puntaier)
2010-10-27updated for version 7.3.043v7.3.043Bram Moolenaar
Problem: Can't load Ruby dynamically on Unix. Solution: Adjust the configure script. (James Vega)
2010-08-13Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier)Bram Moolenaar
2010-07-22Make it possible to load Lua dynamically on Unix. (Luis Carvalho)Bram Moolenaar
2010-07-21Make it possible to load Perl dynamically on Unix. (James Vega)Bram Moolenaar
2010-07-17Added support for Python 3. (Roland Puntaier)Bram Moolenaar
2010-07-14Added Lua interfae. (Luis Carvalho)Bram Moolenaar
2010-06-26Change remaining HAVE_GTK2 to FEAT_GUI_GTK.Bram Moolenaar
2010-05-31Correct use of long instead of off_t for file size. (James Vega)Bram Moolenaar
2010-05-30A few more fixes for undo file. Split test in two parts so that it doesn'tBram Moolenaar
fail with tiny features.
2010-05-19Use UINT32_T in the code, define it to uint32_t or unsigned int.Bram Moolenaar
Better autoconf check for uint32_t.
2010-05-17Fixed 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-07updated for version 7.2.413v7.2.413Bram Moolenaar
Problem: Large file support is incorrect. Solution: Add AC_SYS_LARGEFILE to configure. (James Vega)
2010-02-24updated for version 7.2.371v7.2.371Bram Moolenaar
Problem: Build problems on Tandem NonStop. Solution: A few changes to #ifdefs (Joachim Schmitz)
2009-11-17updated for version 7.2-300v7.2.300Bram Moolenaar
2009-11-17updated for version 7.2-294v7.2.294Bram Moolenaar
2009-05-21updated for version 7.2-184v7.2.184Bram Moolenaar
2009-05-14updated for version 7.2-173v7.2.173Bram Moolenaar
2009-03-02updated for version 7.2-130v7.2.130Bram Moolenaar
2008-06-24updated for version 7.2aBram Moolenaar
2008-05-07updated for version 7.1-296v7.1.296Bram Moolenaar
2007-05-01updated for version 7.0-236v7.0.236Bram Moolenaar
2006-04-20updated for version 7.0e04v7.0e04Bram Moolenaar
2006-04-05updated for version 7.0c10v7.0c10Bram Moolenaar
2005-05-19updated for version 7.0073Bram Moolenaar
2005-04-23updated for version 7.0070Bram Moolenaar
2005-01-31updated for version 7.0046Bram Moolenaar
2004-07-05updated for version 7.0006Bram Moolenaar
2004-06-30updated for version 7.0003Bram Moolenaar
2004-06-13updated for version 7.0001v7.0001Bram Moolenaar