Index: ossp-pkg/pth/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/pth/ChangeLog,v rcsdiff -q -kk '-r1.553' '-r1.554' -u '/v/ossp/cvs/ossp-pkg/pth/ChangeLog,v' 2>/dev/null --- 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 , + Takashi Ishihara ] + + *) 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 ] + + *) Fixed return value (number of occurred events) of pth_wait(). + [David Dureau ] + + *) 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 ] *) Replaced antiquated PTH_FLAG_NOJOIN references with the correct PTH_ATTR_JOINABLE references in the manual page.