summaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Collapse)Author
2012-07-25updated for version 7.3.613Bram Moolenaar
Problem: Including Python's config.c in the build causes trouble. It is not clear why it was there. Solution: Omit the config file. (James McCoy)
2012-06-20updated for version 7.3.565Bram Moolenaar
Problem: Can't generate proto file for Python 3. Solution: Add PYTHON3_CFLAGS to LINT_CFLAGS.
2012-06-13updated for version 7.3.555Bram 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-03-28updated for version 7.3.485Bram Moolenaar
Problem: When building Vim LDFLAGS isn't passed on to building xxd. Solution: Pass the LDFLAGS value. (James McCoy)
2011-12-14updated for version 7.3.381Bram Moolenaar
Problem: Configure silently skips interfaces that won't work. Solution: Add the --enable-fail_if_missing argument. (Shlomi Fish)
2011-12-08updated for version 7.3.368Bram Moolenaar
Problem: Gcc complains about redefining _FORTIFY_SOURCE. Solution: Undefine it before redefining it.
2011-10-20updated for version 7.3.339Bram Moolenaar
Problem: "make shadow" doesn't link all test files. Solution: Add a line in Makefile and Filelist.
2011-05-19updated for version 7.3.191Bram Moolenaar
Problem: Still some RISC OS stuff to remove. Solution: Remove files and lines. (Hong Xu) Remove the 'osfiletype' option code.
2011-04-01updated for version 7.3.147Bram Moolenaar
Problem: Can't build on HP-UX. Solution: Remove an unnecessary backslash. (John Marriott)
2011-03-22updated for version 7.3.143Bram Moolenaar
Problem: Memfile is not tested sufficiently. Looking up blocks in a memfile is slow when there are many blocks. Solution: Add high level test and unittest. Adjust the number of hash buckets to the number of blocks. (Ivan Krasilnikov)
2011-02-15updated for version 7.3.122Bram Moolenaar
Problem: Having auto/config.mk in the repository causes problems. Solution: Remove auto/config.mk from the distribution. In the toplevel Makefile copy it from the "dist" file.
2010-11-03updated for version 7.3.050Bram Moolenaar
Problem: The link script is clumsy. Solution: Use the --as-needed linker option if available. (Kirill A. Shutemov)
2010-10-27updated for version 7.3.043Bram Moolenaar
Problem: Can't load Ruby dynamically on Unix. Solution: Adjust the configure script. (James Vega)
2010-08-15Last changes for the 7.3 release!Bram Moolenaar
2010-08-14Fix building the Mac version with GUI.Bram Moolenaar
2010-08-14Version 7.3f -> 7.3gBram Moolenaar
2010-08-13Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier)Bram Moolenaar
2010-08-09When building with both Python 2 and Python 3 don't use RTLD_GLOBAL, so thatBram Moolenaar
both may work.
2010-08-09Version 7.3e -> 7.3f.Bram Moolenaar
2010-08-04Fixed: "make install" installed a few Amiga .info files.Bram Moolenaar
2010-08-047.3d -> 7.3e.Bram Moolenaar
2010-08-01Version 7.3c -> 7.3dBram Moolenaar
2010-07-257.3b -> 7.3cBram Moolenaar
2010-07-25Prepare for 7.3b release. Fix src/Makefile enabling python3 by default.Bram Moolenaar
2010-07-24Move some common code from if_python.c and if_python3.c to if_py_both.h.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-18Vim 7.3a -> 7.3b.Bram Moolenaar
2010-07-18Fixes and improvements for MS-Windows build.Bram Moolenaar
2010-07-18Make automatic prototype generation work with more interfaces.Bram Moolenaar
2010-07-18Make it easier to build with Lua. Remove compiler warnings.Bram Moolenaar
2010-07-17Added support for Python 3. (Roland Puntaier)Bram Moolenaar
2010-07-14Added Lua interfae. (Luis Carvalho)Bram Moolenaar
2010-07-14Add clipboard support in Mac console. (Bjorn Winckler)Bram Moolenaar
2010-07-11Filter out -pthread for cproto.Bram Moolenaar
2010-06-25Remove the old and not well supported GTK 1 code. (James Vega)Bram Moolenaar
2010-05-22Add :nbstart and :nbclose.Bram Moolenaar
2010-05-17Undo undesired changes in src/Makefile.Bram Moolenaar
2010-05-16Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.Bram Moolenaar
2010-05-15First step in the Vim 7.3 branch. Changed version numbers.Bram Moolenaar
2010-05-07updated for version 7.2.416Bram Moolenaar
Problem: Logtalk.dict is not installed. Solution: Add it to the install target. (Markus Heidelberg)
2010-02-17updated for version 7.2.361Bram Moolenaar
Problem: Ruby 1.9 is not supported. Solution: Add Ruby 1.9 support. (Msaki Suketa)
2009-05-26updated for version 7.2-191Bram Moolenaar
2009-05-22updated for version 7.2-185Bram Moolenaar
2009-05-13updated for version 7.2-168Bram Moolenaar
2008-08-09updated for version 7.2-000Bram Moolenaar
2008-08-06updated for version 7.2c-000Bram Moolenaar
2008-07-13updated for version 7.2b-000Bram Moolenaar
2008-06-24updated for version 7.2aBram Moolenaar
2008-06-20updated for version 7.1-327Bram Moolenaar