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