| 10 |
|
|
| 11 |
2. Applied Craig's patch to pcrecpp.cc to restore ABI compatibility with |
2. Applied Craig's patch to pcrecpp.cc to restore ABI compatibility with |
| 12 |
pre-7.6 versions, which defined a global no_arg variable instead of putting |
pre-7.6 versions, which defined a global no_arg variable instead of putting |
| 13 |
it in the RE class. |
it in the RE class. (See also #8 below.) |
| 14 |
|
|
| 15 |
3. Remove a line of dead code, identified by coverity and reported by Nuno |
3. Remove a line of dead code, identified by coverity and reported by Nuno |
| 16 |
Lopes. |
Lopes. |
| 43 |
|
|
| 44 |
9. Applied Craig's patch to remove the use of push_back(). |
9. Applied Craig's patch to remove the use of push_back(). |
| 45 |
|
|
| 46 |
|
10. Applied Alan Lehotsky's patch to add REG_STARTEND support to the POSIX |
| 47 |
|
matching function regexec(). |
| 48 |
|
|
| 49 |
|
|
| 50 |
Version 7.6 28-Jan-08 |
Version 7.6 28-Jan-08 |
| 51 |
--------------------- |
--------------------- |