Download List

项目描述

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 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

对项目的易用性目标,本新闻稿中移动。而不是双指针处理(这增加了分配的指针设置为NULL的风险,例如),这个版本创建一个字符串对象,如长度和为字符串分配的字节的实际数额,其中包含有关C字符串信息。
标签: 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

中的一个函数delsstr大错误已被修复。
标签: Minor bugfixes
A large bug in the function delsstr has been fixed.

2005-07-11 23:10
1.0.3

的Gentoo的ebuild已被重写。新闻,自述,臭虫,待办事项,以及configure.ac文件被改写。 ss_errno规范已被添加到所有的手册页。 10个新的功能已被添加。
标签: 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

新闻,自述,臭虫,待办事项,以及configure.ac文件被改写的手册错误也得到了修复缺陷* strrstr字符(const字符*草堆,const字符*针)是固定的。返回类型已由返回草堆返回(字符*)&草堆[0],否则它不能编制风险投资其他如MS + +编译器。
标签: 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

标签: Initial freshmeat announcement

Project Resources