summaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Collapse)Author
2013-08-10release version 7.4Bram Moolenaar
2013-08-03updated for version 7.4b.013Bram Moolenaar
Problem: Install dir for JP man pages is wrong. Solution: Remove ".UTF-8" from the directory name. (Ken Takata)
2013-07-28Update files for the 7.4b BETA release.Bram Moolenaar
2013-07-28updated for version 7.4a.045Bram Moolenaar
Problem: Configure does not always find the right library for Lua. Missing support for LuaJit. Solution: Improve the configure detection of Lua. (Hiroshi Shirosaki)
2013-07-13updated for version 7.4a.016Bram Moolenaar
Problem: Features enabled in Makefile. Solution: Undo accidental changes.
2013-07-13updated for version 7.4a.015Bram Moolenaar
Problem: No Japanese man pages. Solution: Add Japanese translations of man pages. (Ken Takata, Yukihiro Nakadaira, et al.)
2013-07-13updated for version 7.4a.014Bram Moolenaar
Problem: Test 86 and 89 have a problem with using a shadow dir. Solution: Adjust for the different directory structure. (James McCoy)
2013-07-12updated for version 7.4a.012Bram Moolenaar
Problem: "make test" fails when using a shadow directory. Solution: Create links for files in src/po. (James McCoy)
2013-07-09updated for version 7.4a.006Bram Moolenaar
Problem: Failure in po file check goes unnoticed. Solution: Fail "make test" if the po file check fails.
2013-07-06Vim 7.4a BETA release.Bram Moolenaar
2013-07-03updated for version 7.3.1299Bram Moolenaar
Problem: Errors when doing "make proto". Didn't do "make depend" for a while. Solution: Add #ifdefs. Update dependencies. Update proto files.
2013-06-19updated for version 7.3.1222Bram Moolenaar
Problem: Cannot execute some tests from the src directoly. Solution: Add missing targets.
2013-06-18updated for version 7.3.1221Bram Moolenaar
Problem: When build flags change "make distclean" run into a configure error. Solution: When CFLAGS changes delete auto/config.cache. Also avoid adding duplicate text to flags.
2013-06-16updated for version 7.3.1205Bram Moolenaar
Problem: logtalk.dict is not removed on uninstall. Solution: Remove the file. (Kazunobu Kuriyama)
2013-05-21updated for version 7.3.987Bram Moolenaar
Problem: No easy to run an individual test. Tests 64 fails when 'encoding' is not utf-8. Solution: Add individual test targets to the Makefile. Move some lines from test 64 to 95.
2013-05-19updated for version 7.3.970Bram Moolenaar
Problem: Syntax highlighting can be slow. Solution: Include the NFA regexp engine. Add the 'regexpengine' option to select which one is used. (various authors, including Ken Takata, Andrei Aiordachioaie, Russ Cox, Xiaozhou Liua, Ian Young)
2013-05-06updated for version 7.3.925Bram Moolenaar
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
2013-02-26updated for version 7.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)
2013-01-30updated for version 7.3.795Bram Moolenaar
Problem: MzScheme does not build with tiny features. Solution: Add #ifdefs. Also add UNUSED to avoid warnings. And change library ordering.
2012-11-20updated for version 7.3.722Bram Moolenaar
Problem: Perl flags may contain "-g", which breaks "make proto". Solution: Filter out the "-g" flag for cproto. (Ken Takata)
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