diff options
author | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2016-06-17 11:30:27 +0000 |
---|---|---|
committer | ph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069> | 2016-06-17 11:30:27 +0000 |
commit | a01b0686cbabaa07150096d3bd6372663b523580 (patch) | |
tree | b1fed3a8965fb26c2a9c05562c16d1e38089255d /ChangeLog | |
parent | fe564b54796c9ab092801d60eb56791fe6417589 (diff) | |
download | pcre2-a01b0686cbabaa07150096d3bd6372663b523580.tar.gz |
Return an error code when pcre2_get_error_message() does not recognize an error
code, and add a pcre2test facility for testing this.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@526 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -136,6 +136,13 @@ RunTest (see 4 above). 35. Fix potential negative index in pcre2test. +36. Calls to pcre2_get_error_message() with error numbers that are never +returned by PCRE2 functions were returning empty strings. Now the error code +PCRE2_ERROR_BADDATA is returned. A facility has been added to pcre2test to +show the texts for given error numbers (i.e. to call pcre2_get_error_message() +and display what it returns) and a few representative error codes are now +checked in RunTest. + Version 10.21 12-January-2016 ----------------------------- |