Index: ossp-pkg/str/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/str/ChangeLog,v rcsdiff -q -kk '-r1.39' '-r1.40' -u '/v/ossp/cvs/ossp-pkg/str/ChangeLog,v' 2>/dev/null --- ChangeLog 2002/04/01 09:10:19 1.39 +++ ChangeLog 2002/04/01 09:12:13 1.40 @@ -9,7 +9,7 @@ ChangeLog - Changes between 0.9.6 and 0.9.7 (28-Dec-2001 to xx-Apr-2002): + Changes between 0.9.6 and 0.9.7 (28-Dec-2001 to 01-Apr-2002): *) Use OSSP ts (Test Suite) sub-library for "make check". [Ralf S. Engelschall] Index: ossp-pkg/str/README RCS File: /v/ossp/cvs/ossp-pkg/str/README,v rcsdiff -q -kk '-r1.18' '-r1.19' -u '/v/ossp/cvs/ossp-pkg/str/README,v' 2>/dev/null --- README 2002/04/01 08:32:54 1.18 +++ README 2002/04/01 09:12:13 1.19 @@ -9,9 +9,9 @@ ABSTRACT - OSSP str is a generic string library written in ANSI C which + OSSP str is a generic string library written in ISO-C which provides functions for handling, matching, parsing, searching and - formatting of C strings. So it can be considered as a superset + formatting of ISO-C strings. So it can be considered as a superset of POSIX string(3), but its main intention is to provide a more convinient and compact API plus a more generalized functionality.