The Jakarta-ORO Java classes are a set of text-processing Java classes
that provide Perl5 compatible regular expressions, AWK-like regular
expressions, glob expressions, and utility classes for performing
substitutions, splits, filtering filenames, etc. This library is the
successor to the OROMatcher, AwkTools, PerlTools, and TextTools
libraries from ORO, Inc. (www.oroinc.com). They have been donated to the
Jakarta Project by Daniel Savarese (www.savarese.org), the copyright
holder of the ORO libraries. Daniel will continue to participate in
their development under the Jakarta Project.
$Id: README,v 1.5 2003/12/29 02:27:55 dfs Exp $
Quick Overview
--------------
CHANGES - lists recent changes to the source code
COMPILE - contains quick instructions for building the library
CONTRIBUTORS - lists people who have contributed to developing the code
ISSUES - contains a list of known bugs
KEYS - lists PGP keys used to sign releases
LICENSE - the license defining the terms of use
more»
$Id: CHANGES,v 1.37 2003/12/29 02:22:51 dfs Exp $
Version 2.0.8
o examples moved to an examples package and com.oroinc migration tool
moved to tools package.
o Fixed bug whereby compiling an expression with
Perl5Compiler.MULTILINE_MASK wasn't always having the proper effect
with respect to the matching of $ even though
Perl5Matcher.setMultiline(true) exhibited the proper behavior.
more»
$Id: TODO,v 1.16 2003/12/29 02:28:55 dfs Exp $
o unit tests
o redo/update build.xml file to conform to latest jakarta practices
o distribute separate binary and source releases to cut down on size
of download for people who just want the libraries.
o Optimize/improve Unicode character classes.
o Fix any pending issues listed in ISSUES file or issue tracking system.
o Update org.apache.oro.
more»