summaryrefslogtreecommitdiff
path: root/src/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.4.300v7.4.300Bram Moolenaar2014-05-221-5/+4
| | | | | Problem: The way config.cache is removed doesn't always work. Solution: Always remove config.cache. (Ken Takata)
* updated for version 7.4.273v7.4.273Bram Moolenaar2014-04-291-1/+4
| | | | | | Problem: "make autoconf" and "make reconfig" may first run configure and then remove the output. Solution: Add these targets to the exceptions. (Ken Takata)
* updated for version 7.4.267v7.4.267Bram Moolenaar2014-04-291-0/+1
| | | | | Problem: The '[ mark is in the wrong position after "gq". (Ingo Karkat) Solution: Add the setmark argument to do_join(). (Christian Brabandt)
* updated for version 7.4.242v7.4.242Bram Moolenaar2014-04-021-0/+1
| | | | | | Problem: getreg() does not distinguish between a NL used for a line break and a NL used for a NUL character. Solution: Add another argument to return a list. (ZyX)
* updated for version 7.4.231v7.4.231Bram Moolenaar2014-04-011-2/+3
| | | | | | Problem: An error in ":options" is not caught by the tests. Solution: Add a test for ":options". Set $VIMRUNTIME for the tests so that it uses the current runtime files instead of the installed ones.
* updated for version 7.4.223v7.4.223Bram Moolenaar2014-03-271-1/+4
| | | | | Problem: Still using an older autoconf version. Solution: Switch to autoconf 2.69.
* updated for version 7.4.217v7.4.217Bram Moolenaar2014-03-251-2/+5
| | | | | | | Problem: When src/auto/configure was updated, "make clean" would run configure pointlessly. Solution: Do not run configure for "make clean" and "make distclean" when the make program supports $MAKECMDGOALS. (Ken Takata)
* updated for version 7.4.162v7.4.162Bram Moolenaar2014-02-051-0/+1
| | | | | Problem: Running tests in shadow dir doesn't work. Solution: Add testdir/sautest to the shadow target. (James McCoy)
* updated for version 7.4.075v7.4.075Bram Moolenaar2013-11-071-1/+2
| | | | | Problem: Locally setting 'undolevels' is not tested. Solution: Add a test. (Christian Brabandt)
* release version 7.4v7.4Bram Moolenaar2013-08-101-1/+1
|
* updated for version 7.4b.013v7.4b.013Bram Moolenaar2013-08-031-1/+1
| | | | | Problem: Install dir for JP man pages is wrong. Solution: Remove ".UTF-8" from the directory name. (Ken Takata)
* Update files for the 7.4b BETA release.v7.4b.000Bram Moolenaar2013-07-281-1/+1
|
* updated for version 7.4a.045v7.4a.045Bram Moolenaar2013-07-281-0/+4
| | | | | | Problem: Configure does not always find the right library for Lua. Missing support for LuaJit. Solution: Improve the configure detection of Lua. (Hiroshi Shirosaki)
* updated for version 7.4a.016v7.4a.016Bram Moolenaar2013-07-131-5/+5
| | | | | Problem: Features enabled in Makefile. Solution: Undo accidental changes.
* updated for version 7.4a.015v7.4a.015Bram Moolenaar2013-07-131-0/+9
| | | | | | Problem: No Japanese man pages. Solution: Add Japanese translations of man pages. (Ken Takata, Yukihiro Nakadaira, et al.)
* updated for version 7.4a.014v7.4a.014Bram Moolenaar2013-07-131-5/+6
| | | | | Problem: Test 86 and 89 have a problem with using a shadow dir. Solution: Adjust for the different directory structure. (James McCoy)
* updated for version 7.4a.012v7.4a.012Bram Moolenaar2013-07-121-1/+3
| | | | | Problem: "make test" fails when using a shadow directory. Solution: Create links for files in src/po. (James McCoy)
* updated for version 7.4a.006v7.4a.006Bram Moolenaar2013-07-091-1/+1
| | | | | Problem: Failure in po file check goes unnoticed. Solution: Fail "make test" if the po file check fails.
* Vim 7.4a BETA release.v7.4aBram Moolenaar2013-07-061-1/+1
|
* updated for version 7.3.1299v7.3.1299Bram Moolenaar2013-07-031-15/+12
| | | | | | Problem: Errors when doing "make proto". Didn't do "make depend" for a while. Solution: Add #ifdefs. Update dependencies. Update proto files.
* updated for version 7.3.1222v7.3.1222Bram Moolenaar2013-06-191-10/+10
| | | | | Problem: Cannot execute some tests from the src directoly. Solution: Add missing targets.
* updated for version 7.3.1221v7.3.1221Bram Moolenaar2013-06-181-0/+5
| | | | | | | 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.
* updated for version 7.3.1205v7.3.1205Bram Moolenaar2013-06-161-1/+1
| | | | | Problem: logtalk.dict is not removed on uninstall. Solution: Remove the file. (Kazunobu Kuriyama)
* updated for version 7.3.987v7.3.987Bram Moolenaar2013-05-211-0/+13
| | | | | | | 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.
* updated for version 7.3.970v7.3.970Bram Moolenaar2013-05-191-6/+6
| | | | | | | 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)
* updated for version 7.3.925v7.3.925Bram Moolenaar2013-05-061-11/+11
| | | | | Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
* updated for version 7.3.836v7.3.836Bram Moolenaar2013-02-261-1/+15
| | | | | | 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)
* updated for version 7.3.795v7.3.795Bram Moolenaar2013-01-301-1/+3
| | | | | | Problem: MzScheme does not build with tiny features. Solution: Add #ifdefs. Also add UNUSED to avoid warnings. And change library ordering.
* updated for version 7.3.722v7.3.722Bram Moolenaar2012-11-201-1/+2
| | | | | Problem: Perl flags may contain "-g", which breaks "make proto". Solution: Filter out the "-g" flag for cproto. (Ken Takata)
* updated for version 7.3.613v7.3.613Bram Moolenaar2012-07-251-8/+0
| | | | | | 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)
* updated for version 7.3.565v7.3.565Bram Moolenaar2012-06-201-1/+1
| | | | | Problem: Can't generate proto file for Python 3. Solution: Add PYTHON3_CFLAGS to LINT_CFLAGS.
* updated for version 7.3.555v7.3.555Bram Moolenaar2012-06-131-1/+4
| | | | | | 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)
* updated for version 7.3.485v7.3.485Bram Moolenaar2012-03-281-1/+1
| | | | | Problem: When building Vim LDFLAGS isn't passed on to building xxd. Solution: Pass the LDFLAGS value. (James McCoy)
* updated for version 7.3.381v7.3.381Bram Moolenaar2011-12-141-1/+7
| | | | | Problem: Configure silently skips interfaces that won't work. Solution: Add the --enable-fail_if_missing argument. (Shlomi Fish)
* updated for version 7.3.368v7.3.368Bram Moolenaar2011-12-081-2/+2
| | | | | Problem: Gcc complains about redefining _FORTIFY_SOURCE. Solution: Undefine it before redefining it.
* updated for version 7.3.339v7.3.339Bram Moolenaar2011-10-201-0/+1
| | | | | Problem: "make shadow" doesn't link all test files. Solution: Add a line in Makefile and Filelist.
* updated for version 7.3.191v7.3.191Bram Moolenaar2011-05-191-8/+2
| | | | | | Problem: Still some RISC OS stuff to remove. Solution: Remove files and lines. (Hong Xu) Remove the 'osfiletype' option code.
* updated for version 7.3.147v7.3.147Bram Moolenaar2011-04-011-1/+1
| | | | | Problem: Can't build on HP-UX. Solution: Remove an unnecessary backslash. (John Marriott)
* updated for version 7.3.143Bram Moolenaar2011-03-221-16/+59
| | | | | | | 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)
* updated for version 7.3.122v7.3.122Bram Moolenaar2011-02-151-5/+6
| | | | | | 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.
* updated for version 7.3.050v7.3.050Bram Moolenaar2010-11-031-1/+2
| | | | | | Problem: The link script is clumsy. Solution: Use the --as-needed linker option if available. (Kirill A. Shutemov)
* updated for version 7.3.043v7.3.043Bram Moolenaar2010-10-271-4/+9
| | | | | Problem: Can't load Ruby dynamically on Unix. Solution: Adjust the configure script. (James Vega)
* Last changes for the 7.3 release!v7.3Bram Moolenaar2010-08-151-1/+1
|
* Fix building the Mac version with GUI.Bram Moolenaar2010-08-141-0/+3
|
* Version 7.3f -> 7.3gBram Moolenaar2010-08-141-1/+1
|
* Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier)Bram Moolenaar2010-08-131-0/+1
|
* When building with both Python 2 and Python 3 don't use RTLD_GLOBAL, so thatBram Moolenaar2010-08-091-0/+2
| | | | both may work.
* Version 7.3e -> 7.3f.Bram Moolenaar2010-08-091-1/+1
|
* Fixed: "make install" installed a few Amiga .info files.Bram Moolenaar2010-08-041-1/+3
|
* 7.3d -> 7.3e.Bram Moolenaar2010-08-041-1/+1
|