Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-03 | updated for version 7.3.677 | Bram Moolenaar | |
Problem: buf_spname() is used inconsistently. Solution: Make the return type a char_u pointer. Check the size of the returned string. | |||
2011-10-26 | updated for version 7.3.349 | Bram Moolenaar | |
Problem: When running out of memory during startup trying to open a swapfile will loop forever. Solution: Let findswapname() set dirp to NULL if out of memory. | |||
2011-06-13 | updated for version 7.3.216 | Bram Moolenaar | |
Problem: When recovering a file a range of lines is missing. (Charles Jie) Solution: Reset the index when advancing to the next pointer block. Add a test to verify recovery works. | |||
2011-05-10 | updated for version 7.3.187 | Bram Moolenaar | |
Problem: The RISC OS port has obvious errors and is not being maintained. Solution: Remove the RISC OS files and code. | |||
2011-02-15 | updated for version 7.3.120 | Bram Moolenaar | |
Problem: The message for an existing swap file is too long to fit in a 25 line terminal. Solution: Make the message shorter. (Chad Miller) | |||
2011-01-17 | updated for version 7.3.102 | Bram Moolenaar | |
Problem: When using ":make", typing the next command and then getting the "reload" prompt the next command is (partly) eaten by the reload prompt. Solution: Accept ':' as a special character at the reload prompt to accept the default choice and execute the command. | |||
2010-12-17 | updated for version 7.3.087 | Bram Moolenaar | |
Problem: EINTR is not always defined. Solution: Include errno.h in vim.h. | |||
2010-12-17 | updated for version 7.3.085 | Bram Moolenaar | |
Problem: Inconsistency with preproc symbols. void * computation. Solution: Include vimio.h from vim.h. Add type cast. | |||
2010-12-17 | updated for version 7.3.083 | Bram Moolenaar | |
Problem: When a read() or write() is interrupted by a signal it fails. Solution: Add read_eintr() and write_eintr(). | |||
2010-12-08 | updated for version 7.3.077 | Bram Moolenaar | |
Problem: When updating crypt of swapfile fails there is no error message. (Carlo Teubner) Solution: Add the error message. | |||
2010-08-08 | Remove unused code. | Bram Moolenaar | |
2010-08-04 | Fix: when setting crypt key seed was not updated when the swap file wasn't | Bram Moolenaar | |
created yet. | |||
2010-07-25 | Better fix for memory access in recovery. (Dominique Pelle) | Bram Moolenaar | |
2010-07-25 | Fix memory access to 'cryptmethod' during recovery. (Dominique Pelle) | Bram Moolenaar | |
2010-07-24 | Add the 'undoreload' option to be able to undo a file reload. | Bram Moolenaar | |
2010-07-20 | Change 'cryptmethod' from a number to a string option. Make it global-local. | Bram Moolenaar | |
2010-07-04 | Mainly documentation updates. | Bram Moolenaar | |
2010-06-24 | Fix a memory leak in encryption. (Dominique Pelle) | Bram Moolenaar | |
2010-06-24 | Fix compiler warning. | Bram Moolenaar | |
2010-06-22 | Fix compiler warnings for shadowed variables. Make 'conceal' a long instead | Bram Moolenaar | |
of int. | |||
2010-06-21 | Crypt the swapfile. | Bram Moolenaar | |
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-25 | updated for version 7.2.438 | Bram Moolenaar | |
Problem: "vim -r" crashes. Solution: Don't use NULL pointer argument. | |||
2010-05-23 | Included patch for persistent undo. Lots of changes and added test. | Bram Moolenaar | |
2010-05-22 | Add :nbstart and :nbclose. | Bram Moolenaar | |
2010-05-15 | After recovery check if the text changed. If it did mark the buffer as | Bram Moolenaar | |
modified. | |||
2010-05-14 | updated for version 7.2.427 | Bram Moolenaar | |
Problem: The swapfile is created using the destination of a symlink, but recovery doesn't follow symlinks. Solution: When recovering, resolve symlinks. (James Vega) | |||
2010-03-10 | updated for version 7.2.391 | Bram Moolenaar | |
Problem: Internal alloc(0) error when doing "CTRL-V $ c". (Martti Kuparinen) Solution: Fix computations in getvcol(). (partly by Lech Lorens) | |||
2010-02-11 | updated for version 7.2.359 | Bram Moolenaar | |
Problem: Crash when using the Netbeans join command. Solution: Make sure the ml_flush_line() function is not used recursively. (Xavier de Gaye) | |||
2009-11-17 | updated for version 7.2-300 | Bram Moolenaar | |
2009-11-03 | updated for version 7.2-275 | Bram Moolenaar | |
2009-11-03 | updated for version 7.2-272 | Bram Moolenaar | |
2009-04-22 | updated for version 7.2-154 | Bram Moolenaar | |
2009-04-22 | updated for version 7.2-153 | Bram Moolenaar | |
2008-07-13 | updated for version 7.2b-000 | Bram Moolenaar | |
2008-06-24 | updated for version 7.2a | Bram Moolenaar | |
2007-05-10 | updated for version 7.1b | Bram Moolenaar | |
2007-05-06 | updated for version 7.1a | Bram Moolenaar | |
2007-04-26 | updated for version 7.0-231 | Bram Moolenaar | |
2007-03-06 | updated for version 7.0-208 | Bram Moolenaar | |
2007-02-13 | updated for version 7.0-194 | Bram Moolenaar | |
2007-02-07 | updated for version 7.0-192 | Bram Moolenaar | |
2007-01-09 | updated for version 7.0-180 | Bram Moolenaar | |
2007-01-09 | updated for version 7.0-179 | Bram Moolenaar | |
2006-11-21 | updated for version 7.0-168 | Bram Moolenaar | |
2006-11-01 | updated for version 7.0-156 | Bram Moolenaar | |
2006-10-10 | updated for version 7.0-131 | Bram Moolenaar | |
2006-10-10 | updated for version 7.0-127 | Bram Moolenaar | |
2006-08-29 | updated for version 7.0-070 | Bram Moolenaar | |