You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oro-dev@jakarta.apache.org by df...@apache.org on 2004/06/15 04:47:12 UTC

cvs commit: jakarta-oro CHANGES

dfs         2004/06/14 19:47:12

  Modified:    .        CHANGES
  Log:
  Made note of most recent changes associated with wrapping java.util.regex.
  
  Revision  Changes    Path
  1.41      +17 -1     jakarta-oro/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/jakarta-oro/CHANGES,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- CHANGES	18 Feb 2004 07:26:23 -0000	1.40
  +++ CHANGES	15 Jun 2004 02:47:12 -0000	1.41
  @@ -1,6 +1,22 @@
   $Id$
   
   Version 2.1-dev-1
  + o added the following classes in the new org.apache.oro.text.java package
  +   to wrap the J2SE 1.4 java.util.regex package:
  +    JavaCompiler.java         
  +    JavaCompilerOptions.java  
  +    JavaEngine.java
  +    JavaMatcher.java
  +    JavaMatchResult.java
  +    JavaPattern.java
  +
  + o Exposed Perl5MatchResult as a public class with a protected constructor
  +   and fields.  This made it possible to subclass Perl5MatchResult to
  +   implement JavaMatchResult.
  +
  + o Made RegexFilenameFilter no longer be abstract and implemented it to
  +   have a public constructor accepting a PatternMatchingEngine and changed.
  +
    o added the following classes to complete the abstraction of
      multiple regular expression engines:
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: oro-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: oro-dev-help@jakarta.apache.org