Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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.

2004-03-10 22:45 Zurück zur Release-Liste
0.8.5

Die hashmap Modul funktionierte nicht richtig und svcond_wait versäumt, die blockieren, wenn durch ein Signal unterbrochen zurückzukaufen. Diese Fehler wurden zusätzlich noch kleinere Anpassungen festgelegt, die alle in der API-Dokumentation aktualisiert wird.
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