Download List

Projeto Descrição

Safe Strings is a small C library that handles C
strings in a safe way. The functions of this
library look at the necessary space for the
operations and try to reserve that space (with
malloc or realloc). The functions only begin
working with their tasks when the memory allocation is successful.

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.

2006-11-14 03:29
2.0.1

Isso move em direção ao gol lançamento do projeto de facilidade de uso. Em vez de lidar com ponteiros duplos (o que aumenta o risco de criar atribuídos ponteiros para NULL, por exemplo), esta versão cria um objeto string que contém informações sobre a seqüência C, como o comprimento ea quantidade real de bytes alocados para a cadeia.
Tags: Code cleanup
This release moves towards the project's goal of ease of use. Instead of handling with double pointers (which increases the risk of setting allocated pointers to NULL, for example), this release creates a string object that contains information about the C string, like the length and the actual amount of allocated bytes for the string.

2005-07-20 23:22
1.0.4

Um erro grande na delsstr função foi corrigido.
Tags: Minor bugfixes
A large bug in the function delsstr has been fixed.

2005-07-11 23:10
1.0.3

Gentoo ebuild foi reescrito. A NEWS, README, BUGS, TODO e arquivos configure.ac foram reescritos. especificações ss_errno foram adicionados a todas as páginas man. 10 novas funções foram adicionadas.
Tags: Major feature enhancements
Gentoo Ebuild has been rewritten. The NEWS, README, BUGS, TODO, and configure.ac files were rewritten. ss_errno specifications have been added to all man pages. 10 new functions have been added.

2005-03-12 01:22
0.0.2

A NEWS, README, BUGS, TODO, e os arquivos foram reescritos configure.ac Bugs nas páginas do manual foram corrigidos erros no char * strrstr (const char * haystack, const char * agulha) foram corrigidos. O tipo de retorno foi alterada de palheiro retorno para voltar (char *) & palheiro [0], caso contrário não podem ser compilados por outros compiladores como o MS VC + +.
Tags: Major bugfixes
The NEWS, README, BUGS, TODO, and configure.ac files were rewritten Bugs in the manual pages were fixed Bugs in char* strrstr(const char *haystack, const char *needle) were fixed. The return type has been changed from return haystack to return (char*) &haystack[0]; otherwise it cannot be compiled by other compilers like MS VC++.

2005-02-24 18:03
0.0.1

Tags: Initial freshmeat announcement

Project Resources