X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES.RUNTIME;h=f333c3e1189e193da1779520ce3447839ca10538;hb=b2474cb7c3ac99b799b99bab950f207d1e2d2dcb;hp=9d7a6ffc0b9ccae3bb3db62682fdc41af07c6dcd;hpb=20a4530c0db6d4317d8a9952edd1655e10b83844;p=crypto.git diff --git a/CHANGES.RUNTIME b/CHANGES.RUNTIME index 9d7a6ffc..f333c3e1 100644 --- a/CHANGES.RUNTIME +++ b/CHANGES.RUNTIME @@ -1,3 +1,14 @@ +Sun Dec 16 16:18:04 EET 2007 Pekka Riikonen + + * Added SILC Bit Operations API to lib/silcutil/silcbitops.[ch]. + +Sat Dec 15 19:59:53 EET 2007 Pekka Riikonen + + * Added SILC Tls API for Thread-local storage in + lib/silcutil/silcthread.[ch]. Added all platform specific + implementations. Added SilcTls structure to + lib/silcutil/silcthread_i.h that is now in all threads' Tls. + Thu Dec 13 17:37:21 EET 2007 Pekka Riikonen * Clear the locked flag before unlocking mutex, not after.