Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated for version 7.4.117v7.4.117 | Bram Moolenaar | 2013-12-11 | 1 | -2/+2 |
| | | | | | | | Problem: Can't build with Cygwin/MingW and Perl 5.18. Solution: Add a linker argument for the Perl library. (Cesar Romani) Adjust CFLAGS and LIB. (Cesar Romani) Move including inline.h further down. (Ken Takata) | ||||
* | updated for version 7.4.106v7.4.106 | Bram Moolenaar | 2013-11-28 | 1 | -2/+2 |
| | | | | | Problem: Can't build with Ruby using Cygwin. Solution: Fix library name in makefile. (Steve Hall) | ||||
* | updated for version 7.4.030v7.4.030 | Bram Moolenaar | 2013-09-19 | 1 | -3/+1 |
| | | | | | Problem: The -mno-cygwin argument is no longer supported by Cygwin. Solution: Remove the arguments. (Steve Hall) | ||||
* | updated for version 7.3.1313v7.3.1313 | Bram Moolenaar | 2013-07-06 | 1 | -0/+3 |
| | | | | | | Problem: :py and :py3 don't work when compiled with Cygwin or MingW with 64 bit. Solution: Add -DMS_WIN64 to the build command. (Ken Takata) | ||||
* | updated for version 7.3.1109v7.3.1109 | Bram Moolenaar | 2013-06-03 | 1 | -2/+2 |
| | | | | | Problem: Building on MS-Windows doesn't see changes in if_py_both.h. Solution: Add a dependency. (Ken Takata) | ||||
* | updated for version 7.3.970v7.3.970 | Bram Moolenaar | 2013-05-19 | 1 | -0/+3 |
| | | | | | | | 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.925 | Bram Moolenaar | 2013-05-06 | 1 | -2/+2 |
| | | | | | Problem: Typos in source files. Solution: Fix the typos. (Ken Takata) | ||||
* | updated for version 7.3.848v7.3.848 | Bram Moolenaar | 2013-03-07 | 1 | -0/+8 |
| | | | | | | Problem: Can't build with Ruby 2.0 when using MinGW x64 or MSVC10. Solution: Fix it. Also detect RUBY_PLATFORM and RUBY_INSTALL_NAME for x64. (Ken Takata) | ||||
* | updated for version 7.3.836v7.3.836 | Bram Moolenaar | 2013-02-26 | 1 | -0/+1 |
| | | | | | | 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.823v7.3.823 | Bram Moolenaar | 2013-02-20 | 1 | -2/+2 |
| | | | | | Problem: Building with Cygwin: '-lsupc++' is not needed. Solution: Remove it. (Ken Takata) | ||||
* | updated for version 7.3.821v7.3.821 | Bram Moolenaar | 2013-02-16 | 1 | -1/+13 |
| | | | | | Problem: Build with OLE and Cygwin is broken. (Steve Hall) Solution: Select static or shared stdc library. (Ken Takta) | ||||
* | updated for version 7.3.815v7.3.815 | Bram Moolenaar | 2013-02-13 | 1 | -16/+34 |
| | | | | | Problem: Building with Cygwin and Ruby doesn't work. Solution: Copy some things from the MingW build file. (Ken Takata) | ||||
* | updated for version 7.3.775v7.3.775 | Bram Moolenaar | 2013-01-23 | 1 | -0/+3 |
| | | | | | Problem: Cygwin and Mingw builds miss dependency on gui_w48.c. Solution: Add a build rule. (Ken Takata) | ||||
* | updated for version 7.3.735v7.3.735 | Bram Moolenaar | 2012-11-28 | 1 | -1/+12 |
| | | | | | Problem: Cannot build Ruby 1.9 with MingW or Cygwin. Solution: Add another include directory. (Ken Takata) | ||||
* | updated for version 7.3.586v7.3.586 | Bram Moolenaar | 2012-07-06 | 1 | -3/+3 |
| | | | | | Problem: When compiling with Cygwin or MingW MEMORYSTATUSEX is not defined. Solution: Set the default for WINVER to 0x0500. | ||||
* | updated for version 7.3.326v7.3.326 | Bram Moolenaar | 2011-09-30 | 1 | -2/+2 |
| | | | | | Problem: MingW 4.6 no longer supports the -mno-cygwin option. Solution: Split the Cygwin and MingW makefiles. (Matsushita Shougo) | ||||
* | updated for version 7.3.049v7.3.049 | Bram Moolenaar | 2010-11-03 | 1 | -4/+11 |
| | | | | | Problem: PLT has rebranded their Scheme to Racket. Solution: Add support for Racket 5.x. (Sergey Khorev) | ||||
* | Added support for Python 3. (Roland Puntaier) | Bram Moolenaar | 2010-07-17 | 1 | -1/+33 |
| | |||||
* | Added Lua interfae. (Luis Carvalho) | Bram Moolenaar | 2010-07-14 | 1 | -0/+27 |
| | |||||
* | Add clipboard support in Mac console. (Bjorn Winckler) | Bram Moolenaar | 2010-07-14 | 1 | -1/+2 |
| | |||||
* | Add blowfish and sha256 source files to more Makefiles. | Bram Moolenaar | 2010-05-18 | 1 | -0/+2 |
| | |||||
* | updated for version 7.2.372v7.2.372 | Bram Moolenaar | 2010-02-24 | 1 | -4/+8 |
| | | | | | Problem: Cross-compiling GvimExt and xxd doesn't work. Solution: Change the build files. (Markus Heidelberg) | ||||
* | updated for version 7.2-248v7.2.248 | Bram Moolenaar | 2009-09-11 | 1 | -1/+31 |
| | |||||
* | updated for version 7.1-128v7.1.128 | Bram Moolenaar | 2007-09-30 | 1 | -2/+2 |
| | |||||
* | updated for version 7.0gv7.0g | Bram Moolenaar | 2006-04-30 | 1 | -2/+2 |
| | |||||
* | updated for version 7.0bv7.0b | Bram Moolenaar | 2006-03-24 | 1 | -3/+3 |
| | |||||
* | updated for version 7.0153 | Bram Moolenaar | 2005-10-03 | 1 | -1/+2 |
| | |||||
* | updated for version 7.0114v7.0114 | Bram Moolenaar | 2005-07-23 | 1 | -1/+2 |
| | |||||
* | updated for version 7.0112 | Bram Moolenaar | 2005-07-21 | 1 | -1/+1 |
| | |||||
* | updated for version 7.0063 | Bram Moolenaar | 2005-03-22 | 1 | -1/+2 |
| | |||||
* | updated for version 7.0057 | Bram Moolenaar | 2005-03-07 | 1 | -2/+2 |
| | |||||
* | updated for version 7.0046 | Bram Moolenaar | 2005-01-31 | 1 | -8/+4 |
| | |||||
* | updated for version 7.0044 | Bram Moolenaar | 2005-01-25 | 1 | -0/+37 |
| | |||||
* | updated for version 7.0042 | Bram Moolenaar | 2005-01-19 | 1 | -1/+2 |
| | |||||
* | updated for version 7.0040 | Bram Moolenaar | 2005-01-16 | 1 | -2/+4 |
| | |||||
* | updated for version 7.0034 | Bram Moolenaar | 2005-01-08 | 1 | -4/+16 |
| | |||||
* | updated for version 7.0023v7.0023 | Bram Moolenaar | 2004-12-19 | 1 | -11/+5 |
| | |||||
* | updated for version 7.0004 | Bram Moolenaar | 2004-07-02 | 1 | -14/+21 |
| | |||||
* | updated for version 7.0001v7.0001 | Bram Moolenaar | 2004-06-13 | 1 | -0/+498 |