blob: 5b8ab69e30f9f37e94672f940cb33b6259ee222d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE chapter SYSTEM "chapter.dtd">
<chapter>
<header>
<copyright>
<year>2006</year><year>2013</year>
<holder>Ericsson AB. All Rights Reserved.</holder>
</copyright>
<legalnotice>
The contents of this file are subject to the Erlang Public License,
Version 1.1, (the "License"); you may not use this file except in
compliance with the License. You should have received a copy of the
Erlang Public License along with this software. If not, it can be
retrieved online at http://www.erlang.org/.
Software distributed under the License is distributed on an "AS IS"
basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
the License for the specific language governing rights and limitations
under the License.
</legalnotice>
<title>Parsetools Release Notes</title>
<prepared>Hans Bolinder</prepared>
<responsible></responsible>
<docno></docno>
<approved></approved>
<checked></checked>
<date>06-02-20</date>
<rev>A</rev>
<file>notes_history.sgml</file>
</header>
<section>
<title>Parsetools 1.3</title>
<section>
<title>Improvements and New Features</title>
<list type="bulleted">
<item>
<p>The source code was cleaned up from unused variables to
eliminate compiler warnings. No other changes.</p>
<p>Own Id: OTP-5185</p>
</item>
</list>
</section>
</section>
<section>
<title>Parsetools 1.2</title>
<p>No release notes.</p>
</section>
<section>
<title>Parsetools 1.1</title>
<p>No release notes.</p>
</section>
<section>
<title>Parsetools 1.0.1</title>
<section>
<title>Fixed Bugs and malfunctions</title>
<list type="bulleted">
<item>
<p>Correction in <c>yeccpre.hrl</c> to give correct syntax
error info when the offending token was of the form
<c>{Class, Line, Value}</c>.</p>
<p>Own Id: OTP-1881</p>
</item>
<item>
<p>The <c>yecc</c> function does now accept atoms in the
<c>Grammarfile</c>, <c>Parserfile</c> and <c>Includefile</c>
arguments.</p>
<p>Own Id: OTP-1405</p>
</item>
</list>
</section>
</section>
<section>
<title>Parsetools 1.0</title>
<p>There are no changes since Erlang 4.3.</p>
</section>
</chapter>
|