History log of /openbsd-current/lib/libc/stdlib/icdb.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_1_BASE OPENBSD_6_2_BASE
# 1.8 04-Sep-2016 nicm

Set errno more consistently, and fix a warning, ok tedu


# 1.7 04-Sep-2016 nicm

Make the key sizes and offsets arrays const, ok tedu


Revision tags: OPENBSD_6_0_BASE
# 1.6 30-May-2016 guenther

The icdb magic number doesn't need to be visible to static links

ok tedu@


Revision tags: OPENBSD_5_9_BASE
# 1.5 27-Dec-2015 chl

remove unused variable

ok tedu@


# 1.4 10-Dec-2015 tedu

tiny sanity check on file size


# 1.3 25-Nov-2015 guenther

Wrap <icdb.h> so that calls go direct and the symbols are all weak

ok tedu@


# 1.2 18-Nov-2015 tedu

add a version field to prevent mayhem if different data gets stored


# 1.1 18-Nov-2015 tedu

Add icdb, the internal c database. A simpler replacement for the old
Berzerkeley DB code.