X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=CHANGES.RUNTIME;h=e916899844116e371b79547e70b01106981df8d8;hp=33f5b70da16ef6a3bb72d82dd7cbe618ad97e6b9;hb=2ce87b35c8d2512a67ba6d1159fd5ecafeb67b6f;hpb=60180da59ffdbbd12058dded66e3c8a547cd0852 diff --git a/CHANGES.RUNTIME b/CHANGES.RUNTIME index 33f5b70d..e9168998 100644 --- a/CHANGES.RUNTIME +++ b/CHANGES.RUNTIME @@ -1,3 +1,107 @@ +Tue Jan 15 19:44:36 EET 2008 Pekka Riikonen + + * Added SILC Dir API to lib/silcutil/silcdir.h. Implemented it + for Unix (POSIX). Affected files are lib/silcutil/silcdir.h, + lib/silcutil/unix/silcunixdir.c. + +Sun Jan 13 17:11:26 EET 2008 Pekka Riikonen + + * Added silc_buffer_memcmp and silc_buffer_tail. Fixed SilcBuffer + reallocation when reducing the buffer size. Affected file is + lib/silcutil/silcbuffer.h. + + * Added SILC_STR_REPLACE. Removed SILC_STR_STRING_APPEND. + Fixed various SILC_STR_REGEX bugs. Affected files are + lib/silcutil/silcbuffmt.[ch] and silctypes.h. + + * Added silc_subst. Regex matching and substitution with the + familiar Sed syntax. Affected files are + lib/silcutil/silcregex.[ch] and lib/silcutil/silcerrno.[ch]. + +Tue Jan 8 17:08:28 EET 2008 Pekka Riikonen + + * Moved SILC protocol ID specific utility functions to SILC + core library from utility library. Affected files are + lib/silcutil/silcutil.[ch]. + +Tue Jan 8 09:41:57 EET 2008 Pekka Riikonen + + * Fixed printable fingerprint bufferoverlfow, RedHat bug 372021. + Affected file is lib/silcutil/silcutil.c. + +Sat Jan 5 20:19:28 EET 2008 Pekka Riikonen + + * Added SILC_STR_DELETE buffer format macro. Added support for + deleting data after regex match with SILC_STR_REGEX. Affected + files are lib/silcutil/silcbuffmt.[ch]. + + * Handle regex anychar (.) with bounded repeat correctly. + Affected file is lib/silcutil/silcregex.c. + +Sat Jan 5 18:00:06 EET 2008 Pekka Riikonen + + * Added silc_buffer_equal to lib/silcutil/silcbuffer.h. + + * Added SILC_STR_STRING and SILC_STR_STRING_APPEND buffer format + macros. Affected files are lib/silcutil/silcbuffmt.[ch]. + + * Added support for matching and appending with SILC_STR_REGEX + and SILC_STR_STRING_APPEND. Affected files are + lib/silcutil/silcbuffmt.[ch]. + +Thu Jan 3 18:37:42 EET 2008 Pekka Riikonen + + * Added SilcStack support to silc_regex and silc_regex_buffer + calls. Affected files are lib/silcutil/silcregex.[ch]. + +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 + convenient use of regular expressions. Affected files + are lib/silcutil/silcregex.[ch]. Deprecated the + silc_string_regex_match. Affected files are + lib/silcutil/silcstrutil.[ch]. + + * Added SILC_STR_REGEX macro to SILC Buffer Format API. It + provides powerful regular expression matching within the + SilcBuffer. Combined with SILC Buffer Format API it can turn + the API into a Stream Editor (sed) and Awk like, providing + powerful ways to match and edit the buffer in myriad of ways. + The SILC_STR_REGEX can also mimic the behavior of sed (match + and edit line by line). Affected files are + lib/silcutil/silcbuffmt.[ch], silctypes.h. + +Mon Dec 31 15:50:31 EET 2007 Pekka Riikonen + + * Added SILC_STR_OFFSET_START and SILC_STR_OFFSET_END to + lib/silcutil/silcbuffmt.[ch]. + +Mon Dec 31 01:30:17 EET 2007 Pekka Riikonen + + * Added SILC regular expression API to lib/silcutil/silcregex.[ch]. + Sun Dec 30 14:35:33 EET 2007 Pekka Riikonen * Implemented asynchronous events to SILC Scheduler. Added