Index: ossp-pkg/str/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/str/ChangeLog,v rcsdiff -q -kk '-r1.33' '-r1.34' -u '/v/ossp/cvs/ossp-pkg/str/ChangeLog,v' 2>/dev/null --- ChangeLog 2001/08/16 13:17:00 1.33 +++ ChangeLog 2001/08/16 13:19:12 1.34 @@ -14,7 +14,7 @@ *) Fix return code documentation of str_parse(): it -1 (error), 0 (no matching) or +1 (matching) and not just TRUE or FALSE. Additionally fixed the str_parse() examples in the documentation. - [Ralf S. Engelschall] + [Ralf S. Engelschall, Thomas Lotterer] *) Let str_base64(STR_BASE64_DECODE, ...) correctly honor the specified maximum size of the input string.