Add heimbase
authorLove Hornquist Astrand <lha@h5l.org>
Mon, 18 Oct 2010 22:00:34 +0000 (15:00 -0700)
committerLove Hornquist Astrand <lha@h5l.org>
Mon, 18 Oct 2010 22:00:34 +0000 (15:00 -0700)
commit8ddc462ec199335fc4b2f8ac91584bc6e2a29d4c
tree86600d75269eae74ba9a534d0b1856051e510f7a
parent03dfe132d005cc7db4d1d0d041d1e321768f63c4
Add heimbase
16 files changed:
Makefile.am
base/Makefile.am [new file with mode: 0644]
base/array.c [new file with mode: 0644]
base/baselocl.h [new file with mode: 0644]
base/bool.c [new file with mode: 0644]
base/dict.c [new file with mode: 0644]
base/heimbase.c [new file with mode: 0644]
base/heimbase.h [new file with mode: 0644]
base/heimbasepriv.h [new file with mode: 0644]
base/json.c [new file with mode: 0644]
base/null.c [new file with mode: 0644]
base/number.c [new file with mode: 0644]
base/string.c [new file with mode: 0644]
base/test_base.c [new file with mode: 0644]
cf/Makefile.am.common
configure.ac