Download List

專案描述

ustr (Micro string library) is a string API for C.
It has tiny overhead over just plain strdup(), is
much safer, is easier to use, is faster for many
operations, can be used with read-only or
automatically allocated data. You don't even need
to link to the library to use it (so there are no
dependencies).

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-01-16 20:02
1.0.3

This release adds trim functions, multi-lib support, support for swapping out system vsnprintf calls. and a linecat example. It will not delete sized Ustr's unless needed.
標籤: Minor feature enhancements

2007-10-30 11:57
1.0.2

Some more functions were added for ASCII caseless compare/search, easily exporting data from a ustr, and getting a ustr's configuration. malloc checking was integrated into the library itself, making debugging much easier. Some new examples, a tutorial, and other documentation updates were added.
標籤: Minor feature enhancements

2007-08-05 13:26
1.0.1

A lot of new functions were added, such as insert,
replace, split, substitute, and io_getdelim.
Documentation improvements were made. Build fixes
were made for Win32.
標籤: Minor feature enhancements

2007-07-13 22:44
1.0.0

Many interface and implementation fixes for 1.0.0. A lot more reference documentation. The unit testing now tests every single line of code.
標籤: Minor bugfixes

2007-06-25 04:46
0.99.3

This release adds many functions, including UTF-8 and parsing integers. It increases unit test coverage to over 99%. It adds the "hexdump" and "nums" example programs. Internal functions have been removed from the linker export map.
標籤: Major feature enhancements

Project Resources