LibU 1.2.1 (Default branch) |
|
|
LibU is a multiplatform C library that comes under
a BSD-style license. It includes many
interdependent modules for accomplishing several
tasks: memory allocation, networking and URI
parsing, string manipulation, debugging, and
logging in a very compact way, plus many other
miscellaneous tasks. It has a small footprint
(about 70KB for the default configuration), it is
modular, and it has a multiplatform nature, making
it an ideal candidate for embedded systems. KLone
is an example of such usage.
License: BSD License (revised)
Changes:
A bad memmove in u_path_snprintf (which may lead
to buffer overflows) was fixed. A memory leak was
fixed in the list module. Minor documentation
fixes were made in the list module.
|