]> git.ozlabs.org Git - ccan/history - ccan/str
pipecmd: add stderr fd arg.
[ccan] / ccan / str /
2015-05-14 Rusty Russellstr/hex: to-from hexstring conversion routines.
2014-06-16 David Gibsonccan: Correct some poor conventions in _info includes
2012-11-01 Rusty RussellRelicense all public domain modules to CC0.
2012-10-31 Rusty Russellstr: fix unused var warning with gcc
2012-09-24 Rusty Russellstr: add STR_MAX_CHARS().
2011-09-26 Rusty Russellstr: fix warnings.
2011-09-26 Rusty Russellstr: relicense to public domain.
2011-07-21 Rusty Russellvarious: add LICENSE comments.
2011-07-19 Rusty Russellvarious: make the _info License: wording uniform for...
2011-04-27 Rusty Russellstr: fix tests on unsigned chars, and !HAVE_ISBLANK.
2011-03-28 Rusty Russellconfigure.h: HAVE_ISBLANK
2011-03-17 Rusty Russellstr: replacements for ctype functions.
2011-03-17 Rusty Russellstr: provide checks for ctype.h char functions, and...
2011-01-17 Brad Hardsstr: change example to match function being explained.
2011-01-07 Rusty Russellstr: strcount
2011-01-06 Rusty Russellstr: clean up tests so ccanlint doesn't complain about...
2010-10-21 Rusty Russelllicense: more changing of licence -> license.
2010-10-17 Rusty Russelllicence->license: US English is the standard for code.
2010-10-07 Rusty Russellcompiler, list, noerr, sparse_bsearch, str, str_talloc...
2010-08-06 Rusty RussellAdd author and maintainer fields.
2010-08-06 Rusty RussellAdd licences/ dir and symlinks for a bit more clarity.
2010-05-11 Rusty Russellstr: add stringify()
2010-01-06 Rusty RussellRemove old run-tests, clean up #includes to all be...
2009-05-28 Rusty RussellRename _info.c to _info: this means we can simple compi...
2008-12-08 Rusty RussellFix make check to run all tests.
2008-11-13 Rusty RussellFix examples (they all compile now), and init parent...
2008-11-10 Rusty RussellRename string to str, and split into three modules.