ossp-pkg/pth/ChangeLog 1.553 -> 1.554
--- ChangeLog 2001/08/06 17:35:38 1.553
+++ ChangeLog 2002/01/27 10:51:52 1.554
@@ -19,7 +19,23 @@
| ||__ _|
__|_(_) |_|_____________________________________________________________
- Changes between 1.4.0 and 1.4.1 (24-Mar-2001 to xx-Aug-2001)
+ Changes between 1.4.0 and 1.4.1 (24-Mar-2001 to xx-Jan-2002)
+
+ *) Fixed typos in manual page.
+ [Michael Schloh v. Bennewitz <michael.schloh@de.cw.net>,
+ Takashi Ishihara <tishihara@ucdavis.edu>]
+
+ *) For portability reasons changed definition of PTH_EXT_SFIO to 0/1
+ instead of FALSE/TRUE because some external definitions use a
+ casted value and hence make trouble on plain #if constructs.
+ [Staehli Patrik <patrik.staehli@siemens.ch>]
+
+ *) Fixed return value (number of occurred events) of pth_wait().
+ [David Dureau <david.dureau@cea.fr>]
+
+ *) Replaced thread-unsafe usage of a static struct iovec in
+ pth_writev_ev() with a thread-safe stack/heap-based solution.
+ [Ralf S. Engelschall, Mark Burton <markb@ordern.com>]
*) Replaced antiquated PTH_FLAG_NOJOIN references with the correct
PTH_ATTR_JOINABLE references in the manual page.
|
|