descriptionoddbits - various odds & ends
ownerurban <urban.wallasch@freenet.de>
last changeThu, 23 Apr 2020 09:19:25 +0000 (11:19 +0200)
readme

Various code snippets and single-file libraries

dict - standard C dictionary to store data associated with unique string keys
mkdirp - create a directory and missing parents
net - simple IPv4 and IPv6 based TCP and UDP client/server handling
str - standard C string processing functions to complement string.h
tmalloc - a debug wrapper for glibc malloc(), calloc(), realloc() and free()
trace - C11 conforming expression tracing macro
shortlog
2020-04-23 Urban Wallasch* Re-implemented str_ncpy() without the use of strncat... master
2020-04-23 Urban Wallasch* Fix __cplusplus macro usage.
2019-11-13 Urban Wallasch* Added mem_mem_bmh() using the Boyer-Moore-Horspool...
2019-11-11 Urban Wallasch* mkdirp: comments, again.
2019-11-11 Urban Wallasch* mkdirp: fixed comments
2019-11-10 Urban Wallasch* mkdirp: initial commit
2019-11-10 Urban Wallasch* tmalloc: fixed memory leak (the irony!); refactoring...
2019-11-10 Urban Wallasch* tmalloc: fixed and improved realloc() logic; added...
2019-11-09 Urban Wallasch* updated README to include tmalloc
2019-11-09 Urban Wallasch* tmalloc: initial commit
2019-11-03 Urban Wallasch* dict: added dict_resize(); fixed hash type
2019-11-03 Urban Wallasch* dict: initial commit
2019-10-31 Urban Wallasch* added scripts to run tests
2019-10-30 Urban Wallasch* str: fixed utterly broken str_rtrim()
2019-10-30 Urban Wallasch* str: added str_[n]dup and str_[n]app
2019-10-28 Urban Wallasch* str: missing const
...
heads
5 years ago master