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
|
<html>
<head>
<title>JLex Bugs</title>
</head>
<body bgcolor=#ffffff>
<h1>JLex Bugs</h1>
<p>
The following bugs reports are provided to inform users
of known problems with Java-Lex.
These reports are in the form of email messages
describing the problem encountered.
</p>
<p>
If you have an additional bug report,
describing a problem not listed in one of these reports,
please mail it to appel@princeton.edu.
</p>
<ul>
<li><a href="bug1.txt">
Bug 1: Incorrect parsing of valid regular expression
with complicated macro expansion.</a><br>
<strong>Active.</strong> Reported 7/26/96.
<li><a href="bug2.txt">
Bug 2: Cross platform use of Java-Lex and newline characters.</a><br>
Fixed 11/1/96 in version 1.1.2. Reported 8/11/96.
<li><a href="bug3.txt">
Bug 3: Compiler error relating to public class.</a><br>
Fixed 9/12/96 in version 1.1.1. Reported 9/3/96.
<li><a href="bug4.txt">
Bug 4: Inconsistent macro expansion.</a><br>
Fixed 11/1/96 in version 1.1.2. Reported 9/4/96.
<li><a href="bug5.txt">
Bug 5: Start of line symbol (^).</a><br>
<strong>Active.</strong> Reported 9/10/96.
<li><a href="bug6.txt">
Bug 6: Character codes greater than 127.</a><br>
<strong>Fixed 9/15/97 in version 1.2.1.</strong> Reported 9/11/96.
<li><a href="bug7.txt">
Bug 7: Bad error messages on macro error.</a><br>
Fixed 11/1/96 in version 1.1.2. Reported 10/24/96.
<li><a href="bug8.txt">
Bug 8: Accept buffer does not dynamically increase in size.</a><br>
Fixed 11/1/96 in version 1.1.2. Reported 10/30/96.
<li><a href="bug9.txt">
Bug 9: Space character not parsed properly.</a><br>
<strong>Active.</strong> Reported 7/29/97.
<li><a href="bug10.txt">
Bug 10: Use of deprecated String constructor.</a><br>
<strong>Fixed 9/15/97 in version 1.2.1.</strong> Reported 4/28/97.
<li><a href="bug11.txt">
Bug 11: Some machines can't effectively use a command line.<br>
<strong>Supplementary classes included here.</strong></a> Reported 2/24/97.
<li><a href="bug12.txt">
Bug 12: Non-portable line separator string.<br>
<strong>Active.</strong></a> Reported 9/10/97.
Bug 13: Yylex.class includes methods longer than 65K<br>
<strong>Fixed 6/26/98 in version 1.2.3.</strong></a> Reported 6/18/98.
</ul>
</html>
|