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.

2005-04-29 22:55
0.9.1

이동성이 크게 향상되었습니다. 그것은 컴파일되어 OSF1는 HP - UX에서 테스트, 리눅스, 맥 OS X, 그리고는 FreeBSD, gcc가 DECC와,와 AC + +. 저기, 또한 약간의 수정 및 기능 향상되었습니다.
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

몇 가지 버그를 csv, 평가 후면, bitset, 그리고 svsem 모듈을 고정했다. Win32에서의 빌드 문제가 해결되었습니다.
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

sho_loop 함수 sho_expect 지금과 같은 패턴 벡터 및 시간 제한을 허용합니다. cfg 모듈을보다 긴밀하게 자바 속성을 공백과 유니 코드 문자에 대한 이스케이프 시퀀스를 지원하도록 수정되었습니다.
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

모듈은 diff 짧은 두 시퀀스는 GNU (같은은 diff (1)하지만, 일반적인 C 인터페이스와 사이에 스크립트를 편집 컴퓨팅을위한 솔루션 마이어스 '오 (ND) 구현)이 추가되었습니다.
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

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