X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=TODO;fp=TODO;h=be1abf80d26edeaaadcbebc82a952e0306e188bf;hb=cc696d0d065cbe8f397fec1f479973b855ddb4bf;hp=0132fb66835dddea66c67b58b17aa30bdcb77f84;hpb=8659cc0ddbeca3a90b218ad991726a209e9e8a42;p=silc.git diff --git a/TODO b/TODO index 0132fb66..be1abf80 100644 --- a/TODO +++ b/TODO @@ -198,6 +198,8 @@ Runtime library, lib/silcutil/ _ua unaligned memory allocation routines. Remove unaligned memory allocation possibility. (***DONE) + o silc_malloc et. al. to respect --with-alignment. + o Add '%@' format to silc_snprintf functions. It marks for external rendering function of following type: @@ -219,7 +221,7 @@ Runtime library, lib/silcutil/ silc_snprintf(buf, sizeof(buf), "Client ID %@", id_renderer, client_id); o Change silc_gettimeofday on Unix to use clock_gettime with REALTIME - clock if it is available, otherwise use gettimeofday(). + clock if it is available, otherwise use gettimeofday(). (***DONE) (o Generic SilcStatus or SilcResult that includes all possible status and error conditions, including those of SILC protocol. Though, the SILC