X-Git-Url: http://git.silcnet.org/gitweb/?p=crypto.git;a=blobdiff_plain;f=CHANGES.RUNTIME;h=46b440d885e5dc74831497fd96938f462f6ab385;hp=6901253d4a4fba772117b5c612850b7b4c9f5ebe;hb=eff4c7d3a6068f5feccd41d423824ff6180f4dc5;hpb=89429cd0dc7e29b8284d5b6066f94719509ec885 diff --git a/CHANGES.RUNTIME b/CHANGES.RUNTIME index 6901253d..46b440d8 100644 --- a/CHANGES.RUNTIME +++ b/CHANGES.RUNTIME @@ -1,3 +1,20 @@ +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