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 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,惠普测试- UX和Linux操作系统,Mac OS X和FreeBSD的与海湾合作委员会,长者地区中心和AC + +。也有一些小的修改和增强。
标签: 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中,eval,bitset的,和svsem模块。一个Win32建设问题得到解决。
标签: 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的模块已被修改,使其更紧密地支持Java性能逃避的空间和Unicode字符序列。
标签: 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

阿差异增加了模块实现计算最短的两个序列之间的编辑(如慈善差异(1),但与一般C接口脚本迈尔斯慜(ND)是解决方案)。
标签: 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文档更新。
标签: 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