Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-10 | updated for version 7.4.624 | Bram Moolenaar | |
Problem: May leak memory or crash when vim_realloc() returns NULL. Solution: Handle a NULL value properly. (Mike Williams) | |||
2014-12-13 | updated for version 7.4.544 | Bram Moolenaar | |
Problem: Warnings for unused arguments when compiling with a combination of features. Solution: Add "UNUSED". | |||
2013-06-30 | updated for version 7.3.1276 | Bram Moolenaar | |
Problem: When using a cscope connection resizing the window may send SIGWINCH to cscope and it quits. Solution: Call setpgid(0, 0) in the child process. (Narendran Gopalakrishnan) | |||
2013-06-12 | updated for version 7.3.1180 | Bram Moolenaar | |
Problem: When current directory changes, path from cscope may no longer be valid. (AS Budden) Solution: Always store the absolute path. (Christian Brabandt) | |||
2013-05-29 | updated for version 7.3.1038 | Bram Moolenaar | |
Problem: Crash when using Cscope. Solution: Avoid negative argument to vim_strncpy(). (Narendran Gopalakrishnan) | |||
2013-05-06 | updated for version 7.3.925 | Bram Moolenaar | |
Problem: Typos in source files. Solution: Fix the typos. (Ken Takata) | |||
2011-06-12 | updated for version 7.3.211 | Bram Moolenaar | |
Problem: Compiler warning. Solution: Add type cast. | |||
2011-06-12 | updated for version 7.3.210 | Bram Moolenaar | |
Problem: Can't always find the file when using cscope. Solution: Add the 'cscoperelative' option. (Raghavendra D Prabhu) | |||
2011-05-05 | updated for version 7.3.172 | Bram Moolenaar | |
Problem: MS-Windows: rename() might delete the file if the name differs but it's actually the same file. Solution: Use the file handle to check if it's the same file. (Yukihiro Nakadaira) | |||
2011-03-03 | updated for version 7.3.136 | Bram Moolenaar | |
Problem: Duplicate include of assert.h. Solution: Remove it. | |||
2010-12-30 | updated for version 7.3.090 | Bram Moolenaar | |
Problem: Wrong help text for Cscope. Solution: Adjust the help text for "t". (Dominique Pelle) | |||
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-09-21 | updated for version 7.3.008 | Bram Moolenaar | |
Problem: 'cursorbind' is kept in places where 'scrollbind' is reset. Solution: Reset 'cursorbind'. | |||
2010-07-25 | Add "q" item for 'statusline'. Add w:quickfix_title. (Lech Lorens) | Bram Moolenaar | |
2010-06-26 | Various small fixes from Dominique Pelle. | Bram Moolenaar | |
2010-05-14 | updated for version 7.2.433 | Bram Moolenaar | |
Problem: Can't use cscope with QuickFixCmdPre and QuickFixCmdPost. Solution: Add cscope support for these autocmd events. (Bryan Venteicher) | |||
2010-02-24 | updated for version 7.2.371 | Bram Moolenaar | |
Problem: Build problems on Tandem NonStop. Solution: A few changes to #ifdefs (Joachim Schmitz) | |||
2010-01-19 | updated for version 7.2.333 | Bram Moolenaar | |
Problem: Warnings from static code analysis. Solution: Small changes to various lines. (Dominique Pelle) | |||
2009-07-10 | updated for version 7.2-228 | Bram Moolenaar | |
2009-05-16 | updated for version 7.2-177 | Bram Moolenaar | |
2009-05-16 | updated for version 7.2-175 | Bram Moolenaar | |
2009-04-22 | updated for version 7.2-156 | Bram Moolenaar | |
2009-03-18 | updated for version 7.2-145 | Bram Moolenaar | |
2009-03-18 | updated for version 7.2-143 | Bram Moolenaar | |
2009-01-28 | updated for version 7.2-091 | Bram Moolenaar | |
2008-08-25 | updated for version 7.2-004 | Bram Moolenaar | |
2008-06-24 | updated for version 7.2a | Bram Moolenaar | |
2008-04-01 | updated for version 7.1-291 | Bram Moolenaar | |
2008-04-01 | updated for version 7.1-288 | Bram Moolenaar | |
2008-03-16 | updated for version 7.1-283 | Bram Moolenaar | |
2008-03-16 | updated for version 7.1-281 | Bram Moolenaar | |
2008-03-15 | updated for version 7.1-279 | Bram Moolenaar | |
2007-09-14 | updated for version 7.1-108 | Bram Moolenaar | |
2007-09-06 | updated for version 7.1-100 | Bram Moolenaar | |
2007-08-21 | updated for version 7.1-087 | Bram Moolenaar | |
2007-03-11 | updated for version 7.0-216 | Bram Moolenaar | |
2007-02-27 | updated for version 7.0-204 | Bram Moolenaar | |
2007-01-16 | updated for version 7.0-184 | Bram Moolenaar | |
2006-11-21 | updated for version 7.0-166 | Bram Moolenaar | |
2006-10-30 | updated for version 7.0-153 | Bram Moolenaar | |
2006-08-29 | updated for version 7.0-070 | Bram Moolenaar | |
2006-04-18 | updated for version 7.0e02 | Bram Moolenaar | |
2006-04-17 | updated for version 7.0e01 | Bram Moolenaar | |
2006-03-06 | updated for version 7.0216 | Bram Moolenaar | |
2006-02-10 | updated for version 7.0196 | Bram Moolenaar | |
2006-01-25 | updated for version 7.0187 | Bram Moolenaar | |
2006-01-21 | updated for version 7.0184 | Bram Moolenaar | |
2005-09-20 | updated for version 7.0149 | Bram Moolenaar | |
2005-06-13 | updated for version 7.0084 | Bram Moolenaar | |