adlint 3.0.2 → 3.0.4
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.
- data/ChangeLog +14 -0
- data/NEWS +10 -4
- data/etc/mesg.d/c_builtin/en_US/messages.yml +1 -1
- data/etc/mesg.d/c_builtin/ja_JP/messages.yml +1 -1
- data/etc/mesg.d/core/en_US/messages.yml +1 -1
- data/etc/mesg.d/core/ja_JP/messages.yml +1 -1
- data/lib/adlint/analyzer.rb +2 -2
- data/lib/adlint/version.rb +1 -1
- data/share/doc/developers_guide_ja.html +3 -3
- data/share/doc/developers_guide_ja.texi +1 -1
- data/share/doc/users_guide_en.html +3 -3
- data/share/doc/users_guide_en.texi +1 -1
- data/share/doc/users_guide_ja.html +3 -3
- data/share/doc/users_guide_ja.texi +1 -1
- metadata +1 -1
data/ChangeLog
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
Fri Apr 12 13:06:31 2013 Yutaka Yanoh <yanoh@users.sourceforge.net>
|
|
2
|
+
|
|
3
|
+
* release.ga : 3.0.4
|
|
4
|
+
- Fix abend problem of adlint_chk command.
|
|
5
|
+
|
|
6
|
+
Fri Apr 12 12:06:23 2013 Yutaka Yanoh <yanoh@users.sourceforge.net>
|
|
7
|
+
|
|
8
|
+
* release.rc : 3.0.3
|
|
9
|
+
- Fix abend problem of adlint_chk command.
|
|
10
|
+
|
|
11
|
+
Fri Apr 12 11:56:59 2013 Yutaka Yanoh <yanoh@users.sourceforge.net>
|
|
12
|
+
|
|
13
|
+
* lib/adlint/analyzer.rb : Fix abend problem of adlint_chk command.
|
|
14
|
+
|
|
1
15
|
Thu Apr 12 10:48:11 2013 Yutaka Yanoh <yanoh@users.sourceforge.net>
|
|
2
16
|
|
|
3
17
|
* release.ga : 3.0.2
|
data/NEWS
CHANGED
|
@@ -21,6 +21,16 @@
|
|
|
21
21
|
|
|
22
22
|
++
|
|
23
23
|
|
|
24
|
+
=== \AdLint 3.0.4 is released (2013-04-12)
|
|
25
|
+
|
|
26
|
+
==== Changes since the 3.0.2 release
|
|
27
|
+
|
|
28
|
+
* Fix abend problem of adlint_chk command
|
|
29
|
+
|
|
30
|
+
See the file
|
|
31
|
+
{ChangeLog}[http://adlint.sourceforge.net/pmwiki/upload.d/Main/ChangeLog]
|
|
32
|
+
for more details.
|
|
33
|
+
|
|
24
34
|
=== \AdLint 3.0.2 is released (2013-04-12)
|
|
25
35
|
|
|
26
36
|
==== Changes since the 3.0.0 release
|
|
@@ -31,10 +41,6 @@
|
|
|
31
41
|
expression evaluation
|
|
32
42
|
* Clarify W0100 message text
|
|
33
43
|
|
|
34
|
-
See the file
|
|
35
|
-
{ChangeLog}[http://adlint.sourceforge.net/pmwiki/upload.d/Main/ChangeLog]
|
|
36
|
-
for more details.
|
|
37
|
-
|
|
38
44
|
=== \AdLint 3.0.0 is released (2013-03-27)
|
|
39
45
|
|
|
40
46
|
==== Changes since the 2.6.14 release
|
data/lib/adlint/analyzer.rb
CHANGED
|
@@ -271,12 +271,12 @@ module AdLint #:nodoc:
|
|
|
271
271
|
end
|
|
272
272
|
|
|
273
273
|
def met_fpath
|
|
274
|
-
met_fname = @
|
|
274
|
+
met_fname = @src_fpath.strip(@strip_num).add_ext(".met.csv")
|
|
275
275
|
@output_dpath ? @output_dpath.join(met_fname) : met_fname
|
|
276
276
|
end
|
|
277
277
|
|
|
278
278
|
def i_fpath
|
|
279
|
-
i_fname = @
|
|
279
|
+
i_fname = @src_fpath.strip(@strip_num).sub_ext(".i")
|
|
280
280
|
@output_dpath ? @output_dpath.join(i_fname) : i_fname
|
|
281
281
|
end
|
|
282
282
|
end
|
data/lib/adlint/version.rb
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<html lang="ja">
|
|
2
2
|
<head>
|
|
3
|
-
<title>AdLint 3.0.
|
|
3
|
+
<title>AdLint 3.0.4 開発者ガイド</title>
|
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
5
|
-
<meta name="description" content="AdLint 3.0.
|
|
5
|
+
<meta name="description" content="AdLint 3.0.4 開発者ガイド">
|
|
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.0.
|
|
47
|
+
<h1 class="settitle">AdLint 3.0.4 開発者ガイド</h1>
|
|
48
48
|
<div class="contents">
|
|
49
49
|
<h2>Table of Contents</h2>
|
|
50
50
|
<ul>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<html lang="en">
|
|
2
2
|
<head>
|
|
3
|
-
<title>AdLint 3.0.
|
|
3
|
+
<title>AdLint 3.0.4 User's Guide</title>
|
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
5
|
-
<meta name="description" content="AdLint 3.0.
|
|
5
|
+
<meta name="description" content="AdLint 3.0.4 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.0.
|
|
47
|
+
<h1 class="settitle">AdLint 3.0.4 User's Guide</h1>
|
|
48
48
|
<div class="node">
|
|
49
49
|
<a name="Top"></a>
|
|
50
50
|
<p><hr>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
<html lang="ja">
|
|
2
2
|
<head>
|
|
3
|
-
<title>AdLint 3.0.
|
|
3
|
+
<title>AdLint 3.0.4 利用者ガイド</title>
|
|
4
4
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
5
|
-
<meta name="description" content="AdLint 3.0.
|
|
5
|
+
<meta name="description" content="AdLint 3.0.4 利用者ガイド">
|
|
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.0.
|
|
47
|
+
<h1 class="settitle">AdLint 3.0.4 利用者ガイド</h1>
|
|
48
48
|
<div class="node">
|
|
49
49
|
<a name="Top"></a>
|
|
50
50
|
<p><hr>
|