34 |
6. No libpcreposix.pc file was created for pkg-config; there was just |
6. No libpcreposix.pc file was created for pkg-config; there was just |
35 |
libpcre.pc and libpcrecpp.pc. The omission has been rectified. |
libpcre.pc and libpcrecpp.pc. The omission has been rectified. |
36 |
|
|
37 |
|
7. Added #ifndef SUPPORT_UCP into the pcre_ucd.c module, to reduce its size |
38 |
|
when UCP support is not needed, by modifying the Python script that |
39 |
|
generates it from Unicode data files. This should not matter if the module |
40 |
|
is correctly used as a library, but I received one complaint about 50K of |
41 |
|
unwanted data. My guess is that the person linked everything into his |
42 |
|
program rather than using a library. Anyway, it does no harm. |
43 |
|
|
44 |
|
|
45 |
Version 7.9 11-Apr-09 |
Version 7.9 11-Apr-09 |
46 |
--------------------- |
--------------------- |