Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |