dfs 2002/06/27 15:41:06
Modified: . CHANGES
Log:
Recorded recent changes and remembered to credit Harald Kuhn's contribution.
Revision Changes Path
1.28 +10 -1 jakarta-oro/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/jakarta-oro/CHANGES,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- CHANGES 31 May 2002 03:17:42 -0000 1.27
+++ CHANGES 27 Jun 2002 22:41:06 -0000 1.28
@@ -2,6 +2,15 @@
Version 2.x.x
+o Fixed a problem whereby offset information for captured groups was
+ considered out of bounds when capturing parentheses occurred in a
+ lookahead assertion that was not part of the actual match (occurring
+ immediately after the match).
+
+o Changed processMatches to take Reader and Writer arguments. Reimplemented
+ old method in terms of new method. Added a version of old method that
+ allows you to specify input encoding. Changes suggested by Harald Kuhn.
+
o Changed behavior of Perl5Util.split() to match Perl's behavior, where
"leading empty fields are preserved, and empty trailing one are
deleted." Util.split() is left unchanged.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>