From db869ae53faef2b8316bb1723d60389a46219ded Mon Sep 17 00:00:00 2001 From: Michal Vaner Date: Fri, 31 Oct 2008 00:38:43 +0100 Subject: [PATCH] ucw docs: List of undocumented modules Only first shot, still needs some sorting --- ucw/doc/index.txt | 67 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/ucw/doc/index.txt b/ucw/doc/index.txt index 18559cc4..9c46227d 100644 --- a/ucw/doc/index.txt +++ b/ucw/doc/index.txt @@ -23,6 +23,73 @@ Modules - <> - <> +Yet undocumented modules +------------------------ +- Sorting + * `arraysort.h` + * `sorter/` +- Growing buffers + * `gbuf.h` + * `bbuf.h` +- Heaps + * `binheap.h` + * `binheap-node.h` + * `heap.h` +- Binary search + * `binsearch.h` +- Bit manipulation + * `bitarray.h` + * `bitopts.h` + * `bitsig.h` +- Character manipulation + * `char-map.h` + * `chartype.h` + * `unicode.h` +- Link lists + * `clists.h` + * `simple-lists.h` + * `slists.h` +- Fixed-sized allocator + * `eltpool.h` +- Hash tables + * `hashtable.h` +- IP address access lists + * `ipaccess.h` +- String manipulation + * `kmp.h` + * `kmp-search.h` + * `regex.h` + * `stkstring.h` + * `string.h` + * `str-match.h` + * `wildmatch.h` +- File manipulation + * `asio.h` + * `lfs.h` + * `partmap.h` +- Compression + * `lizard.h` +- Prefetching of memory + * `prefetch.h` +- Primes + * `prime.h` +- Profiling support + * `profile.h` +- Caches + * `qache.h` +- Red-black trees + * `redblack.h` +- Threads + * `semaphore.h` + * `threads.h` + * `workqueue.h` +- Trie + * `trie.h` +- Unaligned data + * `unaligned.h` +- URL manipulation + * `url.h` + Other features -------------- - <> -- 2.39.5