summaryrefslogtreecommitdiff
path: root/src/os_qnx.c
Commit message (Collapse)AuthorAgeFilesLines
* patch 8.1.2393: using old C style commentsv8.1.2393Bram Moolenaar2019-12-051-9/+9
| | | | | Problem: Using old C style comments. Solution: Use // comments where appropriate.
* patch 8.1.1531: clipboard type name is inconsistentv8.1.1531Bram Moolenaar2019-06-141-4/+4
| | | | | Problem: Clipboard type name is inconsistent. Solution: Rename VimClipboard to Clipboard_T.
* patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar2019-05-241-1/+1
| | | | | Problem: Unessesary type casts for lalloc(). Solution: Remove type casts. Change lalloc(size, TRUE) to alloc(size).
* patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar2019-03-301-2/+0
| | | | | | Problem: Too many curly braces. Solution: Remove curly braces where they are not needed. (Hirohito Higashi, closes #3982)
* patch 7.4.2293v7.4.2293Bram Moolenaar2016-08-291-1/+1
| | | | | Problem: Modelines in source code are inconsistant. Solution: Use the same line in most files. Add 'noet'. (Naruhiko Nishino)
* patch 7.4.1213v7.4.1213Bram Moolenaar2016-01-301-2/+2
| | | | | | Problem: Using old style function declarations. Solution: Change to new style function declarations. (script by Hirohito Higashi)
* updated for version 7.4.212v7.4.212Bram Moolenaar2014-03-231-4/+0
| | | | | | Problem: Now that the +visual feature is always enabled the #ifdefs for it are not useful. Solution: Remove the checks for FEAT_VISUAL.
* updated for version 7.3.321v7.3.321Bram Moolenaar2011-09-211-34/+34
| | | | | Problem: Code not following Vim style. Solution: Fix the style. (Elias Diem)
* updated for version 7.3.221v7.3.221Bram Moolenaar2011-06-191-1/+1
| | | | | | Problem: Text from the clipboard is sometimes handled as linewise, but not consistently. Solution: Assume the text is linewise when it ends in a CR or NL.
* updated for version 7.0109v7.0109Bram Moolenaar2005-07-181-2/+1
|
* updated for version 7.0001v7.0001Bram Moolenaar2004-06-131-0/+162