X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fdoc%2Findex.txt;h=9d439184d90914a0e5afb40891a63f72e1d206ba;hb=1481eca416a467e9952dbc5e4852afe66eaf1256;hp=c0765595edf514b6e67550260a152f3c992a5913;hpb=fd0c0959b0f1d5a7266f7e08d6ff53e9c05a0de9;p=libucw.git diff --git a/ucw/doc/index.txt b/ucw/doc/index.txt index c0765595..9d439184 100644 --- a/ucw/doc/index.txt +++ b/ucw/doc/index.txt @@ -12,94 +12,102 @@ 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 -------------- - <> - <> - <> +- <> 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 * `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` -- Unaligned data - * `unaligned.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)