2 |
------------------ |
------------------ |
3 |
|
|
4 |
|
|
5 |
|
Version 3.3 01-Aug-00 |
6 |
|
--------------------- |
7 |
|
|
8 |
|
1. If an octal character was given, but the value was greater than \377, it |
9 |
|
was not getting masked to the least significant bits, as documented. This could |
10 |
|
lead to crashes in some systems. |
11 |
|
|
12 |
|
2. Perl 5.6 (if not earlier versions) accepts classes like [a-\d] and treats |
13 |
|
the hyphen as a literal. PCRE used to give an error; it now behaves like Perl. |
14 |
|
|
15 |
|
3. Added the functions pcre_free_substring() and pcre_free_substring_list(). |
16 |
|
These just pass their arguments on to (pcre_free)(), but they are provided |
17 |
|
because some uses of PCRE bind it to non-C systems that can call its functions, |
18 |
|
but cannot call free() or pcre_free() directly. |
19 |
|
|
20 |
|
4. Add "make test" as a synonym for "make check". Corrected some comments in |
21 |
|
the Makefile. |
22 |
|
|
23 |
|
5. Add $(DESTDIR)/ in front of all the paths in the "install" target in the |
24 |
|
Makefile. |
25 |
|
|
26 |
|
6. Changed the name of pgrep to pcregrep, because Solaris has introduced a |
27 |
|
command called pgrep for grepping around the active processes. |
28 |
|
|
29 |
|
7. Added the beginnings of support for UTF-8 character strings. |
30 |
|
|
31 |
|
8. Arranged for the Makefile to pass over the settings of CC, CFLAGS, and |
32 |
|
RANLIB to ./ltconfig so that they are used by libtool. I think these are all |
33 |
|
the relevant ones. (AR is not passed because ./ltconfig does its own figuring |
34 |
|
out for the ar command.) |
35 |
|
|
36 |
|
|
37 |
Version 3.2 12-May-00 |
Version 3.2 12-May-00 |
38 |
--------------------- |
--------------------- |
39 |
|
|