Download List

專案描述

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.

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.

2004-01-03 16:15
0.8.0

There are seven new modules, including a sub-allocator that can
allocate memory from arbitrary fixed chunks of memory, POSIX-like
interfaces for System V semaphores and condition variables, a new
hashmap implementation, and many other pervasive changes throughout the
library.
標籤: Major feature enhancements

2003-10-16 01:38
0.7.0

Microsoft Windows support has been improved, the CSV module now has wchar_t functions, an "eval" module has been added that can evaluate simple arithmetic expressions, and some general code cleanup has been performed.
標籤: Minor feature enhancements

2003-08-25 22:14
0.6.15

A tchar I18N text abstraction has been added which permits libmba and libraries that use it to be compiled to use wchar_t or the locale dependent multi-byte encoding. A path canonicalization function has been added and the test suite and build process has been formalized and improved.
標籤: Major feature enhancements

2003-05-18 04:41
0.6.1

Several bugs and buffer overruns have been fixed in the csv module.
標籤: Minor security fixes

2003-05-07 22:55
0.6.0

After profiling with ccmalloc, several memory leaks were detected and repaired. A linked_list_insert_sorted function has been added, and multiple iterators per object are now supported.
標籤: Major bugfixes

Project Resources