]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/doc/index.txt
Daemon: Let daemon actions be numbered from 1
[libucw.git] / ucw / doc / index.txt
index 4621f144d28386998ce37ab21d8ba7043933f4c9..df86e2e1211d65ad2d868b0084fe37e72818a37f 100644 (file)
@@ -12,17 +12,34 @@ not described, so you might need to look into the source code.
 
 You can see the index of <<def_index:,documented definitions>>.
 
 
 You can see the index of <<def_index:,documented definitions>>.
 
+For news and incompatible changes in this version, see the <<relnotes:,Release notes>>.
+
 Modules
 -------
 Modules
 -------
+- <<basics:,Basics>>
+- <<log:,Logging>>
 - <<fastbuf:,Fastbufs>>
 - <<basecode:,Base64 and Base224 encoding>>
 - <<hash:,Hashing routines>>
 - <<conf:,Configuration and command line parser>>
 - <<mempool:,Memory pools>>
 - <<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>>
 - <<mainloop:,Mainloop>>
 - <<unaligned:,Unaligned data>>
-- <<lists:,Link lists>>
+- <<lists:,Linked lists>>
+- <<heap:,Binary heaps>>
+- <<binheap:,Binomial heaps>>
+- <<hashtable:,Hash tables>>
 - <<growbuf:,Growing buffers>>
 - <<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>>
+- <<time:,Time and timers>>
 
 Other features
 --------------
 
 Other features
 --------------
@@ -33,59 +50,37 @@ Other features
 
 Yet undocumented modules
 ------------------------
 
 Yet undocumented modules
 ------------------------
-- Sorting
-  * `sorter/`
-- Binary search
-  * `binsearch.h`
-- Primes
-  * `prime.h`
-- Heaps
-  * `binheap.h`
-  * `binheap-node.h`
-  * `heap.h`
-- Hash tables
-  * `hashtable.h`
+- Allocators
+  * `gary.h`
 - Trie
   * `trie.h`
 - Red-black trees
   * `redblack.h`
 - Bit manipulation
   * `bitarray.h`
 - Trie
   * `trie.h`
 - Red-black trees
   * `redblack.h`
 - Bit manipulation
   * `bitarray.h`
-  * `bitopts.h`
+  * `bitops.h`
   * `bitsig.h`
   * `bitsig.h`
-- Character manipulation
-  * `char-map.h`
-  * `chartype.h`
-  * `unicode.h`
 - String manipulation
   * `kmp.h`
   * `kmp-search.h`
   * `regex.h`
   * `stkstring.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`
   * `wildmatch.h`
 - File manipulation
   * `asio.h`
-  * `lfs.h`
+  * `io.h`
   * `partmap.h`
 - Address manipulation
   * `url.h`
   * `ipaccess.h`
   * `partmap.h`
 - Address manipulation
   * `url.h`
   * `ipaccess.h`
-- Fixed-sized allocator
-  * `eltpool.h`
-- Prefetching of memory
-  * `prefetch.h`
-- Compression
-  * `lizard.h`
-- Caches
-  * `qache.h`
 - Threads
   * `semaphore.h`
   * `threads.h`
   * `workqueue.h`
 - Threads
   * `semaphore.h`
   * `threads.h`
   * `workqueue.h`
-- Profiling support
-  * `profile.h`
+- Miscellaneous
+  * `sighandler.h`
+  * `process.h`
 
 License
 -------
 
 License
 -------
@@ -97,4 +92,5 @@ The UCW library is copyrighted by its authors:
 - Michal Vaner <mailto:vorner\@ucw.cz[]>
 
 It can be freely distributed and used according to the terms of
 - Michal Vaner <mailto:vorner\@ucw.cz[]>
 
 It can be freely distributed and used according to the terms of
-the GNU Lesser General Public License.
+the GNU Lesser General Public License, either version 2 or any later
+version.