Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-29 | patch 7.4.2293 | Bram Moolenaar | |
Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino) | |||
2016-01-30 | patch 7.4.1214 | Bram Moolenaar | |
Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi) | |||
2016-01-29 | patch 7.4.1199 | Bram Moolenaar | |
Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi) | |||
2013-02-13 | updated for version 7.3.816 | Bram Moolenaar | |
Problem: Can't compute a hash. Solution: Add the sha256() function. (Tyru, Hirohito Higashi) | |||
2012-11-20 | updated for version 7.3.723 | Bram Moolenaar | |
Problem: Various tiny problems. Solution: Various tiny fixes. | |||
2010-07-14 | Support completion for ":find". (Nazri Ramliy) | Bram Moolenaar | |
Cleanup white space. | |||
2010-06-21 | Crypt the swapfile. | Bram Moolenaar | |
2010-06-13 | Added salt to blowfish encryption. | Bram Moolenaar | |
2010-05-24 | Improve the MS-Windows installer. | Bram Moolenaar | |
2010-05-24 | Fix uninit memory read in undo code. Fix uint32_t in proto file. | Bram Moolenaar | |
A few minor changes. | |||
2010-05-23 | Included patch for persistent undo. Lots of changes and added test. | Bram Moolenaar | |
2010-05-19 | Use UINT32_T in the code, define it to uint32_t or unsigned int. | Bram Moolenaar | |
Better autoconf check for uint32_t. | |||
2010-05-17 | Fixed encryption big/little endian test. | Bram Moolenaar | |
Use uint32_t to avoid crash on 64 bit machines. Added error numbers for Blowfish errors. Fixed the tiny version not building. | |||
2010-05-16 | Minor updates to blowfish encryption. | Bram Moolenaar | |
2010-05-16 | Add the blowfish encryption patch from Mohsin Ahmed. Needs more work. | Bram Moolenaar | |