summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add the conceal patch from Vince Negri.Bram Moolenaar2010-06-0533-687/+1599
* Use full path in undofile(). Updated docs.Bram Moolenaar2010-06-052-4/+10
* updated for version 7.2.442Bram Moolenaar2010-06-053-17/+76
* Add patch to improve support of z/OS (OS/390). (Ralf Schandl)Bram Moolenaar2010-06-037-24/+141
* Optimize the blowfish crypt/decrypt code a bit more.Bram Moolenaar2010-06-026-63/+114
* Made crypt/decrypt faster.Bram Moolenaar2010-06-015-65/+83
* Fix completion of file names with '%' and '*'.Bram Moolenaar2010-06-013-4/+21
* Don't use pointers to store numbers, use a union.Bram Moolenaar2010-06-013-138/+165
* Correct use of long instead of off_t for file size. (James Vega)Bram Moolenaar2010-05-3110-115/+332
* Add test for gettabvar() and settabvar().Bram Moolenaar2010-05-314-3/+29
* Crypt the text in the undo file if the file itself is crypted.Bram Moolenaar2010-05-305-44/+251
* Made reading/writing undo info a bit more robust.Bram Moolenaar2010-05-304-163/+233
* Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle)Bram Moolenaar2010-05-304-3/+13
* Added the undofile() function. Updated runtime files.Bram Moolenaar2010-05-303-3/+22
* Do not write an undo file if there is nothing to undo.Bram Moolenaar2010-05-301-5/+42
* updated for version 7.2.441Bram Moolenaar2010-05-301-0/+2
* A bit of cleanup and simplification for undofile.Bram Moolenaar2010-05-303-59/+32
* A few more fixes for undo file. Split test in two parts so that it doesn'tBram Moolenaar2010-05-3015-72/+162
* Various improvements to undo file code to make it more robust.Bram Moolenaar2010-05-293-445/+530
* Remove old and unused method to allocate memory for undo.Bram Moolenaar2010-05-291-452/+49
* Fix a few more things for persistent undo.Bram Moolenaar2010-05-294-176/+204
* updated for version 7.2.440Bram Moolenaar2010-05-283-8/+18
* updated for version 7.2.439Bram Moolenaar2010-05-281-3/+9
* Don't execute some autocommands when v:dying is 2 or more.Bram Moolenaar2010-05-281-26/+31
* Fix definition of UINT_PTR for 64 bit systems.Bram Moolenaar2010-05-263-4/+6
* More strict checks for the undo file.Bram Moolenaar2010-05-261-31/+54
* Fix for using ":wundo foo" when foo is an empty file.Bram Moolenaar2010-05-251-3/+4
* updated for version 7.2.438Bram Moolenaar2010-05-251-1/+8
* Found a way to make the MS-Windows installer wait for the uninstaller toBram Moolenaar2010-05-253-22/+59
* And another small fix for persistent undo.Bram Moolenaar2010-05-241-2/+2
* Fix: :wundo didn't work in a buffer without a name.Bram Moolenaar2010-05-241-12/+25
* Improve the MS-Windows installer.Bram Moolenaar2010-05-2412-39/+88
* Fix uninit memory read in undo code. Fix uint32_t in proto file.Bram Moolenaar2010-05-2419-34/+40
* Included patch for persistent undo. Lots of changes and added test.Bram Moolenaar2010-05-2323-56/+1066
* Fix for Netbeans on MS-Windows not compiling.Bram Moolenaar2010-05-231-9/+14
* Some versions of Ruby redefine rb_str_new2 to rb_str_new_cstr.Bram Moolenaar2010-05-221-2/+14
* Fix wrong memory access when clearing crypt key.Bram Moolenaar2010-05-221-3/+3
* Add :nbstart and :nbclose.Bram Moolenaar2010-05-2228-420/+582
* Included the patch to support netbeans in a terminal.Bram Moolenaar2010-05-2213-211/+314
* Fix: window title not updated after file dropped.Bram Moolenaar2010-05-221-3/+4
* Add the settabvar() and gettabvar() functions.Bram Moolenaar2010-05-221-0/+72
* Add extra floating point functions.Bram Moolenaar2010-05-211-20/+224
* "g8" doesn't work properly on a NUL.Bram Moolenaar2010-05-211-8/+9
* A few more changes for encryption. Add test that encrypted file can be read.Bram Moolenaar2010-05-213-23/+73
* updated for version 7.2.437Bram Moolenaar2010-05-211-0/+7
* Other solution for GTK not changing the locale.Bram Moolenaar2010-05-213-16/+7
* Various smaller changes. Updated proto files. Updated dependencies.Bram Moolenaar2010-05-209-19/+40
* Use UINT32_T in the code, define it to uint32_t or unsigned int.Bram Moolenaar2010-05-197-74/+138
* One more fix for defining uint32_t.Bram Moolenaar2010-05-182-0/+6
* Change wording in link.sh: "remove" -> "omit"Bram Moolenaar2010-05-181-7/+7