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
|
<?xml version="1.0"?>
<document>
<properties>
<author email="jon@latchkey.com">Jon S. Stevens</author>
<title>Regexp Changes</title>
</properties>
<body>
<section name="Regexp Changes">
<p>
This document reflects the changes between releases for the Jakarta Regexp
package.
</p>
<h3>Version 1.3-dev</h3>
<ul>
<li>Fixed RE.grep() documentation to reflect a String[] is returned
instead of an Object[].</li>
<li>New Feature: <a href="http://www.mail-archive.com/regexp-dev%40jakarta.apache.org/msg00002.html">Clustering</a></li>
<li>Rebuilt website with latest Jakarta-Site dependency</li>
</ul>
<h3>Version 1.2</h3>
<ul>
<li>Updated to Ant 1.2 (JSS)</li>
<li>Documentation now built with <a
href="http://jakarta.apache.org/site/jakarta-site2.html">Anakia</a> (JSS)</li>
<li><a href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-regexp/src/java/org/apache/regexp/RE.java?rev=1.3&content-type=text/vnd.viewcvs-markup">Fixed bug</a></li>
<li><a href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-regexp/src/java/org/apache/regexp/RE.java?rev=1.4&content-type=text/vnd.viewcvs-markup">Fixed bug</a></li>
<li><a href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-regexp/src/java/org/apache/regexp/RE.java?rev=1.5&content-type=text/vnd.viewcvs-markup">Fixed bug</a></li>
<li><a href="http://jakarta.apache.org/cvsweb/index.cgi/jakarta-regexp/src/java/org/apache/regexp/RE.java?rev=1.6&content-type=text/vnd.viewcvs-markup">Fixed bug</a></li>
</ul>
<h3>Version 1.1</h3>
<p>
Contributions by Ales Novak:
</p>
<ul>
<li>RECompiler.compile() - copy on return</li>
<li>RE.matchNodes() - BOL and EOL cases
if RE.MATCH_MULTILINE is specified.
- Think of RETest.java which prints
MATCH!!!: ......
two times while in the older version only one time.
</li>
<li>
RE.java also contains an extension which allow to parse
InputStreams, Readers and char arrays in addition to Strings.
All needed modifications are only in the RE class.
</li>
</ul>
<p>
Contributions by Jon S. Stevens:
</p>
<ul>
<li>Fix in the build system for building on NT</li>
<li>Documentation fixes / additions</li>
</ul>
<h3>Version 1.0</h3>
<ul>
<li>Repackaging from original contribution. No major code changes.</li>
</ul>
</section>
</body>
</document>
|