summaryrefslogtreecommitdiff
path: root/src/Make_dice.mak
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.1318: code for text changes is in a "misc" filev8.1.1318Bram Moolenaar2019-05-111-0/+4
| | | | | 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/+4
| | | | | | | 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/+4
| | | | | | 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/+4
| | | | | | 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-4/+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/+4
| | | | | | 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/+4
| | | | | | 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/+4
| | | | | | 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/+4
| | | | | | 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-1/+5
| | | | | 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/+4
| | | | | Problem: eval.c is still too big. Solution: Split off internal functions to evalfunc.c.
* patch 7.4.2059v7.4.2059Bram Moolenaar2016-07-171-3/+15
| | | | | Problem: Non-Unix builds fail. Solution: Update Makefiles for new files.
* patch 7.4.1983v7.4.1983Bram Moolenaar2016-07-021-1/+9
| | | | | 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/+4
| | | | | | Problem: No support for JSON. Solution: Add jsonencode() and jsondecode(). Also add v:false, v:true, v:null and v:none.
* updated for version 7.4.401v7.4.401Bram Moolenaar2014-08-101-0/+8
| | | | | 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-1/+9
|
* updated for version 7.0bv7.0bBram Moolenaar2006-03-241-6/+6
|
* updated for version 7.0153Bram Moolenaar2005-10-031-0/+4
|
* updated for version 7.0114v7.0114Bram Moolenaar2005-07-231-0/+4
|
* updated for version 7.0062Bram Moolenaar2005-03-201-0/+4
|
* updated for version 7.0042Bram Moolenaar2005-01-191-0/+4
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+209