Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated for version 7.3.368v7.3.368 | Bram Moolenaar | 2011-12-08 | 1 | -2/+2 |
| | | | | | Problem: Gcc complains about redefining _FORTIFY_SOURCE. Solution: Undefine it before redefining it. | ||||
* | updated for version 7.3.339v7.3.339 | Bram Moolenaar | 2011-10-20 | 1 | -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.191 | Bram Moolenaar | 2011-05-19 | 1 | -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.147 | Bram Moolenaar | 2011-04-01 | 1 | -1/+1 |
| | | | | | Problem: Can't build on HP-UX. Solution: Remove an unnecessary backslash. (John Marriott) | ||||
* | updated for version 7.3.143 | Bram Moolenaar | 2011-03-22 | 1 | -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.122 | Bram Moolenaar | 2011-02-15 | 1 | -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.050 | Bram Moolenaar | 2010-11-03 | 1 | -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.043 | Bram Moolenaar | 2010-10-27 | 1 | -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.3 | Bram Moolenaar | 2010-08-15 | 1 | -1/+1 |
| | |||||
* | Fix building the Mac version with GUI. | Bram Moolenaar | 2010-08-14 | 1 | -0/+3 |
| | |||||
* | Version 7.3f -> 7.3g | Bram Moolenaar | 2010-08-14 | 1 | -1/+1 |
| | |||||
* | Add a configure check for RTLD_GLOBAL. (James Vega, Roland Puntaier) | Bram Moolenaar | 2010-08-13 | 1 | -0/+1 |
| | |||||
* | When building with both Python 2 and Python 3 don't use RTLD_GLOBAL, so that | Bram Moolenaar | 2010-08-09 | 1 | -0/+2 |
| | | | | both may work. | ||||
* | Version 7.3e -> 7.3f. | Bram Moolenaar | 2010-08-09 | 1 | -1/+1 |
| | |||||
* | Fixed: "make install" installed a few Amiga .info files. | Bram Moolenaar | 2010-08-04 | 1 | -1/+3 |
| | |||||
* | 7.3d -> 7.3e. | Bram Moolenaar | 2010-08-04 | 1 | -1/+1 |
| | |||||
* | Version 7.3c -> 7.3d | Bram Moolenaar | 2010-08-01 | 1 | -1/+1 |
| | |||||
* | 7.3b -> 7.3c | Bram Moolenaar | 2010-07-25 | 1 | -1/+1 |
| | |||||
* | Prepare for 7.3b release. Fix src/Makefile enabling python3 by default. | Bram Moolenaar | 2010-07-25 | 1 | -3/+3 |
| | |||||
* | Move some common code from if_python.c and if_python3.c to if_py_both.h. | Bram Moolenaar | 2010-07-24 | 1 | -2/+2 |
| | |||||
* | Make it possible to load Lua dynamically on Unix. (Luis Carvalho) | Bram Moolenaar | 2010-07-22 | 1 | -4/+6 |
| | |||||
* | Make it possible to load Perl dynamically on Unix. (James Vega) | Bram Moolenaar | 2010-07-21 | 1 | -4/+7 |
| | |||||
* | Vim 7.3a -> 7.3b. | Bram Moolenaar | 2010-07-18 | 1 | -1/+1 |
| | |||||
* | Fixes and improvements for MS-Windows build. | Bram Moolenaar | 2010-07-18 | 1 | -1/+1 |
| | |||||
* | Make automatic prototype generation work with more interfaces. | Bram Moolenaar | 2010-07-18 | 1 | -26/+29 |
| | |||||
* | Make it easier to build with Lua. Remove compiler warnings. | Bram Moolenaar | 2010-07-18 | 1 | -2/+1 |
| | |||||
* | Added support for Python 3. (Roland Puntaier) | Bram Moolenaar | 2010-07-17 | 1 | -20/+64 |
| | |||||
* | Added Lua interfae. (Luis Carvalho) | Bram Moolenaar | 2010-07-14 | 1 | -4/+21 |
| | |||||
* | Add clipboard support in Mac console. (Bjorn Winckler) | Bram Moolenaar | 2010-07-14 | 1 | -2/+2 |
| | |||||
* | Filter out -pthread for cproto. | Bram Moolenaar | 2010-07-11 | 1 | -22/+19 |
| | |||||
* | Remove the old and not well supported GTK 1 code. (James Vega) | Bram Moolenaar | 2010-06-25 | 1 | -7/+3 |
| | |||||
* | Add :nbstart and :nbclose. | Bram Moolenaar | 2010-05-22 | 1 | -242/+251 |
| | |||||
* | Undo undesired changes in src/Makefile. | Bram Moolenaar | 2010-05-17 | 1 | -4/+4 |
| | |||||
* | Add the blowfish encryption patch from Mohsin Ahmed. Needs more work. | Bram Moolenaar | 2010-05-16 | 1 | -4/+16 |
| | |||||
* | First step in the Vim 7.3 branch. Changed version numbers. | Bram Moolenaar | 2010-05-15 | 1 | -2/+2 |
| | |||||
* | updated for version 7.2.416v7.2.416 | Bram Moolenaar | 2010-05-07 | 1 | -2/+2 |
| | | | | | Problem: Logtalk.dict is not installed. Solution: Add it to the install target. (Markus Heidelberg) | ||||
* | updated for version 7.2.361v7.2.361 | Bram Moolenaar | 2010-02-17 | 1 | -1/+3 |
| | | | | | Problem: Ruby 1.9 is not supported. Solution: Add Ruby 1.9 support. (Msaki Suketa) | ||||
* | updated for version 7.2-191v7.2.191 | Bram Moolenaar | 2009-05-26 | 1 | -2/+6 |
| | |||||
* | updated for version 7.2-185v7.2.185 | Bram Moolenaar | 2009-05-22 | 1 | -11/+18 |
| | |||||
* | updated for version 7.2-168 | Bram Moolenaar | 2009-05-13 | 1 | -9/+15 |
| | |||||
* | updated for version 7.2-000v7.2.000v7.2 | Bram Moolenaar | 2008-08-09 | 1 | -1/+1 |
| | |||||
* | updated for version 7.2c-000v7.2c.000 | Bram Moolenaar | 2008-08-06 | 1 | -1/+1 |
| | |||||
* | updated for version 7.2b-000v7.2b.000 | Bram Moolenaar | 2008-07-13 | 1 | -2/+4 |
| | |||||
* | updated for version 7.2a | Bram Moolenaar | 2008-06-24 | 1 | -7/+19 |
| | |||||
* | updated for version 7.1-327v7.1.327 | Bram Moolenaar | 2008-06-20 | 1 | -13/+17 |
| | |||||
* | updated for version 7.1-309v7.1.309 | Bram Moolenaar | 2008-06-04 | 1 | -3/+8 |
| | |||||
* | updated for version 7.1-295v7.1.295 | Bram Moolenaar | 2008-05-07 | 1 | -1/+4 |
| | |||||
* | updated for version 7.1-273v7.1.273 | Bram Moolenaar | 2008-03-12 | 1 | -1/+1 |
| | |||||
* | updated for version 7.1-197v7.1.197 | Bram Moolenaar | 2008-01-04 | 1 | -2/+5 |
| | |||||
* | updated for version 7.1 | Bram Moolenaar | 2007-05-12 | 1 | -2/+2 |
| |