summaryrefslogtreecommitdiff
path: root/src/proto.h
Commit message (Collapse)AuthorAgeFilesLines
* patch 7.4.1216v7.4.1216Bram Moolenaar2016-01-301-6/+1
| | | | | Problem: Still using HAVE_STDARG_H. Solution: Assume it's always defined.
* patch 7.4.1200v7.4.1200Bram Moolenaar2016-01-291-10/+10
| | | | | Problem: Still using __ARGS. Solution: Remove __ARGS in several files. (script by Hirohito Higashi)
* patch 7.4.1169v7.4.1169Bram Moolenaar2016-01-241-0/+3
| | | | | | Problem: The socket I/O is intertwined with the netbeans code. Solution: Start refactoring the netbeans communication to split off the socket I/O. Add the +channel feature.
* patch 7.4.1154v7.4.1154Bram Moolenaar2016-01-231-0/+1
| | | | | | Problem: No support for JSON. Solution: Add jsonencode() and jsondecode(). Also add v:false, v:true, v:null and v:none.
* updated for version 7.4.399v7.4.399Bram Moolenaar2014-08-101-0/+2
| | | | | | | | | 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)
* updated for version 7.3.836v7.3.836Bram Moolenaar2013-02-261-0/+2
| | | | | | Problem: Clipboard does not work on Win32 when compiled with Cygwin. Solution: Move the Win32 clipboard code to a separate file and use it when building with os_unix.c. (Frodak Baksik, Ken Takata)
* updated for version 7.3.187v7.3.187Bram Moolenaar2011-05-101-6/+0
| | | | | Problem: The RISC OS port has obvious errors and is not being maintained. Solution: Remove the RISC OS files and code.
* Added support for Python 3. (Roland Puntaier)Bram Moolenaar2010-07-171-0/+4
|
* Added Lua interfae. (Luis Carvalho)Bram Moolenaar2010-07-141-0/+4
|
* Fix a few compiler warnings.Bram Moolenaar2010-07-141-0/+7
|
* Add file save counter to undo information. Add undotree() function.Bram Moolenaar2010-06-271-0/+9
|
* Added salt to blowfish encryption.Bram Moolenaar2010-06-131-1/+1
|
* Included the patch to support netbeans in a terminal.Bram Moolenaar2010-05-221-8/+10
|
* Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.Bram Moolenaar2010-05-161-0/+6
|
* updated for version 7.0bBram Moolenaar2006-03-241-3/+5
|
* updated for version 7.0225Bram Moolenaar2006-03-151-1/+1
|
* updated for version 7.0163Bram Moolenaar2005-12-061-8/+1
|
* updated for version 7.0153Bram Moolenaar2005-10-031-1/+2
|
* updated for version 7.0139v7.0139Bram Moolenaar2005-08-301-0/+4
|
* updated for version 7.0120Bram Moolenaar2005-07-301-0/+2
|
* updated for version 7.0119v7.0119Bram Moolenaar2005-07-291-0/+1
|
* updated for version 7.0114v7.0114Bram Moolenaar2005-07-231-0/+1
|
* updated for version 7.0073Bram Moolenaar2005-05-191-9/+16
|
* updated for version 7.0062Bram Moolenaar2005-03-201-0/+1
|
* updated for version 7.0044Bram Moolenaar2005-01-251-2/+2
|
* updated for version 7.0042Bram Moolenaar2005-01-191-0/+1
|
* updated for version 7.0030Bram Moolenaar2005-01-041-6/+0
|
* updated for version 7.0027Bram Moolenaar2004-12-311-0/+1
|
* updated for version 7.0006Bram Moolenaar2004-07-051-0/+4
|
* updated for version 7.0003Bram Moolenaar2004-06-301-1/+5
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+251