X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ucw%2Fdoc%2Findex.txt;h=df86e2e1211d65ad2d868b0084fe37e72818a37f;hb=ae2b00416589dfe798fc40f0575f62a0c664798f;hp=4621f144d28386998ce37ab21d8ba7043933f4c9;hpb=6f157379f4f19fe45c01972599e61c1df8a6914c;p=libucw.git diff --git a/ucw/doc/index.txt b/ucw/doc/index.txt index 4621f144..df86e2e1 100644 --- a/ucw/doc/index.txt +++ b/ucw/doc/index.txt @@ -12,17 +12,34 @@ not described, so you might need to look into the source code. You can see the index of <>. +For news and incompatible changes in this version, see the <>. + Modules ------- +- <> +- <> - <> - <> - <> - <> - <> +- <> - <> - <> -- <> +- <> +- <> +- <> +- <> - <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> Other features -------------- @@ -33,59 +50,37 @@ Other features 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` - * `bitopts.h` + * `bitops.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` - * `lfs.h` + * `io.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` -- Profiling support - * `profile.h` +- Miscellaneous + * `sighandler.h` + * `process.h` License ------- @@ -97,4 +92,5 @@ The UCW library is copyrighted by its authors: - Michal Vaner 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.