ObjFW  Check-in [dc7bb2d594]

Overview
Comment:Add methods to handle C strings with length to OF(Mutable)String.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: dc7bb2d5941c9d55317e258e3d7f21b73ac7e709aeffaf2cc5edd185ef185663
User & Date: js on 2009-07-14 17:32:42
Other Links: manifest | tags
Context
2009-07-14
17:51
Optimize some code by using the new stringWithCString:andLength: method. check-in: 7bb3494ef9 user: js tags: trunk
17:32
Add methods to handle C strings with length to OF(Mutable)String. check-in: dc7bb2d594 user: js tags: trunk
17:14
Get rid of strcmp and strlen calls in OFString tests. check-in: 6a2551a704 user: js tags: trunk
Changes