Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated for version 7.3.126v7.3.126 | Bram Moolenaar | 2011-02-25 | 1 | -2/+3 |
| | | | | | Problem: Compiler warning for signed pointer. Solution: Use unsigned int argument for sscanf(). | ||||
* | Support completion for ":find". (Nazri Ramliy) | Bram Moolenaar | 2010-07-14 | 1 | -4/+4 |
| | | | | Cleanup white space. | ||||
* | Fix compiler warnings for shadowed variables. Make 'conceal' a long instead | Bram Moolenaar | 2010-06-22 | 1 | -6/+6 |
| | | | | of int. | ||||
* | Crypt the swapfile. | Bram Moolenaar | 2010-06-21 | 1 | -7/+35 |
| | |||||
* | Added salt to blowfish encryption. | Bram Moolenaar | 2010-06-13 | 1 | -10/+32 |
| | |||||
* | Fix a few compiler warnings. Fix crash with encrypted undo file. | Bram Moolenaar | 2010-06-06 | 1 | -0/+5 |
| | |||||
* | Optimize the blowfish crypt/decrypt code a bit more. | Bram Moolenaar | 2010-06-02 | 1 | -27/+81 |
| | |||||
* | Made crypt/decrypt faster. | Bram Moolenaar | 2010-06-01 | 1 | -6/+7 |
| | |||||
* | 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. | ||||
* | Use UINT32_T in the code, define it to uint32_t or unsigned int. | Bram Moolenaar | 2010-05-19 | 1 | -19/+27 |
| | | | | Better autoconf check for uint32_t. | ||||
* | Fix build on Cygwin and MingW. | Bram Moolenaar | 2010-05-18 | 1 | -3/+5 |
| | |||||
* | Fixed encryption big/little endian test. | Bram Moolenaar | 2010-05-17 | 1 | -44/+49 |
| | | | | | | 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 | -4/+4 |
| | |||||
* | Add the blowfish encryption patch from Mohsin Ahmed. Needs more work. | Bram Moolenaar | 2010-05-16 | 1 | -0/+581 |