Subject: CVS commit: wip/sds
From: Travis Paul
Date: 2015-07-10 23:24:03
Message id: E1ZDfmO-0001vq-SQ@sfs-ml-3.v29.ch3.sourceforge.com

Log Message:
Import sds-0.d86a9b8 as wip/sds.

SDS is a string library for C designed to augment the limited libc string
handling functionalities by adding heap allocated strings that are:

* Simpler to use.
* Binary safe.
* Computationally more efficient.
* But yet... Compatible with normal C string functions.


Files:
RevisionActionfile
1.1addwip/sds/DESCR
1.1addwip/sds/Makefile
1.1addwip/sds/PLIST
1.1addwip/sds/distinfo
1.1addwip/sds/patches/patch-Makefile