--- Documentation/index.html 2007-08-04 01:21:02.000000000 -0400 +++ Documentation/index.html 2007-08-04 01:43:27.000000000 -0400 @@ -39,7 +39,7 @@

Micro String API - for C

-

Download

+

Download - Version 1.0.1

You can get the stable release of 1.0.x here, it still doesn't have 100% documentation but it's pretty close. You can get the current @@ -693,8 +693,8 @@ ustr_free(s2); /* free'd one reference to the data pointed to by both s2 and s3 */ -ustr_set_share(s2); /* Make s2/s3 "shared" data, - so it always has infinite references */ +ustr_setf_share(s2); /* Make s2/s3 "shared" data, + so it always has infinite references */ if (ustr_shared(s2)) /* This is TRUE */ /* whatever */ ; @@ -718,8 +718,8 @@ hence the explicit first check */ /* error */ ; -ustr_set_owner(s2); /* Make s2 be "non-shared" and have a single owner */ -ustr_set_owner(s1); /* This fails, as you can't make a read-only string be "non-shared" */ +ustr_setf_owner(s2); /* Make s2 be "non-shared" and have a single owner */ +ustr_setf_owner(s1); /* This fails, as you can't make a read-only string be "non-shared" */ ustr_sc_del(&s2); /* free'd s2 and set s2 = USTR("") */ @@ -742,7 +742,7 @@

James Antill
-Last modified: Sat Aug 4 01:21:02 EDT 2007 +Last modified: Sat Aug 4 01:43:27 EDT 2007