Télécharger la liste

Description du projet

The libmba package is a collection of mostly independent C modules potentially useful to any project. There are the usual ADTs including a linkedlist, hashmap, pool, stack, and varray, a flexible memory allocator, CSV parser, path canonicalization routine, I18N text abstraction, configuration file module, portable semaphores, condition variables, and more. The code is designed so that individual modules can be integrated into existing codebases rather than requiring the user to commit to the entire library. The code has no typedefs, few comments, and extensive man pages and HTML documentation.

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.

2005-04-29 22:55
0.9.1

La portabilité a été grandement améliorée. Il a été compilé et testé sur OSF1, HP-UX, Linux, Mac OS X et FreeBSD avec DECC gcc, et un C + +. Il ya également eu quelques petites modifications et améliorations.
Tags: Major feature enhancements
Portability has been greatly improved. It has been compiled and tested on OSF1, HP-UX, Linux, Mac OS X, and FreeBSD with gcc, DECC, and aC++. There have also been some minor modifications and enhancements.

2004-08-28 08:20
0.8.10

Plusieurs bugs ont été corrigés dans le CSV, eval, bitset et des modules svsem. Un Win32 problème a été résolu.
Tags: Minor bugfixes
Several bugs were fixed in the csv, eval, bitset, and
svsem modules. A Win32 build issue was resolved.

2004-05-22 21:31
0.8.9

La fonction sho_loop accepte désormais un vecteur de modèle et un délai d'attente, comme sho_expect. Le module cfg a été modifié pour mieux appuyer les propriétés Java séquences d'échappement pour les espaces et les caractères Unicode.
Tags: Minor feature enhancements
The sho_loop function now accepts a pattern vector
and a timeout, like sho_expect. The cfg module has
been modified to more closely support Java
Properties escape sequences for spaces and Unicode
characters.

2004-05-10 01:42
0.8.8

Un module de diff a été ajoutée qui implémente O Myers (ND), solution pour le calcul de la plus courte de modifier le script entre deux séquences (comme GNU diff (1), mais avec une interface générique C).
Tags: Major feature enhancements
A diff module has been added that implements Myers' O(ND) solution for computing the shortest edit script between two sequences (like GNU diff(1) but with a generic C interface).

2004-03-10 22:45
0.8.5

Le module hashmap ne fonctionnait pas correctement et svcond_wait pas réussi à racheter l'écluse, lorsqu'il est interrompu par un signal. Ces bugs ont été corrigés en plus de quelques ajustements mineurs, qui est mis à jour dans la documentation de l'API.
Tags: Major bugfixes
The hashmap module did not work properly and svcond_wait failed to reacquire the lock when interrupted by a signal. These bugs have been fixed in addition to some minor adjustments, all of which is updated in the API documentation.

Project Resources