Add `sds' string library.
commit90ee43dcedaf746b83f84a0dd2d1b664d73af542
authorWerner Lemberg <wl@gnu.org>
Tue, 16 Sep 2014 09:22:30 +0000 (16 11:22 +0200)
committerWerner Lemberg <wl@gnu.org>
Tue, 16 Sep 2014 09:22:30 +0000 (16 11:22 +0200)
treef70476387cfc7cb575ee426ed8bb0c404aedbdc1
parente6e54ba03651234e159b0665b2ace7e6dac596b5
Add `sds' string library.

This lightweight dynamic string library was stripped off from the `redis'
project by its main author; the original git repository can be found at

  https://github.com/antirez/sds    .

I've cloned it, applying a bunch of pull requests for `antirez/sds', and
also fixing various smaller issues, see

  https://github.com/lemzwerg/sds    .

The imported files are taken from commit 6c1bd90e.
COPYING
bootstrap.conf
lib/Makefile.am
lib/sds-wrapper.c [new file with mode: 0644]
lib/sds.c [new file with mode: 0644]
lib/sds.h [new file with mode: 0644]
no-copyright