Serj Kalichev 2731481c14 Add --disable-nss flag to build without functions like getpwnam(). These functions in glibc need dlopen() and can't be linked statically %!s(int64=2) %!d(string=hai) anos
..
argv 48b8d2e49e Fix escaping within alt quotes %!s(int64=3) %!d(string=hai) anos
bintree b306e0bf13 Don't compile debug _dump.c code %!s(int64=11) %!d(string=hai) anos
conv d3466f4ee9 Add lub/conv lib %!s(int64=8) %!d(string=hai) anos
ctype 4492bbd4b6 Single source for lub/ctype %!s(int64=8) %!d(string=hai) anos
db 2731481c14 Add --disable-nss flag to build without functions like getpwnam(). These functions in glibc need dlopen() and can't be linked statically %!s(int64=2) %!d(string=hai) anos
dump 15be23e998 Stylistic changes %!s(int64=13) %!d(string=hai) anos
ini 48b8d2e49e Fix escaping within alt quotes %!s(int64=3) %!d(string=hai) anos
list cae653df0c lub.list: Fix memory leak %!s(int64=4) %!d(string=hai) anos
log 8cc8689b65 ifdef for LOG_AUTHPRIV and LOG_FTP %!s(int64=10) %!d(string=hai) anos
string 48b8d2e49e Fix escaping within alt quotes %!s(int64=3) %!d(string=hai) anos
system e3e690e2c6 Fix potential NULL dereference %!s(int64=10) %!d(string=hai) anos
types 2d1f8d1314 Add some utilities for tri_t %!s(int64=3) %!d(string=hai) anos
README c30fc7a7e8 The first klish tree. %!s(int64=13) %!d(string=hai) anos
argv.h 882e889219 Engine to parse INI-like strings %!s(int64=11) %!d(string=hai) anos
bintree.h 15be23e998 Stylistic changes %!s(int64=13) %!d(string=hai) anos
c_decl.h 15be23e998 Stylistic changes %!s(int64=13) %!d(string=hai) anos
conv.h d3466f4ee9 Add lub/conv lib %!s(int64=8) %!d(string=hai) anos
ctype.h 71fdd2f4e2 Single source for lub/string %!s(int64=8) %!d(string=hai) anos
db.h 72ad74d1be Fix #ifdef directives for access control. Thanks to bshneider for patch. %!s(int64=12) %!d(string=hai) anos
dump.h 2d1f8d1314 Add some utilities for tri_t %!s(int64=3) %!d(string=hai) anos
ini.h 760c9ef063 UNFINISHED: lub_list changes %!s(int64=6) %!d(string=hai) anos
list.h 34b44a6cfc Some bintree cleanup %!s(int64=6) %!d(string=hai) anos
log.h 60376f0577 Syslog facility for clish utility %!s(int64=10) %!d(string=hai) anos
module.am 2d1f8d1314 Add some utilities for tri_t %!s(int64=3) %!d(string=hai) anos
string.h 48b8d2e49e Fix escaping within alt quotes %!s(int64=3) %!d(string=hai) anos
system.h f5b0e4c29c History related options %!s(int64=12) %!d(string=hai) anos
types.h 2d1f8d1314 Add some utilities for tri_t %!s(int64=3) %!d(string=hai) anos

README

/**
\defgroup lub "Little Useful Bits" Library
@{

\brief This is a general purpose library of small utilities.

The design and implementation are intended for embedded devices,
ie. minimise footprint and maximise performance.

@}
*/