adlint 3.2.8 → 3.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8916d310fa0ededda3bd70f09eb99d8cf427d003
4
- data.tar.gz: e5397db4eb1ddc9ed6aa64fe6897c338a67d667a
3
+ metadata.gz: 7800591707d3378396282fc1b60d34a9f075f546
4
+ data.tar.gz: ab3169c01ba31248a5e3f7f7ac64d07b4bd95574
5
5
  SHA512:
6
- metadata.gz: 7cd935287b1973ef6f702ea7d97beb43b549369234ec763b25778cb8e091249bcd1fb41598c9878c26bb6a1341ead9981bfdcef27164cd86334ccb59bfe2d2c2
7
- data.tar.gz: 3ded4f16cbe974f97c855a91a184b81ed9e131734ed2e074ae60e2a100c288f88f87173e68516831cd2f3c013074b3fb81c3743b1df0ada713b0426c9c8c1367
6
+ metadata.gz: 386e78ec4f9a39f660c4146010eb6ee7cbf8b92ce4916815f19f6b5965512daf7f8a7793bb5448385845185d0827cb5b6a0f88a073572daf144e3eb82fd36ca8
7
+ data.tar.gz: bac0402535c63311bc98aa3b570b348b73e5b9350322b68ce7deae2557a70bb10191fffe34e9067de06127e6c217d3b8f14795e38b376bec03bb2c7df9a82cd0
data/ChangeLog CHANGED
@@ -1,3 +1,20 @@
1
+ Mon Feb 17 12:56:05 2014 Yutaka Yanoh <yanoh@users.sourceforge.net>
2
+
3
+ * release.ga : 3.2.10
4
+ - Add new templates for MSVC100 (Visual C++ 2010) as a C compiler on
5
+ 32bit Windows.
6
+
7
+ Fri Feb 14 13:37:30 2014 Yutaka Yanoh <yanoh@users.sourceforge.net>
8
+
9
+ * release.rc : 3.2.9
10
+ - Add new templates for MSVC100 (Visual C++ 2010) on 32bit Windows.
11
+
12
+ Fri Feb 14 11:31:54 2014 Yutaka Yanoh <yanoh@users.sourceforge.net>
13
+
14
+ * etc/conf.d/i686-mswin/traits-msvc_100.erb : Add new templates for
15
+ MSVC100 (Visual C++ 2010) on 32bit Windows.
16
+ * etc/conf.d/i686-mswin/cinit-msvc_100.erb : Ditto.
17
+
1
18
  Fri Feb 7 14:54:17 2014 Yutaka Yanoh <yanoh@users.sourceforge.net>
2
19
 
3
20
  * release.ga : 3.2.8
data/MANIFEST CHANGED
@@ -22,6 +22,8 @@ etc/conf.d/i686-linux/cinit-gcc_4.5.1.erb
22
22
  etc/conf.d/i686-linux/traits-gcc_4.5.1.erb
23
23
  etc/conf.d/i686-mingw/cinit-gcc_4.6.1.erb
24
24
  etc/conf.d/i686-mingw/traits-gcc_4.6.1.erb
25
+ etc/conf.d/i686-mswin/cinit-msvc_100.erb
26
+ etc/conf.d/i686-mswin/traits-msvc_100.erb
25
27
  etc/conf.d/noarch/GNUmakefile.erb
26
28
  etc/conf.d/noarch/adlint_all_bat.erb
27
29
  etc/conf.d/noarch/adlint_all_sh.erb
data/NEWS CHANGED
@@ -21,6 +21,16 @@
21
21
 
22
22
  ++
23
23
 
24
+ === \AdLint 3.2.10 is released (2014-02-17)
25
+
26
+ ==== Changes since the 3.2.8 release
27
+
28
+ * Add new templates for MSVC100 (Visual C++ 2010) as a C compiler on 32bit
29
+ Windows
30
+
31
+ See the file {ChangeLog}[https://github.com/yanoh/adlint/blob/master/ChangeLog]
32
+ for more details.
33
+
24
34
  === \AdLint 3.2.8 is released (2014-02-07)
25
35
 
26
36
  ==== Changes since the 3.2.6 release
@@ -29,9 +39,6 @@
29
39
  hexadecimal integer-constant from standalone prefix and number by the
30
40
  concatenation operator
31
41
 
32
- See the file {ChangeLog}[https://github.com/yanoh/adlint/blob/master/ChangeLog]
33
- for more details.
34
-
35
42
  === \AdLint 3.2.6 is released (2014-01-09)
36
43
 
37
44
  ==== Changes since the 3.2.0 release
@@ -0,0 +1,41 @@
1
+ /* ___ ____ __ ___ _________
2
+ * / | / _ |/ / / / | / /__ __/ Source Code Static Analyzer
3
+ * / /| | / / / / / / / |/ / / / AdLint - Advanced Lint
4
+ * / __ |/ /_/ / /___/ / /| / / /
5
+ * /_/ |_|_____/_____/_/_/ |_/ /_/ Copyright (C) 2010-2014, OGIS-RI Co.,Ltd.
6
+ *
7
+ * Initial header for MSVC100 (Visual C++ 2010) generated by adlintize <%= AdLint::SHORT_VERSION %>
8
+ * at <%= Time.now %>.
9
+ */
10
+
11
+ #define __TIMESTAMP__ __TIME__
12
+ #define _ATL_VER 0x1000
13
+ #define _CHAR_UNSIGNED
14
+ #define __CLR_VER 12233333
15
+ #define __COUNTER__ 1
16
+ #define __FUNCDNAME__ ""
17
+ #define __FUNCSIG__ ""
18
+ #define __FUNCTION__ ""
19
+ #define _INTEGRAL_MAX_BITS 64
20
+ #define _M_IX86 600
21
+ #define _M_IX86_FP 0
22
+ #define _MFC_VER 0x0A00
23
+ #define _MSC_BUILD 1
24
+ #define _MSC_EXTENSIONS 1
25
+ #define _MSC_FULL_VER 150020706
26
+ #define _MSC_VER 1600
27
+ #define _MT
28
+ #define _WIN32
29
+
30
+ #define __identifier(keyword) ident_##keyword
31
+
32
+ #define __w64
33
+ #define drv_unit_user_code
34
+ #define allowed_on_typedecl
35
+ #define allowed_on_parameter
36
+ #define allowed_on_function
37
+
38
+ #define off_t _off_t
39
+ #define ino_t _ino_t
40
+
41
+ typedef _Bool bool;
@@ -0,0 +1,351 @@
1
+ # ___ ____ __ ___ _________
2
+ # / | / _ |/ / / / | / /__ __/ Source Code Static Analyzer
3
+ # / /| | / / / / / / / |/ / / / AdLint - Advanced Lint
4
+ # / __ |/ /_/ / /___/ / /| / / /
5
+ # /_/ |_|_____/_____/_/_/ |_/ /_/ Copyright (C) 2010-2014, OGIS-RI Co.,Ltd.
6
+ #
7
+ # Traits file generated by adlintize <%= AdLint::SHORT_VERSION %> at <%= Time.now %>.
8
+
9
+ # Schema version of the traits file.
10
+ # DO NOT EDIT MANUALLY!
11
+ version: "<%= AdLint::TRAITS_SCHEMA_VERSION %>"
12
+
13
+ # List of names of source code examination packages.
14
+ #
15
+ # "c_builtin" is a builtin source code examination package for C language.
16
+ # You can install optional examination packages and append (or replace) this
17
+ # list to specify which examination packages are to be run.
18
+ exam_packages:
19
+ - "c_builtin"
20
+
21
+ #
22
+ # Project specific traits section
23
+ #
24
+ project_traits:
25
+
26
+ # Project name.
27
+ project_name: "<%= project_name %>"
28
+
29
+ # Project root directory.
30
+ project_root: "<%= vpath %>"
31
+
32
+ # Analysys target selection.
33
+ # Ex.
34
+ # target_files:
35
+ # inclusion_paths:
36
+ # - "../foo"
37
+ # - "../bar"
38
+ # exclusion_paths:
39
+ # - "../bar/baz"
40
+ target_files:
41
+ inclusion_paths:
42
+ - "<%= vpath %>"
43
+ exclusion_paths:
44
+
45
+ # Pathname of the project specific initial header file.
46
+ # This header file is automatically included above the first line of the
47
+ # target source file.
48
+ initial_header: "<%= pinit_fpath.basename %>"
49
+
50
+ # Project specific additional include paths.
51
+ # Ex.
52
+ # file_search_paths:
53
+ # - "include/foo"
54
+ # - "../include/bar"
55
+ # - "/opt/baz/include"
56
+ file_search_paths:
57
+
58
+ #
59
+ # Project specific coding style section
60
+ #
61
+ coding_style:
62
+
63
+ # Indent style which is a convention governing the identation of blocks.
64
+ # Select from "K&R", "Allman" and "GNU".
65
+ #
66
+ # The value "K&R" means...
67
+ # int foo(int i)
68
+ # {
69
+ # if (i == 0) {
70
+ # return 0;
71
+ # }
72
+ # return i;
73
+ # }
74
+ #
75
+ # The value "Allman" means...
76
+ # int foo(int i)
77
+ # {
78
+ # if (i == 0)
79
+ # {
80
+ # return 0;
81
+ # }
82
+ # return i;
83
+ # }
84
+ #
85
+ # The value "GNU" means...
86
+ # int
87
+ # foo(int i)
88
+ # {
89
+ # if (i == 0)
90
+ # {
91
+ # return 0;
92
+ # }
93
+ # return i;
94
+ # }
95
+ indent_style: "K&R"
96
+
97
+ # Appearance width of a TAB character.
98
+ tab_width: 8
99
+
100
+ # Appearance width of 1-level of the indentation.
101
+ indent_width: 4
102
+
103
+ # Character encoding of source files.
104
+ file_encoding:
105
+
106
+ #
107
+ # Compiler specific traits section
108
+ #
109
+ compiler_traits:
110
+
111
+ # Pathname of the compiler specific initial header file.
112
+ # This header file is automatically included above the first line of the
113
+ # project specific initial header file.
114
+ initial_header: "<%= cinit_fpath.basename %>"
115
+
116
+ # Compiler specific include paths.
117
+ # Ex.
118
+ # file_search_paths:
119
+ # - "/usr/include"
120
+ # - "/usr/local/include"
121
+ file_search_paths:
122
+ - "C:/Program Files/Microsoft Visual Studio 10.0/VC/include"
123
+ - "C:/Program Files/Microsoft SDKs/Windows/v7.0A/Include"
124
+
125
+ #
126
+ # Compiler specific standard type section
127
+ #
128
+ standard_types:
129
+
130
+ # Bit size of the `char' type family.
131
+ char_size: 8
132
+ # Bit size of the alignment of the `char' type family.
133
+ char_alignment: 8
134
+
135
+ # Bit size of the `short' type family.
136
+ short_size: 16
137
+ # Bit size of the alignment of the `short' type family.
138
+ short_alignment: 16
139
+
140
+ # Bit size of the `int' type family.
141
+ int_size: 32
142
+ # Bit size of the alignment of the `int' type family.
143
+ int_alignment: 32
144
+
145
+ # Bit size of the `long int' type family.
146
+ long_size: 32
147
+ # Bit size of the alignment of the `long int' type family.
148
+ long_alignment: 32
149
+
150
+ # Bit size of the `long long int' type family.
151
+ long_long_size: 64
152
+ # Bit size of the alignment of the `long long int' type family.
153
+ long_long_alignment: 64
154
+
155
+ # Bit size of the `float' type.
156
+ float_size: 32
157
+ # Bit size of the alignment of the `float' type.
158
+ float_alignment: 32
159
+
160
+ # Bit size of the `double' type.
161
+ double_size: 64
162
+ # Bit size of the alignment of the `double' type.
163
+ double_alignment: 64
164
+
165
+ # Bit size of the `long double' type.
166
+ long_double_size: 96
167
+ # Bit size of the alignment of the `long double' type.
168
+ long_double_alignment: 96
169
+
170
+ # Bit size of the pointer to functions.
171
+ code_ptr_size: 32
172
+ # Bit size of the alignment of the pointer to functions.
173
+ code_ptr_alignment: 32
174
+
175
+ # Bit size of the pointer to data.
176
+ data_ptr_size: 32
177
+ # Bit size of the alignment of the pointer to data.
178
+ data_ptr_alignment: 32
179
+
180
+ # Treat the `char' type as same as the `unsigned char' type?
181
+ char_as_unsigned_char: true
182
+
183
+ # Treat the `>>' operator as a logical shift, not an arithmetic shift?
184
+ arithmetic:
185
+ logical_right_shift: true
186
+
187
+ # Max length of all symbols can be identified by the compiler.
188
+ identifier_max: 128
189
+
190
+ # Token substitution setting to warn the use of compiler specific extensions.
191
+ #
192
+ # If your compiler supports `__attribute__(...)' extension and you want to
193
+ # know the use of this extension, specify as below.
194
+ # extension_substitutions:
195
+ # "__attribute__(__adlint__any)": ""
196
+ # The token sequence consists of `__attribute__', `(', any kind of tokens,
197
+ # `)' will be replaced with nothing (erased) after the preprocessing phase.
198
+ # And this substitution will be warned by the message W0061.
199
+ extension_substitutions:
200
+
201
+ # Token substitution setting to silently ignore the use of compiler specific
202
+ # extensions.
203
+ #
204
+ # If your compiler supports `__asm__ volatile (...)' extension and you do not
205
+ # mind the use of this extension, specify as below.
206
+ # arbitrary_substitutions:
207
+ # "__asm__ __adlint__any(__adlint__any)": ""
208
+ # The token sequence consists of `__asm__', any kind of tokens, `(', any kind
209
+ # of tokens, `)' will be replaced with nothing (erased) silently after the
210
+ # preprocessing phase.
211
+ arbitrary_substitutions:
212
+ "typeof": "__typeof__"
213
+ "__typeof": "__typeof__"
214
+ "alignof": "__alignof__"
215
+ "__alignof": "__alignof__"
216
+ "offsetof(__adlint__any)": "0"
217
+ "asm {__adlint__any}": ""
218
+ "_asm {__adlint__any}": ""
219
+ "__asm {__adlint__any}": ""
220
+ "__assume(__adlint__any)": ""
221
+ "__based(__adlint__any)": ""
222
+ "_declspec(__adlint__any)": ""
223
+ "__declspec(__adlint__any)": ""
224
+ "__hook(__adlint__any)": ""
225
+ "__noop __adlint__any ;": ";"
226
+ "__pragma(__adlint__any)": ""
227
+ "__unhook(__adlint__any)": ""
228
+ "__uuidof(__adlint__any)": "IID_IUnknown"
229
+ "_based(__adlint__any)": ""
230
+ "[source_annotation_attribute(__adlint__any)]": ""
231
+ "__int8": "char"
232
+ "__int16": "short int"
233
+ "__int32": "int"
234
+ "__int64": "long long int"
235
+ "_int8": "char"
236
+ "_int16": "short int"
237
+ "_int32": "int"
238
+ "_int64": "long long int"
239
+ "drv_unit_user_code": ""
240
+ "drv_group(__adlint__any)": ""
241
+ "allowed_on_typedecl": ""
242
+ "allowed_on_parameter": ""
243
+ "allowed_on_function": ""
244
+ "allowed_on_field": ""
245
+ "allowed_on_struct": ""
246
+ "allowed_on_return": ""
247
+ "allowed_on_parameter_or_return": ""
248
+ "allowed_on_function_or_typedecl": ""
249
+ "/##/ __adlint__any ;": ""
250
+ "cdecl": ""
251
+ "_cdecl": ""
252
+ "__cdecl": ""
253
+ "__delegate": ""
254
+ "__event": ""
255
+ "_fastcall": ""
256
+ "__fastcall": ""
257
+ "__gc": ""
258
+ "far": ""
259
+ "_far": ""
260
+ "__far": ""
261
+ "near": ""
262
+ "_near": ""
263
+ "__near": ""
264
+ "_forceinline": "inline"
265
+ "__forceinline": "inline"
266
+ "__leave": ""
267
+ "__oldcall": ""
268
+ "pascal": ""
269
+ "__pascal": ""
270
+ "__stdcall": ""
271
+ "__syscall": ""
272
+ "_unaligned": ""
273
+ "__unaligned": ""
274
+ "__ptr64": ""
275
+ "_inline": "inline"
276
+ "__inline": "inline"
277
+ "_crt_va_start(__adlint__any)": "(0)"
278
+ "_crt_va_end(__adlint__any)": "(0)"
279
+ "_crt_va_arg(__adlint__any)": "(0)"
280
+ "_crt_va_copy(__adlint__any)": "(0)"
281
+ "i64": ""
282
+ "I64": ""
283
+ "ui64": ""
284
+ "UI64": ""
285
+ "__try": ""
286
+ "__except(__adlint__any) { __adlint__any }": ""
287
+
288
+ #
289
+ # Linker specific traits section
290
+ #
291
+ linker_traits:
292
+
293
+ # Max length of external symbols can be identified by the linker.
294
+ identifier_max: 128
295
+
296
+ # Are external symbols identified without case by the linker?
297
+ identifier_ignore_case: false
298
+
299
+ #
300
+ # Message traits section
301
+ #
302
+ message_traits:
303
+
304
+ # Language of the message text.
305
+ # Currently, "en_US" and "ja_JP" are supported.
306
+ # Please help to translate the message catalog into your language.
307
+ language: "<%= lang %>"
308
+
309
+ # Enable inline annotation based message suppression?
310
+ individual_suppression: true
311
+
312
+ # Project-wide code check exclusion settings.
313
+ # Ex.
314
+ # exclusion:
315
+ # categories:
316
+ # - "REL"
317
+ # - "PRT"
318
+ # severities: "[ABC][5-9][0-9]"
319
+ # messages:
320
+ # W0001: "c_builtin"
321
+ # W0002: "c_ansi"
322
+ exclusion:
323
+
324
+ # Project-wide code check inclusion settings.
325
+ # Ex.
326
+ # inclusion:
327
+ # messages:
328
+ # W0001: "c_builtin"
329
+ # W0002: "c_ansi"
330
+ inclusion:
331
+
332
+ # Message text replacement.
333
+ # Ex.
334
+ # change_list:
335
+ # W9999:
336
+ # package: "c_builtin"
337
+ # classes:
338
+ # - "REL:A10"
339
+ # - "PRT:B20"
340
+ # format: "Your custom message for the warning of W9999."
341
+ # X9999:
342
+ # package: "core"
343
+ # classes:
344
+ # - "ERR:X99"
345
+ # format: "Your custom message for the warning of X9999."
346
+ # E9999:
347
+ # package: "core"
348
+ # classes:
349
+ # - "ERR:X99"
350
+ # format: "Your custom message for the warning of E9999."
351
+ change_list:
@@ -49,7 +49,7 @@
49
49
  # - "ERR:X99"
50
50
  # format: "Your custom message for the error of E9999."
51
51
 
52
- version: "3.2.8"
52
+ version: "3.2.10"
53
53
 
54
54
  message_definition:
55
55
  W0001:
@@ -49,7 +49,7 @@
49
49
  # - "ERR:X99"
50
50
  # format: "Your custom message for the error of E9999."
51
51
 
52
- version: "3.2.8"
52
+ version: "3.2.10"
53
53
 
54
54
  message_definition:
55
55
  W0001:
@@ -49,7 +49,7 @@
49
49
  # - "ERR:X99"
50
50
  # format: "Your custom message for the error of E9999."
51
51
 
52
- version: "3.2.8"
52
+ version: "3.2.10"
53
53
 
54
54
  message_definition:
55
55
  X0001:
@@ -49,7 +49,7 @@
49
49
  # - "ERR:X99"
50
50
  # format: "Your custom message for the error of E9999."
51
51
 
52
- version: "3.2.8"
52
+ version: "3.2.10"
53
53
 
54
54
  message_definition:
55
55
  X0001:
@@ -33,8 +33,8 @@ module AdLint #:nodoc:
33
33
 
34
34
  MAJOR_VERSION = 3
35
35
  MINOR_VERSION = 2
36
- PATCH_VERSION = 8
37
- RELEASE_DATE = "2014-02-07"
36
+ PATCH_VERSION = 10
37
+ RELEASE_DATE = "2014-02-17"
38
38
 
39
39
  TRAITS_SCHEMA_VERSION = "3.0.0"
40
40
 
@@ -1,8 +1,8 @@
1
1
  <html lang="ja">
2
2
  <head>
3
- <title>AdLint 3.2.8 開発者ガイド</title>
3
+ <title>AdLint 3.2.10 開発者ガイド</title>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
- <meta name="description" content="AdLint 3.2.8 開発者ガイド">
5
+ <meta name="description" content="AdLint 3.2.10 開発者ガイド">
6
6
  <meta name="generator" content="makeinfo 4.13">
7
7
  <link title="Top" rel="top" href="#Top">
8
8
  <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
@@ -44,7 +44,7 @@ td { border: 1px solid black; }
44
44
  --></style>
45
45
  </head>
46
46
  <body>
47
- <h1 class="settitle">AdLint 3.2.8 開発者ガイド</h1>
47
+ <h1 class="settitle">AdLint 3.2.10 開発者ガイド</h1>
48
48
  <div class="contents">
49
49
  <h2>Table of Contents</h2>
50
50
  <ul>
@@ -2,7 +2,7 @@
2
2
  @setfilename developers_guide_ja.info
3
3
  @documentlanguage ja
4
4
  @documentencoding utf-8
5
- @settitle AdLint 3.2.8 開発者ガイド
5
+ @settitle AdLint 3.2.10 開発者ガイド
6
6
 
7
7
  @copying
8
8
  Copyright (C) 2010-2014, OGIS-RI Co.,Ltd.
@@ -1,8 +1,8 @@
1
1
  <html lang="en">
2
2
  <head>
3
- <title>AdLint 3.2.8 User's Guide</title>
3
+ <title>AdLint 3.2.10 User's Guide</title>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
- <meta name="description" content="AdLint 3.2.8 User's Guide">
5
+ <meta name="description" content="AdLint 3.2.10 User's Guide">
6
6
  <meta name="generator" content="makeinfo 4.13">
7
7
  <link title="Top" rel="top" href="#Top">
8
8
  <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
@@ -44,7 +44,7 @@ td { border: 1px solid black; }
44
44
  --></style>
45
45
  </head>
46
46
  <body>
47
- <h1 class="settitle">AdLint 3.2.8 User's Guide</h1>
47
+ <h1 class="settitle">AdLint 3.2.10 User's Guide</h1>
48
48
  <div class="node">
49
49
  <a name="Top"></a>
50
50
  <p><hr>
@@ -2,7 +2,7 @@
2
2
  @setfilename users_guide_en.info
3
3
  @documentlanguage en
4
4
  @documentencoding utf-8
5
- @settitle AdLint 3.2.8 User's Guide
5
+ @settitle AdLint 3.2.10 User's Guide
6
6
 
7
7
  @copying
8
8
  Copyright (C) 2010-2014, OGIS-RI Co.,Ltd.
@@ -1,8 +1,8 @@
1
1
  <html lang="ja">
2
2
  <head>
3
- <title>AdLint 3.2.8 利用者ガイド</title>
3
+ <title>AdLint 3.2.10 利用者ガイド</title>
4
4
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5
- <meta name="description" content="AdLint 3.2.8 利用者ガイド">
5
+ <meta name="description" content="AdLint 3.2.10 利用者ガイド">
6
6
  <meta name="generator" content="makeinfo 4.13">
7
7
  <link title="Top" rel="top" href="#Top">
8
8
  <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
@@ -44,7 +44,7 @@ td { border: 1px solid black; }
44
44
  --></style>
45
45
  </head>
46
46
  <body>
47
- <h1 class="settitle">AdLint 3.2.8 利用者ガイド</h1>
47
+ <h1 class="settitle">AdLint 3.2.10 利用者ガイド</h1>
48
48
  <div class="node">
49
49
  <a name="Top"></a>
50
50
  <p><hr>
@@ -2,7 +2,7 @@
2
2
  @setfilename users_guide_ja.info
3
3
  @documentlanguage ja
4
4
  @documentencoding utf-8
5
- @settitle AdLint 3.2.8 利用者ガイド
5
+ @settitle AdLint 3.2.10 利用者ガイド
6
6
 
7
7
  @copying
8
8
  Copyright (C) 2010-2014, OGIS-RI Co.,Ltd.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adlint
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.8
4
+ version: 3.2.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yutaka Yanoh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-02-07 00:00:00.000000000 Z
11
+ date: 2014-02-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |
14
14
  AdLint is a source code static analyzer.
@@ -49,6 +49,8 @@ files:
49
49
  - etc/conf.d/i686-linux/traits-gcc_4.5.1.erb
50
50
  - etc/conf.d/i686-mingw/cinit-gcc_4.6.1.erb
51
51
  - etc/conf.d/i686-mingw/traits-gcc_4.6.1.erb
52
+ - etc/conf.d/i686-mswin/cinit-msvc_100.erb
53
+ - etc/conf.d/i686-mswin/traits-msvc_100.erb
52
54
  - etc/conf.d/noarch/GNUmakefile.erb
53
55
  - etc/conf.d/noarch/adlint_all_bat.erb
54
56
  - etc/conf.d/noarch/adlint_all_sh.erb