- <<daemon:,Daemon helpers>>
- <<signal:,Signal helpers>>
- <<opt:,Command line parser>>
+- <<table:,Table printer>>
Other features
--------------
- Daniel Fiala <mailto:danfiala\@ucw.cz[]> (strtonum)
- Tomáš Gavenčiak <mailto:gavento\@ucw.cz[]> (logging system)
+- Robert Kessl <mailto:robert.kessl\@economia.cz[]> (table printer)
- Jan Moskyto Matějka <mailto:mq\@ucw.cz[]> (option parser, fb-multi)
- Tomáš Valla <mailto:tom\@ucw.cz[]> (varint)
- Michal Vaner <mailto:vorner\@ucw.cz[]> (documentation system)
* All helper utilities are now installed with names starting with `ucw-` to
prevent collisions.
* The auxiliary libraries have been renamed to `libucw-charset`, `libucw-images`,
- `libucw-xml`.
+ `libucw-xml`. The clean ABI promise does not extend to them yet.
* The alias `uns` for `unsigned int` has been replaced by a more common `uint`.
The old name is still maintained for backward compatibility.
* Several functions now accept `size_t` instead of `unsigned int` for size arguments.