]> git.draconx.ca Git - dxcommon.git/commit
Import integer packing library.
authorNick Bowler <nbowler@draconx.ca>
Sat, 14 Mar 2015 02:38:45 +0000 (19:38 -0700)
committerNick Bowler <nbowler@draconx.ca>
Wed, 28 Jun 2017 23:24:24 +0000 (19:24 -0400)
commit85d3347f01e3d27541e5d2fadf5ab49cc6cf54f9
treef3cdba5b91c351a25c1fd1670314e6828c67d96c
parentd4b010a6dc3c999c9d3488a453ab2be1af18b6c9
Import integer packing library.

This simple library is used in a couple projects, better to maintain
it in one place.

Hook it into the newfangled test suite too.
13 files changed:
.gitignore
Makefile.am
src/pack.c [new file with mode: 0644]
src/pack.h [new file with mode: 0644]
src/tap.c [new file with mode: 0644]
src/tap.h [new file with mode: 0644]
t/.gitignore [new file with mode: 0644]
t/packtests.c [new file with mode: 0644]
t/packtests64.c [new file with mode: 0644]
t/packtestu.c [new file with mode: 0644]
t/packtestu64.c [new file with mode: 0644]
tests/functions.at [new file with mode: 0644]
testsuite.at