Useless Containers Library - Summary
The Useless Container Library (UCL) is a library for the C
language that implements generic data type containers.
Items can be collected in: double linked lists; circular
double linked lists; arrays with arrangements that attempt
to minimise memory reallocations; AVL trees used to implement
an associative array; tree structures; hash tables.
Registration Date: Monday 05/03/2004 at 23:24 CEST
License: GNU General Public License V2 or later
Development Status: 4 - Beta
posted by marcomaggi, Monday 10/29/2007 at 21:36 CET - 0 replies
Revision ucl--alpha--0.9--patch-68 is available. It adds and changes
something in the interface of the vector container.
Correction to the previous news: the correct command to discover the
archive is:
$ tla register-archive http://arch.gna.org/ucl/ucl-2007
...
[Read more]
posted by marcomaggi, Monday 09/24/2007 at 08:12 CEST - 0 replies
The first public alpha release of package version 0.9 is available in the download area. The library interface version is now 2.0, because of misc changes in the functions.
A GNU Arch (tla) archive is now available at GNA!, you can register it with:
...
[Read more]
posted by marcomaggi, Saturday 10/07/2006 at 08:36 CEST - 0 replies
The stubs library is working. Some bug fix.
Started the graph.
posted by marcomaggi, Sunday 07/17/2005 at 07:58 CEST - 0 replies
Many changes. Switched to the GNU General Public License
(previous license was GNU LGPL).
Started the infrastructure to support stub table library.
Graph structure is still under planning.

