gecko-dev/directory
richm%stanfordalumni.org 59ef87b922 Bug: 309518
Description: Replace ORO Regexp with java 1.4 Pattern/Matcher
Fix Description: I removed any and all references to oro from build.properties and build.xml.  For the code replacement, the conversion was pretty straightforward.  I had to slightly modify the regular expressions but for the most part they just work the same as the oro ones.  ORO uses a PatternInput to hold the state of the iteration over the string to match, but the Matcher class does that implicitly.  For the most part, it didn't matter because the code didn't really use the state, it would just always reset the PatternInput to the beginning of the string, so I just used the String instead.  There was one place where I needed to keep track of state, so I used the Matcher object instead of a Perl5Pattern + PatternInput.  Thanks to nkinder@redhat.com for the review.
2005-09-23 15:05:55 +00:00
..
c-sdk Allow for compilation with MS Visual Studio 2005 (bug 249782) patch=sdwalker@myrealbox.com, r=dmose@mozilla.org 2005-06-14 21:29:42 +00:00
ds-plugins Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 21:07:34 +00:00
java-sdk Bug: 309518 2005-09-23 15:05:55 +00:00
perldap
tools Bug fix: root CA shared lib was being copied when it should not have been. 2003-12-19 22:29:47 +00:00
xpcom Fix LDAP control / BerElement encoding error (bug 308511); r+sr=bienvenu 2005-09-14 17:10:17 +00:00
buildjsdk.txt
ldapsdk.mak Additional fix for bug # 205419 - Relicense LDAP C SDK (directory/c-sdk). 2003-10-15 17:26:10 +00:00
ldapsdk.mk Additional fix for bug # 205419 - Relicense LDAP C SDK (directory/c-sdk). 2003-10-15 17:26:10 +00:00
Makefile HAVE_SVRCORE is now an external option since it has been open sourced in mozilla/security/svrcore 2005-03-10 16:07:34 +00:00