OSSP CVS Repository

ossp - Difference in ossp-pkg/pth/ChangeLog versions 1.568 and 1.569
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/pth/ChangeLog 1.568 -> 1.569

--- ChangeLog    2002/10/15 18:24:34     1.568
+++ ChangeLog    2002/10/15 20:34:22     1.569
@@ -13,15 +13,15 @@
   of just the user-visible and/or major changes please have a look at
   the NEWS file.
 
-     _   ____  
-    / | | ___| 
-    | | |___ \ 
+     _   ____
+    / | | ___|
+    | | |___ \
     | |_ ___) |
   __|_(_)____/____________________________________________________________
 
   Changes between 1.4.1 and 1.5.0 (27-Jan-2002 to xx-Sep-2002)
 
-   *) Fixed a long-standing termination bug in pth_exit(3): 
+   *) Fixed a long-standing termination bug in pth_exit(3):
       The event handler of pth_exit(3) didn't let pth_exit(3) finish if
       there were any threads on the "dead queue" (where non-detached
       terminated threads are put). Instead it re-entered the scheduler
@@ -36,7 +36,7 @@
       implementation.
       [Jonathan Schilling <jls@sco.com>]
 
-   *) Add #define _PTHREAD_T to pthread.h to guard under SCO UnixWare 7 
+   *) Add #define _PTHREAD_T to pthread.h to guard under SCO UnixWare 7
       and OpenUNIX 8.
       [Jonathan Schilling <jls@sco.com>]
 
@@ -58,12 +58,12 @@
       Switched to Autoconf 2.52 and Libtool 1.4.2 environment.
       [Ralf S. Engelschall]
 
-     _  _  _   
-    / || || |  
-    | || || |_ 
+     _  _  _
+    / || || |
+    | || || |_
     | ||__   _|
-  __|_(_) |_|_____________________________________________________________ 
-    
+  __|_(_) |_|_____________________________________________________________
+
   Changes between 1.4.0 and 1.4.1 (24-Mar-2001 to 27-Jan-2002)
 
    *) Internally make sure an invalid file-descriptor (integer not
@@ -74,13 +74,13 @@
       if an fd in the "struct pollfd" is invalid.
       [Ralf S. Engelschall, Archie Cobbs <archie@packetdesign.com>]
 
-   *) Correctly support PTH_FDMODE_NONBLOCK in pth_connect and pth_accept. 
+   *) Correctly support PTH_FDMODE_NONBLOCK in pth_connect and pth_accept.
       [Archie Cobbs <archie@packetdesign.com>]
 
    *) Fixed typos in manual page.
-      [Michael Schloh v. Bennewitz <michael.schloh@de.cw.net>, 
+      [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.
@@ -97,7 +97,7 @@
       PTH_ATTR_JOINABLE references in the manual page.
       [Takashi Ishihara <tishihara@ucdavis.edu>]
 
-   *) Fixed a (not very subtle) bug in pth_writev_ev() that screwed up 
+   *) Fixed a (not very subtle) bug in pth_writev_ev() that screwed up
       output if a partial write happened.
       [Mark Burton <markb@ordern.com>]
 
@@ -136,7 +136,7 @@
       [Ralf S. Engelschall, Bill Apt <babt@us.ibm.com>]
 
    *) Added ENOSYS-stubs for pthread_attr_{set,get}guardsize()
-      to the Pthread API to be more complete with POSIX/SUSv2 specs. 
+      to the Pthread API to be more complete with POSIX/SUSv2 specs.
       [Ralf S. Engelschall, Bill Apt <babt@us.ibm.com>]
 
    *) Added still missing soft system call mapping to Pth and Pthread
@@ -151,11 +151,11 @@
       [Archie Cobbs <archie@packetdesign.com>]
 
    *) Added `#define _BITS_SIGTHREAD_H' to pthread.h to avoid inclusion
-      of bits/sigthread.h (from signal.h) on Linux running glibc6 2.2. 
+      of bits/sigthread.h (from signal.h) on Linux running glibc6 2.2.
       [Tomas Pihl <tomas.pihl@netinsight.net>]
 
    *) Added support to Makefile.in for DESTDIR variable. This allows
-      easier rolling of installation tarballs (for instance from within 
+      easier rolling of installation tarballs (for instance from within
       RPM or similar facilities) by using "make install DESTDIR=/tmp/pth".
       [Brad Smith <brad@comstyle.com>, Ralf S. Engelschall]
 
@@ -201,7 +201,7 @@
 
    *) Fixed (unused) pth_time_mul() function: operator & replaced by %
       [Tim Harris <tim.harris@snellwilcox.com>]
-   
+
    *) Use --disable-lock for ltconfig.
       [Ralf S. Engelschall]
 
@@ -219,7 +219,7 @@
    *) Upgraded rse-pmt.ps paper to latest version as it was
       published on USENIX 2000.
       [Ralf S. Engelschall]
-      
+
    *) Stack boundary fixes for Interactive Unix support
       (--with-mctx-dsp=sjljisc). This allows one also to use this
       variant for Interix on Window-NT (a POSIX.1 compliant subsystem).
@@ -278,7 +278,7 @@
       [Ralf S. Engelschall]
 
    *) Added a RPM spec file pth.spec which allows one to build RPM
-      packages directly from the Pth distribution tarball through a 
+      packages directly from the Pth distribution tarball through a
       simple `rpm -tb pth-1.X.Y.tar.gz' call.
       [Daniel Richard G. <straker@MIT.EDU>]
 
@@ -293,7 +293,7 @@
       not all users have /sbin in their $PATH.
       [Jeff Trawick <trawick@ibm.net>]
 
-   *) Added eight new I/O functions pth_{recv,recvfrom,send,sendto}[_ev](3) 
+   *) Added eight new I/O functions pth_{recv,recvfrom,send,sendto}[_ev](3)
       which correspond to the counterparts in UNIX98 (SUSv2).
       [Ralf S. Engelschall]
 
@@ -318,36 +318,36 @@
 
   Changes between 1.3.6 and 1.3.7 (01-Jul-2000 to 29-Jul-2000)
 
-   *) Backport from GNU Pth 1.4a3: 
+   *) Backport from GNU Pth 1.4a3:
       Upgraded to GNU shtool 1.5.1. This fixes especially the
       compilation problems under Solaris which were caused by a too
       unportable `shtool version' command from 1.5.0.
       [Ralf S. Engelschall]
 
-   *) Backport from GNU Pth 1.4a3: 
+   *) Backport from GNU Pth 1.4a3:
       Fixed (unused) pth_time_mul() function: operator & replaced by %
       [Tim Harris <tim.harris@snellwilcox.com>]
 
   Changes between 1.3.5 and 1.3.6 (17-Apr-2000 to 01-Jul-2000)
 
-   *) Backport from GNU Pth 1.4a2: 
+   *) Backport from GNU Pth 1.4a2:
       Upgraded to GNU Shtool 1.5.0
       [Ralf S. Engelschall]
 
-   *) Backport from GNU Pth 1.4a2: 
+   *) Backport from GNU Pth 1.4a2:
       Added OS/390 support to config.sub.
       [Greg Ames <gregames@raleigh.ibm.com>]
 
-   *) Backport from GNU Pth 1.4a2: 
+   *) Backport from GNU Pth 1.4a2:
       Upgraded rse-pmt.ps paper to latest version as it was
       published on USENIX 2000.
       [Ralf S. Engelschall]
 
-   *) Backport from GNU Pth 1.4a2: 
+   *) Backport from GNU Pth 1.4a2:
       Upgraded to GNU libtool 1.3.5
       [Ralf S. Engelschall]
 
-   *) Backport from GNU Pth 1.4a2: 
+   *) Backport from GNU Pth 1.4a2:
       Allow for convinience reasons pth_usleep() to accept also
       arguments greater than 1000000.
       [Harvinder Sawhney <hsawhney@hotmail.com>]
@@ -364,7 +364,7 @@
    *) Merged from Pth 1.4a1:
       Fixed usage of `volatile' qualifier in pointer context.
       [Ralf S. Engelschall]
-   
+
    *) Merged from Pth 1.4a1:
       Now pth.h and pthread.h include the non-standard <sys/select.h>
       header on brain-dead platforms (like AIX) to get the definition of
@@ -530,7 +530,7 @@
       different), it was decided to kick it out at all.
       [Ralf S. Engelschall]
 
-   *) Make sure pth_connect[_ev]() doesn't block by internally 
+   *) Make sure pth_connect[_ev]() doesn't block by internally
       switching to non-blocking mode temporarily if necessary.
       [Chris Leishman <chris_leishman@freeonline.com.au>, Ralf S. Engelschall]
 
@@ -567,7 +567,7 @@
       [Eric Hanchrow <offby1@blarg.net>]
 
    *) Use SYS__newselect instead of SYS_select under Linux and
-      --enable-syscall-hard because SYS_select is a dummy stub which 
+      --enable-syscall-hard because SYS_select is a dummy stub which
       always just returns -1 and errno = EFAULT.
       [Artem Gr <artem@bizlink.ru>, Ralf S. Engelschall]
 
@@ -642,14 +642,14 @@
       [Ralf S. Engelschall]
 
    *) Adjusted all copyright messages to include the forthcoming
-      new year 2000, too. 
+      new year 2000, too.
       [Ralf S. Engelschall]
 
    *) Fixed $DIFS in pth-config.in and pthread-config.in
       (the tab was lost) and cleaned up pth-config.in a little bit.
       [Ralf S. Engelschall]
 
-   *) Upgraded from GNU libtool 1.3.3 to 1.3.4 
+   *) Upgraded from GNU libtool 1.3.3 to 1.3.4
       and from GNU shtool 1.4.6 to 1.4.7.
       [Ralf S. Engelschall]
 
@@ -746,7 +746,7 @@
 
    *) Backport from Pth 1.3b1:
       Use SYS__newselect instead of SYS_select under Linux and
-      --enable-syscall-hard because SYS_select is a dummy stub which 
+      --enable-syscall-hard because SYS_select is a dummy stub which
       always just returns -1 and errno = EFAULT.
       [Artem Gr <artem@bizlink.ru>, Ralf S. Engelschall]
 
@@ -758,7 +758,7 @@
       Added a workround in Makefile.in (replaced "rm -r" with
       "rm" + "rmdir") for brain-dead AmigaOS.
       [Kriton Kyrimis <kyrimis@cti.gr>]
-   
+
    *) Backport from Pth 1.3a5:
       Fixed example in Pth manual page: peer_len wasn't initialized.
       [Sami Niemi <saminiemi@usa.net>, Ralf S. Engelschall]
@@ -789,7 +789,7 @@
       [Igor A. Minyukoff, Ralf S. Engelschall]
 
    *) Backport from Pth 1.3a2:
-      Upgraded from GNU libtool 1.3.3 to 1.3.4 
+      Upgraded from GNU libtool 1.3.3 to 1.3.4
       and from GNU shtool 1.4.6 to 1.4.7.
       [Ralf S. Engelschall]
 
@@ -804,7 +804,7 @@
       Fixed return code semantics for error situation in both
       pth_write(3) and pth_writev(3).
       [Rob Quinn <rquinn@sec.sprint.net>, Ralf S. Engelschall]
-   
+
    *) Backport from Pth 1.3a1:
       Changed AC_CHECK_STRUCTATTR macro from a too weak AC_TRY_EGREP to a
       AC_TRY_LINK based approach to make sure the ss_sp/ss_base checks do not

CVSTrac 2.0.1