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-03-10 22:45 Back to release list
0.8.5

hashmap 모듈이 제대로 작동하지 않았고 svcond_wait 자물쇠를 할 때 신호에 의해 방해를 다시 잡을 때까지하지 못했습니다. 이러한 버그가 약간의 조정뿐만 아니라, 모두의 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