ossp-pkg/sa/ChangeLog 1.3 -> 1.4
--- ChangeLog 2002/10/30 19:01:31 1.3
+++ ChangeLog 2002/10/30 19:09:35 1.4
@@ -13,6 +13,16 @@
Changes between 0.9.2 and 0.9.3 (11-Oct-2002 to xx-Oct-2002)
+ o Added a function sa_sendf(3) which is a convience wrapper
+ to sa_send(3) for sending formatted data. This is similar to what
+ sa_writef(3) does for sa_write(3). The difference is just that
+ sa_writef(3) does not need a temporary buffer (because can use the
+ stream I/O write buffer) while sa_sendf(3) requires a temporary
+ buffer for its operation. Nevertheless the temporary buffer is
+ allocated only if the formatted data is large. For small formatted
+ data a fast stack-based buffer is used for higher performance.
+ [Ralf S. Engelschall]
+
o Finished implementation of test suite in order to cover
mostly all functionality of the API.
[Ralf S. Engelschall]
|
|