X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=CHANGES.RUNTIME;h=46b440d885e5dc74831497fd96938f462f6ab385;hb=9332a955b1c06b31268b6359b3c78f8e85daee04;hp=f97fb9ddcc364a01008ae8991723cce360d9b777;hpb=f2462c5dd7e885e3daa00066fbf53e166fd361e0;p=crypto.git diff --git a/CHANGES.RUNTIME b/CHANGES.RUNTIME index f97fb9dd..46b440d8 100644 --- a/CHANGES.RUNTIME +++ b/CHANGES.RUNTIME @@ -1,3 +1,25 @@ +Wed Jan 2 22:39:57 EET 2008 Pekka Riikonen + + * Added silc_stack_[set|get]_global to set/get global per-thread + SilcStack. Affected files are lib/silcutil/silcstack.[ch]. + + * Imported new improved free regex implementation. Added (again) + support for SILC_REGEX_NOTBOL and SILC_REGEX_NOTEOLF flags. + Added also support for POSIX bounded repeat expression (a{n,m}) + to make it more POSIX compliant. Added SilcStack support to + the regex too. Affected files are lib/silcutil/silcregex.[ch]. + + * Added silc_buffer_printf to lib/silcutil/silcbuffer.h. + + * Changed silc_srealloc to allocate new memory block if reallocation + from stack fails, and to copy the old data to the new one. + Affected files are lib/silcutil/silcmemory.[ch]. + +Tue Jan 1 19:40:15 EET 2008 Pekka Riikonen + + * Added SILC_REGEX_NOTBOL and SILC_REGEX_NOTEOL flags to + lib/silcutil/silcregex.[ch]. + Tue Jan 1 18:00:47 EET 2008 Pekka Riikonen * Added silc_regex and silc_regex_buffer, routines that provide