summaryrefslogtreecommitdiffstats
path: root/lib/ccan/str
Commit message (Collapse)AuthorAgeFilesLines
* lib/ccan/str: fix warnings.Rusty Russell2011-12-052-1/+5
| | | | | | | | | Firstly, -Wwrite-strings makes string literals const, secondly, we mustn't define str_strstr etc in terms of themselves! Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (Imported from CCAN commit 0845e79650c9257aa0ddef8ff99fd815b5edffac)
* lib/ccan/str: relicense to public domain.Rusty Russell2011-12-056-513/+2
| | | | | | | | LGPL is overkill for trivial wrappers like this. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (Imported from CCAN commit 942f2788e165bb203b0f160f29bd4592f32dc344)
* lib/ccan: update to init-1192-gdd04041Rusty Russell2011-07-255-1/+5
| | | | | | | | | | | | | | | | This imports licensing clarifications and updates as discussed on samba-technical ("Subject: Re: ccan code breaks older build farm systems"). In particular, the recent version have per-file license markers, and some modules are relicenced more liberally: in particular Simo pointed out that htable was GPL, and indirectly included by libtdb2, which would have made that GPL as well. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Autobuild-User: Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date: Mon Jul 25 12:03:40 CEST 2011 on sn-devel-104
* lib: import ccan modules for tdb2Rusty Russell2011-06-2023-0/+1337
Imported from git://git.ozlabs.org/~ccan/ccan init-1161-g661d41f Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>