]> mj.ucw.cz Git - libucw.git/commitdiff
ucw docs: List of undocumented modules
authorMichal Vaner <vorner@ucw.cz>
Thu, 30 Oct 2008 23:38:43 +0000 (00:38 +0100)
committerMichal Vaner <vorner@ucw.cz>
Thu, 30 Oct 2008 23:38:43 +0000 (00:38 +0100)
Only first shot, still needs some sorting

ucw/doc/index.txt

index 18559cc4f58fd422b6ef2a79a0ddd3ba1ae9f84a..9c46227df711b7438f6327b5adae81c7ca35202e 100644 (file)
@@ -23,6 +23,73 @@ Modules
 - <<mempool:,Memory pools>>
 - <<mainloop:,Mainloop>>
 
+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
 --------------
 - <<docsys:,Documentation system>>