X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fdoc%2Findex.txt;h=9d439184d90914a0e5afb40891a63f72e1d206ba;hb=ec6703bb4d58e504fde8ea8429f9b26ab6632696;hp=9ee62efcc4106d8d9c7bc8dcb920da2fe66442cb;hpb=476ab91d9c1780a2c40a2718a534fd11d6200948;p=libucw.git diff --git a/ucw/doc/index.txt b/ucw/doc/index.txt index 9ee62efc..9d439184 100644 --- a/ucw/doc/index.txt +++ b/ucw/doc/index.txt @@ -12,96 +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 - * `arraysort.h` - * `sorter/` -- Growing buffers - * `gbuf.h` - * `bbuf.h` -- Heaps - * `binheap.h` - * `binheap-node.h` - * `heap.h` -- Binary search - * `binsearch.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` -- Link lists - * `clists.h` - * `simple-lists.h` - * `slists.h` -- Fixed-sized allocator - * `eltpool.h` -- Hash tables - * `hashtable.h` -- IP address access lists - * `ipaccess.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` -- Compression - * `lizard.h` -- Prefetching of memory - * `prefetch.h` -- Primes - * `prime.h` -- Profiling support - * `profile.h` -- Caches - * `qache.h` -- Red-black trees - * `redblack.h` +- Address manipulation + * `url.h` + * `ipaccess.h` - Threads * `semaphore.h` * `threads.h` * `workqueue.h` -- Trie - * `trie.h` -- Unaligned data - * `unaligned.h` -- URL manipulation - * `url.h` - -Other features --------------- -- <> -- <> -- <> +- 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)