dfs 01/07/10 05:57:05
Modified: . CHANGES
Log:
Made note of recent bug fix.
Revision Changes Path
1.15 +4 -1 jakarta-oro/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/jakarta-oro/CHANGES,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- CHANGES 2001/06/18 15:45:17 1.14
+++ CHANGES 2001/07/10 12:57:01 1.15
@@ -1,7 +1,10 @@
-$Id: CHANGES,v 1.14 2001/06/18 15:45:17 dfs Exp $
+$Id: CHANGES,v 1.15 2001/07/10 12:57:01 dfs Exp $
Version 2.0.x
+o Fixed bug in AwkMatcher that didn't properly handle PatternMatcherInput
+ matches when PatternMatcherInput had a non-zero begin offset.
+
o Added code to Perl5Matcher to handle bytecode generated for [[:alpha:]].
[[:alpha:]] would compile but not be interpreted.