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