summaryrefslogtreecommitdiff
path: root/src/Make_manx.mak
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.1688: old makefiles are no longer usefulv8.1.1688Bram Moolenaar2019-07-141-468/+0
| | | | | Problem: Old makefiles are no longer useful. Solution: Delete the makefiles, they most likely don't work anyway.
* patch 8.1.1684: profiling functionality is spread outv8.1.1684Bram Moolenaar2019-07-131-0/+6
| | | | | | Problem: Profiling functionality is spread out. Solution: Put profiling functionality in profiling.c. (Yegappan Lakshmanan, closes #4666)
* patch 8.1.1318: code for text changes is in a "misc" filev8.1.1318Bram Moolenaar2019-05-111-0/+6
| | | | | Problem: Code for text changes is in a "misc" file. Solution: Move the code to change.c.
* patch 8.1.1210: support for user commands is spread outv8.1.1210Bram Moolenaar2019-04-271-0/+6
| | | | | | | Problem: Support for user commands is spread out. No good reason to make user commands optional. Solution: Move user command support to usercmd.c. Always enable the user_commands feature.
* patch 8.1.1195: Vim script debugger functionality needs cleanupv8.1.1195Bram Moolenaar2019-04-211-0/+6
| | | | | | Problem: Vim script debugger functionality needs cleanup. Solution: Move debugger code to a separate file. Add more tests. (Yegappan Lakshmanan, closes #4285)
* patch 8.1.1076: file for Insert mode is much too bigv8.1.1076Bram Moolenaar2019-03-301-0/+6
| | | | | | Problem: File for Insert mode is much too big. Solution: Split off the code for Insert completion. (Yegappan Lakshmanan, closes #4044)
* patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932Bram Moolenaar2019-02-161-6/+0
| | | | | Problem: Farsi support is outdated and unused. Solution: Delete the Farsi support.
* patch 8.1.0914: code related to findfile() is spread outv8.1.0914Bram Moolenaar2019-02-131-0/+6
| | | | | | Problem: Code related to findfile() is spread out. Solution: Put findfile() related code into a new source file. (Yegappan Lakshmanan, closes #3934)
* patch 8.1.0857: indent functionality is not separatedv8.1.0857Bram Moolenaar2019-01-311-0/+6
| | | | | | Problem: Ignore functionality is not separated. Solution: Move indent functionality into a new file. (Yegappan Lakshmanan, closes #3886)
* patch 8.1.0825: code for autocommands is mixed with file I/O codev8.1.0825Bram Moolenaar2019-01-261-0/+6
| | | | | | Problem: Code for autocommands is mixed with file I/O code. Solution: Move autocommand code to a separate file. (Yegappan Lakshmanan, closes #3863)
* patch 8.1.0673: functionality for signs is spread out over several filesv8.1.0673Bram Moolenaar2019-01-011-0/+6
| | | | | | Problem: Functionality for signs is spread out over several files. Solution: Move most of the sign functionality into sign.c. (Yegappan Lakshmanan, closes #3751)
* patch 7.4.2069v7.4.2069Bram Moolenaar2016-07-191-0/+6
| | | | | Problem: spell.c is too big. Solution: Split it in spell file handling and spell checking.
* patch 7.4.2063v7.4.2063Bram Moolenaar2016-07-171-0/+6
| | | | | Problem: eval.c is still too big. Solution: Split off internal functions to evalfunc.c.
* patch 7.4.2059v7.4.2059Bram Moolenaar2016-07-171-0/+18
| | | | | Problem: Non-Unix builds fail. Solution: Update Makefiles for new files.
* patch 7.4.1983v7.4.1983Bram Moolenaar2016-07-021-3/+15
| | | | | Problem: farsi.c and arabic.c are included in a strange way. Solution: Build them like other files.
* patch 7.4.1154v7.4.1154Bram Moolenaar2016-01-231-0/+6
| | | | | | 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/+12
| | | | | Problem: Can't build on MS-Windows. Solution: Include the new files in all the Makefiles.
* Add blowfish and sha256 source files to more Makefiles.Bram Moolenaar2010-05-181-2/+12
|
* Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.Bram Moolenaar2010-05-161-1/+3
|
* updated for version 7.0bBram Moolenaar2006-03-241-10/+10
|
* updated for version 7.0153Bram Moolenaar2005-10-031-0/+6
|
* updated for version 7.0114v7.0114Bram Moolenaar2005-07-231-0/+6
|
* updated for version 7.0062Bram Moolenaar2005-03-201-0/+6
|
* updated for version 7.0042v7.0042Bram Moolenaar2005-01-191-0/+6
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+322