summaryrefslogtreecommitdiffstats
path: root/src/Make_bc5.mak
AgeCommit message (Collapse)Author
2016-07-19patch 7.4.2069v7.4.2069Bram Moolenaar
Problem: spell.c is too big. Solution: Split it in spell file handling and spell checking.
2016-07-17patch 7.4.2063v7.4.2063Bram Moolenaar
Problem: eval.c is still too big. Solution: Split off internal functions to evalfunc.c.
2016-07-17patch 7.4.2059v7.4.2059Bram Moolenaar
Problem: Non-Unix builds fail. Solution: Update Makefiles for new files.
2016-07-16patch 7.4.2048v7.4.2048Bram Moolenaar
Problem: There is still code and help for unsupported systems. Solution: Remove the code and text. (Hirohito Higashi)
2016-07-02patch 7.4.1983v7.4.1983Bram Moolenaar
Problem: farsi.c and arabic.c are included in a strange way. Solution: Build them like other files.
2016-03-11patch 7.4.1537v7.4.1537Bram Moolenaar
Problem: Too many feature flags for pipes, jobs and channels. Solution: Only use FEAT_JOB_CHANNEL.
2016-02-23patch 7.4.1399v7.4.1399Bram Moolenaar
Problem: The MS-DOS code does not build. Solution: Remove the old MS-DOS code.
2016-01-24patch 7.4.1169v7.4.1169Bram Moolenaar
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.
2016-01-23patch 7.4.1154v7.4.1154Bram Moolenaar
Problem: No support for JSON. Solution: Add jsonencode() and jsondecode(). Also add v:false, v:true, v:null and v:none.
2016-01-01patch 7.4.1021v7.4.1021Bram Moolenaar
Problem: Some makefiles are outdated. Solution: Add a note to warn developers.
2014-08-10updated for version 7.4.401v7.4.401Bram Moolenaar
Problem: Can't build on MS-Windows. Solution: Include the new files in all the Makefiles.
2014-01-10updated for version 7.4.141v7.4.141Bram Moolenaar
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)
2013-06-03updated for version 7.3.1109v7.3.1109Bram Moolenaar
Problem: Building on MS-Windows doesn't see changes in if_py_both.h. Solution: Add a dependency. (Ken Takata)
2013-02-26updated for version 7.3.836v7.3.836Bram Moolenaar
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)
2010-07-17Added support for Python 3. (Roland Puntaier)Bram Moolenaar
2010-07-14Added Lua interfae. (Luis Carvalho)Bram Moolenaar
2010-05-16Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.Bram Moolenaar
2006-04-30updated for version 7.0gv7.0gBram Moolenaar
2006-04-05updated for version 7.0c10v7.0c10Bram Moolenaar
2006-03-24updated for version 7.0bBram Moolenaar
2005-10-03updated for version 7.0153Bram Moolenaar
2005-07-23updated for version 7.0114v7.0114Bram Moolenaar
2005-03-22updated for version 7.0063Bram Moolenaar
2005-03-07updated for version 7.0057Bram Moolenaar
2005-01-19updated for version 7.0042Bram Moolenaar
2004-12-19updated for version 7.0023v7.0023Bram Moolenaar
2004-07-02updated for version 7.0004Bram Moolenaar
2004-06-13updated for version 7.0001v7.0001Bram Moolenaar