Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-19 | patch 7.4.1133 | Bram Moolenaar | |
Problem: Generated function prototypes still have __ARGS(). Solution: Generate function prototypes without __ARGS(). | |||
2014-08-10 | updated for version 7.4.399 | Bram Moolenaar | |
Problem: Encryption implementation is messy. Blowfish encryption has a weakness. Solution: Refactor the encryption, store the state in an allocated struct instead of using a save/restore mechanism. Introduce the "blowfish2" method, which does not have the weakness and encrypts the whole undo file. (largely by David Leadbeater) |