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

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.

@}
*/