summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/icdb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Set errno more consistently, and fix a warning, ok tedunicm2016-09-041-21/+29
* Make the key sizes and offsets arrays const, ok tedunicm2016-09-041-2/+2
* The icdb magic number doesn't need to be visible to static linksguenther2016-05-301-2/+2
* remove unused variablechl2015-12-271-2/+1
* tiny sanity check on file sizetedu2015-12-101-1/+3
* Wrap <icdb.h> so that calls go direct and the symbols are all weakguenther2015-11-251-1/+12
* add a version field to prevent mayhem if different data gets storedtedu2015-11-181-3/+7
* Add icdb, the internal c database. A simpler replacement for the oldtedu2015-11-181-0/+367