1 |
ChangeLog for PCRE |
ChangeLog for PCRE |
2 |
------------------ |
------------------ |
3 |
|
|
4 |
|
|
5 |
|
Version 1.01 19-Nov-97 |
6 |
|
---------------------- |
7 |
|
|
8 |
|
1. PCRE was failing to diagnose unlimited repeat of empty string for patterns |
9 |
|
like /([ab]*)*/, that is, for classes with more than one character in them. |
10 |
|
|
11 |
|
2. Likewise, it wasn't diagnosing patterns with "once-only" subpatterns, such |
12 |
|
as /((?>a*))*/ (a PCRE_EXTRA facility). |
13 |
|
|
14 |
|
|
15 |
|
Version 1.00 18-Nov-97 |
16 |
|
---------------------- |
17 |
|
|
18 |
|
1. Added compile-time macros to support systems such as SunOS4 which don't have |
19 |
|
memmove() or strerror() but have other things that can be used instead. |
20 |
|
|
21 |
|
2. Arranged that "make clean" removes the executables. |
22 |
|
|
23 |
|
|
24 |
Version 0.99 27-Oct-97 |
Version 0.99 27-Oct-97 |
25 |
---------------------- |
---------------------- |
26 |
|
|