Télécharger la liste

Description du projet

Strfunc is a C library that contains a collection
of string based functions.

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.

2010-03-11 01:36
2.0.0

Il s'agit de la première édition complète de la bibliothèque depuis Wolf Software reprise. Les dépendances sur les bibliothèques de log et la bibliothèque dynablock ont été supprimés, faisant de cette bibliothèque une bibliothèque entièrement autonome. Nouvelles pages de manuel et une documentation complète ont été écrites.
This is the first full release of the library since Wolf Software took it over. The dependencies on the log libraries and the dynablock library were removed, making this library a completely standalone library. New man pages and full documentation were written.

2009-02-24 07:04
1.2.2

Il y avait une fuite de mémoire petit établissement situé dans la bibliothèque après les récents changements, ce qui a été corrigé. La bibliothèque a été étendu pour utiliser libdynablock (en option lors de la configuration), donc vous pouvez permettre à la bibliothèque pour gérer sa propre mémoire. Un appel régulière simple à kill_strfunc_dynablock libre arbitre de la mémoire utilisée. Si vous préférez avoir la mémoire des bibliothèques calloc puis de le libérer vous-même, il suffit de lancer la bibliothèque dans son mode par défaut.
Tags: Minor bugfixes
There was small memory leak located in the library after the recent changes, which has been fixed. The library has been extended to use libdynablock (as an option at configure time), so you can allow the library to manage its own memory. A simple regular call to kill_strfunc_dynablock will free the memory used. If you prefer to have the library calloc memory and then free it yourself, simply run the library in its default mode.

2009-02-24 03:44
1.2.0

Cette version inclut MySQL journalisation des supports en utilisant la bibliothèque logdb. Par défaut, le log n'est fait dans un fichier via la bibliothèque de journal, mais en y ajoutant - enable-logdb aux options de configuration, vous pouvez utiliser MySQL à la place. La fonction set_strfunc_logfile a été renommé en init_strfunc, où l'on passe soit un nom de fichier journal ou vos informations de connexion à la base.
Tags: Major feature enhancements
This version includes MySQL logging support by using the logdb library. By default, the logging is done to a file via the logfile library, but by adding --enable-logdb to the configure options, you can use MySQL instead. The set_strfunc_logfile function has been renamed to init_strfunc, where you pass either a logfile name or your database connection details.

2008-12-09 09:34
1.0.1

Cette version introduit l'enregistrement via la bibliothèque le fichier log et une petite quantité de code cleanup.
Tags: Minor feature enhancements
This release introduces logging via the logfile library and a small amount of code cleanup.

2008-12-03 02:57
1.0.0

Tags: Initial freshmeat announcement

Project Resources