blobmsg: remove unneeded assignment in blobmsg_alloc_string_buffer().
[project/libubox.git] / utils.h
2014-04-30 Felix Fietkauutils: add a bitfield size macro
2014-03-18 Felix Fietkauutils: add __constructor and __hidden defines
2013-10-24 Felix Fietkauutils.h: fix name collisions in __u_bswap16 with using...
2013-06-10 Felix Fietkauutils: add bitfield inline ops
2013-02-14 Felix Fietkauutils: make le16 endian conversion functions work with...
2013-02-14 Felix Fietkauutils.h: make 16-bit little endian conversion robust...
2013-02-13 Felix Fietkauutils: add little-endian swap helpers
2013-02-11 Felix Fietkauutils: prefer using gccs builtin swapping functions...
2013-02-11 Felix Fietkauutils: move endian swap helpers and __packed definition...
2013-01-06 Felix Fietkauuloop: add a clock_gettime() implementation for mac...
2013-01-01 Felix Fietkauutils: add BUILD_BUG_ON (similar to the one in the...
2012-12-31 Felix Fietkauutils: make it unnecessary to specify the last NULL...
2012-12-31 Felix Fietkauutils: move ARRAY_SIZE from uloop to utils.h
2012-12-31 Felix Fietkauadd utils.c, containing a calloc-like function to alloc...