| 60 |
called when UTF-8 support is disabled. Otherwise there are problems with a |
called when UTF-8 support is disabled. Otherwise there are problems with a |
| 61 |
shared library. |
shared library. |
| 62 |
|
|
| 63 |
10. The emulated memmove() function in pcre_internal.h (provided for those |
10. Fixed two bugs in the emulated memmove() function in pcre_internal.h: |
| 64 |
environments that have neither memmove() nor bcopy()) was defining its |
|
| 65 |
arguments as char * instead of void *. |
(a) It was defining its arguments as char * instead of void *. |
| 66 |
|
|
| 67 |
|
(b) It was assuming that all moves were upwards in memory; this was true |
| 68 |
|
a long time ago when I wrote it, but is no longer the case. |
| 69 |
|
|
| 70 |
|
The emulated memove() is provided for those environments that have neither |
| 71 |
|
memmove() nor bcopy(). I didn't think anyone used it these days, but that |
| 72 |
|
is clearly not the case, as these two bugs were recently reported. |
| 73 |
|
|
| 74 |
11. The script PrepareRelease is now distributed: it calls 132html, CleanTxt, |
11. The script PrepareRelease is now distributed: it calls 132html, CleanTxt, |
| 75 |
and Detrail to create the HTML documentation, the .txt form of the man |
and Detrail to create the HTML documentation, the .txt form of the man |
| 112 |
I have added a new /Z option to pcretest that replaces the length and |
I have added a new /Z option to pcretest that replaces the length and |
| 113 |
offset values with spaces. This is now used to make test 3 independent |
offset values with spaces. This is now used to make test 3 independent |
| 114 |
of link size. |
of link size. |
| 115 |
|
|
| 116 |
|
|
| 117 |
Version 7.0 19-Dec-06 |
Version 7.0 19-Dec-06 |
| 118 |
--------------------- |
--------------------- |