]> git.pld-linux.org Git - packages/vim.git/blob - 7.2.196
- new
[packages/vim.git] / 7.2.196
1 To: vim-dev@vim.org
2 Subject: Patch 7.2.196
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.2.196 (after 7.2.167)
11 Problem:    Turns out splint doesn't work well enough to be usable.
12 Solution:   Remove splint support.
13 Files:      Filelist, src/cleanlint.vim
14
15
16 *** ../vim-7.2.195/Filelist     2009-05-13 12:46:36.000000000 +0200
17 --- Filelist    2009-05-21 14:42:46.000000000 +0200
18 ***************
19 *** 139,145 ****
20                 src/INSTALL \
21                 src/INSTALLx.txt \
22                 src/Makefile \
23 -               src/cleanlint.vim \
24                 src/auto/configure \
25                 src/config.aap.in \
26                 src/config.h.in \
27 --- 139,144 ----
28 *** ../vim-7.2.195/src/cleanlint.vim    2009-05-13 18:54:14.000000000 +0200
29 --- src/cleanlint.vim   1970-01-01 01:00:00.000000000 +0100
30 ***************
31 *** 1,32 ****
32 - " Vim tool: Filter output of splint
33 - "
34 - " Maintainer: Bram Moolenaar <Bram@vim.org>
35 - " Last Change:        2009 May 13
36
37 - " Usage: redirect output of "make lint" to a file, edit that file with Vim and
38 - " :call CleanLint()
39 - " This deletes irrelevant messages.  What remains might be valid warnings.
40
41 - fun! CleanLint()
42 -   g/Assignment of dev_t to __dev_t:/lockmarks d
43 -   g/Assignment of __dev_t to dev_t:/lockmarks d
44 -   g/Operands of == have incompatible types (__dev_t, dev_t): /lockmarks d
45 -   g/Operands of == have incompatible types (char_u, int): /lockmarks d
46 -   g/Assignment of char to char_u: /lockmarks d
47 -   g/Assignment of unsigned int to int: /lockmarks d
48 -   g/Assignment of int to unsigned int: /lockmarks d
49 -   g/Assignment of unsigned int to long int: /lockmarks d
50 -   g/Assignment of int to char_u: /lockmarks d
51 -   g/Function .* expects arg . to be wint_t gets int: /lockmarks d
52 -   g/Function .* expects arg . to be size_t gets int: /lockmarks d
53 -   g/Initial value of .* is type char, expects char_u: /lockmarks d
54 -   g/^ex_cmds.h:.* Function types are inconsistent. Parameter 1 is implicitly temp, but unqualified in assigned function:/lockmarks d
55 -   g/^ex_docmd.c:.* nospec_str/lockmarks d
56 -   g/^digraph.c.*Additional initialization errors for digraphdefault not reported/lockmarks d
57 -   g/Function strncasecmp expects arg 3 to be int gets size_t: /lockmarks d
58 -   g/^  Types are incompatible/lockmarks d
59 -   g/ To ignore signs in type comparisons use +ignoresigns/lockmarks d
60 -   g/ To allow arbitrary integral types to match any integral type, use +matchanyintegral./lockmarks d
61 -   g/ To allow arbitrary integral types to match long unsigned, use +longintegral./lockmarks d
62 -   g+ A variable is declared but never used. Use /.@unused@./ in front of declaration to suppress message.+lockmarks d
63 - endfun
64 --- 0 ----
65 *** ../vim-7.2.195/src/version.c        2009-06-03 16:20:09.000000000 +0200
66 --- src/version.c       2009-06-03 22:04:31.000000000 +0200
67 ***************
68 *** 678,679 ****
69 --- 678,681 ----
70   {   /* Add new patch number below this line */
71 + /**/
72 +     196,
73   /**/
74
75 -- 
76 It's totally unfair to suggest - as many have - that engineers are socially
77 inept.  Engineers simply have different objectives when it comes to social
78 interaction.
79                                 (Scott Adams - The Dilbert principle)
80
81  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
82 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
83 \\\        download, build and distribute -- http://www.A-A-P.org        ///
84  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.036613 seconds and 3 git commands to generate.