|
Karsten Hopp |
81c285 |
To: vim-dev@vim.org
|
|
Karsten Hopp |
81c285 |
Subject: Patch 7.2.196
|
|
Karsten Hopp |
81c285 |
Fcc: outbox
|
|
Karsten Hopp |
81c285 |
From: Bram Moolenaar <Bram@moolenaar.net>
|
|
Karsten Hopp |
81c285 |
Mime-Version: 1.0
|
|
Karsten Hopp |
81c285 |
Content-Type: text/plain; charset=UTF-8
|
|
Karsten Hopp |
81c285 |
Content-Transfer-Encoding: 8bit
|
|
Karsten Hopp |
81c285 |
------------
|
|
Karsten Hopp |
81c285 |
|
|
Karsten Hopp |
81c285 |
Patch 7.2.196 (after 7.2.167)
|
|
Karsten Hopp |
81c285 |
Problem: Turns out splint doesn't work well enough to be usable.
|
|
Karsten Hopp |
81c285 |
Solution: Remove splint support.
|
|
Karsten Hopp |
81c285 |
Files: Filelist, src/cleanlint.vim
|
|
Karsten Hopp |
81c285 |
|
|
Karsten Hopp |
81c285 |
|
|
Karsten Hopp |
81c285 |
*** ../vim-7.2.195/Filelist 2009-05-13 12:46:36.000000000 +0200
|
|
Karsten Hopp |
81c285 |
--- Filelist 2009-05-21 14:42:46.000000000 +0200
|
|
Karsten Hopp |
81c285 |
***************
|
|
Karsten Hopp |
81c285 |
*** 139,145 ****
|
|
Karsten Hopp |
81c285 |
src/INSTALL \
|
|
Karsten Hopp |
81c285 |
src/INSTALLx.txt \
|
|
Karsten Hopp |
81c285 |
src/Makefile \
|
|
Karsten Hopp |
81c285 |
- src/cleanlint.vim \
|
|
Karsten Hopp |
81c285 |
src/auto/configure \
|
|
Karsten Hopp |
81c285 |
src/config.aap.in \
|
|
Karsten Hopp |
81c285 |
src/config.h.in \
|
|
Karsten Hopp |
81c285 |
--- 139,144 ----
|
|
Karsten Hopp |
81c285 |
*** ../vim-7.2.195/src/cleanlint.vim 2009-05-13 18:54:14.000000000 +0200
|
|
Karsten Hopp |
81c285 |
--- src/cleanlint.vim 1970-01-01 01:00:00.000000000 +0100
|
|
Karsten Hopp |
81c285 |
***************
|
|
Karsten Hopp |
81c285 |
*** 1,32 ****
|
|
Karsten Hopp |
81c285 |
- " Vim tool: Filter output of splint
|
|
Karsten Hopp |
81c285 |
- "
|
|
Karsten Hopp |
81c285 |
- " Maintainer: Bram Moolenaar <Bram@vim.org>
|
|
Karsten Hopp |
81c285 |
- " Last Change: 2009 May 13
|
|
Karsten Hopp |
81c285 |
-
|
|
Karsten Hopp |
81c285 |
- " Usage: redirect output of "make lint" to a file, edit that file with Vim and
|
|
Karsten Hopp |
81c285 |
- " :call CleanLint()
|
|
Karsten Hopp |
81c285 |
- " This deletes irrelevant messages. What remains might be valid warnings.
|
|
Karsten Hopp |
81c285 |
-
|
|
Karsten Hopp |
81c285 |
- fun! CleanLint()
|
|
Karsten Hopp |
81c285 |
- g/Assignment of dev_t to __dev_t:/lockmarks d
|
|
Karsten Hopp |
81c285 |
- g/Assignment of __dev_t to dev_t:/lockmarks d
|
|
Karsten Hopp |
81c285 |
- g/Operands of == have incompatible types (__dev_t, dev_t): /lockmarks d
|
|
Karsten Hopp |
81c285 |
- g/Operands of == have incompatible types (char_u, int): /lockmarks d
|
|
Karsten Hopp |
81c285 |
- g/Assignment of char to char_u: /lockmarks d
|
|
Karsten Hopp |
81c285 |
- g/Assignment of unsigned int to int: /lockmarks d
|
|
Karsten Hopp |
81c285 |
- g/Assignment of int to unsigned int: /lockmarks d
|
|
Karsten Hopp |
81c285 |
- g/Assignment of unsigned int to long int: /lockmarks d
|
|
Karsten Hopp |
81c285 |
- g/Assignment of int to char_u: /lockmarks d
|
|
Karsten Hopp |
81c285 |
- g/Function .* expects arg . to be wint_t gets int: /lockmarks d
|
|
Karsten Hopp |
81c285 |
- g/Function .* expects arg . to be size_t gets int: /lockmarks d
|
|
Karsten Hopp |
81c285 |
- g/Initial value of .* is type char, expects char_u: /lockmarks d
|
|
Karsten Hopp |
81c285 |
- g/^ex_cmds.h:.* Function types are inconsistent. Parameter 1 is implicitly temp, but unqualified in assigned function:/lockmarks d
|
|
Karsten Hopp |
81c285 |
- g/^ex_docmd.c:.* nospec_str/lockmarks d
|
|
Karsten Hopp |
81c285 |
- g/^digraph.c.*Additional initialization errors for digraphdefault not reported/lockmarks d
|
|
Karsten Hopp |
81c285 |
- g/Function strncasecmp expects arg 3 to be int gets size_t: /lockmarks d
|
|
Karsten Hopp |
81c285 |
- g/^ Types are incompatible/lockmarks d
|
|
Karsten Hopp |
81c285 |
- g/ To ignore signs in type comparisons use +ignoresigns/lockmarks d
|
|
Karsten Hopp |
81c285 |
- g/ To allow arbitrary integral types to match any integral type, use +matchanyintegral./lockmarks d
|
|
Karsten Hopp |
81c285 |
- g/ To allow arbitrary integral types to match long unsigned, use +longintegral./lockmarks d
|
|
Karsten Hopp |
81c285 |
- g+ A variable is declared but never used. Use /.@unused@./ in front of declaration to suppress message.+lockmarks d
|
|
Karsten Hopp |
81c285 |
- endfun
|
|
Karsten Hopp |
81c285 |
--- 0 ----
|
|
Karsten Hopp |
81c285 |
*** ../vim-7.2.195/src/version.c 2009-06-03 16:20:09.000000000 +0200
|
|
Karsten Hopp |
81c285 |
--- src/version.c 2009-06-03 22:04:31.000000000 +0200
|
|
Karsten Hopp |
81c285 |
***************
|
|
Karsten Hopp |
81c285 |
*** 678,679 ****
|
|
Karsten Hopp |
81c285 |
--- 678,681 ----
|
|
Karsten Hopp |
81c285 |
{ /* Add new patch number below this line */
|
|
Karsten Hopp |
81c285 |
+ /**/
|
|
Karsten Hopp |
81c285 |
+ 196,
|
|
Karsten Hopp |
81c285 |
/**/
|
|
Karsten Hopp |
81c285 |
|
|
Karsten Hopp |
81c285 |
--
|
|
Karsten Hopp |
81c285 |
It's totally unfair to suggest - as many have - that engineers are socially
|
|
Karsten Hopp |
81c285 |
inept. Engineers simply have different objectives when it comes to social
|
|
Karsten Hopp |
81c285 |
interaction.
|
|
Karsten Hopp |
81c285 |
(Scott Adams - The Dilbert principle)
|
|
Karsten Hopp |
81c285 |
|
|
Karsten Hopp |
81c285 |
/// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
|
|
Karsten Hopp |
81c285 |
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
|
|
Karsten Hopp |
81c285 |
\\\ download, build and distribute -- http://www.A-A-P.org ///
|
|
Karsten Hopp |
81c285 |
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
|