summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-038-279/+191
* Move text from various.txt to a new helphelp.txt help file.Bram Moolenaar2010-06-037-305/+337
* Optimize the blowfish crypt/decrypt code a bit more.Bram Moolenaar2010-06-027-68/+116
* Made crypt/decrypt faster.Bram Moolenaar2010-06-016-67/+87
* Fix completion of file names with '%' and '*'.Bram Moolenaar2010-06-015-4/+156
* Don't use pointers to store numbers, use a union.Bram Moolenaar2010-06-014-138/+166
* Correct use of long instead of off_t for file size. (James Vega)Bram Moolenaar2010-05-3111-117/+332
* Add test for gettabvar() and settabvar().Bram Moolenaar2010-05-316-6/+38
* Crypt the text in the undo file if the file itself is crypted.Bram Moolenaar2010-05-3010-50/+260
* Made reading/writing undo info a bit more robust.Bram Moolenaar2010-05-306-166/+241
* Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle)Bram Moolenaar2010-05-305-4/+13
* Added the undofile() function. Updated runtime files.Bram Moolenaar2010-05-3015-25/+71
* Do not write an undo file if there is nothing to undo.Bram Moolenaar2010-05-302-8/+42
* updated for version 7.2.441Bram Moolenaar2010-05-301-0/+2
* A bit of cleanup and simplification for undofile.Bram Moolenaar2010-05-305-61/+34
* A few more fixes for undo file. Split test in two parts so that it doesn'tBram Moolenaar2010-05-3016-72/+163
* Various improvements to undo file code to make it more robust.Bram Moolenaar2010-05-297-457/+537
* Remove old and unused method to allocate memory for undo.Bram Moolenaar2010-05-292-459/+49
* Fix a few more things for persistent undo.Bram Moolenaar2010-05-296-191/+222
* 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-285-30/+46
* Runtime file updates.Bram Moolenaar2010-05-2815-170/+244
* Fix definition of UINT_PTR for 64 bit systems.Bram Moolenaar2010-05-264-4/+10
* More strict checks for the undo file.Bram Moolenaar2010-05-264-34/+74
* 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-257-36/+77
* 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-242-14/+30
* Improve the MS-Windows installer.Bram Moolenaar2010-05-2416-80/+146
* Tiny change for Italian man page.Bram Moolenaar2010-05-242-2/+2
* Fix uninit memory read in undo code. Fix uint32_t in proto file.Bram Moolenaar2010-05-2421-44/+50
* Included patch for persistent undo. Lots of changes and added test.Bram Moolenaar2010-05-2334-97/+1232
* 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-2234-440/+629
* Included the patch to support netbeans in a terminal.Bram Moolenaar2010-05-2218-233/+367
* Fix: window title not updated after file dropped.Bram Moolenaar2010-05-223-3/+7
* Add the settabvar() and gettabvar() functions.Bram Moolenaar2010-05-2232-153/+301
* Add extra floating point functions.Bram Moolenaar2010-05-217-23/+392
* "g8" doesn't work properly on a NUL.Bram Moolenaar2010-05-213-10/+11
* A few more changes for encryption. Add test that encrypted file can be read.Bram Moolenaar2010-05-215-37/+86
* updated for version 7.2.437Bram Moolenaar2010-05-211-0/+7
* Updated runtime files.Bram Moolenaar2010-05-2126-134/+578
* 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-2011-26/+51
* Use UINT32_T in the code, define it to uint32_t or unsigned int.Bram Moolenaar2010-05-199-75/+146