X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fdoc%2Findex.txt;h=9d439184d90914a0e5afb40891a63f72e1d206ba;hb=ec6703bb4d58e504fde8ea8429f9b26ab6632696;hp=1f26e541da77378caadd1110757e635e7adc39ca;hpb=d01c657430d2787fd0f9d4692632ee1c9e51d70d;p=libucw.git diff --git a/ucw/doc/index.txt b/ucw/doc/index.txt index 1f26e541..9d439184 100644 --- a/ucw/doc/index.txt +++ b/ucw/doc/index.txt @@ -12,22 +12,41 @@ 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 ------- +- <> +- <> - <> - <> - <> - <> - <> - <> +- <> - <> - <> -- <> -- <> +- <> +- <> +- <> +- <> +- <> +- <> (obsolete) - <> - <> +- <> - <> +- <> - <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> +- <> Other features -------------- @@ -38,58 +57,57 @@ Other features Yet undocumented modules ------------------------ -- Sorting - * `sorter/` -- Heaps - * `binheap.h` - * `binheap-node.h` - * `heap.h` -- Hash tables - * `hashtable.h` - Trie * `trie.h` - Red-black trees * `redblack.h` - Bit manipulation * `bitarray.h` - * `bitopts.h` + * `bitops.h` * `bitsig.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` -- 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 ------- -The UCW library is copyrighted by its authors: +The UCW library is copyrighted by its authors. + +It can be freely distributed and used according to the terms of +the GNU Lesser General Public License, either version 2 or any later +version. + +Authors +------- +Primary authors and maintainers are: - Pavel Charvát - Martin Mareš - Robert Špalek -- Michal Vaner -It can be freely distributed and used according to the terms of -the GNU Lesser General Public License. +Several modules have been contributed by: + +- Daniel Fiala (strtonum) +- Tomáš Gavenčiak (logging system) +- Robert Kessl (table printer) +- Jan Moskyto Matějka (option parser, fb-multi) +- Tomáš Valla (varint) +- Michal Vaner (documentation system)