summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2010-05-30Made reading/writing undo info a bit more robust.Bram Moolenaar
2010-05-30Add a few #ifdefs to exclude functions that are not used. (Domnique Pelle)Bram Moolenaar
2010-05-30Added the undofile() function. Updated runtime files.Bram Moolenaar
2010-05-30Do not write an undo file if there is nothing to undo.Bram Moolenaar
2010-05-30updated for version 7.2.441Bram Moolenaar
2010-05-30A bit of cleanup and simplification for undofile.Bram Moolenaar
2010-05-30A few more fixes for undo file. Split test in two parts so that it doesn'tBram Moolenaar
2010-05-29Various improvements to undo file code to make it more robust.Bram Moolenaar
2010-05-29Remove old and unused method to allocate memory for undo.Bram Moolenaar
2010-05-29Fix a few more things for persistent undo.Bram Moolenaar
2010-05-28updated for version 7.2.440Bram Moolenaar
2010-05-28updated for version 7.2.439Bram Moolenaar
2010-05-28Don't execute some autocommands when v:dying is 2 or more.Bram Moolenaar
2010-05-26Fix definition of UINT_PTR for 64 bit systems.Bram Moolenaar
2010-05-26More strict checks for the undo file.Bram Moolenaar
2010-05-25Fix for using ":wundo foo" when foo is an empty file.Bram Moolenaar
2010-05-25updated for version 7.2.438Bram Moolenaar
2010-05-25Found a way to make the MS-Windows installer wait for the uninstaller toBram Moolenaar
2010-05-24And another small fix for persistent undo.Bram Moolenaar
2010-05-24Fix: :wundo didn't work in a buffer without a name.Bram Moolenaar
2010-05-24Improve the MS-Windows installer.Bram Moolenaar
2010-05-24Fix uninit memory read in undo code. Fix uint32_t in proto file.Bram Moolenaar
2010-05-23Included patch for persistent undo. Lots of changes and added test.Bram Moolenaar
2010-05-23Fix for Netbeans on MS-Windows not compiling.Bram Moolenaar
2010-05-22Some versions of Ruby redefine rb_str_new2 to rb_str_new_cstr.Bram Moolenaar
2010-05-22Fix wrong memory access when clearing crypt key.Bram Moolenaar
2010-05-22Add :nbstart and :nbclose.Bram Moolenaar
2010-05-22Included the patch to support netbeans in a terminal.Bram Moolenaar
2010-05-22Fix: window title not updated after file dropped.Bram Moolenaar
2010-05-22Add the settabvar() and gettabvar() functions.Bram Moolenaar
2010-05-21Add extra floating point functions.Bram Moolenaar
2010-05-21"g8" doesn't work properly on a NUL.Bram Moolenaar
2010-05-21A few more changes for encryption. Add test that encrypted file can be read.Bram Moolenaar
2010-05-21updated for version 7.2.437Bram Moolenaar
2010-05-21Other solution for GTK not changing the locale.Bram Moolenaar
2010-05-20Various smaller changes. Updated proto files. Updated dependencies.Bram Moolenaar
2010-05-19Use UINT32_T in the code, define it to uint32_t or unsigned int.Bram Moolenaar
2010-05-18One more fix for defining uint32_t.Bram Moolenaar
2010-05-18Change wording in link.sh: "remove" -> "omit"Bram Moolenaar
2010-05-18Fix build on Cygwin and MingW.Bram Moolenaar
2010-05-18Undefine uint32_t when building if_perl.xs to fix the build.Bram Moolenaar
2010-05-18Add blowfish and sha256 source files to more Makefiles.Bram Moolenaar
2010-05-17Avoid warnings for unused arguments when compiling with Gnome.Bram Moolenaar
2010-05-17Undo undesired changes in src/Makefile.Bram Moolenaar
2010-05-17Fixed encryption big/little endian test.Bram Moolenaar
2010-05-16Minor updates to blowfish encryption.Bram Moolenaar
2010-05-16Add the blowfish encryption patch from Mohsin Ahmed. Needs more work.Bram Moolenaar
2010-05-16Add 'relativenumber' patch from Markus Heidelberg.Bram Moolenaar
2010-05-16updated for version 7.2.436Bram Moolenaar
2010-05-16Fix typo in release date.Bram Moolenaar