]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/doc/index.txt
Resources: res_new() requires an active pool
[libucw.git] / ucw / doc / index.txt
index 60e2b93e40ecc51ba32292aa60def42763ef24e0..df2839da5bc33551bf57c8d542d13e8f6883255b 100644 (file)
@@ -14,6 +14,8 @@ You can see the index of <<def_index:,documented definitions>>.
 
 Modules
 -------
 
 Modules
 -------
+- <<basics:,Basics>>
+- <<log:,Logging>>
 - <<fastbuf:,Fastbufs>>
 - <<basecode:,Base64 and Base224 encoding>>
 - <<hash:,Hashing routines>>
 - <<fastbuf:,Fastbufs>>
 - <<basecode:,Base64 and Base224 encoding>>
 - <<hash:,Hashing routines>>
@@ -23,10 +25,18 @@ Modules
 - <<mainloop:,Mainloop>>
 - <<unaligned:,Unaligned data>>
 - <<lists:,Link lists>>
 - <<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>>
 - <<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
 --------------
 
 Other features
 --------------
@@ -34,19 +44,10 @@ Other features
 - <<config:,Configuration file syntax>>
 - <<docsys:,Documentation system>>
 - <<generic:,Macro-generated generics>>
 - <<config:,Configuration file syntax>>
 - <<docsys:,Documentation system>>
 - <<generic:,Macro-generated generics>>
+- <<relnotes:,Release notes>>
 
 Yet undocumented modules
 ------------------------
 
 Yet undocumented modules
 ------------------------
-- Sorting
-  * `sorter/`
-- Binary search
-  * `binsearch.h`
-- Heaps
-  * `binheap.h`
-  * `binheap-node.h`
-  * `heap.h`
-- Hash tables
-  * `hashtable.h`
 - Trie
   * `trie.h`
 - Red-black trees
 - Trie
   * `trie.h`
 - Red-black trees
@@ -60,8 +61,7 @@ Yet undocumented modules
   * `kmp-search.h`
   * `regex.h`
   * `stkstring.h`
   * `kmp-search.h`
   * `regex.h`
   * `stkstring.h`
-  * `string.h`
-  * `str-match.h`
+  * `strtonum.h`
   * `wildmatch.h`
 - File manipulation
   * `asio.h`
   * `wildmatch.h`
 - File manipulation
   * `asio.h`
@@ -72,8 +72,6 @@ Yet undocumented modules
   * `ipaccess.h`
 - Prefetching of memory
   * `prefetch.h`
   * `ipaccess.h`
 - Prefetching of memory
   * `prefetch.h`
-- Compression
-  * `lizard.h`
 - Caches
   * `qache.h`
 - Threads
 - Caches
   * `qache.h`
 - Threads