4 The UCW library aims to provide a set general purpose tools for programming
5 in the C language. It contains generic data structures (lists, trees, hash
6 tables etc.), fast memory allocators optimized for various usage patterns,
7 abstract I/O streams and optimized implementations of some common algorithms
8 (e.g., sorting of arrays and files).
10 Please note that this documentation is not yet complete. Many modules are
11 not described, so you might need to look into the source code.
13 You can see the index of <<def_index:,documented definitions>>.
15 For news and incompatible changes in this version, see the <<relnotes:,Release notes>>.
21 - <<fastbuf:,Fastbufs>>
22 - <<basecode:,Base64 and Base224 encoding>>
23 - <<hash:,Hashing routines>>
24 - <<conf:,Configuration and command line parser>>
25 - <<mempool:,Memory pools>>
26 - <<eltpool:,Fixed-sized allocators>>
27 - <<mainloop:,Mainloop>>
28 - <<unaligned:,Unaligned data>>
29 - <<lists:,Linked lists>>
30 - <<heap:,Binary heaps>>
31 - <<binheap:,Binomial heaps>>
32 - <<hashtable:,Hash tables>>
33 - <<growbuf:,Growing buffers>>
34 - <<chartype:,Single-byte characters>>
35 - <<unicode:,Multi-byte characters>>
36 - <<varint:,Encoding of integers>>
37 - <<prime:,Prime numbers>>
39 - <<binsearch:,Binary search>>
40 - <<compress:,Compression>>
41 - <<trans:,Transactions and resource tracking>>
42 - <<string:,String operations>>
43 - <<time:,Time and timers>>
44 - <<daemon:,Daemon helpers>>
45 - <<signal:,Signal helpers>>
49 - <<configure:,Compile time configuration>>
50 - <<config:,Configuration file syntax>>
51 - <<docsys:,Documentation system>>
52 - <<generic:,Macro-generated generics>>
54 Yet undocumented modules
55 ------------------------
77 - Address manipulation
90 The UCW library is copyrighted by its authors:
92 - Pavel Charvát <mailto:pchar\@ucw.cz[]>
93 - Martin Mareš <mailto:mj\@ucw.cz[]>
94 - Robert Špalek <mailto:robert\@ucw.cz[]>
95 - Michal Vaner <mailto:vorner\@ucw.cz[]>
97 It can be freely distributed and used according to the terms of
98 the GNU Lesser General Public License, either version 2 or any later