log

age author description
Tue, 01 Jun 2010 19:58:08 +0200 Bram Moolenaar Don't use pointers to store numbers, use a union. vim73
Mon, 31 May 2010 21:59:46 +0200 Bram Moolenaar Correct use of long instead of off_t for file size. (James Vega) vim73
Mon, 31 May 2010 21:27:30 +0200 Bram Moolenaar Add test for gettabvar() and settabvar(). vim73
Sun, 30 May 2010 22:48:02 +0200 Bram Moolenaar Crypt the text in the undo file if the file itself is crypted. vim73
Sun, 30 May 2010 20:40:11 +0200 Bram Moolenaar Made reading/writing undo info a bit more robust. vim73
Sun, 30 May 2010 19:00:15 +0200 Bram Moolenaar Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle) vim73
Sun, 30 May 2010 18:30:36 +0200 Bram Moolenaar Added the undofile() function. Updated runtime files. vim73
Sun, 30 May 2010 17:17:42 +0200 Bram Moolenaar Do not write an undo file if there is nothing to undo. vim73
Sun, 30 May 2010 16:55:22 +0200 Bram Moolenaar updated for version 7.2.441 vim73
Sun, 30 May 2010 16:01:37 +0200 Bram Moolenaar A bit of cleanup and simplification for undofile. vim73
Sun, 30 May 2010 13:26:21 +0200 Bram Moolenaar A few more fixes for undo file. Split test in two parts so that it doesn't vim73
Sat, 29 May 2010 20:33:07 +0200 Bram Moolenaar Various improvements to undo file code to make it more robust. vim73
Sat, 29 May 2010 15:40:47 +0200 Bram Moolenaar Remove old and unused method to allocate memory for undo. vim73
Sat, 29 May 2010 15:11:47 +0200 Bram Moolenaar Fix a few more things for persistent undo. vim73
Fri, 28 May 2010 22:06:46 +0200 Bram Moolenaar updated for version 7.2.440 vim73
Fri, 28 May 2010 21:31:58 +0200 Bram Moolenaar updated for version 7.2.439 vim73
Fri, 28 May 2010 21:07:08 +0200 Bram Moolenaar Don't execute some autocommands when v:dying is 2 or more. vim73
Fri, 28 May 2010 20:54:39 +0200 Bram Moolenaar Runtime file updates. vim73
Wed, 26 May 2010 21:42:54 +0200 Bram Moolenaar Fix definition of UINT_PTR for 64 bit systems. vim73
Wed, 26 May 2010 21:21:00 +0200 Bram Moolenaar More strict checks for the undo file. vim73
Tue, 25 May 2010 22:09:21 +0200 Bram Moolenaar Fix for using ":wundo foo" when foo is an empty file. vim73
Tue, 25 May 2010 21:37:17 +0200 Bram Moolenaar updated for version 7.2.438 vim73
Tue, 25 May 2010 21:02:00 +0200 Bram Moolenaar Found a way to make the MS-Windows installer wait for the uninstaller to vim73
Mon, 24 May 2010 22:06:04 +0200 Bram Moolenaar And another small fix for persistent undo. vim73
Mon, 24 May 2010 22:02:24 +0200 Bram Moolenaar Fix: :wundo didn't work in a buffer without a name. vim73
Mon, 24 May 2010 21:34:22 +0200 Bram Moolenaar Improve the MS-Windows installer. vim73
Mon, 24 May 2010 21:25:23 +0200 Bram Moolenaar Tiny change for Italian man page. vim73
Mon, 24 May 2010 11:59:29 +0200 Bram Moolenaar Fix uninit memory read in undo code. Fix uint32_t in proto file. vim73
Sun, 23 May 2010 23:34:36 +0200 Bram Moolenaar Included patch for persistent undo. Lots of changes and added test. vim73
Sun, 23 May 2010 12:06:58 +0200 Bram Moolenaar Fix for Netbeans on MS-Windows not compiling. vim73