SILC_ERR_INVALID_ARGUMENT is return by silc_stack_realloc if
[crypto.git] / CHANGES.RUNTIME
index 119de24d2a52f5583cb084df051196f0f93b8b66..f0995733a291817c93f8038e36d84154944434e6 100644 (file)
@@ -1,3 +1,23 @@
+Sat Dec 22 19:55:28 EET 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Added SILC errno API to lib/silcutil/silcerrno.[ch].  Added
+         SilcResult, generic error code and return value type.  Added
+         global silc_errno that returns last error in that thread.
+
+       * Deprecated SilcSocketStreamStatus, SilcResult replaces it.
+         Backwards support remains.  Affected files are
+         lib/silcutil/silcsocketstream.[ch].
+
+       * Deprecated SilcNetStatus, SilcResult replaces it.  Backwards
+         support remains.  Affected files are lib/silcutil/silcnet.[ch].
+
+       * Added errno setting to almost all Runtime Tooolkit routines
+         in error conditions.
+
+Sun Dec 16 16:18:04 EET 2007  Pekka Riikonen <priikone@silcnet.org>
+
+       * Added SILC Bit Operations API to lib/silcutil/silcbitops.[ch].
+
 Sat Dec 15 19:59:53 EET 2007  Pekka Riikonen <priikone@silcnet.org>
 
        * Added SILC Tls API for Thread-local storage in