Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | updated for version 7.3.401v7.3.401 | Bram Moolenaar | 2012-01-10 | 1 | -12/+14 |
| | | | | | Problem: A couple more shadowed variables. Solution: Rename the variables. | ||||
* | updated for version 7.3.400v7.3.400 | Bram Moolenaar | 2012-01-10 | 1 | -15/+15 |
| | | | | | Problem: Compiler warnings for shadowed variables. Solution: Remove or rename the variables. | ||||
* | updated for version 7.3.346v7.3.346 | Bram Moolenaar | 2011-10-20 | 1 | -0/+7 |
| | | | | | Problem: It's hard to test netbeans commands. Solution: Process netbeans commands after :sleep. (Xavier de Gaye) | ||||
* | updated for version 7.3.161v7.3.161 | Bram Moolenaar | 2011-04-11 | 1 | -8/+13 |
| | | | | | Problem: Items on the stack may be too big. Solution: Make items static or allocate them. | ||||
* | updated for version 7.3.160v7.3.160 | Bram Moolenaar | 2011-04-11 | 1 | -8/+6 |
| | | | | | | Problem: Unsafe string copying. Solution: Use vim_strncpy() instead of strcpy(). Use vim_strcat() instead of strcat(). | ||||
* | updated for version 7.3.149v7.3.149 | Bram Moolenaar | 2011-04-01 | 1 | -0/+4 |
| | | | | | | Problem: The cursor disappears after the processing of the 'setDot' netbeans command when vim runs in a terminal. Solution: Show the cursor after a screen update. (Xavier de Gaye, 2011 | ||||
* | updated for version 7.3.096v7.3.096 | Bram Moolenaar | 2011-01-04 | 1 | -8/+8 |
| | | | | | | Problem: "gvim -nb" is not interruptable. Leaking file descriptor on netbeans connection error. Solution: Check for CTRL-C typed. Free file descriptor. (Xavier de Gaye) | ||||
* | updated for version 7.3.089v7.3.089 | Bram Moolenaar | 2010-12-24 | 1 | -1/+1 |
| | | | | | Problem: Compiler warning on 64 bit MS-Windows. Solution: Add type cast. (Mike Williams) | ||||
* | updated for version 7.3.085v7.3.085 | Bram Moolenaar | 2010-12-17 | 1 | -4/+0 |
| | | | | | Problem: Inconsistency with preproc symbols. void * computation. Solution: Include vimio.h from vim.h. Add type cast. | ||||
* | updated for version 7.3.082v7.3.082 | Bram Moolenaar | 2010-12-17 | 1 | -6/+0 |
| | | | | | Problem: Leaking file descriptor when hostname doesn't exist. Solution: Remove old debugging lines. | ||||
* | updated for version 7.3.076v7.3.076 | Bram Moolenaar | 2010-12-08 | 1 | -2/+1 |
| | | | | | Problem: Clang warnings for dead code. Solution: Remove it. (Carlo Teubner) | ||||
* | updated for version 7.3.073v7.3.073 | Bram Moolenaar | 2010-12-02 | 1 | -2/+8 |
| | | | | | Problem: Double free memory when netbeans command follows DETACH. Solution: Only free the node when owned. (Xavier de Gaye) | ||||
* | updated for version 7.3.060v7.3.060 | Bram Moolenaar | 2010-11-16 | 1 | -20/+45 |
| | | | | | | Problem: Netbeans: crash when socket is disconnected unexpectedly. Solution: Don't cleanup when a read fails, put a message in the queue and disconnect later. (Xavier de Gaye) | ||||
* | updated for version 7.3.059v7.3.059 | Bram Moolenaar | 2010-11-16 | 1 | -25/+3 |
| | | | | | | | Problem: Netbeans: Problem with recursively handling messages for Athena and Motif. Solution: Call netbeans_parse_messages() in the main loop, like it's done for GTK. (Xavier de Gaye) | ||||
* | updated for version 7.3.019v7.3.019 | Bram Moolenaar | 2010-09-30 | 1 | -0/+10 |
| | | | | | | Problem: ":nbstart" can fail silently. Solution: Give an error when netbeans is not supported by the GUI. (Xavier de Gaye) | ||||
* | updated for version 7.3.016v7.3.016 | Bram Moolenaar | 2010-09-29 | 1 | -8/+8 |
| | | | | | Problem: Netbeans doesn't work under Athena. Solution: Support Athena, just like Motif. (Xavier de Gaye) | ||||
* | Fix crash when using netbeans in a terminal when compiled with GUI support. | Bram Moolenaar | 2010-08-09 | 1 | -17/+35 |
| | | | | (partly by Xavier de Gaye) | ||||
* | Remove unused code. | Bram Moolenaar | 2010-08-08 | 1 | -24/+1 |
| | |||||
* | Fixes for coverity warnings. | Bram Moolenaar | 2010-07-31 | 1 | -3/+4 |
| | |||||
* | Various small fixes from Dominique Pelle. | Bram Moolenaar | 2010-06-26 | 1 | -1/+1 |
| | |||||
* | Fix compiler warnings for shadowed variables. Make 'conceal' a long instead | Bram Moolenaar | 2010-06-22 | 1 | -6/+6 |
| | | | | of int. | ||||
* | Correct use of long instead of off_t for file size. (James Vega) | Bram Moolenaar | 2010-05-31 | 1 | -4/+4 |
| | |||||
* | Fix uninit memory read in undo code. Fix uint32_t in proto file. | Bram Moolenaar | 2010-05-24 | 1 | -4/+5 |
| | | | | A few minor changes. | ||||
* | Fix for Netbeans on MS-Windows not compiling. | Bram Moolenaar | 2010-05-23 | 1 | -9/+14 |
| | |||||
* | Add :nbstart and :nbclose. | Bram Moolenaar | 2010-05-22 | 1 | -110/+260 |
| | |||||
* | Included the patch to support netbeans in a terminal. | Bram Moolenaar | 2010-05-22 | 1 | -167/+190 |
| | |||||
* | Use UINT32_T in the code, define it to uint32_t or unsigned int. | Bram Moolenaar | 2010-05-19 | 1 | -6/+0 |
| | | | | Better autoconf check for uint32_t. | ||||
* | One more fix for defining uint32_t. | Bram Moolenaar | 2010-05-18 | 1 | -0/+1 |
| | |||||
* | Fixed encryption big/little endian test. | Bram Moolenaar | 2010-05-17 | 1 | -0/+5 |
| | | | | | | Use uint32_t to avoid crash on 64 bit machines. Added error numbers for Blowfish errors. Fixed the tiny version not building. | ||||
* | Add 'relativenumber' patch from Markus Heidelberg. | Bram Moolenaar | 2010-05-16 | 1 | -1/+2 |
| | |||||
* | Small fix for compiler warning in Netbeans. | Bram Moolenaar | 2010-05-15 | 1 | -1/+1 |
| | |||||
* | updated for version 7.2.392v7.2.392 | Bram Moolenaar | 2010-03-10 | 1 | -1/+26 |
| | | | | | Problem: Netbeans hangs reading from a socket at the maximum block size. Solution: Use select() or poll(). (Xavier de Gaye) | ||||
* | updated for version 7.2.334v7.2.334 | Bram Moolenaar | 2010-01-19 | 1 | -19/+33 |
| | | | | | | Problem: Postponing keys in Netbeans interface does not work properly. Solution: Store the key string instead of the number. Avoid an infinite loop. (Mostly by Xavier de Gaye) | ||||
* | updated for version 7.2.333v7.2.333 | Bram Moolenaar | 2010-01-19 | 1 | -4/+4 |
| | | | | | Problem: Warnings from static code analysis. Solution: Small changes to various lines. (Dominique Pelle) | ||||
* | updated for version 7.2-253v7.2.253 | Bram Moolenaar | 2009-09-11 | 1 | -6/+12 |
| | |||||
* | updated for version 7.2-213v7.2.213 | Bram Moolenaar | 2009-06-24 | 1 | -1/+1 |
| | |||||
* | updated for version 7.2-206v7.2.206 | Bram Moolenaar | 2009-06-16 | 1 | -0/+1 |
| | |||||
* | updated for version 7.2-182v7.2.182 | Bram Moolenaar | 2009-05-17 | 1 | -1/+1 |
| | |||||
* | updated for version 7.2-181v7.2.181 | Bram Moolenaar | 2009-05-17 | 1 | -10/+13 |
| | |||||
* | updated for version 7.2-114v7.2.114 | Bram Moolenaar | 2009-02-21 | 1 | -3/+3 |
| | |||||
* | updated for version 7.2-079v7.2.079 | Bram Moolenaar | 2009-01-06 | 1 | -24/+6 |
| | |||||
* | updated for version 7.2-071v7.2.071 | Bram Moolenaar | 2008-12-24 | 1 | -2/+5 |
| | |||||
* | updated for version 7.2-055v7.2.055 | Bram Moolenaar | 2008-11-28 | 1 | -9/+3 |
| | |||||
* | updated for version 7.2-041v7.2.041 | Bram Moolenaar | 2008-11-15 | 1 | -3/+3 |
| | |||||
* | updated for version 7.2b-000v7.2b.000 | Bram Moolenaar | 2008-07-13 | 1 | -2/+1 |
| | |||||
* | updated for version 7.2a | Bram Moolenaar | 2008-06-24 | 1 | -48/+119 |
| | |||||
* | updated for version 7.1-313v7.1.313 | Bram Moolenaar | 2008-06-09 | 1 | -2/+20 |
| | |||||
* | updated for version 7.1-283v7.1.283 | Bram Moolenaar | 2008-03-16 | 1 | -3/+3 |
| | |||||
* | updated for version 7.1-232v7.1.232 | Bram Moolenaar | 2008-01-18 | 1 | -1/+1 |
| | |||||
* | updated for version 7.1-207v7.1.207 | Bram Moolenaar | 2008-01-05 | 1 | -15/+119 |
| |