]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/doc/index.txt
Fastbufs: Clean up exception handling
[libucw.git] / ucw / doc / index.txt
index c0765595edf514b6e67550260a152f3c992a5913..df2839da5bc33551bf57c8d542d13e8f6883255b 100644 (file)
@@ -14,40 +14,40 @@ You can see the index of <<def_index:,documented definitions>>.
 
 Modules
 -------
+- <<basics:,Basics>>
+- <<log:,Logging>>
 - <<fastbuf:,Fastbufs>>
 - <<basecode:,Base64 and Base224 encoding>>
 - <<hash:,Hashing routines>>
 - <<conf:,Configuration and command line parser>>
 - <<mempool:,Memory pools>>
+- <<eltpool:,Fixed-sized allocators>>
 - <<mainloop:,Mainloop>>
+- <<unaligned:,Unaligned data>>
+- <<lists:,Link lists>>
+- <<heap:,Binary heaps>>
+- <<binheap:,Binomial heaps>>
+- <<hashtable:,Hash tables>>
+- <<growbuf:,Growing buffers>>
+- <<chartype:,Single-byte characters>>
+- <<unicode:,Multi-byte characters>>
+- <<prime:,Prime numbers>>
+- <<sort:,Sorting>>
+- <<binsearch:,Binary search>>
+- <<compress:,Compression>>
+- <<trans:,Transactions and resource tracking>>
+- <<string:,String operations>>
 
 Other features
 --------------
 - <<configure:,Compile time configuration>>
 - <<config:,Configuration file syntax>>
 - <<docsys:,Documentation system>>
+- <<generic:,Macro-generated generics>>
+- <<relnotes:,Release notes>>
 
 Yet undocumented modules
 ------------------------
-- Sorting
-  * `sorter/`
-- Binary search
-  * `binsearch.h`
-- Primes
-  * `prime.h`
-- Growing buffers
-  * `gbuf.h`
-  * `bbuf.h`
-- Heaps
-  * `binheap.h`
-  * `binheap-node.h`
-  * `heap.h`
-- Link lists
-  * `clists.h`
-  * `simple-lists.h`
-  * `slists.h`
-- Hash tables
-  * `hashtable.h`
 - Trie
   * `trie.h`
 - Red-black trees
@@ -56,17 +56,12 @@ Yet undocumented modules
   * `bitarray.h`
   * `bitopts.h`
   * `bitsig.h`
-- Character manipulation
-  * `char-map.h`
-  * `chartype.h`
-  * `unicode.h`
 - String manipulation
   * `kmp.h`
   * `kmp-search.h`
   * `regex.h`
   * `stkstring.h`
-  * `string.h`
-  * `str-match.h`
+  * `strtonum.h`
   * `wildmatch.h`
 - File manipulation
   * `asio.h`
@@ -75,14 +70,8 @@ Yet undocumented modules
 - Address manipulation
   * `url.h`
   * `ipaccess.h`
-- Fixed-sized allocator
-  * `eltpool.h`
 - Prefetching of memory
   * `prefetch.h`
-- Unaligned data
-  * `unaligned.h`
-- Compression
-  * `lizard.h`
 - Caches
   * `qache.h`
 - Threads