]> git.ozlabs.org Git - ccan/history - ccan/cast/cast.h
base64: fix for unsigned chars (e.g. ARM).
[ccan] / ccan / cast / cast.h
2016-08-23 Rusty RussellMerge remote-tracking branch 'origin/pr/46'
2016-06-28 Rusty Russellcast: fix indentation in example.
2012-03-29 Rusty Russellcast: make sure suncc sees a constant.
2011-11-21 Rusty Russellcast: fix warnings with -Wextra (specifically -Wmissing...
2011-07-22 Rusty Russellcast: downgrade license from LGPL3+ to LGPLv2.1+
2011-07-21 Rusty Russellvarious: add LICENSE comments.
2011-03-22 Rusty Russellcast: fix cast of void * when we don't have GCC features.
2011-03-21 Rusty Russellcast: fix compilation with GCC's -Wcast-qual
2011-03-17 Rusty Russellbuild_assert: rename EXPR_BUILD_ASSERT to BUILD_ASSERT_...
2011-03-02 Rusty Russellcast: new limited cast package inspired by Jan Engelhar...