adlint 3.0.2 → 3.0.4

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -49,7 +49,7 @@
49
49
  # - "ERR:X99"
50
50
  # format: "Your custom message for the error of E9999."
51
51
 
52
- version: "3.0.2"
52
+ version: "3.0.4"
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.0.2"
52
+ version: "3.0.4"
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.0.2"
52
+ version: "3.0.4"
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.0.2"
52
+ version: "3.0.4"
53
53
 
54
54
  message_definition:
55
55
  X0001:
@@ -271,12 +271,12 @@ module AdLint #:nodoc:
271
271
  end
272
272
 
273
273
  def met_fpath
274
- met_fname = @fpath.strip(@strip_num).add_ext(".met.csv")
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 = @fpath.strip(@strip_num).sub_ext(".i")
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
@@ -33,7 +33,7 @@ module AdLint #:nodoc:
33
33
 
34
34
  MAJOR_VERSION = 3
35
35
  MINOR_VERSION = 0
36
- PATCH_VERSION = 2
36
+ PATCH_VERSION = 4
37
37
  RELEASE_DATE = "2013-04-12"
38
38
 
39
39
  TRAITS_SCHEMA_VERSION = "3.0.0"
@@ -1,8 +1,8 @@
1
1
  <html lang="ja">
2
2
  <head>
3
- <title>AdLint 3.0.2 開発者ガイド</title>
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.2 開発者ガイド">
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.2 開発者ガイド</h1>
47
+ <h1 class="settitle">AdLint 3.0.4 開発者ガイド</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.0.2 開発者ガイド
5
+ @settitle AdLint 3.0.4 開発者ガイド
6
6
 
7
7
  @copying
8
8
  Copyright (C) 2010-2013, OGIS-RI Co.,Ltd.
@@ -1,8 +1,8 @@
1
1
  <html lang="en">
2
2
  <head>
3
- <title>AdLint 3.0.2 User's Guide</title>
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.2 User's Guide">
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.2 User's Guide</h1>
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>
@@ -2,7 +2,7 @@
2
2
  @setfilename users_guide_en.info
3
3
  @documentlanguage en
4
4
  @documentencoding utf-8
5
- @settitle AdLint 3.0.2 User's Guide
5
+ @settitle AdLint 3.0.4 User's Guide
6
6
 
7
7
  @copying
8
8
  Copyright (C) 2010-2013, OGIS-RI Co.,Ltd.
@@ -1,8 +1,8 @@
1
1
  <html lang="ja">
2
2
  <head>
3
- <title>AdLint 3.0.2 利用者ガイド</title>
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.2 利用者ガイド">
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.2 利用者ガイド</h1>
47
+ <h1 class="settitle">AdLint 3.0.4 利用者ガイド</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.0.2 利用者ガイド
5
+ @settitle AdLint 3.0.4 利用者ガイド
6
6
 
7
7
  @copying
8
8
  Copyright (C) 2010-2013, OGIS-RI Co.,Ltd.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adlint
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.2
4
+ version: 3.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: