Télécharger la liste

Description du projet

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.

Système requise

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

Cette version ajoute CSTRING_RC_SYSTEMSPECIFICFAILURE. Les makefiles construire maintenant cstring.3.core*.(lib|a) plutôt que 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

Le présent communiqué comporte des ajouts importants à l'API: I / O [cstring_readline (), () cstring_writeline]; création [cstring_createN ()]; [replacement cstring_replace (), cstring_replaceLen (), cstring_replaceAll ()]; insertion [cstring_insert (), cstring_insertLen ()]. Elle ajoute également la compatibilité avec Borland C / C + + 5.8.-6.1 et Intel C / C + + 9-11. Trois programmes de test automatisés ont été ajoutés à exercer les nouvelles fonctions. La bibliothèque n'a pas de dépendances sur les autres bibliothèques, mais les programmes d'essais nécessitent xTests 0.13.3 et shwild 0.9 (fourni dans la distribution) et 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

Le présent communiqué comprend un soutien pour la bibliothèque de cordes de sécurité et pour la plate-forme 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