Download List

Descripción del Proyecto

cstring is a small and simple platform-independent
C library for the definition and manipulation of
expandable C-style strings. Strings are
represented as instances of the cstring_t
structure, and manipulated by the library's
functions. Its features include selection of
different allocator pools, mapping cstring_t
instances as views onto existing memory areas,
efficient work-ahead memory optimization, and
minimal link requirements.

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.

2012-02-28 10:36
3.6.2

Esta versión agrega CSTRING_RC_SYSTEMSPECIFICFAILURE. Make ahora construir cstring.3.core*.(lib|a) en lugar de cstring.3*.(lib|a).
Tags: Minor feature enhancements
This release adds CSTRING_RC_SYSTEMSPECIFICFAILURE. Makefiles now build cstring.3.core*.(lib|a) rather than cstring.3*.(lib|a).

2009-07-10 15:20
3.5.1

Esta versión incorpora importantes adiciones a la API: I / O [cstring_readline (), () cstring_writeline]; la creación [cstring_createN ()], [sustitución cstring_replace (), cstring_replaceLen (), cstring_replaceAll ()]; inserción [cstring_insert (), cstring_insertLen ()]. También añade compatibilidad con Borland C / C + + 5.8.-6.1 e Intel C / C + + 9.11. Tres programas de prueba automatizados se han añadido a ejercer las nuevas funciones. La biblioteca no tiene dependencias de otras librerías, pero los programas de ensayo requieren xTests 0.13.3 y shwild 0.9 (incluido en la distribución) y STLSoft 1.9.85.
Tags: major feature additions
This release incorporates significant additions to the API: I/O [cstring_readline(), cstring_writeline()]; creation [cstring_createN()]; replacement [cstring_replace(), cstring_replaceLen(), cstring_replaceAll()]; insertion [cstring_insert(), cstring_insertLen()]. It also adds compatibility with Borland C/C++ 5.8.-6.1 and Intel C/C++ 9-11. Three automated test programs were added to exercise the new functions. The library has no dependencies on any other libraries, but the test programs require xTests 0.13.3 and shwild 0.9 (bundled in the distribution) and STLSoft 1.9.85.

2008-05-13 14:32
3.4.4

Esta versión incorpora soporte para la biblioteca de la cadena de seguridad y para la plataforma Win64.
Tags: Minor feature enhancements
This release incorporates support for the Safe
String library and for the Win64 platform.

2007-01-26 11:43
3.4.3

Tags: Initial freshmeat announcement

Project Resources