summaryrefslogtreecommitdiff
path: root/src/Make_bc5.mak
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.1983v7.4.1983Bram Moolenaar2016-07-021-0/+2
| | | | | Problem: farsi.c and arabic.c are included in a strange way. Solution: Build them like other files.
* patch 7.4.1537v7.4.1537Bram Moolenaar2016-03-111-1/+1
| | | | | Problem: Too many feature flags for pipes, jobs and channels. Solution: Only use FEAT_JOB_CHANNEL.
* patch 7.4.1399v7.4.1399Bram Moolenaar2016-02-231-97/+8
| | | | | Problem: The MS-DOS code does not build. Solution: Remove the old MS-DOS code.
* patch 7.4.1169v7.4.1169Bram Moolenaar2016-01-241-1/+30
| | | | | | Problem: The socket I/O is intertwined with the netbeans code. Solution: Start refactoring the netbeans communication to split off the socket I/O. Add the +channel feature.
* patch 7.4.1154v7.4.1154Bram Moolenaar2016-01-231-0/+1
| | | | | | Problem: No support for JSON. Solution: Add jsonencode() and jsondecode(). Also add v:false, v:true, v:null and v:none.
* patch 7.4.1021v7.4.1021Bram Moolenaar2016-01-011-0/+2
| | | | | Problem: Some makefiles are outdated. Solution: Add a note to warn developers.
* updated for version 7.4.401v7.4.401Bram Moolenaar2014-08-101-0/+2
| | | | | Problem: Can't build on MS-Windows. Solution: Include the new files in all the Makefiles.
* updated for version 7.4.141v7.4.141Bram Moolenaar2014-01-101-1/+1
| | | | | | | Problem: Problems when building with Borland: st_mode is signed short; can't build with Python; temp files not ignored by Mercurial; building with DEBUG doesn't define _DEBUG. Solution: Fix the problems. (Ken Takata)
* updated for version 7.3.1109v7.3.1109Bram Moolenaar2013-06-031-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.836v7.3.836Bram Moolenaar2013-02-261-1/+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)
* Added support for Python 3. (Roland Puntaier)Bram Moolenaar2010-07-171-2/+54
|
* Added Lua interfae. (Luis Carvalho)Bram Moolenaar2010-07-141-0/+45
|
* Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.Bram Moolenaar2010-05-161-0/+2
|
* updated for version 7.0gv7.0gBram Moolenaar2006-04-301-4/+4
|
* updated for version 7.0c10v7.0c10Bram Moolenaar2006-04-051-0/+1
|
* updated for version 7.0bBram Moolenaar2006-03-241-2/+2
|
* updated for version 7.0153Bram Moolenaar2005-10-031-0/+1
|
* updated for version 7.0114v7.0114Bram Moolenaar2005-07-231-0/+1
|
* updated for version 7.0063Bram Moolenaar2005-03-221-0/+1
|
* updated for version 7.0057Bram Moolenaar2005-03-071-1/+2
|
* updated for version 7.0042Bram Moolenaar2005-01-191-0/+1
|
* updated for version 7.0023v7.0023Bram Moolenaar2004-12-191-0/+3
|
* updated for version 7.0004Bram Moolenaar2004-07-021-14/+19
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+1006