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 2003/02/24 04:36:17 UTC

cvs commit: jakarta-oro TODO

dfs         2003/02/23 19:36:17

  Modified:    .        TODO
  Log:
  Made note to write unit tests next.  Last commit message for
  Perl5Matcher.java build.properties and CHANGES was empty.  Should
  have read:
   Fixed embarrassing bug whereby an expression like (A)(B)((C)(D))+
   when matched against input like ABCDE would produce matching groups
   of: "A" "B" "" null "D" instead of "A" "B" "CD" "C" "D".
  Unfortunately, it won't be recorded in CVS, but I'm including it
  here for the oro-cvs email.
  
  Revision  Changes    Path
  1.15      +3 -1      jakarta-oro/TODO
  
  Index: TODO
  ===================================================================
  RCS file: /home/cvs/jakarta-oro/TODO,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- TODO	3 Jan 2003 20:11:47 -0000	1.14
  +++ TODO	24 Feb 2003 03:36:17 -0000	1.15
  @@ -1,5 +1,7 @@
   $Id$
   
  +o unit tests
  +
   o sign releases using pgp keys
   
   o redo/update build.xml file to conform to latest jakarta practices
  
  
  

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