Index: ossp-web/new/news.txt RCS File: /v/ossp/cvs/ossp-web/new/news.txt,v rcsdiff -q -kk '-r1.7' '-r1.8' -u '/v/ossp/cvs/ossp-web/new/news.txt,v' 2>/dev/null --- news.txt 2002/03/30 19:18:24 1.7 +++ news.txt 2002/04/01 09:22:38 1.8 @@ -1,3 +1,4 @@ +01-Apr-2002: Released L 0.9.7 30-Mar-2002: Released L 1.0.0 15-Mar-2002: Released L 0.9.0 15-Mar-2002: Released L 0.9.1 Index: ossp-web/pkg/lib/index.wml RCS File: /v/ossp/cvs/ossp-web/pkg/lib/index.wml,v rcsdiff -q -kk '-r1.12' '-r1.13' -u '/v/ossp/cvs/ossp-web/pkg/lib/index.wml,v' 2>/dev/null --- index.wml 2002/03/30 19:18:25 1.12 +++ index.wml 2002/04/01 09:22:39 1.13 @@ -15,8 +15,8 @@ desc="Portable Threads" done=100 stable=1.4.1 unstable=none> + desc="String Handling" + done=80 stable=none unstable=0.9.7> Index: ossp-web/pkg/lib/str/index.wml RCS File: /v/ossp/cvs/ossp-web/pkg/lib/str/index.wml,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-web/pkg/lib/str/index.wml,v' 2>/dev/null --- index.wml 2002/02/15 11:56:49 1.1 +++ index.wml 2002/04/01 09:22:39 1.2 @@ -7,8 +7,8 @@

Abstract

-OSSP str is a generic string library written in ANSI C which provides -functions for handling, matching, parsing, searching and formatting of C +OSSP str is a generic string library written in ISO-C which provides +functions for handling, matching, parsing, searching and 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. @@ -21,7 +21,7 @@

Source

@@ -30,5 +30,5 @@ url=$(FTP_ROOT_URL)/pkg/lib/str/ directory=$(FTP_ROOT_DIR)/pkg/lib/str/ files="str-*.tar.gz" - stable="none" unstable="str-0.9.6.tar.gz"> + stable="none" unstable="str-0.9.7.tar.gz">