--- code/trunk/ChangeLog 2010/10/26 15:26:45 558 +++ code/trunk/ChangeLog 2010/10/31 16:07:24 564 @@ -56,6 +56,13 @@ 8. SunOS4 doesn't have strerror() or strtoul(); pcregrep dealt with the former, but used strtoul(), whereas pcretest avoided strtoul() but did not cater for a lack of strerror(). These oversights have been fixed. + +9. Added --match-limit and --recursion-limit to pcregrep. + +10. Added two casts needed to build with Visual Studio when NO_RECURSE is set. + +11. When the -o option was used, pcregrep was setting a return code of 1, even + when matches were found, and --line-buffered was not being honoured. Version 8.10 25-Jun-2010