X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=CHANGES.RUNTIME;h=ec67f0586edb8a254efcdec34eb320dd03f84f9d;hp=c3392f0719eda0c7f0ca52fa4a8ec184f971a573;hb=79284c6f2e3df2de326793b1f9ff038ad88f9e0f;hpb=0876c9e8bb66f91af157a62ef434145646a48641 diff --git a/CHANGES.RUNTIME b/CHANGES.RUNTIME index c3392f07..ec67f058 100644 --- a/CHANGES.RUNTIME +++ b/CHANGES.RUNTIME @@ -1,3 +1,55 @@ +Tue Nov 6 17:09:42 EET 2007 Pekka Riikonen + + * Added '%@' formatting to silc_snprintf and variants. It + can be used to render data and structures. Affected files + are lib/silcutil/silcsnprintf.[ch]. + +Sat Oct 27 18:12:40 EEST 2007 Pekka Riikonen + + * Added silc_net_tcp_create_listener2. Affected files are + lib/silcutil/silcnet.h and platform specific implementation. + +Sat Sep 1 12:09:32 EEST 2007 Pekka Riikonen + + * Rewrote parts of the SILC Atomic API to not use volatile + members in structures but to handle the memory accesses + volatily, the right way to do it. Affected file is + lib/silcutil/silcatomic.h. + + * Added silc_timer_tick and silc_timer_synchronize functions + to SILC Timer API. Affected files are + lib/silcutil/silctimer.[ch] and silctimer_i.h. + + * Use clock_gettime in place of gettimeofday, if it is + available. Affected files are configure.ad and + lib/silcutil/unix/silcunixutil.c. + + * Added silc_offsetof, silc_likely and silc_unlikely to public + API. Added silc_attribute compiler specific definition. + Affected file is lib/silcutil/silctypes.h. + + * Added silc_prefetch and silc_prefetch_block functions that + provide routines for prefetching data to CPU cache. Affected + file is lib/silcutil/silctypes.h. + + * Added --with-alignment for specifying default memory alignment + used in the compiled code. Currently only SilcStack respects + this value. Affected files are lib/configure.ad, + lib/silcutil/silcstack_i.h and includes/silc.h.in. + +Tue Aug 7 21:00:00 EEST 2007 Pekka Riikonen + + * Fixed alignment issues on 64-bit CPUs. Affected files are + lib/silcutil/silcschedule.c and unix/silcunixschedule.c. + +Sat Aug 4 19:09:14 EEST 2007 Pekka Riikonen + + * Added assembler optimized versions of SILC_[GET|PUT]XX_MSB + macros, and SILC_SWAB_XX macros. Added new functions + silc_rol, silc_ror, silc_rol64 and silc_ror64, all of which + have assembler optimizations also. Affected file is + lib/silcutil/silctypes.h. + Thu Jul 26 18:13:59 EEST 2007 Pekka Riikonen * Changed thread pool call queues thread specific and changed