X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fdoc%2Findex.txt;h=9d439184d90914a0e5afb40891a63f72e1d206ba;hb=1481eca416a467e9952dbc5e4852afe66eaf1256;hp=a4e2f0e426fc53e5a16758bd6c277ccc96fe5a17;hpb=9a80dc713a16c7331af783cd3dd18815971ca0c3;p=libucw.git diff --git a/ucw/doc/index.txt b/ucw/doc/index.txt index a4e2f0e4..9d439184 100644 --- a/ucw/doc/index.txt +++ b/ucw/doc/index.txt @@ -12,6 +12,8 @@ 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 ------- - <> @@ -22,21 +24,29 @@ Modules - <> - <> - <> +- <> - <> - <> - <> +- <> - <> - <> - <> -- <> +- <> (obsolete) - <> - <> +- <> - <> - <> - <> - <> - <> - <> +- <> +- <> +- <> +- <> +- <> Other features -------------- @@ -44,19 +54,16 @@ Other features - <> - <> - <> -- <> Yet undocumented modules ------------------------ -- Allocators - * `gary.h` - Trie * `trie.h` - Red-black trees * `redblack.h` - Bit manipulation * `bitarray.h` - * `bitopts.h` + * `bitops.h` * `bitsig.h` - String manipulation * `kmp.h` @@ -82,12 +89,25 @@ Yet undocumented modules 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)