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